/** colors */
/** MediaQueries*/
/** transition */
/** key frames */
@keyframes dash {
  0% {
    stroke-dashoffset: 500;
    stroke-dasharray: 1;
  }
  10% {
    stroke-dashoffset: 500;
    stroke-dasharray: 2;
  }
  20% {
    stroke-dashoffset: 500;
    stroke-dasharray: 3;
  }
  30% {
    stroke-dashoffset: 500;
    stroke-dasharray: 5;
  }
  40% {
    stroke-dashoffset: 500;
    stroke-dasharray: 8;
  }
  50% {
    stroke-dashoffset: 500;
    stroke-dasharray: 10;
  }
  60% {
    stroke-dashoffset: 500;
    stroke-dasharray: 8;
  }
  70% {
    stroke-dashoffset: 500;
    stroke-dasharray: 5;
  }
  80% {
    stroke-dashoffset: 500;
    stroke-dasharray: 3;
  }
  90% {
    stroke-dashoffset: 500;
    stroke-dasharray: 2;
  }
  100% {
    stroke-dashoffset: 500;
    stroke-dasharray: 1;
  }
}
@keyframes heart {
  0% {
    transform: scale(1.01);
  }
  20% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.01);
  }
  60% {
    transform: scale(1);
  }
  80% {
    transform: scale(1.01);
  }
  100% {
    transform: scale(1.01);
  }
}
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
  /** our theme*/
}
body {
  background: #ff9800;
  font-family: Catamaran, serif;
  font-size: 30px;
  overflow-x: hidden;
  overflow-y: scroll;
  /* config body */
}
body::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: #993298;
}
body::-webkit-scrollbar-track, body::-webkit-scrollbar-thumb {
  border: 5px solid rgba(255, 255, 255, 0);
  background-clip: padding-box;
}
body::-webkit-scrollbar-track {
  background-color: #ff9800;
}
body::-webkit-scrollbar-thumb {
  background-color: #993298;
}
@media (max-width: 3840px) {
  body {
    font-size: 1.6vw;
  }
}
@media (max-width: 1920px) {
  body {
    font-size: 30px;
  }
}
@media (max-width: 1440px) {
  body {
    font-size: 1.6vw;
  }
}
@media (max-width: 1024px) {
  body {
    font-size: 3vw;
  }
}
@media (max-width: 575px) {
  body {
    font-size: 5vw;
  }
}

