html {
  scroll-behavior: smooth;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Poppins", sans-serif;
}

a,
a:hover,
a:focus,
a:visited {
  color: unset;
  text-decoration: none;
}
.ps-20 {
  padding-left: 20px;
}
.pe-20 {
  padding-right: 20px;
}
/* HEADER */
header {
  background: #111;
  padding-top: 20px;
  padding-bottom: 20px;
}
.localize {
  color: #fff;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 10px; /* 100% */
  margin-bottom: 4px;
}
header i {
  color: white;
  font-size: 24px;
}
.rastrear-pedido {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 10px; /* 83.333% */
}
/* INICIO */
.inicio {
  background-image: url(../img/banner_topo-desktop02.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  padding-top: 80px;
  padding-bottom: 80px;
}
.inicio h2 {
  color: #fff;
  font-size: 86px;
  font-style: normal;
  font-weight: 700;
  line-height: 80px; /* 88.889% */
  margin-bottom: 24px;
}
.inicio h2 span {
  letter-spacing: 9px;
}
.inicio h4 {
  color: #fdddc4;
  margin-bottom: 64px;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 116.667% */
}
.inicio h3 {
  color: #ef211a;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px; /* 100% */
  margin-bottom: 48px;
}
.de-inicio {
  color: #969696;
  margin-bottom: 16px;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 100% */
}
.valor-inicio {
  color: #fff;
  margin-bottom: 64px;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 73px; /* 32.5% */
}
.inicio p {
  color: #fff;
  margin-bottom: 0;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 13px; /* 100% */
}
/* FAIXA 2 */
.faixa2 {
  color: #111;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 100% */
  text-transform: uppercase;

  display: flex;
  padding: 16px 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  background: #a7fdab;
}
marquee {
  border: 1px solid #f0f0f0;
  background: #fff;
  padding: 16px 20px;
  color: #111;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 111.111% */
  text-transform: uppercase;
  margin-bottom: 0;
}

marquee .icone {
  width: 40px;
  height: 40px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  background: #eaeaea;
  display: inline-flex;
}
.icone i {
  color: #111;
  font-size: 16px;
  line-height: 16px; /* 100% */
  letter-spacing: 0.8px;
}
.margin-marquee {
  margin-left: 120px;
}
/* CELEBRIDADES */
.celebridades {
  padding-top: 80px;
  padding-bottom: 80px;
}
.swiper {
  width: 100%;
  height: 100%;
}

.mySwiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mySwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}

.mySwiper .swiper {
  width: 100%;
  height: 140px;
  margin-left: auto;
  margin-right: auto;
}

/* .mySwiper .swiper-slide {
  background-size: cover;
  background-position: center;
} */

.mySwiper2 {
  width: 700px;
  height: 733px;
}

.mySwiper {
  height: 100%;
  width: 700px;
  box-sizing: border-box;
  padding-top: 24px;
}

