@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;
  text-align: center;
  font-size: clamp(26px, 4vw, 42px);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(32px, 4vw, 48px); /* 114.286% */
  margin-bottom: clamp(24px, 4vw, 40px);
}
h2 {
  color: #155b77;
  font-size: clamp(26px, 3vw, 36px);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(32px, 4vw, 42px); /* 116.667% */
  margin-bottom: clamp(24px, 4vw, 40px);
}
h5 {
  color: #1876a4;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px; /* 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 {
  background: linear-gradient(90deg, #1876a4 0%, #155b77 100%);
  display: flex;
  padding: 24px;
  justify-content: center;
  align-items: center;
  gap: 40px;
  align-self: stretch;
}
/* QUEM */

.quem hr {
  background: #8aceef;
  margin-top: 16px;
  margin-bottom: 16px;
  opacity: 1;
}
/* FORMULA */
.formula {
  background: #fdfff1;
}
/* DEPOIMENTOS */
.depoimentos {
  background: #dbfdff;
}
/* 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%;
}
/* GARANTIA */
.garantia-box {
  display: flex;
  padding: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 16px;
  border: 1px solid #c1f1ff;
}
/* FAQ */
.faq {
  background: #f8f8f8;
}
.accordion-header {
  color: #000;
  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: #1876a4;
}
.accordion-button:hover {
  color: #fff;
  border-radius: 4px;
  border: 1px solid #c1f1ff;
  background: #1876a4;
}
.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 #d6eef2;
  background: #fff;
}
.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='%23000'><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: #6f6f6f;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
  margin-bottom: 0 !important;
}
/* 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;
  }
  /* HEADER */
  header {
    display: flex;
    padding: 24px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    align-self: stretch;
  }
  header img {
    width: 113px;
  }
  /* GARANTIA */
  .garantia img {
    width: 228.772px;
    margin-bottom: 24px;
  }
  /* GARANTIA */
  .garantia-box {
    border-radius: 16px;
    border: 1px solid #c1f1ff;
    display: flex;
    padding: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
  }
  /* 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;
  }
}
