html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
  color: inherit;
  font-family: inherit;
}
.container {
  max-width: 1600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 99;
}
@media all and (min-width: 320px) and (max-width: 767px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media all and (min-wiwrap-alldth: 768px) and (max-width: 1023px) {
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media all and (min-width: 1024px) and (max-width: 1600px) {
  .container {
    padding-left: 35px;
    padding-right: 35px;
  }
}
strong,
h2 {
  font-family: "Anton", sans-serif;
  font-size: 18px;
}
.f-anton {
  font-family: "Anton";
}
.f-raleway {
  font-family: "Raleway";
}
p,
a {
  font-size: 16px;
  font-weight: 500;
  line-height: 119.6%;
}
.p-relative {
  position: relative;
}
.d-flex {
  display: flex;
  width: 100%;
}
.d-flex.--jtf-center {
  justify-content: center;
}
.d-flex.--jtf-spcb {
  justify-content: space-between;
}
.d-flex.--jtf-spca {
  justify-content: space-around;
}
.d-flex.--alg-center {
  align-items: center;
}
.d-flex.flex-column {
  flex-direction: column;
}
.d-flex.flex-row {
  flex-direction: row;
}
section .section-description {
  font-family: "gotham bold";
  font-size: 18px;
  margin-bottom: 5vh;
  text-transform: uppercase;
  display: block;
  text-align: center;
  color: #4b2c74;
}
section .section-title {
  font-size: 48px;
  line-height: 119.6%;
  text-transform: uppercase;
}
@media all and (max-width: 767px) {
  section .section-title {
    font-size: 21px;
    line-height: 119.6%;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 767px) {
  section .section-title {
    font-size: 48px;
    margin-bottom: 20px;
  }
}
@media all and (min-width: 320px) and (max-width: 768px) {
  section {
    max-height: auto;
    padding-top: 90px;
  }
}
@media all and (min-width: 7680px) {
  section {
    padding-top: 90px;
  }
}
.cont {
  overflow: hidden;
}
.cont > section,
.cont > footer {
  scroll-snap-align: start;
}
@media all and (max-width: 1024px) {
  .cont > section,
  .cont > footer {
    padding-top: 90px;
  }
}
.conteudo > section {
  margin-top: 100px;
}
button,
input {
  border: none;
  outline: none;
  background: transparent;
}
button {
  cursor: pointer;
}
.btn {
  color: #fff;
  font-family: "Anton", sans-serif;
  font-size: 18px;
  width: 49%;
  padding: 15px 0;
  display: inline-block;
  border: none;
}
.wrap-mouse {
  position: fixed;
  width: 90px;
  height: 90px;
  transition: all 0.3s;
  border-radius: 100px;
  z-index: 9999;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: 5vh;
}
@media (max-width: 1024px) {
  .wrap-mouse {
    display: none !important;
  }
}
.wrap-mouse .img {
  width: 100%;
  animation: rotate 25s infinite linear;
}
.wrap-mouse .mouse {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 20px;
  height: 35px;
  margin: auto;
  border: solid 2px #4b2c74;
  border-radius: 100px;
}
.wrap-mouse .mouse .scroll {
  width: 2px;
  height: 9px;
  overflow: hidden;
  margin: 5px auto 0;
  border-radius: 100px;
}
.wrap-mouse .mouse .scroll .bar {
  position: relative;
  width: 100%;
  left: 0;
  height: 6px;
  border-radius: 100px;
  background: #4b2c74;
  animation: scroll 1.8s infinite linear;
}
@keyframes scroll {
  from {
    top: -12px;
  }
  to {
    top: 100%;
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media all and (max-width: 1024px) {
  .wrap-mouse {
    display: none;
  }
}
.wrap-readybar {
  position: fixed;
  width: 100%;
  height: 9px;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 999;
}
.wrap-readybar .bar {
  width: 0;
  background: #00b4a7;
  height: 9px;
}
.title,
h2.section-title {
  font-family: "gotham condensed bold", sans-serif;
  font-size: 125px;
  line-height: 100%;
  text-align: center;
  color: #4b2c74;
  width: 100%;
  max-width: 1410px;
  margin: 0 auto;
}
.title.first-title,
h2.section-title.first-title {
  font-size: 169px;
}
@media all and (max-width: 768px) {
  .title.first-title,
  h2.section-title.first-title {
    font-size: 21vw;
    line-height: 93.6%;
  }
}
.title .stroke,
h2.section-title .stroke {
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #4b2c74;
}
@media all and (max-width: 768px) {
  .title,
  h2.section-title {
    font-size: 21vw;
    line-height: 93.6%;
  }
}
body.fundo {
  background-color: #ffebac;
  transition: all 0.5s;
}
.btn-buy {
  transform: scale(0.7);
  width: 100%;
  max-width: 296px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 7px;
  border-radius: 100px;
  font-size: 16px;
  font-family: "gotham bold";
  margin: 48px auto 0;
  padding: 0 15px;
  color: #fff;
  background-color: #4b2c74;
  border: solid 3px #4b2c74;
  transition: all 0.5s;
}
@media (max-width: 1024px) {
  .btn-buy {
    font-size: 4.4vw;
    letter-spacing: 2vw;
    font-weight: normal;
    width: 78.5vw !important;
    max-width: initial !important;
    height: 18vw;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (hover: hover) {
  .btn-buy:hover {
    color: #4b2c74;
    background-color: transparent;
  }
}
.header-home {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 25px 20px;
  z-index: 999;
}
.header-home h1 {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 160px;
}
.header-home h1 img {
  width: 100%;
}
.header-home #btn-open-mobile {
  display: none;
}
.header-home #btn-open-mobile:checked ~ .container {
  z-index: 99999 !important;
  display: block;
  clip-path: circle(200vw);
  -webkit-clip-path: circle(200vw at 93vw 70vh);
  clip-path: circle(200vw at 93vw 70vh);
}
.header-home #btn-open-mobile:checked ~ .container .logo-menu-mobile {
  opacity: 1;
}
.header-home #btn-open-mobile:checked ~ .container li {
  transform: translateX(0);
  opacity: 1;
}
@media (max-width: 1024px) {
  .header-home {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5.65vh 7.5vw 0 4.9vw;
  }
}
.header-home .icon-menu-mobile {
  display: none;
  position: relative;
  width: 17px;
  z-index: 91;
}
.header-home .icon-menu-mobile div {
  height: 1px;
  background-color: #4b2c74;
}
.header-home .icon-menu-mobile div ~ div {
  margin-top: 5px;
}
@media (max-width: 1024px) {
  .header-home .icon-menu-mobile div ~ div {
    margin-top: 1.4vw;
  }
}
@media (max-width: 1024px) {
  .header-home .icon-menu-mobile {
    display: block;
    width: 5vw;
    margin-top: -0.6vw;
  }
}
.header-home .logo-mobile {
  display: none;
}
@media (max-width: 1024px) {
  .header-home .logo-mobile {
    display: block;
    width: 42.2vw;
    margin-left: 2.7vw;
  }
  .header-home .logo-mobile img {
    width: 100%;
  }
}
.header-home .container .btn-close-mobile {
  display: none;
  position: absolute;
  width: 5vw;
  height: 5vw;
  top: 6.1vh;
  right: 7.3vw;
}
.header-home .container .btn-close-mobile div {
  height: 1px;
  background-color: #fff;
}
.header-home .container .btn-close-mobile div.o {
  transform: rotate(-45deg);
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.header-home .container .btn-close-mobile div.t {
  transform: rotate(45deg);
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.header-home .container .btn-close-mobile input {
  opacity: 0;
  position: absolute;
  top: 0;
  margin: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .header-home .container .btn-close-mobile {
    display: block;
  }
}
.header-home .container .logo-menu-mobile {
  opacity: 0;
  display: none;
}
@media (max-width: 1024px) {
  .header-home .container {
    z-index: -1;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #4b2c74;
    left: 0;
    top: 0;
    display: block;
    padding: 5.3vh 7.5vw;
    transition: all 0.5s cubic-bezier(1, 0.65, 0.07, 0.89);
    overflow-y: auto;
    opacity: 1;
    clip-path: circle(0);
    -webkit-clip-path: circle(0px at 92vw 50px);
    clip-path: circle(0px at 92vw 50px);
    overflow: hidden;
  }
  .header-home .container h1 {
    display: none;
  }
  .header-home .container .logo-menu-mobile {
    display: block;
    transition: opacity 0.5s 0.45s;
    width: 43.4vw;
    margin-bottom: 3vh;
  }
  .header-home .container .logo-menu-mobile img {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .header-home nav {
    padding-right: 0;
  }
}
.header-home ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  .header-home ul {
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.header-home ul li {
  font-family: "Ralewai";
  text-transform: uppercase;
}
.header-home ul li ~ li {
  margin-left: 3vw;
}
@media (max-width: 1024px) {
  .header-home ul li ~ li {
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .header-home ul li {
    margin-top: 8.5vh;
    transform: translateX(-70vw);
    opacity: 0;
  }
}
.header-home ul li a {
  display: inherit;
  font-weight: 500;
  font-family: "Raleway";
  font-size: 11px;
  color: #4b2c74;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .header-home ul li a {
    font-size: 3.7vw;
    letter-spacing: 0.5vw;
    color: #fff;
  }
}
.header-home ul li a:hover {
  transform: scale(1.1);
}
@media (max-width: 1024px) {
  .header-home ul.left li:nth-child(1) {
    transition: all 0.5s 0.2s;
  }
  .header-home ul.left li:nth-child(2) {
    transition: all 0.5s 0.3s;
  }
  .header-home ul.left li:nth-child(3) {
    transition: all 0.5s 0.4s;
  }
  .header-home ul.right {
    margin-left: 0;
  }
  .header-home ul.right li:nth-child(1) {
    transition: all 0.5s 0.5s;
  }
  .header-home ul.right li:nth-child(2) {
    transition: all 0.5s 0.6s;
  }
  .header-home ul.right li:nth-child(3) {
    width: 52vw;
    transition: all 0.5s 0.8s;
    margin-top: 12.6vh !important;
    opacity: 0;
    transform: translateX(0);
  }
  .header-home ul.right li:nth-child(4) {
    transition: all 0.5s 0.8s;
    margin-top: 12.6vh;
    opacity: 0;
    width: auto;
    transform: translateX(0);
  }
}
.header-home ul.right li:last-child {
  margin-left: 20px;
}
#box-shadow {
  position: fixed;
  width: 100%;
  height: 19.65vh;
  z-index: 991;
  transition: all 0.5s;
  top: 0;
  background: -moz-linear-gradient(
    top,
    #ffebac 7%,
    rgba(255, 217, 223, 0) 100%
  );
  background: -webkit-linear-gradient(
    top,
    #ffebac 7%,
    rgba(255, 217, 223, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    #ffebac 7%,
    rgba(255, 217, 223, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd9df',
    endColorstr='#00ffd9df',
    GradientType=0 );
}
#box-shadow.combinados {
  background: -moz-linear-gradient(
    top,
    #ffd9df 7%,
    rgba(255, 217, 223, 0) 100%
  );
  background: -webkit-linear-gradient(
    top,
    #ffd9df 7%,
    rgba(255, 217, 223, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    #ffd9df 7%,
    rgba(255, 217, 223, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd9df',
    endColorstr='#00ffd9df',
    GradientType=0 );
}
#box-shadow.unico {
  background: -moz-linear-gradient(
    top,
    #f9d9ff 7%,
    rgba(255, 217, 223, 0) 100%
  );
  background: -webkit-linear-gradient(
    top,
    #f9d9ff 7%,
    rgba(255, 217, 223, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    #f9d9ff 7%,
    rgba(255, 217, 223, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd9df',
    endColorstr='#00ffd9df',
    GradientType=0 );
}
#box-shadow.espumas {
  background: -moz-linear-gradient(
    top,
    #d9fdff 7%,
    rgba(255, 217, 223, 0) 100%
  );
  background: -webkit-linear-gradient(
    top,
    #d9fdff 7%,
    rgba(255, 217, 223, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    #d9fdff 7%,
    rgba(255, 217, 223, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd9df',
    endColorstr='#00ffd9df',
    GradientType=0 );
}
#box-shadow.classicos {
  background: -moz-linear-gradient(
    top,
    #d9ffdd 7%,
    rgba(255, 217, 223, 0) 100%
  );
  background: -webkit-linear-gradient(
    top,
    #d9ffdd 7%,
    rgba(255, 217, 223, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    #d9ffdd 7%,
    rgba(255, 217, 223, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd9df',
    endColorstr='#00ffd9df',
    GradientType=0 );
}
#box-shadow.branco {
  background: -moz-linear-gradient(top, #fff 7%, rgba(255, 217, 223, 0) 100%);
  background: -webkit-linear-gradient(
    top,
    #fff 7%,
    rgba(255, 217, 223, 0) 100%
  );
  background: linear-gradient(to bottom, #fff 7%, rgba(255, 217, 223, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd9df',
    endColorstr='#00ffd9df',
    GradientType=0 );
}
.section-revenue {
  padding-top: 15vh;
}
.section-revenue .section-title {
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .section-revenue .section-title {
    margin-bottom: 9vh;
  }
}
.section-revenue .link {
  width: auto;
  font-family: "gotham bold";
  color: #4b2c74;
  font-size: 16px;
  margin-bottom: 10vh;
  margin-top: 70px;
  transition: all 0.5s;
}
@media (max-width: 1024px) {
  .section-revenue .link {
    font-size: 4vw;
    width: 89vw;
    letter-spacing: 1.1vw;
    align-items: flex-start;
    margin: 5vw 0;
  }
  .section-revenue .link .icon {
    margin-top: -2.5vw;
    font-size: 10vw;
  }
}
.section-revenue .link .icon {
  font-size: 34px;
  margin-right: 15px;
  transition: all 0.5s;
}
.section-revenue .link:hover {
  transform: scale(1.1);
}
.section-revenue .link:hover .icon {
  transform: scale(1.8) translateX(-5px);
}
.section-revenue .receitas {
  width: 100%;
  display: flex;
  overflow-x: scroll;
  padding: 40px 0 40px 20px;
}
.section-revenue .receitas .receita {
  max-width: 253px;
  margin-right: 45px;
  transition: all 0.3s;
}
.section-revenue .receitas .receita:hover {
  transform: scale(1.16);
}
.section-revenue .receitas img {
  width: 253px;
  height: 253px;
  display: block;
  object-fit: cover;
  object-position: center;
}
.section-revenue .receitas .desc {
  display: block;
  width: 100%;
  font-size: 16px;
  color: #4b2c74;
  padding-top: 20px;
  font-family: "gotham condensed bold";
}
.section-about-us {
  padding-top: 230px;
  justify-content: center;
}
@media (max-width: 1024px) {
  .section-about-us {
    padding: 0 7.5vw;
    flex-direction: column;
  }
}
.section-about-us .section-title {
  font-family: "gotham condensed bold";
  font-size: 125px;
  line-height: 100%;
  margin: -18px 0 296px;
  width: auto;
  text-align: right;
}
@media (max-width: 1024px) {
  .section-about-us .section-title {
    font-size: 22vw;
    margin: 0;
    text-align: left;
  }
}
.section-about-us .section-description {
  width: 100%;
  max-width: 579px;
  margin-left: 6%;
  text-align: left;
  font-family: "gotham condensed book";
  font-size: 16px;
  line-height: 119%;
}
@media (max-width: 1024px) {
  .section-about-us .section-description {
    font-size: 4.5vw;
    margin: 5vh 0;
  }
}
.section-linha-profissional {
  flex-direction: column;
  padding-top: 27vh;
}
.section-linha-profissional .section-title {
  margin-bottom: 30px;
  text-align: center;
  width: 84%;
}
@media (max-width: 1024px) {
  .section-linha-profissional .section-title {
    width: 100%;
    margin-bottom: 0;
  }
}
.section-linha-profissional .section-description {
  font-family: "gotham bold";
  font-size: 16px;
  letter-spacing: 5px;
  margin: 84px 0 115px;
  line-height: 119%;
}
@media (max-width: 1024px) {
  .section-linha-profissional .section-description {
    margin: 7vh 0 8vh;
    font-size: 4vw;
    padding: 0 5vw;
    line-height: initial;
  }
}
.section-linha-profissional .profissional-type {
  margin-bottom: 100px;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: 0 auto 100px;
}
@media (max-width: 1024px) {
  .section-linha-profissional .profissional-type {
    flex-direction: column;
    width: 100%;
    padding: 0 5vw;
    max-width: 100%;
    margin-bottom: 50px;
  }
}
.section-linha-profissional .profissional-type img {
  width: 47%;
}
@media (max-width: 1024px) {
  .section-linha-profissional .profissional-type img {
    width: 100%;
    margin: 0 !important;
  }
}
.section-linha-profissional .profissional-type .desc {
  flex-direction: column;
  color: #4b2c74;
  max-width: 524px;
}
.section-linha-profissional .profissional-type .desc span {
  font-family: "gotham condensed book";
  font-size: 16px;
  text-transform: uppercase;
  line-height: 120%;
}
@media (max-width: 1024px) {
  .section-linha-profissional .profissional-type .desc span {
    font-size: 4.5vw;
    line-height: 119%;
  }
}
.section-linha-profissional .profissional-type .desc span strong {
  font-family: "gotham condensed bold";
  display: block;
  font-size: 16px;
  margin-top: 15px;
}
@media (max-width: 1024px) {
  .section-linha-profissional .profissional-type .desc span strong {
    font-size: 4.5vw;
    line-height: 119%;
    margin-top: 3vh;
  }
}
.section-linha-profissional .profissional-type .desc > strong {
  font-family: "gotham condensed bold";
  font-size: 72px;
  margin-bottom: 20px;
  line-height: 93%;
}
@media (max-width: 1024px) {
  .section-linha-profissional .profissional-type .desc > strong {
    font-size: 12vw;
    margin-top: 6vw;
  }
}
.section-linha-profissional .profissional-type.top img {
  margin-right: 9.4%;
}
.section-linha-profissional .profissional-type.bottom {
  text-align: right;
}
@media (max-width: 1024px) {
  .section-linha-profissional .profissional-type.bottom {
    flex-direction: column-reverse;
    text-align: left;
  }
}
.section-linha-profissional .profissional-type.bottom img {
  margin-left: 9.4%;
}
.wrap-obs {
  justify-content: space-around;
  color: #4b2c74;
}
.wrap-obs .box {
  width: 295px !important;
  flex-direction: column;
  margin: 5px;
  transition: all 0.2s linear;
}
.wrap-obs .box:hover {
  transform: scale(1.1);
}
@media (max-width: 1024px) {
  .wrap-obs .box {
    width: 267px;
  }
}
.wrap-obs .img {
  height: 58px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .wrap-obs .img {
    height: 17vw;
  }
}
.wrap-obs strong {
  font-family: "gotham condensed bold";
  font-size: 24px;
  margin: 26px 0;
  text-align: center;
}
@media (max-width: 1024px) {
  .wrap-obs strong {
    font-size: 5vw;
    margin: 7vw 0;
  }
}
.wrap-obs span {
  text-align: center;
  font-family: "gotham condensed book";
  font-size: 16px;
  line-height: 119.6%;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .wrap-obs span {
    font-size: 4.5vw;
  }
}
@media (max-width: 1024px) {
  .wrap-obs {
    flex-wrap: wrap;
  }
  .wrap-obs .box {
    margin: 5vh 0;
  }
}
.wrap-all-flavors {
  margin-top: 145px;
  flex-direction: column;
  justify-content: center;
  color: #4b2c74;
}
@media (max-width: 1024px) {
  .wrap-all-flavors {
    margin-top: 70px;
  }
}
.wrap-all-flavors .title {
  font-size: 125px;
  line-height: 100%;
  text-align: center;
}
@media all and (max-width: 1024px) {
  .wrap-all-flavors .title {
    font-size: 22vw;
    width: 90vw;
  }
}
.wrap-all-flavors img {
  width: 100%;
  margin: 60px auto;
}
@media (max-width: 1024px) {
  .wrap-all-flavors img {
    width: 140vw;
    margin: 4vh 0 0 -21vw;
  }
}
.wrap-search-recipes {
  background: #f6f6f6;
  flex-direction: column;
}
.wrap-search-recipes .wrap-box-revenues {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 50px;
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  max-width: 1350px;
  margin: auto;
  padding: 0 20px;
}
@media (max-width: 1024px) {
  .wrap-search-recipes .wrap-box-revenues {
    gap: 4vw;
    padding: 0 15px;
  }
}
.wrap-search-recipes .wrap-search {
  margin: 30px 0 70px;
}
@media (max-width: 1024px) {
  .wrap-search-recipes .wrap-search {
    margin: 10vw 0 16vw;
  }
}
.wrap-search-recipes .wrap-search > div {
  max-width: 735px;
  width: 100%;
  padding: 0 30px;
  display: flex;
  align-items: center;
}
@media all and (max-width: 1024px) {
  .wrap-search-recipes .wrap-search > div {
    max-width: 100%;
    padding: 0.35vh 7.5vw 0 7.9vw;
    display: flex;
    justify-content: space-between;
  }
}
.wrap-search-recipes .wrap-search .icon {
  font-size: 19px;
  position: absolute;
  left: 32px;
  bottom: 24px;
  color: #4b2c74;
}
@media (max-width: 1024px) {
  .wrap-search-recipes .wrap-search .icon {
    left: 8vw;
    font-size: 4vw;
    bottom: 17px;
  }
}
.wrap-search-recipes .wrap-search input {
  width: calc(100% - 150px);
  font-size: 24px;
  background: transparent;
  padding: 8px 0 14px 35px;
  border: none;
  border-bottom: dotted 2px #c4c4c4;
  margin-right: 35px;
  color: #c4c4c4;
  position: relative;
  z-index: 99;
  font-family: "Raleway";
}
.wrap-search-recipes .wrap-search input::placeholder {
  color: #c4c4c4;
}
.wrap-search-recipes .wrap-search input:-ms-input-placeholder {
  color: #c4c4c4;
}
.wrap-search-recipes .wrap-search input::-ms-input-placeholder {
  color: #c4c4c4;
}
@media all and (max-width: 1024px) {
  .wrap-search-recipes .wrap-search input {
    width: 100%;
    margin-right: 4vw;
    font-size: 4.6vw;
  }
}
.wrap-search-recipes .wrap-search button {
  width: 37%;
  height: 64px;
  letter-spacing: 7px;
  border-radius: 100px;
  font-size: 16px;
  font-family: "gotham bold";
  background-color: #4b2c74;
  border: solid 3px #4b2c74;
  transition: all 0.5s;
  text-transform: uppercase;
  color: #fff;
  padding: 9px 0;
}
.wrap-search-recipes .wrap-search button:hover {
  color: #4b2c74;
  background-color: transparent;
}
@media (max-width: 1024px) {
  .wrap-search-recipes .wrap-search button {
    width: 54vw;
    font-size: 2.7vw;
    padding: 3vw 0;
    height: auto;
  }
}
.wrap-search-recipes .box-revenue {
  width: 352px;
  background: #fff;
  display: inline-block;
  color: #4b2c74;
  cursor: pointer;
}
.wrap-search-recipes .box-revenue:nth-child(1),
.wrap-search-recipes .box-revenue:nth-child(n + 3) {
  justify-self: start;
}
.wrap-search-recipes .box-revenue:nth-child(2),
.wrap-search-recipes .box-revenue:nth-child(2n + 3) {
  justify-self: center;
}
.wrap-search-recipes .box-revenue:nth-child(3),
.wrap-search-recipes .box-revenue:nth-child(3n + 3) {
  justify-self: end;
}
.wrap-search-recipes .box-revenue img {
  width: 100%;
  max-height: 350px;
  display: block;
  object-fit: cover;
  object-position: center;
}
.wrap-search-recipes .box-revenue .name {
  display: block;
  line-height: 40px;
  padding: 24px;
  font-size: 36px;
  font-family: "gotham condensed bold";
}
@media all and (max-width: 1240px) {
  .wrap-search-recipes .box-revenue .name {
    font-size: 3.5vw;
    line-height: 119.5%;
  }
}
@media all and (max-width: 780px) {
  .wrap-search-recipes .box-revenue .name {
    padding: 1.5vw;
  }
}
.wrap-search-recipes .box-revenue:hover {
  transform: scale(1.07);
}
@media all and (max-width: 1240px) {
  .wrap-search-recipes .box-revenue {
    width: 100%;
  }
}
.wrap-pagination {
  max-width: 710px;
  display: flex;
  width: 100%;
  margin: 50px auto 100px;
  justify-content: center;
  color: #4b2c74;
}
.wrap-pagination .prev .icon,
.wrap-pagination .next .icon {
  font-weight: bold;
  font-size: 12px;
  margin: 0 5px;
}
.wrap-pagination .prev span,
.wrap-pagination .next span {
  font-weight: bold;
  font-size: 14px;
}
.wrap-pagination .page-numbers {
  display: flex;
  align-items: center;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  padding-bottom: 10px;
  width: 16px;
  text-align: center;
  display: block;
  font-weight: bold;
  margin: 0 10px;
  cursor: pointer;
}
.wrap-pagination .page-numbers.prev {
  margin-right: 15px;
  width: auto !important;
}
.wrap-pagination .page-numbers.next {
  margin-left: 15px;
  width: auto !important;
}
.wrap-pagination .page-numbers.current {
  border-bottom: solid 2px #4b2c74;
}

/* ---------------------------------------------- ONDE ENCONTRAR ---------------------------------------------- */

#contact {
  width: 100%;
  color: #fff;
  min-height: 100vh;
  height: 100%;
  color: #4b2c74;
}
#contact .section-title div {
  display: inline !important;
}
@media (max-width: 1024px) {
  #contact {
    padding-top: 15vh;
    margin-top: 0 !important;
  }
}
#contact .container {
  max-width: 1068px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 50px;
}
@media (max-width: 1024px) {
  #contact .container {
    padding-left: 7.5vw;
    padding-right: 7.5vw;
  }
}
#contact .container > .infos {
  display: flex;
  flex-direction: column;
  justify-content: inherit;
}
@media (max-width: 1024px) {
  #contact .container > .infos {
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
  }
}
#contact .section-title {
  font-size: 125px;
  line-height: 100%;
  margin-bottom: 18px;
}
@media (max-width: 1024px) {
  #contact .section-title {
    font-size: 22vw;
    margin: 0;
  }
}
#contact .section-description {
  font-family: "gotham bold";
  font-size: 18px;
  text-align: center;
  margin: 78px 0 102px;
  letter-spacing: 5px;
}
@media (max-width: 1024px) {
  #contact .section-description {
    margin: 7vh 0 8vh;
    font-size: 4vw;
    letter-spacing: 0.6vw;
  }
}
#contact strong,
#contact span:not(.div) {
  display: block;
  width: 100%;
  line-height: 140%;
}
#contact .network {
  width: 353px;
}
@media (max-width: 1024px) {
  #contact .network {
    width: 100%;
  }
}
#contact .network a:not(.content-img) {
  text-decoration: underline;
  margin-bottom: 18px;
  display: inline-block;
  font-family: "gotham condensed bold";
  font-size: 24px;
}
@media (max-width: 1024px) {
  #contact .network a:not(.content-img) {
    font-size: 6vw;
  }
}
#contact .network .div {
  font-family: "Anton", sans-serif;
}
#contact .content-img {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
#contact .content-img img {
  width: 100%;
}
@media (max-width: 1024px) {
  #contact .content-img {
    gap: 2vw;
    margin-bottom: 10vh;
  }
}
#contact .sub {
  font-family: "gotham condensed book";
  font-size: 16px;
  text-transform: uppercase;
}
#contact .sub a {
  text-decoration: underline;
}
#contact .sub span:first-child {
  display: block;
  text-decoration: underline;
  margin-bottom: 5px;
}
#contact .sub ~ .sub {
  margin-top: 45px;
}
@media (max-width: 1024px) {
  #contact .sub ~ .sub {
    margin-top: 8vh;
  }
}
#contact .infos {
  font-family: "gotham condensed book" !important;
  font-size: 16px;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  #contact .infos {
    font-size: 5vw;
  }
}
@media (max-width: 1024px) {
  #contact .fone {
    margin-right: 30vw;
  }
}
@media (max-width: 1024px) {
  #contact .answer {
    flex-direction: column;
    margin-top: 10vh;
  }
}
#contact strong {
  margin-bottom: 18px;
  font-family: "gotham condensed bold" !important;
  font-size: 24px;
}
@media (max-width: 1024px) {
  #contact strong {
    font-size: 6vw;
    margin-bottom: 4vh !important;
  }
}
@media (max-width: 1024px) {
  #contact span {
    font-size: 4.5vw;
  }
}

