@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap");
* {
  font-family: "Montserrat", sans-serif;
}
body {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  overflow-x: hidden;
}
a {
  text-decoration: none;
}
.sc {
  padding-top: clamp(30px, 5vw, 56px);
  padding-bottom: clamp(30px, 5vw, 56px);
}
.bg-black {
  background-color: #141414 !important;
}
.container {
  max-width: 1000px;
}
/* BANNER */
.banner-principal {
  background-image: url(../img/fundo_desktop.webp);
  background-position: top center;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-color: #141414;
}
.banner {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: clamp(40px, 8vw, 80px);
  padding-bottom: clamp(40px, 8vw, 80px);
  background-image: url(../img/BG-Header-front.webp);
}
.banner h2 {
  color: #fff;
  font-size: 27px;
  font-weight: 400;
  line-height: 39px;
  letter-spacing: -0.8px;
}
.banner h2 span {
  background-color: #f0d69c;
  color: black;
  font-weight: bold;
}
.banner ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.banner li {
  color: white;
  font-weight: 600;
  margin-bottom: 0.35rem;
  display: flex;
  align-items: center;
  font-size: 20px;
}
.qtd {
  padding: 0 25px;
  background-color: #333;
  border-radius: 5px 5px 5px 5px;
  display: inline-block;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 41px;
  letter-spacing: -0.8px;
}

.botao {
  font-size: 18px;
  font-weight: 700;
  background-color: transparent;
  background-image: linear-gradient(180deg, #ab7829 0%, #c59851 100%);
  border-style: solid;
  border-width: 1px;
  border-color: #f0d69c;
  padding: 20px 50px 15px 30px;
  box-shadow: 0 0 0 0 #000;
  animation: pulse-white 2s infinite;
  margin-top: 20px;
  display: inline-block;
  line-height: 1;
  border-radius: 3px;
  color: #fff;
  fill: #fff;
  text-align: center;
}

@keyframes pulse-white {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 #ff811b;
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px transparent;
  }

  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 transparent;
  }
}
/* DIVISOR */
.divisor {
  padding-top: 40px;
  padding-bottom: 40px;
}
.divisor p {
  color: white;
  font-size: clamp(14px, 3vw, 16px);
}
.linha {
  background: radial-gradient(
    circle,
    rgba(206, 180, 126, 1) 35%,
    rgba(0, 0, 0, 1) 81%
  );
  width: 100%;
  height: 2px;
  margin-bottom: -2.5rem;
}
.box-divisor {
  border: 2px solid rgba(206, 180, 126, 1);
  border-radius: 8px;
  padding: 16px;
  border: 2px solid rgba(206, 180, 126, 1);
  border-radius: 8px;
  padding: 16px;
  text-align: left;
  display: inline-flex;
  background-color: #000;
  position: relative;
}
/* TIPOS PROBLEMAS */

