/* CONFIGURAÇÕES GERAIS */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&family=Poppins:wght@400;500;600;700;800;900&family=Sora:wght@300;400;500;600;700;800&display=swap");
html {
  scroll-behavior: smooth;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Arial, Helvetica, sans-serif;
}

a,
a:hover,
a:active,
a:visited,
a:focus {
  text-decoration: none !important;
  color: unset !important;
}
.botao {
  transition: all 0.2s ease, visibility 0s;
  border-radius: 30px;
  background: repeat padding-box border-box 0% 0% / auto auto scroll linear-gradient(180deg, #F8CFA9 0%, #EA7A12 100%);
  border: 1px solid #FFFFFF;
  padding: 27px 72px;
  font-weight: 700;
  font-weight: 800;
  font-size: 24px;
  color: white;
}
.botao:hover {
  background: #f9db27;
}
.abaixo-botao {
  color: #0d2123;
  font-size: 17px;
  font-weight: 600;
  margin-top: 12px;
  font-family: "Sora", sans-serif;
}
/* HEADER */
header {
  background-color: #EA7A12;
  font-family: "Montserrat", sans-serif;
  color: white;
  font-weight: 700;
  font-size: clamp(16px, 3vw, 20px);
  padding-top: 10px;
  padding-bottom: 16px;
  position: sticky;
  top: 0;
}
/* INÍCIO */
.inicio {
  background: linear-gradient(180deg, rgba(234,122,18,0.49) 0%, #FFFEF8 49.59975481033325%);
  padding-top: clamp(24px, 4vw, 40px);
  padding-bottom: clamp(24px, 4vw, 40px);
}
.inicio h2 {
  color: #fff;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: clamp(24px, 4vw, 45px);
}
.inicio h6 {
  color: #000000;
  font-weight: bold;
  font-family: "Sora", sans-serif;
  font-size: clamp(14px,3vw,18px);
  margin-bottom: clamp(24px, 4vw, 40px);
}
.inicio p {
  color: #000000;
  font-weight: bold;
  font-family: "Sora", sans-serif;
  font-size: 15px;
  margin-bottom: 0;
}
/* COMBATE */
.combate {
  padding-top: clamp(24px, 4vw, 40px);
  padding-bottom: clamp(24px, 4vw, 40px);
  background-color: #fffef7;
}
.combate h2 {
  font-weight: bold;
  font-family: "Sora", sans-serif;
  margin-bottom: clamp(24px, 4vw, 40px);
  color: #EA7A12;
  font-size: clamp(22px, 3vw, 35px);
}
.combate-box {

  color: #0d2123;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(17px,3vw,18px);
  line-height: clamp(30px,3vw,32px);
}

/* MODO DE USO */
.modo-de-uso {
  background-color: rgb(96,50,8);
  padding-top: 24px;
  padding-bottom: 24px;
}
.modo-de-uso h2 {
  color: #fff;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: clamp(21px, 3vw, 35px);
  margin-bottom: clamp(24px, 4vw, 40px);
}
.modo-de-uso-box {
  transition: all 0.2s ease, visibility 0s;
  padding: 10px 20px;
  border-radius: 30px;
  background: #fff;
  border: 3px solid #C16510;
  color: #EA7A12;
  font-weight: 600;
  font-family: "Sora", sans-serif;
  font-size: 18px;
}
.modo-de-uso-box:hover {
  background: #f9db27;
  border: 3px solid #C16510;
}
/* BENEFÍCIOS */
.beneficios {
  background-image: url(../img/beneficios.webp), url(../img/beneficios.png);
  padding-top: clamp(24px, 4vw, 40px);
  padding-bottom: clamp(24px, 4vw, 40px);
  background-size: cover;
}
.beneficios-box {
  background-image: url(../img/bg-raios.webp), url(../img/bg-raios.png);
  background-size: cover;
  padding: 30px 20px;
}
.beneficios h2 {
  color: #fff;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: clamp(21px, 3vw, 35px);
  margin-bottom: clamp(24px, 4vw, 40px);
  letter-spacing: 0.01em;
}
.beneficios p {
  color: #000000;
  font-family: "Sora", sans-serif;
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 0;
}
.img-beneficios {
  position: relative;
  margin-left: 5rem;
}
/* DEPOIMENTOS */
.depoimentos {
  padding-top: clamp(24px, 4vw, 40px);
  padding-bottom: clamp(24px, 4vw, 40px);
}
.depoimentos h2 {
  font-size: clamp(21px, 5vw, 50px);
  font-weight: 700;
  color: #6A3F13;
  font-family: "Sora", sans-serif;
  margin-bottom: 24px;
}
.depoimentos h2 span {
  color: #EA7A12;
}
.depoimentos-box {
  padding: 10px 30px;
  background-image: url(../img/depoimentos-box.webp),
    url(../img/depoimentos-box.png);
  background-size: contain;
  height: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
}
.depoimentos p {
  font-size: clamp(12px, 3vw, 15px);
  font-weight: 500;
  color: rgb(13,33,35);
  line-height: 28px;
  font-family: "Sora", sans-serif;
  margin-bottom: 24px;
  margin-top: 20px;
  text-align: left;
}
.depoimentos h6 {
  font-size: clamp(12px, 3vw, 15px);
  font-weight: 500;
  color: rgb(13,33,35);
  line-height: 28px;
  font-family: "Sora", sans-serif;
  margin-bottom: 0;
  text-align: left;
  padding-bottom: 24px;
}
/* COMO AGE */
.como-age {
  background-image: url(../img/age.webp), url(../img/age.png);
  background-size: cover;
  padding-top: clamp(24px, 4vw, 40px);
}
.como-age h2 {
  font-size: clamp(24px, 4vw, 40px);
  line-height: clamp(29px, 4vw, 48px);
  color: #ffffff;
  font-family: "Sora", sans-serif;
  font-weight: 800;
  margin-bottom: clamp(24px, 4vw, 40px);
}

.como-age p {
  color: #fff;
  font-size: clamp(17px, 3vw, 18px);
  font-family: "Montserrat", sans-serif;
  line-height: clamp(30px, 3vw, 32px);
  font-weight: 400;
  margin-bottom: 24px;
}

/* FÓRMULA */
.formula {
  padding-top: clamp(24px, 4vw, 40px);
  padding-bottom: clamp(24px, 4vw, 40px);
}
.formula h2 {
  font-size: clamp(21px, 5vw, 50px);
  font-weight: 700;
  color: #6A3F13;
  font-family: "Sora", sans-serif;
  margin-bottom: 24px;
}
.formula h2 span {
  color: #EA7A12;
}
/* ESPECIALISTAS */
.especialistas {
  background-color: rgb(234, 122, 18);
  padding-top: clamp(24px, 4vw, 40px);
  background-image: url(../img/medico.webp), url(../img/medico.png);
  background-repeat: no-repeat;
  background-position: right;
  background-position-x: 78%;
}
.especialistas h2 {
  font-size: clamp(21px, 3vw, 30px);
  font-weight: 700;
  color: #fff;
  font-family: "Sora", sans-serif;
  margin-bottom: 24px;
}
.especialistas p {
  color: white;
  font-size: clamp(13px, 3vw, 15px);
  line-height: clamp(22px, 3vw, 25px);
  font-weight: 500;
  margin-bottom: clamp(16px, 3vw, 24px);
  font-family: 'Sora', sans-serif;
}
.especialistas img {
  position: relative;
  margin-bottom: -4rem;
}
/* KITS */
.kits {
  background-color: #ea7a121f;
  padding-top: clamp(88px, 12vw, 120px);
  padding-bottom: clamp(24px, 4vw, 40px);
}
.kits h2 {
  font-size: clamp(21px, 3vw, 25px);
  font-weight: 800;
  color: #6A3F13;
  font-family: "Sora", sans-serif;
  margin-bottom: 24px;
}
.box-kit {
  transition: all 0.2s ease, visibility 0s;
  background: #ffffff;
  box-shadow: -0.53px 5.98px 18px rgba(47, 46, 46, 0.28);
  border-radius: 40px;
  height: 100%;
}
.box-kit:hover {
  border: 1px solid #0d2123;
  background: #fffef8;
}
.nome-kit {
  transition: all 0.2s ease, visibility 0s;
  border: 0px solid #123033;
  border-bottom-right-radius: 40px;
  border-top-left-radius: 40px;
  background: #EA7A12;
  padding: 20px;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #fff;
  font-family: "Sora", sans-serif;
  font-weight: 800;
  width: 60%;
}

.destaque .nome-kit {
  background: #6A3F13;
  color: white;
}
.quantidade-kit {
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 19px;
  color: #6A3F13;
  width: 40%;
  text-align: center;
}
.porcentagem {
  border-radius: 30px;
  border: 0px solid #123033;
  background: #EA7A12;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  font-size: 19px;
  color: #fff;
  font-family: "Sora", sans-serif;
  font-weight: 800;
  letter-spacing: 0.1em;
  display: inline;
  padding: 5px 20px;
}
.destaque .porcentagem {
  background: #6A3F13;
  color: white;
}
.cada-produto {
  background: #EA7A12;
  width: 100%;
  padding: 5px 0px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
}
.destaque .cada-produto {
  background: #6A3F13;
}
.de-por {
  font-family: "Montserrat", sans-serif;
  color: #2f2e2e;
  font-weight: 400;
  font-size: 14px;
  margin-top: 20px;
}
.valor {
  color: #EA7A12;
  font-size: 45px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
.valor span {
  font-size: 25px;
}
.destaque .valor {
  color: #6A3F13;
}
.kits button {
  transition: all 0.2s ease, visibility 0s;
  background: #0ca614;
  border-radius: 30px;
  border: 0px solid #123033;
  box-shadow: 2.83px 2.83px 10px #d2f7cf;
  color: #fffef8;
  letter-spacing: 0.05em;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  padding: 15px 50px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.satisfacao {
  color: #0d2123;
  font-weight: 500;
  font-size: 13px;
  line-height: 14px;
  margin-bottom: 20px;
  font-family: "Sora", sans-serif;
}
.texto-frete {
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
}
/* GARANTIA */
.garantia {
  padding-top: clamp(24px, 4vw, 40px);
  padding-bottom: clamp(24px, 4vw, 40px);
  background-color: rgb(255,254,248);
}
.garantia h2 {
  color: #6A3F13;
  font-size: clamp(16px, 3vw, 26px);
  font-weight: 700;
  font-family: "Sora", sans-serif;
  padding-bottom: clamp(24px, 4vw, 40px);
}
.garantia p {
  color: #000;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  margin-bottom: 24px;
  font-size: clamp(12px, 3vw, 14px);
  line-height: 26px;
}
/* INTERNET */
.internet {
  background-color: rgb(253, 253, 253);
  padding-top: clamp(24px, 4vw, 40px);
  padding-bottom: clamp(24px, 4vw, 40px);
  border-bottom: 10px solid #6A3F13;
}
.internet h2 {
  font-weight: bold;
  font-family: "Sora", sans-serif;
  margin-bottom: 16px;
  color: #6A3F13;
  font-size: clamp(24px, 3vw, 30px);
}
.internet p {
  color: #0d2123;
  font-size: clamp(13px, 3vw, 18px);
  margin-bottom: 24px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

/* DÚVIDAS */
.duvidas {
  padding-top: clamp(24px, 4vw, 40px);
  padding-bottom: clamp(24px, 4vw, 40px);
}
.duvidas h3 {
  color: #282626;
  font-size: clamp(21px,3vw,30px);
  line-height: clamp(26px,3vw,38px);
  font-weight: bold;
  font-family: "Sora", sans-serif;
}
.duvidas h2{
  color: #f4b845;
  font-size: clamp(28px,4vw,45px);
  line-height: clamp(35px,5vw,56px);
  font-weight: bold;
  font-family: "Sora", sans-serif;
}
/* FOOTER */
footer{
  background-color: rgb(96,50,8);
  padding-top: clamp(24px, 4vw, 40px);
  padding-bottom: clamp(24px, 4vw, 40px);
}
.aviso{
  color: #fffef8;
  font-size: clamp(10px,3vw,12px);
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}
.logo{
  font-size: clamp(20px,3vw,23px);
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-weight: 700;
  line-height: clamp(36px,4vw,41px);
}
footer h6{
  font-size: clamp(14px,3vw,16px);
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-weight: 700;
  line-height: clamp(25px,3vw,29px);
}
footer p{
  font-size: clamp(13px,3vw,14px);
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-weight: 400;
  line-height: clamp(23px,3vw,25px);
}
.seguro{
  font-size: clamp(13px,3vw,18px);
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-weight: 400;
  line-height: clamp(23px,3vw,25px);
}
.cartao{
  padding: 10px 20px;
  border-radius: 30px;
  border: 3px solid #EA7A12;
  background: rgba(210, 247, 207, 0);
}
.cartao span{
  font-size:13px;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-weight: 400;
  line-height: 25px;
}
@media (max-width: 767px) {
  .botao {
    width: 100%;
    padding: 27px 0;
    font-size: 20px;
  }
  /* MODO DE USO */

  .img-beneficios {
    position: relative;
    margin-left: 0;
  }

  /* ESPECIALISTAS */
  .especialistas {
    background-position: bottom;
    background-size: 350px;
  }
  .especialistas img {
    position: relative;
    margin-bottom: 0rem;
    top: 5rem;
}
}