.mySwiper .swiper-slide {
  width: 160px;
  height: 140px;
  opacity: 0.4;
  border-radius: 4px;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.celebridades .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.avaliacoes {
  display: flex;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  color: #666;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 133.333% */
}
.avaliacoes i {
  color: #fed704;
  font-size: 14px;
}
.celebridades h2 {
  color: #9e7443;
  margin-bottom: 0;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px; /* 120% */
  margin-top: 16px;
}
.celebridades h3 {
  color: #2d2d2d;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; /* 125% */
  margin-bottom: 12px;
}
.serum {
  display: inline-flex;
  padding: 10px;
  justify-content: start;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  background: #fff5ee;
  color: #2d2d2d;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.2px;
  margin-bottom: 40px;
}
.celebridades p {
  color: #3a3a3a;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  margin-bottom: 40px;
}
.metodo {
  color: #3a3a3a;
  margin-bottom: 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
}
.compra-unica {
  display: flex;
  padding: 20px;
  align-items: center;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid #f9d4b7;
  background: #fff;
  gap: 24px;
}
.seletor {
  display: flex;
  padding: 4px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  border: 2px solid #fdddc4;
  flex-shrink: 0;
  height: 24px;
  width: 25px;
}
.compra {
  color: #111;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 100% */
  margin-bottom: 12px;
}
.de {
  display: inline-flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  border: 1px solid #fff5ee;
  color: #2d2d2d;
  text-align: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 6px;
}
.ou {
  color: #4d4d4d;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
  margin-top: 6px;
}
.valor {
  color: #111;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 100% */
  margin-right: 12px;
}
.off {
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  background: #fff5ee;
  color: #2d2d2d;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.assinatura {
  margin-top: 8px;
  border-radius: 8px;
  border: 1px solid #f9d4b7;
  display: flex;
  padding: 20px;
  justify-content: start;
  align-items: center;
  align-self: stretch;
  gap: 24px;
}
.selecionado-assinatura {
  color: #111;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 100% */
}
.selecionado .selecionado-assinatura {
  color: #fff;
}
.compra-unica,
.assinatura {
  transition: background 0.3s ease; /* Transição suave para o fundo */
  cursor: pointer;
}
.logo-preenchido {
  margin-left: 12px;
}
.off2 {
  display: inline-flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  background: #d0ff59;
  color: #2d2d2d;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 16px;
  margin-bottom: 6px;
}
.valor-mes {
  color: #111;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 100% */
  margin-bottom: 40px;
}
.valor-mes span {
  font-size: 16px;
}
.selecionado .valor-mes {
  color: white;
}
.itens-assinatura {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  align-self: stretch;
}
.item-assinatura i {
  color: #fdddc4;
  font-size: 20px;
}
.item-assinatura p {
  color: #111;
  margin-bottom: 0;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px; /* 120% */
}
.item-assinatura p span {
  font-weight: 600;
}
.selecionado .item-assinatura p {
  color: #fff;
}
.assinar {
  display: flex;
  padding: 20px 40px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  width: 100%;
  border-radius: 8px;
  background: #01b548;
  border: none;
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 32px;
  margin-bottom: 12px;
}
/* SINAIS */
.sinais {
  background: #fffaf6;
  padding-top: 80px;
  padding-bottom: 80px;
}
.sinais h2 {
  color: #2d2d2d;
  margin-bottom: 16px;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px; /* 120% */
}
.sinais p {
  color: #3a3a3a;
  margin-bottom: 40px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 144.444% */
}
.eu-quero {
  display: flex;
  padding: 20px 40px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 8px;
  background: #01b548;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border: none;
}
.eu-quero i {
  font-size: 24px;
}
.ratio * {
  border-radius: 8px;
}
/* BENEFÍCIOS */
.beneficios {
  padding-top: 80px;
  padding-bottom: 80px;
}
.beneficios h2 {
  color: #2d2d2d;
  text-align: center;
  margin-bottom: 40px;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px; /* 120% */
}
.beneficios p {
  color: #9e7443;
  margin-bottom: 0;
  margin-top: 16px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 133.333% */
}
.beneficios img {
  border-radius: 8px;
  object-fit: cover;
  width: 433px;
  height: 520px;
  flex-shrink: 0;
}
/* FÓRMULA */
.formula {
  background: #fff5ee;
  padding-top: 80px;
  padding-bottom: 80px;
}
.formula h2 {
  color: #2d2d2d;
  text-align: center;
  margin-bottom: 40px;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px; /* 120% */
}
.box-formula {
  display: flex;
  align-items: center;
  flex: 1 0 0;
  border-radius: 8px;
  background: #fff;
}
.box-formula img {
  border-radius: 8px 0px 0px 8px;
  flex-shrink: 0;
  width: 304px;
  object-fit: cover;
}
.formula .swiper-slide {
  border-radius: 8px;
}
.texto-box-formula {
  display: flex;
  padding: 64px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  flex: 1 0 0;
}
.formula h3 {
  color: #9e7443;
  margin-bottom: 0px;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 100% */
}
.formula p {
  color: #666;
  margin-bottom: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
.carousel-formula {
  padding-left: 24px;
  padding-right: 24px;
}
.swiper-button-next,
.swiper-button-prev {
  top: 40%;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: "FontAwesome 6 Pro";
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "\f138" !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: "Font Awesome 6 Pro" !important;
  color: #f6dfcf;
  background-color: white;
  border-radius: 100%;
  font-size: 40px;
  font-weight: 900;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "\f137" !important;
}
.swiper-pagination {
  display: block;
}
.carousel-formula {
  padding-bottom: 4.5rem;
}
.swiper-pagination-bullet-active {
  width: 64px !important; /* Largura maior para o ativo */
  height: 16px;
  border-radius: 100px;
}
.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: #f6dfcf;
  opacity: 1;
  transition: transform 0.3s ease, background-color 0.3s ease;
  transition: all 0.3s ease; /* Transição suave */
}
/* DEPOIMENTOS */
.depoimentos {
  padding-top: 80px;
  padding-bottom: 80px;
}
.depoimentos h2 {
  color: #2d2d2d;
  text-align: center;
  margin-bottom: 56px;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px; /* 120% */
}
.escrever-avaliacao {
  display: flex;
  padding: 20px 40px;
  justify-content: end;
  align-items: center;
  gap: 16px;
  border-radius: 8px;
  background: #9e7443;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border: none;
}
.f-20 {
  color: #2d2d2d;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 80% */
}
.depoimentos i {
  color: #fed704;
}
.estrelas1 i {
  font-size: 24px;
}
.estrelas2 i {
  font-size: 20px;
}
.mt-12 {
  margin-top: 12px;
}
.retangulo {
  width: 180px;
  height: 20px;
  background: #9e7443;
}
.itens-estrela {
  display: flex;
  align-items: center;
  gap: 32px;
}

.fa-solid.fa-star {
  margin-right: -5px;
}
.box-depoimento {
  margin-top: 56px;
  display: flex;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
  align-self: stretch;
  border-radius: 8px;
  background: #fffaf6;
}
.item-depoimento {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 56px;
  align-self: stretch;
}
.autor {
  color: #9e7443;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 100% */
}
.estrelas3 i {
  font-size: 14px;
  line-height: 14px; /* 100% */
  letter-spacing: 1.4px;
}
.texto-depoimento {
  color: #666;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
  margin-top: 24px;
}
.data {
  color: #666;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px; /* 100% */
}
.divisor {
  height: 1px;
  background: #fdddc4;
  width: 100%;
  margin-top: 32px;
  margin-bottom: 32px;
}

.box-depoimento img {
  height: 200px;
  flex: 1 0 0;
  border-radius: 8px;
  flex-shrink: 0;
  width: 256px;
  object-fit: cover;
}
.depoimentos .divisor2 {
  background-color: #fdddc4;
  height: 189px;
  width: 1px;
  margin: auto;
}
/* GARANTIA */
.garantia {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #f8f8f8;
}
.box-garantia {
  display: flex;
  border-radius: 8px;
}
.garantia img {
  width: 560px;
  object-fit: cover;
  border-radius: 8px 0px 0px 8px;
}
.textos-garantia {
  border-radius: 8px;
  background: #111;
  display: flex;
  padding: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  flex: 1 0 0;
}
.subtitulo {
  color: #94ffb2;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 100% */
  letter-spacing: 2px;
}
.garantia h2 {
  color: #fff;
  margin-bottom: 16px;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px; /* 120% */
}
.garantia p {
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 144.444% */
}
/* duvidas */
.duvidas {
  padding-top: 80px;
  padding-bottom: 80px;
}
.duvidas h2 {
  color: #2d2d2d;
  text-align: center;
  margin-bottom: 40px;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px; /* 120% */
}
.accordion-item:not(:last-of-type) {
  margin-bottom: 16px;
}
.accordion-item {
  border-bottom: 1px solid #fdddc4;
  background-color: transparent;
}
.accordion-button {
  padding: 0 0 16px 0;
  align-self: stretch;
  border: none;
  background: transparent;
  color: #9e7443;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 0 !important;
}
.accordion-button:focus,
.accordion-button:not(.collapsed) {
  border: none;
  background: transparent;
  box-shadow: 0 0 0 0.25rem transparent;
  color: #9e7443;
}
.accordion-body {
  color: #636363;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
  background-color: transparent;
  padding-top: 8px;
  padding-left: 0;
  padding-right: 0;
}
.accordion-button:not(.collapsed)::after {
  content: "\f077";
  transform: none;
  background-image: none;
}

.accordion-button::after {
  font-family: "Font Awesome 6 Pro";
  background-image: none;
  content: "\f078";
  transform: none;
}
/* FOOTER */
footer {
  background: #fff5ee;
  padding-top: 40px;
  padding-bottom: 40px;
}
footer p {
  color: #252525;
  margin-bottom: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
}
footer h6 {
  color: #252525;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 122.222% */
  margin-bottom: 12px;
}
.divisor3 {
  width: 1px;
  height: 120px;
  background: #d7b6a0;
  margin: auto;
}
.redes-sociais {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  justify-content: center;
}
.icone-rede-social {
  display: flex;
  width: 42px;
  height: 42px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  background: #252525;
}
.icone-rede-social i {
  color: #fff;
  font-size: 22px;
  line-height: 22px; /* 100% */
}
@media (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .ps-20 {
    padding-left: 12px;
  }
  .pe-20 {
    padding-right: 12px;
  }
  /* HEADER */
  header {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .logo {
    width: 104.099px;
    height: 20px;
  }
  header i {
    font-size: 20px;
  }
  .rastrear-pedido,
  .localize {
    display: none;
  }
  /* INICIO */
  .inicio {
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: url(../img/fundo_banner_topo.webp);
    background-repeat: no-repeat;
  }
  .inicio h2 {
    font-size: 36px;
    line-height: 36px; /* 88.889% */
    margin-bottom: 16px;
    text-align: center;
  }
  .inicio h2 span {
    letter-spacing: 3.6px;
  }
  .inicio h4 {
    margin-bottom: 40px;
    font-size: 12px;
    line-height: 16px; /* 116.667% */
    text-align: center;
  }
  .inicio h3 {
    font-size: 24px;
    line-height: 24px; /* 100% */
    margin-bottom: 32px;
    text-align: center;
  }
  .de-inicio {
    margin-bottom: 14px;
    font-size: 26px;
    line-height: 14px; /* 100% */
    text-align: center;
  }
  .valor-inicio {
    margin-bottom: 24px;
    font-size: 64px;
    line-height: 64px; /* 32.5% */
    text-align: center;
  }
  .inicio p {
    margin-top: 9px;
    font-size: 8px;
    line-height: 10px; /* 100% */
    text-align: center;
  }
  /* FAIXAS */
  .faixa2 {
    font-size: 12px;
    line-height: 12px; /* 100% */
    letter-spacing: 0.6px;
    display: flex;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
  }
  marquee {
    font-size: 12px;
    line-height: 12px; /* 100% */
    letter-spacing: 0.6px;
    padding: 12px 20px;
  }
  .margin-marquee {
    margin-left: 24px;
  }
  /* CELEBRIDADES */
  .mySwiper .swiper {
    width: 100%;
    height: 140px;
    margin-left: auto;
    margin-right: auto;
  }

  /* .mySwiper .swiper-slide {
    background-size: cover;
    background-position: center;
  } */

  .mySwiper2 {
    width: 320px;
    height: 320px;
  }

  .mySwiper {
    width: 320px;
    height: 100px;
  }

  .mySwiper .swiper-slide {
    width: 74px;
    height: 74px;
  }
  .celebridades {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .avaliacoes {
    margin-top: 40px;
    position: relative;
  }

  .celebridades h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .celebridades h3 {
    font-size: 20px;
    line-height: 26px; /* 125% */
  }

  .celebridades p {
    font-size: 14px;
    line-height: 22px; /* 150% */
  }
  .metodo {
    font-size: 14px;
    line-height: 22px; /* 150% */
  }
  .compra-unica {
    padding: 16px;
    gap: 24px;
  }

  .compra {
    font-size: 16px;
    line-height: 16px; /* 100% */
  }

  .ou {
    font-size: 14px;
    line-height: 14px; /* 100% */
    margin-top: 7px;
  }
  .valor {
    font-size: 26px;
    line-height: 26px; /* 100% */
  }
  .off {
    font-size: 12px;
  }
  .assinatura {
    padding: 16px;
  }
  .selecionado-assinatura {
    font-size: 16px;
    line-height: 16px; /* 100% */
  }

  .logo-preenchido svg {
    width: 124.918px;
    height: 24px;
  }
  .off2 {
    font-size: 12px;
  }
  .valor-mes {
    font-size: 26px;
    line-height: 26px; /* 100% */
    margin-bottom: 24px;
  }
  .valor-mes span {
    font-size: 14px;
  }

  .itens-assinatura {
    gap: 16px;
  }
  .item-assinatura i {
    display: none;
  }
  .item-assinatura p {
    font-size: 8px;
    line-height: 10px; /* 120% */
  }

  .assinar {
    padding: 16px 40px;
    font-size: 18px;
    margin-top: 16px;
    margin-bottom: 12px;
  }
  .imagem-abaixo {
    width: 237.484px;
    height: 18px;
  }
  /* SINAIS */
  .sinais {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .sinais h2 {
    margin-bottom: 12px;
    font-size: 26px;
    line-height: 32px; /* 120% */
  }
  .sinais p {
    font-size: 16px;
    line-height: 26px; /* 144.444% */
    margin-bottom: 24px;
  }
  .eu-quero {
    width: 100%;
    font-size: 18px;
    margin-top: 24px;
  }
  .eu-quero i {
    font-size: 20px;
  }
  /* BENEFÍCIOS */
  .beneficios {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .beneficios h2 {
    margin-bottom: 24px;
    font-size: 26px;
    line-height: 32px; /* 120% */
  }
  .beneficios p {
    margin-top: 12px;
    font-size: 16px;
    line-height: 22px; /* 133.333% */
  }
  /* FÓRMULA */
  .formula {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .formula h2 {
    margin-bottom: 24px;
    font-size: 26px;
    line-height: 32px; /* 120% */
  }
  .box-formula {
    flex-direction: column;
  }
  .box-formula img {
    border-radius: 8px 8px 0px 0px;
    height: 160px;

    width: 100%;
  }

  .texto-box-formula {
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
  }
  .formula h3 {
    font-size: 18px;
    line-height: 20px; /* 100% */
  }
  /* DEPOIMENTOS */
  .depoimentos {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .depoimentos h2 {
    margin-bottom: 24px;
    font-size: 26px;
    line-height: 32px; /* 120% */
  }
  .escrever-avaliacao {
    width: 100%;
    padding: 16px;
    font-size: 18px;
    justify-content: center;
  }
  .f-20 {
    font-size: 16px;
  }

  .estrelas1 i {
    font-size: 20px;
  }
  .estrelas2 i {
    font-size: 16px;
  }
  .mt-12 {
    margin-top: 12px;
  }
  .retangulo {
    width: 115px;
  }

  .box-depoimento {
    margin-top: 24px;
    padding: 16px;
    gap: 24px;
  }
  .item-depoimento {
    display: flex;
    flex-direction: column;

    justify-content: center;
    align-items: center;
    gap: 16px;
    align-self: stretch;
  }
  .autor {
    font-size: 18px;
  }

  .texto-depoimento {
    font-size: 12px;
    line-height: 20px; /* 137.5% */
    margin-top: 16px;
  }

  .divisor {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .box-depoimento img {
    width: 100%;
  }
  .depoimentos .divisor2 {
    margin-top: 24px;
    margin-bottom: 24px;
    height: 1px;
    width: 100%;
  }
  /* GARANTIA */
  .garantia {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .box-garantia {
    display: block;
    border-radius: 8px;
  }
  .garantia img {
    display: none;
  }
  .textos-garantia {
    border-radius: 8px;
    display: flex;
    padding: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    align-self: stretch;
  }
  .subtitulo {
    font-size: 14px;
    line-height: 18px; /* 128.571% */
    letter-spacing: 1.4px;
    text-align: center;
  }
  .garantia h2 {
    margin-bottom: 12px;
    font-size: 26px;
    line-height: 32px; /* 120% */
  }
  .garantia p {
    font-size: 16px;
    line-height: 22px; /* 144.444% */
  }
  /* duvidas */
  .duvidas {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .duvidas h2 {
    margin-bottom: 24px;
    font-size: 26px;
    line-height: 32px; /* 120% */
  }

  .accordion-button {
    font-size: 14px;
  }

  .accordion-body {
    font-size: 14px;
    line-height: 20px;
  }
  /* FOOTER */
  footer {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  footer p {
    font-size: 14px;
    line-height: 14px; /* 100% */
  }
  footer h6 {
    font-size: 16px;
    line-height: 16px; /* 122.222% */
    margin-bottom: 12px;
  }
  .divisor3 {
    display: none;
  }
  .redes-sociais {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    justify-content: center;
  }
  .icone-rede-social {
    display: flex;
    width: 32px;
    height: 32px;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    background: #252525;
  }
  .icone-rede-social i {
    color: #fff;
    font-size: 16px;
    line-height: 16px; /* 100% */
  }
  .logo-footer {
    width: 124.604px;
    height: 24px;
  }
  .divisor4 {
    width: 320px;
    height: 1px;
    background: #d7b6a0;
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