/* ---------------------------------------------- GOFIND-FRAME */

#gofind-iframe {
  border: 1px solid #f2f2f2;
  min-height: 400px;
  position: relative;
  top: 30px;
  width: 100%;
}
@media (max-width: 1024px) {
  #gofind-iframe {
    min-height: 850px;
  }
}
/* ---------------------------------------------- RECEITAS ---------------------------------------------- */

.wrap-revenues {
  padding-top: 165px;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
}
@media (max-width: 1600px) and (min-width: 1024px) {
  .wrap-revenues {
    max-width: 1600px;
    padding-left: 55px;
    padding-right: 55px;
  }
}
@media (max-width: 1024px) {
  .wrap-revenues {
    margin-top: 13vh;
    padding-top: 0 !important;
  }
}
.wrap-revenues .section-description {
  text-align: left;
  font-family: "Raleway";
  margin: 0 auto 60px;
  max-width: 100%;
  padding: 0 5px;
  width: 100%;
}
@media (max-width: 1024px) {
  .wrap-revenues .section-description {
    padding-left: 7.6vw;
  }
}
.wrap-revenues .section-title {
  font-size: 60px;
  text-align: left;
  margin: 0 auto 20px;
  max-width: 100%;
  padding: 0 5px;
}
@media (max-width: 1024px) {
  .wrap-revenues .section-title {
    padding-left: 7.6vw;
  }
}
.wrap-revenues ~ .wrap-search-recipes {
  margin-top: 110px;
}
.wrap-revenues ~ .wrap-search-recipes .wrap-search {
  margin-top: -110px;
  margin-bottom: 127px;
}
.wrap-page-revenues {
  padding-top: 190px;
  padding-bottom: 30px;
}
@media (max-width: 1024px) {
  .wrap-page-revenues {
    flex-direction: column;
    padding-bottom: 0;
  }
}
.wrap-page-revenues .banner-revenue {
  max-width: 590px;
  width: 100%;
  display: flex;
}
.wrap-page-revenues .banner-revenue > div {
  padding-right: 2px;
}
.wrap-page-revenues .banner-revenue img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 1024px) {
  .wrap-page-revenues .banner-revenue {
    max-width: 590px;
    margin: 0 auto;
  }
}
.wrap-page-revenues .infos-revenues {
  padding-left: 8%;
}
@media (max-width: 1024px) {
  .wrap-page-revenues .infos-revenues {
    padding: 5.65vh 4.1vw 0 4.1vw;
  }
}
.wrap-page-revenues .infos-revenues h2 {
  text-transform: uppercase;
  font-size: 48px;
  line-height: 119.6%;
  margin-bottom: 75px;
  padding-right: 16%;
  color: #4b2c74;
}
@media (max-width: 1024px) {
  .wrap-page-revenues .infos-revenues h2 {
    padding-right: 0;
    font-size: 8vw;
    margin-bottom: 8vh;
  }
}
.wrap-page-revenues .infos-revenues .box-recipe {
  color: #4b2c74;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .wrap-page-revenues .infos-revenues .box-recipe {
    margin-bottom: 6vh;
  }
}
.wrap-page-revenues .infos-revenues .box-recipe h3 {
  font-family: "Anton";
  font-size: 20px;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .wrap-page-revenues .infos-revenues .box-recipe h3 {
    font-size: 4vw;
    margin-bottom: 3vh;
  }
}
.wrap-page-revenues .infos-revenues .box-recipe ul {
  list-style: square;
  padding-left: 16px;
  line-height: 20px;
}
@media (max-width: 1024px) {
  .wrap-page-revenues .infos-revenues .box-recipe ul {
    line-height: 4vw;
  }
}
.wrap-page-revenues .infos-revenues .box-recipe ul li {
  font-size: 16px;
}
@media (max-width: 1024px) {
  .wrap-page-revenues .infos-revenues .box-recipe ul li {
    font-size: 3.2vw;
  }
}
.wrap-page-revenues .infos-revenues .box-recipe ~ .box-recipe {
  margin-top: 20px;
}
.wrap-page-revenues .infos-revenues .obs {
  font-size: 16px;
  line-height: 20px;
  color: #4b2c74;
}
footer {
  background: #4b2c74;
  padding: 35px 20px;
  color: #fff;
  justify-content: space-around;
}
footer .social {
  padding-top: 6px;
  margin-left: 12%;
}
footer .social a {
  font-size: 18px;
  text-decoration: underline;
}
footer .social .wrap-img {
  width: 353px;
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
footer .social .wrap-img img {
  width: 100%;
}
@media (max-width: 1024px) {
  footer .social .wrap-img {
    margin-bottom: 10vh;
  }
}
footer .links {
  padding-top: 6px;
  width: 40%;
  display: flex;
  justify-content: space-between;
}
footer .wraps-links {
  display: flex;
  flex-direction: column;
}
footer .wraps-links li {
  font-size: 16px;
  color: #fff;
  margin-bottom: 15px;
  font-family: "Raleway";
}
footer .wraps-links li:last-child {
  margin-top: 35px;
  margin-bottom: 0;
}
footer .wrap-contact strong {
  display: block;
  margin-bottom: 18px;
  line-height: 20px;
}
footer .wrap-contact .endereco {
  margin-top: 45px;
}
footer .wrap-contact span {
  font-family: "raleway";
  line-height: 180%;
}
@media all and (max-width: 1220px) {
  footer > .container {
    flex-direction: column;
  }
  footer .social {
    margin: 30px 0;
  }
}
@media all and (max-width: 750px) {
  footer .container {
    padding: 0 15px;
  }
  footer .container .d-flex {
    flex-direction: column;
  }
  footer .container .links {
    width: 360px;
  }
  footer .container .wrap-img {
    width: 100%;
    gap: 2vw;
  }
}
@media all and (max-width: 440px) {
  footer .links {
    width: 100% !important;
  }
  footer .wraps-links a {
    font-size: 13px;
  }
  footer .wraps-links a:last-child {
    margin-bottom: 25px;
  }
  footer .wrap-contact strong {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 14px;
  }
  footer .wrap-contact span {
    font-size: 14px;
  }
}
.apresentation-product {
  overflow: hidden;
}
.apresentation-product .first-title {
  transition: all 0.9s;
  position: absolute;
  top: 40%;
}
.apresentation-product .slide {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.apresentation-product .slide > .content {
  flex-direction: column;
  align-items: center;
}

.apresentation-product .slide .title {
  text-align: center;
}
.apresentation-product .slide.preparadas-drinks .title {
  font-family: "gotham condensed book";
  -webkit-text-stroke-color: #4b2c74;
}
.apresentation-product .slide.preparadas-drinks .title .stroke {
  font-family: "gotham condensed bold";
}
.apresentation-product .slide .warning {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #4b2c74;
  font-family: "gotham bold";
  font-size: 16px;
  margin: 146px 0 91px;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .apresentation-product .slide > .d-flex {
    flex-direction: column;
    align-items: center;
  }

  .apresentation-product .slide .warning {
    font-size: 3vw !important;
    margin: 20vw 0 12vw 0;
    text-align: center;
    width: 75vw;
    letter-spacing: 1vw;
  }
}
.apresentation-product .slide:nth-child(2) {
  padding-top: 190px;
}
@media (max-width: 1024px) {
  .apresentation-product .slide:nth-child(2) {
    padding-top: 17vh;
  }
}
.apresentation-product .slide:nth-child(3) {
  padding-top: 225px;
}
@media (max-width: 1024px) {
  .apresentation-product .slide:nth-child(3) {
    padding-top: 21vh;
  }
}
.apresentation-product .slide:nth-child(3) .title span {
  display: block;
}
.apresentation-product .slide:nth-child(3) .title span:first-child {
  margin-right: 26%;
}
@media (max-width: 1024px) {
  .apresentation-product .slide:nth-child(3) .title span:first-child {
    margin-right: 0;
  }
}
.apresentation-product .slide:nth-child(3) .title span:last-child {
  margin-left: 0;
}
.apresentation-product .box-produto img {
  width: 100%;
  max-width: 487px;
}
@media (max-width: 1024px) {
  .apresentation-product .box-produto img {
    max-width: 100%;
  }
}
.apresentation-product .box-produto span {
  display: block;
  font-family: "gotham condensed book";
  font-size: 16px;
  color: #4b2c74;
  line-height: 170%;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .apresentation-product .box-produto span {
    font-size: 4.4vw;
    line-height: 160%;
    width: 77vw;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
.apresentation-product .warning {
  margin-bottom: 140px;
  transition: all 0.5s;
}
.apresentation-product .warning .icon {
  font-size: 34px;
  margin-right: 40px;
  transition: all 0.5s;
}
.apresentation-product .warning:hover {
  transform: scale(1.1);
}
.apresentation-product .warning:hover .icon {
  transform: translateX(30px);
}
@media (max-width: 1024px) {
  .apresentation-product .sabores-combinados > .d-flex {
    flex-direction: column;
  }
}
.apresentation-product .sabores-combinados .box-produto:nth-child(odd) {
  width: 100%;
  margin-top: 20px;
  transform: translateX(45px);
  text-align: right;
}
@media (max-width: 1024px) {
  .apresentation-product .sabores-combinados .box-produto:nth-child(odd) {
    transform: translateX(0%);
    text-align: left;
    margin-top: -1vh;
  }
}
.apresentation-product .sabores-combinados .box-produto:nth-child(odd) img {
  width: 100%;
  transform: rotate(-6.56deg);
  margin-right: -4%;
  animation: moveComb1 4s infinite linear;
}
@media (max-width: 1024px) {
  .apresentation-product .sabores-combinados .box-produto:nth-child(odd) img {
    margin-left: 0vw;
    max-width: 85vw;
  }
}
.apresentation-product .sabores-combinados .box-produto:nth-child(odd) span {
  padding-right: 65px;
  margin-top: -30px;
}
@media (max-width: 1024px) {
  .apresentation-product .sabores-combinados .box-produto:nth-child(odd) span {
    padding: 0;
    text-align: center;
    width: 77vw;
    margin: -3vh auto 0;
  }
}
.apresentation-product
  .sabores-combinados
  .box-produto:nth-child(odd)
  .btn-buy {
  float: right;
  margin-right: 65px;
}
@media (max-width: 1024px) {
  .apresentation-product
    .sabores-combinados
    .box-produto:nth-child(odd)
    .btn-buy {
    float: none;
    margin-right: auto;
    margin-top: 7vh;
  }
}
@keyframes moveComb1 {
  0% {
    transform: translate(3px, -1px) rotate(-5deg);
  }
  50% {
    transform: translate(5px, 5px) rotate(-4.5deg);
  }
  100% {
    transform: translate(3px, -1px) rotate(-5deg);
  }
}
.apresentation-product .sabores-combinados .box-produto:nth-child(even) {
  width: 100%;
  margin-top: 352px;
  transform: translateX(-45px);
}
@media (max-width: 1024px) {
  .apresentation-product .sabores-combinados .box-produto:nth-child(even) {
    transform: translateX(0%);
    text-align: left;
    margin-top: 20px;
  }
}
.apresentation-product .sabores-combinados .box-produto:nth-child(even) span {
  padding-left: 65px;
  margin-top: -30px;
  width: 56%;
}
@media (max-width: 1024px) {
  .apresentation-product .sabores-combinados .box-produto:nth-child(even) span {
    padding: 0;
    text-align: center;
    width: 77vw;
    margin: -3vh auto 0;
  }
}
.apresentation-product .sabores-combinados .box-produto:nth-child(even) img {
  width: 100%;
  margin-left: -6%;
  animation: moveComb2 3s infinite linear;
  transform: translate(0, 0px) rotate(10.55deg);
}
@media (max-width: 1024px) {
  .apresentation-product .sabores-combinados .box-produto:nth-child(even) img {
    margin-left: 8vw;
    max-width: 85vw;
  }
}
.apresentation-product
  .sabores-combinados
  .box-produto:nth-child(even)
  .btn-buy {
  float: left;
  margin-left: 65px;
}
@media (max-width: 1024px) {
  .apresentation-product
    .sabores-combinados
    .box-produto:nth-child(even)
    .btn-buy {
    float: none;
    margin-left: auto;
    margin-top: 7vh;
  }
}
@keyframes moveComb2 {
  50% {
    transform: translate(-5px, -5px) rotate(10deg);
  }
}
@media (max-width: 1024px) {
  .apresentation-product .sabores-combinados .warning {
    width: 79vw;
    font-size: 3vw;
    padding: 0;
  }
  .apresentation-product .sabores-combinados .warning .icon {
    margin-right: 2vw;
    font-size: 9.5vw;
  }
}
.apresentation-product .sabores-unicos {
  padding-top: 110px;
}
.apresentation-product .sabores-unicos .content {
  justify-content: space-around;
}
@media (max-width: 1024px) {
  .apresentation-product .sabores-unicos .content {
    justify-content: initial;
    flex-direction: column;
    align-items: center;
  }
}
.apresentation-product .sabores-unicos .box-produto {
  max-width: 448px;
  padding: 0 15px;
  width: 100%;
}

@media (max-width: 1024px) {
  .apresentation-product .sabores-unicos .box-produto {
    margin-top: 20px;
    max-width: 100%;
    width: 100%;
  }
  .apresentation-product .sabores-unicos .box-produto img {
    max-width: 85vw;
  }
}
.apresentation-product .sabores-unicos .box-produto > span {
  padding: 0 10%;
}
@media (max-width: 1024px) {
  .apresentation-product .sabores-unicos .box-produto > span {
    padding: 0 3vw;
    width: 90vw;
  }
}
.apresentation-product .sabores-unicos .box-produto:nth-child(1) img {
  animation: moveUnic1 3.4s infinite linear;
}
.apresentation-product .sabores-unicos .box-produto:nth-child(2) img {
  animation: moveUnic2 3.6s infinite linear;
}
.apresentation-product .sabores-unicos .box-produto:nth-child(3) img {
  animation: moveUnic3 3.1s infinite linear;
}
.apresentation-product .sabores-unicos .box-produto:nth-child(4) img {
  animation: moveUnic2 3.3s infinite linear;
}
@keyframes moveUnic1 {
  33% {
    transform: translate(-5px, 7px) rotate(-2deg);
  }
  70% {
    transform: translate(7px, -1px) rotate(1.5deg);
  }
}
@keyframes moveUnic2 {
  33% {
    transform: translate(5px, -7px) rotate(1deg);
  }
  70% {
    transform: translate(-7px, 1px) rotate(-1deg);
  }
}
@keyframes moveUnic3 {
  33% {
    transform: translate(-5px, 7px) rotate(-0.95deg);
  }
  70% {
    transform: translate(7px, -1px) rotate(1.5deg);
  }
}

@media (max-width: 1024px) {
  .apresentation-product .sabores-unicos .btn-buy {
    margin: 7vh auto 0;
    max-width: initial;
    width: initial;
  }
}
@media (max-width: 1024px) {
  .apresentation-product .sabores-unicos .warning {
    width: 79vw;
    font-size: 3vw;
    padding: 0;
  }
  .apresentation-product .sabores-unicos .warning .icon {
    margin-right: 2vw;
    font-size: 9.5vw;
  }
}

/* ---------------------------------------------- ESPUMAS ---------------------------------------------- */

.container-espumas b {
  font-weight: bold;
}
.container-espumas .content {
  flex-direction: column;
  align-items: center;
}
.container-espumas .content-grid {
  grid-template-columns: repeat(2, 1fr);
}
.container-espumas .box-produto > span {
  max-width: 515px;
  width: 100%;
  display: block;
  margin: 0 auto;
  text-align: left;
}

.container-espumas .box-produto img {
  position: relative;
  padding: 0 5px;
  max-width: 643px;
  top: 10vh;
  margin-bottom: 96px;
}

@media (max-width: 1024px) {
  .container-espumas {
    padding-top: 17vh;
  }
  .container-espumas img {
    width: 100vw !important;
  }
  .container-espumas .title {
    margin-bottom: 2vh;
  }
}
/* ---------------------------------------------- DRINKS CLASSICOS ---------------------------------------------- */
.container-drinks-classicos {
  padding-top: 50px ;
}
.container-drinks-classicos > .content {
  flex-direction: column;
  align-items: center;
}

.container-drinks-classicos b {
  font-weight: bold;
}
.container-drinks-classicos .box-produto > span {
  max-width: 515px;
  width: 100%;
  display: block;
  margin: 21px auto 0;
  text-align: left;
}

.container-drinks-classicos .box-produto img {
  position: relative;
  max-width: 643px;
  top: 2vh;
}

@media (max-width: 1024px) {
  .container-drinks-classicos {
    padding-top: 17vh;
  }
  .container-drinks-classicos .title {
    margin-bottom: 2vh;
  }
  .container-drinks-classicos .box-produto {
    padding: 0 3vw;
    width: 90vw;
  }
  .container-drinks-classicos .box-produto img {
    left: -12vw;
    width: 126%;
  }
  .container-drinks-classicos .box-produto > span {
    max-width: 100%;
  }
  .container-espumas .box-produto > span {
    padding: 0 3vw;
    width: 90vw;
  }
}

/* ---------------------------------------------- INFO SINGLE IMG */

@keyframes moveProductSingleImg {
  33% {
    transform: translate(-5px, 7px) rotate(-0.95deg);
  }
  70% {
    transform: translate(7px, -1px) rotate(-2deg);
  }
}

.container-drinks-classicos .box-product-info img {
  animation: moveProductSingleImg 5s infinite linear;
  margin-left: 5vw;
}

.box-product-info img {
  animation: moveProductSingleImg 5s infinite linear;
}

@media (max-width: 1024px) {
  .container-drinks-classicos .box-product-info img {
    margin: 0 0 26px;
  }
  .container-espumas .box-product-info img {
    margin-left: 0;
  }
}

/* ---------------------------------------------- INFO DOUBLE IMG */

@keyframes moveProductFirstImg {
  33% {
    transform: translate(-5px, 7px) rotate(-0.95deg);
  }
  70% {
    transform: translate(7px, -1px) rotate(1deg);
  }
}
@keyframes moveProductSecondImg {
  33% {
    transform: translate(5px, -7px) rotate(0.95deg);
  }
  70% {
    transform: translate(-7px, 1px) rotate(-1.5deg);
  }
}

.container-drinks-classicos .box-product-info-double img:nth-child(1) {
  animation: moveProductFirstImg 5s infinite linear;
}
.container-drinks-classicos .box-product-info-double img:nth-child(2) {
  animation: moveProductSecondImg 5s infinite linear;
}

/* ---------------------------------------------- MOSCOW MULE */

/* .container-drinks-classicos #box-product-moscow-mule img {
  top: 0vh;
} */
.container-drinks-classicos .box-product-info-double .content-img {
  display: flex;
  align-items: center;
}
/* .container-drinks-classicos #box-product-moscow-mule img:nth-child(1) {
  margin: 46px 45px -13px -5vw !important;
} */
.container-drinks-classicos .box-product-info-double img:nth-child(2) {
  width: 569px;
  margin-top: -160px;
  margin-bottom: 87px;
  margin-left: -383px;
}

@media (max-width: 1024px) {
  .container-drinks-classicos img:nth-child(2) {
    width: 380px !important;
    margin-top: -60px !important;
    margin-bottom: 84px !important;
    margin-left: -291px !important;
  }
}

/* ---------------------------------------------- STORE-MENU ---------------------------------------------- */

.store-menu {
  width: 150px;
  height: 44px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border: solid 3px #4b2c74;
  font-weight: 800 !important;
  border-radius: 50px;
  color: #4b2c74;
  font-size: 13px;
}
@media all and (max-width: 1024px) {
  .store-menu {
    width: 50vw;
    padding: 3.4vw 0;
    border-color: #fff;
  }
}
.insta-menu {
  display: flex !important;
  align-items: center;
  height: 44px;
}
.insta-menu .insta {
  display: block;
}
.insta-menu .insta-white {
  display: none;
}
@media all and (max-width: 1024px) {
  .insta-menu .insta {
    display: none;
  }
  .insta-menu .insta-white {
    display: block;
    width: auto;
  }
}
.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  left: 0;
  top: 0;
  z-index: 99999;
  justify-content: center;
  align-items: center;
  display: none;
}
.modal.active {
  display: flex;
}
.modal iframe {
  max-width: 560px;
  width: 100%;
  max-height: 315px;
  height: 100%;
  padding: 20px;
}
.modal .close {
  background: transparent;
  font-size: 36px;
  color: #fff;
  position: fixed;
  top: 5%;
  right: 2%;
  cursor: pointer;
}
.bkg-fruits,
.bkg-fruits > div {
  position: fixed;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  left: 0;
  height: 100%;
  right: 0;
  z-index: -1;
}
.bkg-fruits img,
.bkg-fruits > div img {
  position: absolute;
}
.bkg-fruits .fruits-slides img,
.bkg-fruits > div .fruits-slides img {
  top: 100vh;
}
.fruits-slides-fixed img {
  top: 100vh;
}
.fruits-slides-fixed img:nth-child(1) {
  left: 5vw;
  animation: 6s linear 0.1s infinite slide12F1;
}
.fruits-slides-fixed img:nth-child(2) {
  left: 8vw;
  animation: 8s linear 0.3s infinite slide12F1;
}
.fruits-slides-fixed img:nth-child(3) {
  left: 17vw;
  animation: 5s linear 0.2s infinite slide12F1;
}
.fruits-slides-fixed img:nth-child(4) {
  left: 66vw;
  animation: 4.7s linear 0.7s infinite slide12F1;
}
.fruits-slides-fixed img:nth-child(5) {
  left: 74vw;
  animation: 4s linear 0.8s infinite slide12F1;
}
.fruits-slides[data-cont="1"] img:nth-child(1) {
  left: 1vw;
  animation: 4s linear 0.8s infinite slide12F1;
}
@media (max-width: 1024px) {
  .fruits-slides[data-cont="1"] img:nth-child(1) {
    width: 21vw;
    left: 5vw;
    animation: 5.7s linear 0.2s infinite slide12F1;
  }
}
.fruits-slides[data-cont="1"] img:nth-child(2) {
  left: 6vw;
  animation: 6s linear 0.2s infinite slide12F1;
}
@media (max-width: 1024px) {
  .fruits-slides[data-cont="1"] img:nth-child(2) {
    width: 17vw;
    left: 19vw;
    animation: 9s linear 0.2s infinite slide12F1;
  }
}
.fruits-slides[data-cont="1"] img:nth-child(3) {
  left: 14vw;
  animation: 4.7s linear 0.7s infinite slide12F1;
}
@media (max-width: 1024px) {
  .fruits-slides[data-cont="1"] img:nth-child(3) {
    width: 13vw;
    left: 33vw;
    animation: 7s linear 0.7s infinite slide12F1;
  }
}
.fruits-slides[data-cont="1"] img:nth-child(4) {
  left: 20vw;
  animation: 5s linear 0.1s infinite slide12F1;
}
@media (max-width: 1024px) {
  .fruits-slides[data-cont="1"] img:nth-child(4) {
    width: 22vw;
    left: 7vw;
    animation: 8.4s linear 0.1s infinite slide12F1;
  }
}
.fruits-slides[data-cont="1"] img:nth-child(5) {
  left: 23vw;
  animation: 6.7s linear 0.3s infinite slide12F1;
}
@media (max-width: 1024px) {
  .fruits-slides[data-cont="1"] img:nth-child(5) {
    width: 35vw;
    left: 66vw;
    animation: 8.6s linear 0.3s infinite slide12F1;
  }
}
.fruits-slides[data-cont="1"] img:nth-child(6) {
  left: 69vw;
  animation: 3.8s linear 0.2s infinite slide12F1;
}
@media (max-width: 1024px) {
  .fruits-slides[data-cont="1"] img:nth-child(6) {
    width: 20vw;
    left: 70vw;
    animation: 7s linear 0.2s infinite slide12F1;
  }
}
.fruits-slides[data-cont="1"] img:nth-child(7) {
  left: 70vw;
  animation: 5.2s linear 0.5s infinite slide12F1;
}
@media (max-width: 1024px) {
  .fruits-slides[data-cont="1"] img:nth-child(7) {
    width: 69vw;
    left: 39vw;
    animation: 7.3s linear 0.5s infinite slide12F1;
  }
}
.fruits-slides[data-cont="1"] img:nth-child(8) {
  left: 75vw;
  animation: 6.7s linear 0.55s infinite slide12F1;
}
@media (max-width: 1024px) {
  .fruits-slides[data-cont="1"] img:nth-child(8) {
    display: none;
  }
}
.fruits-slides[data-cont="1"] img:nth-child(9) {
  left: 77vw;
  animation: 5s linear 0.2s infinite slide12F1;
}
@media (max-width: 1024px) {
  .fruits-slides[data-cont="1"] img:nth-child(9) {
    display: none;
  }
}
.fruits-slides[data-cont="2"] img:nth-child(1) {
  left: 3vw;
  animation: 4s linear 0.8s infinite slide12F1;
}
@media (max-width: 1024px) {
  .fruits-slides[data-cont="2"] img:nth-child(1) {
    width: 33vw;
    left: -12vw;
    animation: 6.5s linear 0.8s infinite slide12F1;
  }
}
.fruits-slides[data-cont="2"] img:nth-child(2) {
  left: 37vw;
  animation: 6s linear 0.2s infinite slide12F1;
}
@media (max-width: 1024px) {
  .fruits-slides[data-cont="2"] img:nth-child(2) {
    width: 23vw;
    left: 22vw;
  }
}
.fruits-slides[data-cont="2"] img:nth-child(3) {
  left: 54vw;
  animation: 2.7s linear 0.7s infinite slide12F1;
}
@media (max-width: 1024px) {
  .fruits-slides[data-cont="2"] img:nth-child(3) {
    width: 36vw;
    left: 71vw;
    animation: 8s linear 0.7s infinite slide12F1;
  }
}
.fruits-slides[data-cont="2"] img:nth-child(4) {
  left: 76vw;
  animation: 5s linear 0.1s infinite slide12F1;
}
@media (max-width: 1024px) {
  .fruits-slides[data-cont="2"] img:nth-child(4) {
    display: none;
  }
}
.fruits-slides[data-cont="2"] img:nth-child(5) {
  left: 86vw;
  animation: 6.7s linear 0.3s infinite slide12F1;
}
@media (max-width: 1024px) {
  .fruits-slides[data-cont="2"] img:nth-child(5) {
    width: 23vw;
    left: -10vw;
    animation: 8s linear 0.3s infinite slide12F1;
  }
}
@keyframes slide12F1 {
  100% {
    top: -10vh;
  }
}

/* ---------------------------------------------- FAQ ---------------------------------------------- */
.wrap-header-faq .section-title {
  margin: 0;
}

.wrap-header-faq .section-description {
  margin: 20px 0 54px;
}

.wrap-faq {
  background: #f6f6f6;
  flex-direction: column;
  align-items: center;
  padding-top: 19px;
  padding-bottom: 193px;
}

.list-faq {
  max-width: 1088px;
  width: 100%;
  color: #4b2c74;
  padding: 0 32px;
}
.list-faq li {
  padding: 55px 0 65px;
  border-bottom: solid 1px #d4cfdb;
  cursor: pointer;
}

.list-faq .content {
  padding: 46px 0 0;
}
.list-faq header {
  display: flex;
  justify-content: space-between;
}
.list-faq h3 {
  font-family: "Raleway";
  font-weight: bold;
  font-size: 21px;
  color: inherit;
}
.list-faq .icon {
  font-size: 21px;
  color: inherit;
  margin-right: 5px;
  transform: rotate(180deg);
  transition: all linear 0.3s;
}

.list-faq p {
  font-size: 16px;
  line-height: 20px;
  margin: 0 20px;
}
.list-faq p a:not(.btn-buy) {
  text-decoration: underline;
}
.list-faq p ~ p {
  margin-top: 12px;
}

.list-faq .content-img {
  width: 227px;
  height: 227px;
  margin: 0 20px;
}
.list-faq img {
  width: 227px;
  height: 227px;
  object-fit: cover;
}
.list-faq .content {
  display: none;
  transition: all linear 0.4s;
  margin: 0 -20px;
}

.list-faq li.active .icon {
  transform: rotate(0);
}
.list-faq li.active .content {
  display: flex;
  margin-bottom: -23px;
}
.list-faq .btn-buy {
  width: auto !important;
  text-align: center;
}

@media (max-width: 768px) {
  .list-faq {
    width: 100%;
    padding: 0 7.5vw 0 7.6vw;
  }
  .list-faq p {
    margin: 0;
  }
  .list-faq .content-img {
    width: 100%;
    height: 320px;

    margin: 0 0 40px;
  }
  .list-faq img {
    width: 100%;
    height: 320px;
  }
  .list-faq li.active .content {
    flex-direction: column !important;
    margin: 0;
  }
}

/* ---------------------------------------------- BOX PRODUTO ---------------------------------------------- */
.box-produto {
  padding: 0 15px;
  max-width: 760px;
  display: flex;
  flex-direction: column;
}
.box-produto img {
  max-width: 643px !important;
}
/* ---------------------------------------------- CONTENT GRID ---------------------------------------------- */
.content-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 1024px) {
  .content-grid {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
/* ---------------------------------------------- ESPECIARIAS ---------------------------------------------- */
.container-especiarias .content-grid {
  grid-template-columns: repeat(auto-fit, minmax(100px, auto));
}