main.home {
  overflow: hidden;
}
main.home section {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
main.home section.hidden {
  opacity: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
main.home section.one {
  min-height: 620px;
  height: 100vh;
  position: relative;
}
@media (max-width: 575px) {
  main.home section.one {
    min-height: 90vh;
  }
}
main.home section.one .bg-one-home {
  width: 90em;
  position: absolute;
  top: -34em;
  left: -22em;
  z-index: -1;
  animation: heart 1s infinite;
}
@media (max-width: 1024px) {
  main.home section.one .bg-one-home {
    left: -26em;
  }
}
@media (max-width: 575px) {
  main.home section.one .bg-one-home {
    left: -38em;
    top: -48em;
    width: 100em;
  }
}
main.home section.one .caption {
  display: flex;
}
main.home section.one .caption .btn-we-vibrate {
  position: absolute;
  z-index: 2;
  width: 17em;
  bottom: 6em;
  right: 17em;
}
@media (max-width: 1024px) {
  main.home section.one .caption .btn-we-vibrate {
    bottom: 6em;
    right: 0;
    left: 0;
    margin: auto;
  }
}
@media (max-width: 575px) {
  main.home section.one .caption .btn-we-vibrate {
    bottom: 10em;
  }
}
main.home section.two {
  min-height: 620px;
  height: 100vh;
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  main.home section.two {
    min-height: initial;
    height: 70vh;
  }
}
main.home section.two .paragraph {
  color: #993298;
  font-weight: 300;
  font-size: 1em;
  padding: 1em 0;
}
@media (max-width: 1024px) {
  main.home section.two .paragraph {
    text-align: center;
  }
}
main.home section.two .ideas {
  color: #993298;
  letter-spacing: 8px;
  font-size: 1.5em;
  line-height: 1;
  padding: 1em 0;
}
@media (max-width: 1024px) {
  main.home section.two .ideas {
    text-align: center;
  }
}
main.home section.two .ideas .text-ideas {
  font-weight: 300;
  white-space: nowrap;
}
@media (max-width: 575px) {
  main.home section.two .ideas .text-ideas {
    white-space: normal;
  }
}
main.home section.two .ideas .text-ideas span {
  font-weight: 500;
}
main.home section.two .ideas .text-transform {
  font-weight: 800;
  white-space: nowrap;
}
@media (max-width: 575px) {
  main.home section.two .ideas .text-transform {
    white-space: normal;
  }
}
main.home section.two .ideas .text-world {
  font-weight: 800;
  text-align: right;
  color: #ff9800;
  background: #993298;
  width: fit-content;
  float: right;
  padding: 0.2em 0.5em;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  main.home section.two .ideas .text-world {
    text-align: center;
  }
}
@media (max-width: 575px) {
  main.home section.two .ideas .text-world {
    white-space: normal;
  }
}
main.home section.three {
  min-height: 700px;
  height: 70vh;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 1440px) {
  main.home section.three {
    min-height: inherit;
  }
}
@media (max-width: 1024px) {
  main.home section.three {
    height: auto;
  }
}
main.home section.three .bg-works {
  width: 49em;
  position: absolute;
  left: -2em;
  top: -20em;
  z-index: 2;
}
@media (max-width: 1024px) {
  main.home section.three .bg-works {
    left: -10em;
  }
}
main.home section.three .bg-works.svg a {
  cursor: pointer;
}
main.home section.three .bg-works.svg #_Grupo_ path {
  stroke-dasharray: 0;
  animation: dash 30s linear infinite;
}
main.home section.three .form-contact {
  width: 100%;
  height: 100%;
}
main.home section.three .form-contact .container-fluid .row .without-height {
  height: 0;
}
@media (max-width: 1024px) {
  main.home section.three .form-contact {
    margin-top: 10em;
  }
  main.home section.three .form-contact .container-fluid .row {
    flex-direction: column;
  }
  main.home section.three .form-contact .container-fluid .row:nth-child(2) > div:nth-child(3) {
    order: 0;
  }
  main.home section.three .form-contact .container-fluid .row:nth-child(2) > div:nth-child(2) {
    order: 1;
  }
  main.home section.three .form-contact .container-fluid .row:nth-child(2) > div:nth-child(1) {
    order: 2;
  }
  main.home section.three .form-contact .container-fluid .row > div {
    max-width: 70%;
    margin: auto;
  }
}
@media (max-width: 575px) {
  main.home section.three .form-contact .container-fluid .row > div {
    max-width: 100%;
  }
}
main.home section.three .form-contact .header-form {
  text-align: right;
  height: 7.4em;
  z-index: -1;
  position: relative;
}
main.home section.three .form-contact .header-form .title-vibrate {
  width: 13em;
  animation: heart 1s infinite;
}
main.home section.three .form-contact .input-field-form {
  z-index: 99;
}
main.home section.three .form-contact .input-field-form .item {
  width: 100%;
  display: flex;
  align-items: center;
}
main.home section.three .form-contact .input-field-form .item label {
  width: 6.5em;
  font-size: 1.6em;
  line-height: 1;
  color: #993298;
  letter-spacing: 4px;
}
@media (max-width: 575px) {
  main.home section.three .form-contact .input-field-form .item label {
    width: 7.5em;
  }
}
main.home section.three .form-contact .input-field-form .item label.name {
  font-weight: 300;
}
main.home section.three .form-contact .input-field-form .item label.email {
  font-weight: 800;
}
main.home section.three .form-contact .input-field-form .item label.phone {
  font-weight: 900;
}
main.home section.three .form-contact .input-field-form .item input {
  font-family: Catamaran, serif;
  background: #8d3d94;
  border: 1px solid #8d3d94;
  height: 1.4em;
  color: #fff;
  padding: 0 0.7em;
  width: 100%;
  z-index: 99999;
}
main.home section.three .form-contact .address {
  font-size: 0.9em;
  font-weight: normal;
  font-family: Catamaran, serif;
  position: relative;
  z-index: 999;
}
@media (max-width: 1024px) {
  main.home section.three .form-contact .address {
    margin-top: 5rem;
    text-align: center;
  }
}
@media (max-width: 575px) {
  main.home section.three .form-contact .address {
    margin-bottom: 5em;
  }
}
main.home section.three .form-contact .address > a {
  color: #993298;
  text-decoration: none;
  display: block;
}
main.home section.three .form-contact .address p {
  color: #993298;
  display: block;
}
main.home section.three .form-contact .address .icons {
  z-index: 999;
}
main.home section.three .form-contact .address .icons a {
  color: #993298;
  text-decoration: none;
}
main.home section.three .form-contact .buttons-form {
  display: flex;
  justify-content: flex-end;
  padding: 1rem 0;
  z-index: 99;
  position: relative;
}
main.home section.three .form-contact .buttons-form .checks-list .item {
  width: 100%;
  display: flex;
  align-items: center;
}
main.home section.three .form-contact .buttons-form .checks-list .item label {
  width: 4.5em;
  font-weight: 300;
  font-size: 1.2em;
  color: #993298;
  line-height: 1;
  margin: 0.2rem 0;
  z-index: 99999;
}
main.home section.three .form-contact .buttons-form .checks-list .item input {
  width: 0.9em;
  height: 0.9em;
  background-color: transparent;
  border-radius: 50%;
  vertical-align: middle;
  border: 2px solid #8d3d94;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  z-index: 99999;
}
main.home section.three .form-contact .buttons-form .checks-list .item input:checked {
  background-color: #8d3d94;
}
main.home section.three .form-contact .buttons-form .action-form {
  padding: 0 3rem;
}
@media (max-width: 575px) {
  main.home section.three .form-contact .buttons-form .action-form {
    padding: 0 1rem;
  }
}
main.home section.three .form-contact .buttons-form .action-form .btn-submit {
  width: 7em;
  height: auto;
  cursor: pointer;
}
main.home section.three .form-contact .buttons-form .action-form .btn-submit:hover {
  animation: heart 1s infinite;
}
main.home section.three .form-contact .response-form {
  text-align: center;
}
main.home section.three .form-contact .response-form .alert {
  display: flex;
  align-items: center;
  margin: auto;
  width: fit-content;
}
main.home section.three .form-contact .response-form .alert svg {
  margin-left: 0.2em;
}
main.home footer {
  text-align: left;
}
@media (max-width: 1024px) {
  main.home footer {
    text-align: center;
  }
  main.home footer .container-fluid .row {
    flex-direction: column;
  }
  main.home footer .container-fluid .row > div {
    max-width: 100%;
  }
}
main.home footer .copy-right {
  color: #993298;
  padding: 1rem 0;
  font-size: 1em;
  font-weight: 300;
}

main.works {
  overflow: hidden;
  min-height: 100vh;
}
main.works section.one {
  z-index: 9;
  position: relative;
}
main.works section.one .brand {
  margin: 1em 1em 0;
}
@media (max-width: 767px) {
  main.works section.one .brand {
    margin: 1.5em auto;
    text-align: center;
  }
}
main.works section.one .brand a img {
  width: 6.5em;
  animation: heart 1s infinite;
}
main.works section.two {
  position: relative;
}
main.works section.two .bg-clients {
  position: absolute;
  width: 82em;
  top: -38em;
  right: -34em;
  z-index: -1;
  animation: heart 1s infinite;
}
@media (max-width: 1024px) {
  main.works section.two .bg-clients {
    top: -50em;
  }
}
@media (max-width: 575px) {
  main.works section.two .bg-clients {
    right: -35em;
  }
}
main.works section.two .content {
  width: 70vw;
  height: auto;
}
@media (max-width: 1024px) {
  main.works section.two .content {
    width: 100vw;
    margin-top: 5em;
  }
}
@media (max-width: 575px) {
  main.works section.two .content {
    margin-top: 10em;
  }
}
main.works section.two .content .logos {
  display: flex;
  flex-wrap: wrap;
  margin-left: 8em;
}
@media (max-width: 1024px) {
  main.works section.two .content .logos {
    margin-left: 0;
    justify-content: center;
  }
}
main.works section.two .content .logos .item {
  width: 5em;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.5em 1em;
}
main.works section.two .content .logos .item img {
  width: 100%;
  height: auto;
}
main.works section.two .content .logos .item img:hover {
  cursor: pointer;
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
main.works section.three {
  height: 10em;
  width: 100%;
  position: relative;
}
main.works section.three .bg-works {
  position: absolute;
  width: 16.5em;
  height: auto;
  bottom: -3.5em;
  left: 2em;
  z-index: 1;
}
main.works section.three .bg-works.svg .link {
  cursor: pointer;
}
main.works section.three .bg-works.svg .link:hover .cls-2 {
  fill: white;
  transition: all 0.3s ease-in-out;
}
main.works section.three .bg-works.svg .link .cls-2 {
  fill: #993298;
  transition: all 0.3s ease-in-out;
}
main.works section.three .bg-works.svg #_Grupo_ path {
  stroke-dasharray: 0;
  animation: dash 30s linear infinite;
}

/*# sourceMappingURL=hungry.css.map */