.tipos-problemas h2 {
  color: #f0d69c;
  font-size: 32px;
  font-weight: 200;
  line-height: 39px;
  letter-spacing: -0.8px;
  text-shadow: 0 0 20px #ff9c00;
  margin-bottom: 32px;
}
.tipos-problemas h3 {
  margin-bottom: 0;
  color: #f0d69c;
  font-size: 19px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 10px;
}
.tipos-problemas-img {
  border-radius: 13px;
}
/* AVANÇADA */
.avancada {
  background: url(../img/bg-light.webp);
  background-position: 0 66px;
  background-repeat: no-repeat;
  padding-top: 40px;
  padding-bottom: 40px;
}
.avancada h2 {
  background-image: linear-gradient(330deg, #c79a53, #ffecb7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #f0d69c;
  font-size: 40px;
  font-weight: 500;
  line-height: 42px;
  letter-spacing: 0.18em;
  text-shadow: 0 0 20px #ff9c00;
}
.avancada h3 {
  font-size: clamp(19px, 3vw, 21px);
  font-weight: 700;
  margin-top: 16px;
  margin-bottom: 16px;
  color: white;
}
.avancada p {
  color: #fff;
  font-size: clamp(12px, 3vw, 15px);
  font-weight: 400;
}
/* FORMULA */
.formula {
  position: relative;
}
.formula h2 {
  color: #f0d69c;
  font-size: 32px;
  font-weight: 200;
  line-height: 39px;
  letter-spacing: -0.8px;
  text-shadow: 0 0 20px #ff9c00;
  margin-top: 8px;
  margin-bottom: clamp(40px, 8vw, 80px);
}

.formula h3 {
  font-size: 33px;
  font-weight: 400;
  line-height: 39px;
  letter-spacing: -0.8px;
  margin-bottom: 8px;
}
.formula p {
  color: #fff;
  font-size: 17px;
  font-weight: 200;
  line-height: 23px;
  margin-bottom: 0;
}
.especial {
  margin-top: -2rem;
  margin-bottom: -2rem;
}
/* ANTES E DEPOIS */
.antes-depois h2 {
  margin-top: 16px;
  color: #f0d69c;
  font-size: 32px;
  font-weight: 200;
  line-height: 39px;
  letter-spacing: -0.8px;
  text-shadow: 0 0 20px #ff9c00;
  margin-bottom: 8px;
}
.antes-depois img {
  border-radius: 8px;
}
.produto-img{
  border: 1px solid #F0D69C;
  border-radius: 10px;
}
/* ESPECIALISTA */
.faixa {
  background-color: #c3954e;
  width: 100%;
  height: 72px;
}
.especialista {
  padding-top: 0;
  margin-top: -2.5rem;
  position: relative;
}
.especialista h2 {
  color: #fff;
  font-size: clamp(23px, 3vw, 38px);
  font-weight: 700;
  margin-bottom: 24px;
  margin-top: -0.7rem;
}
.especialista h2 span {
  color: rgba(196, 149, 79, 1);
}
.doutor {
  margin-top: -4rem;
}
.especialista p {
  color: #000;
  font-size: clamp(12px, 3vw, 15px);
  font-weight: 400;
}
/* MODO DE USO */
.modo-uso {
  background-image: linear-gradient(
      180deg,
      rgb(0, 0, 0, 0.35) 0%,
      rgb(0, 0, 0, 0.35) 100%
    ),
    url(../img/fundo-modo-uso-desk.webp);
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 70px;
  padding-bottom: 70px;
  border-style: solid;
  border-width: 0 0 3px;
  color: #f0d69c;
  background-size: contain;
}
/* MODO DE USO */
.modo-uso h2 {
  color: #f0d69c;
  font-size: clamp(20px, 3vw, 28px);
  font-weight: 200;
  text-transform: uppercase;
  line-height: 39px;
  letter-spacing: -0.8px;
  text-shadow: 0 0 20px #ff9c00;
}
.modo-uso .logo {
  margin-top: -3rem;
}
.modo-uso-box {
  padding: 5px 10px;
  background-color: #333;
  border-radius: 5px 5px 5px 5px;
  color: white;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.4px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 360px;
}
.modo-uso-box span {
  color: #f0d49c;
  text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.6);
  font-weight: 700;
}
/* DEPOIMENTOS */
.depoimentos h2 {
  color: #f0d49c;
  font-size: 32px;
  font-weight: 200;
  line-height: 39px;
  letter-spacing: -0.8px;
  text-shadow: 0 0 20px #ff9c00;
}
.box-depoimento {
  padding: 25px;
  border-radius: 10px 10px 10px 10px;
  height: 100%;
  background-color: #2d2d2d;
  border: 2px solid #5a5a5a;
  text-align: center;
}
.box-depoimento h3 {
  color: #f2dba3;
  font-size: 19px;
  font-weight: 800;
  letter-spacing: -0.8px;
  margin-top: 20px;
}
.box-depoimento h4 {
  color: #f2dba3;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.8px;
}
.depoimentos .logo {
  margin-bottom: 100px;
}
.box-depoimento p {
  font-size: 15px;
  font-weight: 300;
  line-height: 18px;
  color: white;
  margin-bottom: 0px;
}
.depoimento-img {
  width: 100px;
  height: 100px;
  margin-top: -4rem;
}
/* KITS */
.kits {
  background-image: url(../img/fundo_shadow.webp);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.kits .container {
  max-width: 1320px;
}
.kits h2 {
  color: #f0d49c;
  font-size: clamp(20px,3vw,32px);
  font-weight: 200;
  line-height: 39px;
  letter-spacing: -0.8px;
  text-shadow: 0 0 20px #ff9c00;
}
.giro {
  align-items: center;
  position: relative;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  overflow: hidden;
  padding: 3px;
}

.giro::before {
  content: "";
  position: absolute;
  width: 20%; /* Ajustado para cobrir toda a área durante a rotação */
  height: 200%; /* Ajustado para cobrir toda a área durante a rotação */
  background: linear-gradient(#fff, #ffbc08);
  animation: animate 4s linear infinite;
  left: 50%; /* Centraliza o elemento */
  top: -50%; /* Centraliza o elemento */
  transform-origin: center; /* Garante que a rotação ocorra em torno do centro */
}

@keyframes animate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.giro .box-kit {
  z-index: 1;
  position: relative;
}
.box-kit {
  background-color: white;
  border-radius: 10px;
  padding: 1rem;
  border: 3px solid #c3954e;
}
.box-kit-head {
  background-color: #c3954e;
  padding: 15px 0px;
  border-radius: 10px;
  position: relative;
  margin-top: -2rem;
  margin-bottom: 1rem;
  border: 3px solid #c3954e;
}
.box-kit-head h3 {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.8px;
  color: white;
  margin-bottom: 0;
}
.box-kit-head p {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.8px;
  margin-bottom: 0px;
}
.kits h5 {
  text-align: center;
  color: #000;
  font-size: 25px;
  font-weight: 400;
  text-transform: uppercase;
}
.kits s {
  text-decoration-line: line-through;
  text-decoration-color: #ff0000;
  text-decoration-thickness: 2px;
}
.textos-kits {
  color: #000;
  font-size: 16px;
  font-weight: 700;
}
.textos-kits span {
  color: #C3954E;
}
.valor {
  color: #C3954E;
  font-weight: 700;
  font-size: clamp(36px, 4vw, 49px);
}
.kits .botao {
  font-size: 18px;
  font-weight: 700;
  background-color: transparent;
  background-image: linear-gradient(180deg, #AB7829 0%, #C59851 100%);
  border-style: solid;
  border-width: 1px;
  border-color: #f0d69c;
  padding: 20px 50px 15px 30px;
  width: 117%;
  animation: pulse-white 1.5s infinite;
  box-shadow: 0 0 0 0 #000;
  margin: 10px -30px;
}
.kits .itens{
  filter: brightness(0%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
}

.destaque .box-kit-head {
  background-color: #000;
}
.destaque .box-kit-head h3 {
  background-image: linear-gradient(30deg, #c79a53, #ffecb7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #F0D69C;
  font-size: 29px;
  font-weight: 700;
  line-height: 39px;
  letter-spacing: -.8px;
  text-shadow: 0 0 20px #ff9c00;
}
/* ENVIO */
.envio {
  background-color: #141414;
}
.box-envio {
  border: 3px solid #d29e4a;
  border-radius: 8px;
  background-color: #000;
  padding: 2rem;
  margin-bottom: -4.5rem;
}
.box-envio i {
  color: #d29e4a;
  font-size: clamp(24px, 3vw, 36px);
}
.envio p {
  color: #fff;
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 400;
  margin-bottom: 0;
}
.envio h3 {
  color: #d29e4a;
  font-size: clamp(18px, 3vw, 20px);
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 8px;
}
/* GARANTIA */
.garantia {
  background-color: #d29e4a;
  padding-top: 120px;
}
.garantia h2 {
  color: #fff;
  font-size: clamp(26px,3vw,33px);
  font-weight: 400;
  line-height: 39px;
  letter-spacing: -.8px;
  color: #fff;
  margin-bottom: 24px;
}
.garantia p {
  color: #fff;
  font-size: clamp(13px, 3vw, 16px);
  font-weight: 400;
}
.garantia h3 {
  color: #ffffff;
  font-size: clamp(23px,3vw,30px);
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
}
/** PERGUNTAS FREQUENTES **/
.perguntas-frequentes {
  background-color: #121212;
}
.perguntas-frequentes h2 {
  color: #F0D69C;
  font-size: clamp(20px,3vw,32px);
  font-weight: 200;
  line-height: 39px;
  letter-spacing: -.8px;
  text-shadow: 0 0 20px #ff9c00;
  margin-bottom: 40px;
}
.perguntas-frequentes h6 {
  font-size: 16px;
  font-weight: 700;
    text-transform: uppercase;
  line-height: 1.2em;
  letter-spacing: -0.5px;
  color: #fff;
  margin-bottom: 0;
}
.perguntas-frequentes p {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -.3px;
  color: white;
}
.perguntas-frequentes h4{
  color: white;
}
.accordion-item {
  border: none;
  border-radius: 10px !important;
  margin-bottom: 21px;
  background-color: transparent;
}
.accordion-header {
  border-width: 2px;
  border-color: #fff;
  background-color: #C3954E;
  padding: 20px 20px 20px 20px;
  border-radius: 5px;
}
.accordion-button {
  padding: 0;
  margin-left: 1rem;
}

.accordion-button,
.accordion-button:hover,
.accordion-button:visited,
.accordion-button:active,
.accordion-button:focus,
.accordion-button:not(.collapsed) {
  text-decoration: none;
  box-shadow: none;
  background-color: transparent;
  color: #111;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512' fill='%23fff'%3E%3Cpath d='M246.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-128-128c-9.2-9.2-22.9-11.9-34.9-6.9s-19.8 16.6-19.8 29.6l0 256c0 12.9 7.8 24.6 19.8 29.6s25.7 2.2 34.9-6.9l128-128z'/%3E%3C/svg%3E");
  background-size: auto;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' fill='%23ffffff'%3E%3Cpath d='M182.6 137.4c-12.5-12.5-32.8-12.5-45.3 0l-128 128c-9.2 9.2-11.9 22.9-6.9 34.9s16.6 19.8 29.6 19.8H288c12.9 0 24.6-7.8 29.6-19.8s2.2-25.7-6.9-34.9l-128-128z'/%3E%3C/svg%3E");
  transform: inherit;
}
.accordion-body{
  background-color: transparent;
}
/** FOOTER **/
.footer {
  background-color: #141414;
}
.footer h6 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1em;
}
.footer p,
.footer span {
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4em;
}
.footer p a {
  color: white;
}
.botao-tire-duvidas {
  font-size: 15px;
  font-weight: 500;
  fill: #000;
  color: #000;
  background-color: #feff86;
  border-style: solid;
  border-width: 0 1px 3px;
  border-color: #a87d2f;
  border-radius: 5px 5px 5px 5px;
  padding: 15px 50px;
}
.botao-entrega-garantida {
  font-size: 15px;
  font-weight: 500;
  fill: #082d6f;
  color: #082d6f;
  background-color: #fff;
  border-style: solid;
  border-width: 0 1px 3px;
  border-color: #d3e1ec;
  border-radius: 5px 5px 5px 5px;
  padding: 15px 50px;
}
.footer hr {
  border-top: 1px solid #fff;
}

.animation-pulse-grow:active,
.animation-pulse-grow:focus,
.animation-pulse-grow:hover {
  animation-name: animation-pulse-grow;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes animation-pulse-grow {
  to {
    transform: scale(1.1);
  }
}
.infos p {
  color: #505050;
  font-size: 9px !important;
  margin-bottom: 2px;
}
@media (max-width: 767px) {
  .banner-principal {
    background-image: url(../img/fundo_mobile.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0% 155px;
  }

  .logo {
    width: 156px;
  }
  .banner h2 {
    font-size: 16px;
    line-height: 1.9em;
  }
  .botao {
    gap: 23px;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 16px;
  }
  .mob {
    width: auto;
    height: 300px;
  }
  /* AVANÇADA */
  .avancada {
    background-position: 0 0;
    background-size: cover;
  }
  .avancada img {
    width: 257px;
  }
  /* FÓRMULA */
  .formula h2 {
    font-size: 20px;
    line-height: 1.3em;
  }
  .formula p {
    text-align: center;
    font-size: 13px;
    line-height: 1.3em;
  }
  .formula .col-xxl-6 {
    background-color: black;
  }
  /* ANTES E DEPOIS */
  .antes-depois h2 {
    font-size: 20px;
    line-height: 1.3em;
  }
  /* ESPECIALISTA */

  .doutor {
    width: 186px;
    margin-top: -4rem;
  }
  .especialista h2 {
    color: rgba(196, 149, 79, 1);
  }
  /* TIPOS DE PROBLEMAS */
  .tipos-problemas h2 {
    font-size: 20px;
    line-height: 1.3em;
  }
  /* MODO DE USO */
  .modo-uso {
    background-image: none;
  }
  .modo-uso .logo {
    margin-top: -2rem;
  }
  .modo-uso img {
    width: 214px;
  }
  /* DEPOIMENTOS */
  .box-depoimento h3 {
    font-size: 20px;
    line-height: 1.1em;
  }
  /* KITS */
  .kits .botao{
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  /* GARANTIA */
  .garantia-img {
    width: 300px;
  }
  .garantia{
    padding-top: 80px;
  }
  /** PERGUNTAS FREQUENTES **/
  .perguntas-frequentes h6 {
    text-align: left;
  }
  /** FOOTER **/
  .footer p {
    font-size: 17px;
  }
}
@media (min-width: 1919px) {
  .banner {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
