@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap");
html {
  scroll-behavior: smooth;
  font-family: "Poppins", sans-serif;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
strong {
  font-weight: bold !important;
}
a,
a:hover,
a:focus,
a:visited {
  color: unset;
  text-decoration: none;
}
.sc {
  padding-top: clamp(40px, 5vw, 56px);
  padding-bottom: clamp(40px, 5vw, 56px);
}
h1 {
  color: #fff;
  font-size: clamp(32px, 5vw, 56px);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(36px, 6vw, 64px); /* 114.286% */
  margin-bottom: 12px;
}
h2 {
  color: #033967;
  font-size: clamp(28px, 3vw, 36px);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(36px, 4vw, 42px); /* 116.667% */
  margin-bottom: clamp(24px, 4vw, 40px);
}
h5 {
  color: #3280be;
  font-size: clamp(18px, 3vw, 20px);
  font-style: normal;
  font-weight: 600;
  line-height: clamp(22px, 3vw, 24px); /* 130% */
}
p {
  color: #484848;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
  margin-bottom: 0;
}
.botao {
  border-radius: 12px;
  background: linear-gradient(180deg, #18a851 0%, #0d853c 100%);
  box-shadow: 0px 2px 0px 0px #997900;
  display: flex;
  padding: 20px 48px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  color: #fff;
  text-align: center;
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.52px;
  margin-top: clamp(24px, 4vw, 40px);
  border: none;
  width: 420px;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0.25rem transparent;
}
.offcanvas {
  background: linear-gradient(90deg, #1876a4 0%, #155b77 100%);
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;

  background-color: transparent;
  border: none;
}
.btn-close:focus {
  box-shadow: 0 0 0 0.25rem transparent;
}
.list-group-item a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.btn-close {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="%23fff" viewBox="0 0 384 512"><path d="M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z"/></svg>');
  background-repeat: no-repeat;
  opacity: 1;
}
.esquerda {
  float: left;
  position: relative;
  top: 25%;
}
/* HEADER */
header {
  border-bottom: 2px solid #1876a4;
  background: #033967;
  display: flex;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 40px;
  align-self: stretch;
}
/* INÍCIO */
.inicio {
  background: linear-gradient(0deg, #469ed5 0%, #327ebd 100%);
}
.inicio h6 {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 133.333% */
  margin-bottom: 12px;
}
.inicio p {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  margin-bottom: 8px;
  display: flex;
  gap: 8px;
  align-items: center;
}
.recupere {
  color: #dffff7;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 130% */
  margin-bottom: 8px;
}
.inicio ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.inicio li {
  color: #fff;
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  gap: 8px;
  align-items: center;
}
.resultados {
  display: inline-flex;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 8px;
  border: 1px solid #fff;
  color: #dffff7;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 125% */
}
.atencao {
  max-width: 280px;
  margin: 0 auto;
  color: #dffff7;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  text-align: center;

  line-height: 16px;
  margin-top: 8px;
}
.line {
  background: #98ddff;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 16px;
  height: 1px;
}
/* SEGREDO */
.item-segredo {
  display: flex;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  color: #484848;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
}
.box-segredo {
  display: flex;
  padding: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid #c1f1ff;
  background: #f9fff8;
  margin-top: 40px;
}
.facil {
  color: #1876a4;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.facil span {
  font-weight: 600;
}
.diferenca {
  color: #484848;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
/* FORMULA */
.formula {
  background: #fdfff1;
}
/* DEPOIMENTOS */
.depoimentos {
  background: #f9fff8;
}
.depoimentos h5 {
  color: #1876a4;
}
/* BENEFÍCIOS */
.beneficios img {
  width: 120px;
  height: 120px;
}
/* KITS */
.kits {
  background: radial-gradient(50% 50% at 50% 50%, #1876a4 0%, #155b77 100%);
}

.header-kit {
  display: flex;
  padding: 20px 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 16px 16px 0px 0px;
  background: #62c3df;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 100% */
}
.body-kit {
  display: flex;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border: solid 2px #62c3df;
  background-color: white;
  border-radius: 0 0 16px 16px;
}
.de-desconto {
  display: flex;
  padding: 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  background: #1676a5;
  color: #fff;
  font-size: clamp(14px, 3vw, 18px);
  font-style: normal;
  font-weight: 600;
  line-height: clamp(14px, 3vw, 18px); /* 100% */
}
.por-frasco {
  display: flex;
  padding: 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  border: 1px solid #e3e3e3;
  color: #6f6f6f;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.mais-3-pelo {
  color: #1b3242;
  font-size: clamp(24px, 3vw, 32px);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(28px, 3vw, 36px);
  margin-bottom: 12px;
}
.de-por {
  color: #484848;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: clamp(24px, 4vw, 40px);
}
.de-por strong {
  font-weight: 600 !important;
}
.ate {
  color: #484848;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.valor {
  color: #151515;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.valor span {
  font-size: 64px;
}
.avista {
  color: #484848;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 24px;
}
.kits .botao {
  width: 100%;
}
/* AVALIAÇÕES */
.avaliacoes {
  background: #f9fff8;
}
.box-avaliacoes {
  border-radius: 8px;
  border: 1px solid #c1f1ff;
  background: #fff;
  display: flex;
  padding: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex: 1 0 0;
  height: 100%;
}
/* FAIXA */
.faixa {
  background: #c5ffa8;
}
.box-faixa {
  display: flex;
  padding-top: 16px;
  padding-bottom: 16px;
  justify-content: center;
  align-items: center;
  gap: 80px;
  align-self: stretch;
}
.item-faixa {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #484848;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  text-transform: uppercase;
}
.icone-faixa {
  font-size: 24px;
  line-height: 24px; /* 100% */
}
/* ESCOLHER */
.escolher ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.escolher li {
  color: #484848;
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  gap: 8px;
  align-items: center;
}
.visao {
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #c1f1ff;
  background: #f9fff8;
  color: #1876a4;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-top: 24px;
  margin-bottom: 24px;
}
.visao span {
  font-weight: 600;
}
.clique {
  color: #3280be;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 133.333% */
  margin-bottom: 12px;
}
/* PAGUE */
.pague {
  background: radial-gradient(50% 50% at 50% 50%, #e3f4ff 71.5%, #b1defa 100%);
}
.box-pague {
  display: flex;
  padding: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  align-self: stretch;
  border-radius: 16px;
  border: 1px solid #98cddc;
  background: #fff;
}
.pague h2 {
  color: #033967;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px; /* 114.286% */
}
.pague p {
  color: #484848;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
  margin-bottom: 16px;
}
.pague .clique {
  margin-top: 40px;
}
.promo {
  display: inline-flex;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 8px;
  border: 1px solid #3280be;
  color: #3280be;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.28px;
  margin-top: 12px;
}
/* FAQ */
.faq {
  background: #f8f8f8;
}
.accordion-header {
  color: #2373b8;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background-color: transparent;
  transition: all 0.5s;
  border-radius: 4px;
  border: 1px solid #c1f1ff;

  background: #fff;
}
.accordion-button:not(.collapsed) {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: left;
  color: #fff;
  transition: all 0.5s;
  border-radius: 4px;
  border: 1px solid #c1f1ff;

  background: #2373b8;
}
.accordion-button:hover {
  color: #fff;
  border-radius: 4px;
  border: 1px solid #c1f1ff;
  background: #2373b8;
}
.accordion-button:focus {
  z-index: 3;
  border-color: transparent;
  outline: 0;
  box-shadow: 0 0 0 0.25rem transparent;
  border: 1px solid #c1f1ff;
}
.accordion-item {
  background-color: transparent;
  border: 1px solid transparent;
  margin-bottom: 16px;
}
.accordion-button {
  padding: 16px;
  border: none;
  border-radius: 4px;
  font-weight: 600;
  border-radius: 4px;
  border: 1px solid #c1f1ff;
  background: #fff;
  color: #2373b8;
}
.accordion-button:hover {
  z-index: 0;
}
.accordion-button::after,
.accordion-button:focus::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232373b8'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
}
.accordion-button:hover::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.accordion-body p {
  color: #484848;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
  margin-bottom: 0 !important;
}
.falar-especialista {
  border-radius: 12px;
  background: radial-gradient(50% 50% at 50% 50%, #2577bd 0%, #155994 100%);
  display: flex;
  padding: 20px 32px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  color: #fff;
  text-align: center;
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border: none;
}
/* FOOTER */
footer {
  background: #000;
  padding-top: clamp(24px, 4vw, 40px);
  padding-bottom: clamp(24px, 4vw, 40px);
}
footer h6 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 19px;
  text-align: center;
  margin-bottom: 1rem;
}
footer p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 24px;
  text-align: center;
  margin-bottom: 0;
}
footer .copyright {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 21px;
  text-align: center;
}
footer .fale {
  width: 75%;
}
footer .entrega {
  width: 50%;
}
#whatsapp-rolante {
  text-align: right;
  position: fixed;
  bottom: 10px;
  right: 1px;
  z-index: 9999;
}
.btn-whats {
  background: linear-gradient(180deg, #71dd88 0%, #00a85b 100%);
  width: 72px;
  height: 72px;
  box-shadow: 0px 3px 10px 0px #00000033;
  border-radius: 24px;
  display: flex;
  justify-content: center;
}
.btn-whats:hover {
  background: linear-gradient(180deg, #53c16a 0%, #01693a 100%);
}
.botao-whats {
  height: 40px;
  width: 40.82px;
  align-self: center;
}
@media (max-width: 767px) {
  .botao {
    display: flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    color: #fff;
    text-align: center;
    text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.4px;
    width: 320px;
  }
  .selo {
    width: 260px;
  }
  .esquerda {
    float: left;
    position: relative;
    top: 0;
  }
  /* INÍCIO */
  .inicio {
    padding-bottom: 0;
  }
  .inicio h1 {
    text-align: center;
  }
  .inicio h6 {
    font-size: 20px;
    line-height: 24px; /* 133.333% */
    text-align: center;
  }
  .inicio p {
    font-size: 14px;
    line-height: 22px; /* 150% */
  }
  .recupere {
    font-size: 16px;
    line-height: 22px; /* 130% */
    margin-bottom: 0px;
    text-align: center;
  }

  .inicio li {
    font-size: 12px;
    line-height: 20px; /* 150% */
  }
  .resultados {
    padding: 6px 10px;
    font-size: 12px;
    line-height: 20px; /* 125% */
  }
  .atencao {
    max-width: 233px;
    font-size: 10px;
    line-height: 12px;
  }
  /* HEADER */
  header {
    display: flex;
    padding: 16px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    align-self: stretch;
  }
  header img {
    width: 91px;
  }
  /* SEGREDO */
  .segredo {
    margin-top: -4.5rem;
    z-index: 1;
    position: relative;
    background: white;
  }
  .segredo h2,
  .segredo h5 {
    text-align: center;
  }
  .item-segredo {
    gap: 12px;
    font-size: 14px;
    line-height: 18px; /* 125% */
  }
  .segredo .line {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .item-segredo svg {
    width: 20px;
    height: 20px;
  }
  .segredo img {
    margin-bottom: 12px;
  }

  .facil {
    font-size: 16px;
    line-height: 22px;
  }
  .box-segredo {
    margin-top: 32px;
  }
  .diferenca {
    font-size: 14px;
    line-height: 18px;
  }
  /* GARANTIA */
  .garantia img {
    width: 228.772px;
    margin-bottom: 24px;
  }
  /* DEPOIMENTOS */
  .depoimentos {
    background: #f9fff8;
  }
  .depoimentos h5 {
    font-size: 16px;
    line-height: 16px;
  }
  .depoimentos p {
    font-size: 14px;
    line-height: 18px; /* 128.571% */
  }
  /* FAIXA */
  .box-faixa {
    display: flex;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    align-self: stretch;
  }
  .item-faixa {
    font-size: 12px;
    line-height: 12px;
  }
  /* ESCOLHER */
  .escolher h2 {
    text-align: center;
  }
  .escolher li {
    font-size: 14px;
  }
  .visao {
    font-size: 14px;
    line-height: 20px;
    margin-top: 16px;
  }

  .clique {
    font-size: 14px;
    line-height: 20px; /* 133.333% */
  }
  /* PAGUE */

  .box-pague {
    padding: 24px 12px;
  }

  .pague img {
    margin-bottom: 32px;
  }
  .pague h2 {
    font-size: 32px;
    line-height: 36px; /* 114.286% */
    text-align: center;
  }
  .pague p {
    font-size: 16px;
    line-height: 22px; /* 133.333% */
  }
  .pague .clique {
    margin-top: 32px;
  }
  .promo {
    display: flex;
    padding: 8px 12px;
    color: #3280be;
    text-align: center;
    font-size: 12px;
    line-height: 16px; /* 133.333% */
    letter-spacing: 0.24px;
  }
  /* FAQ */
  .falar-especialista {
    display: flex;
    padding: 20px 16px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    border-radius: 12px;
    font-size: 16px;
    line-height: 20px; /* 125% */
  }
  /* FOOTER */
  footer .fale {
    width: 55%;
  }

  footer .entrega {
    width: 75%;
  }
  .btn-whats-footer {
    margin-bottom: 24px;
  }

  .btn-whats {
    width: 60px;
    height: 60px;
  }

  .botao-whats {
    height: 30px;
    width: 30px;
  }
}
@media (min-width: 767px) and (max-width: 1919px) {
  .sc {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
