@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700;800&family=Roboto:wght@300;400;500;700&display=swap");

html {
  scroll-behavior: smooth;
}

/* LINKS */
a,
a:active,
a:hover {
  color: unset;
}

a:hover,
a:focus,
a:visited,
a:active {
  text-decoration: none;
}
/** SECTION INICIAL **/
.inicial {
  background-color: #bb1369;
}
.inicial .logo {
  width: 18%;
  margin-left: 16rem;
}
.inicial p {
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: underline;
  line-height: 1em;
  letter-spacing: 1px;
  text-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
  font-size: clamp(10px, 3vw, 16px);
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
.inicial h1 {
  color: #ffffff;
  font-family: "Open Sans", Sans-serif;
  font-size: clamp(25px, 3vw, 36px);
  font-weight: bold;
  text-transform: uppercase;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3em;
  letter-spacing: 0px;
}
.experimentar-agora {
  font-family: "Open Sans", Sans-serif;
  font-size: clamp(18px, 3vw, 25px);
  font-weight: 700;
  text-transform: uppercase;
  fill: #ffffff;
  color: #ffffff;
  background-color: #34b889;
  border-style: solid;
  border-width: 0px 2px 2px 0px;
  border-color: #34b889;
  border-radius: 5px 5px 5px 5px;
  padding: 12px 30px 12px 30px;
  line-height: 1;
}
.experimentar-agora:hover {
  transform: scale(1.1);
  color: white;
  background-color: #23a455;
  border-color: #23a455;
}
/** SECTION BENEFÍCIOS **/
.beneficios {
  background-image: url(../img/fundo1.webp),
    url(../img/fundo1.png);
  background-position: 500px -150px;
  background-repeat: no-repeat;
  background-size: 50% auto;
}
.kit-beneficios {
  width: 40%;
}
.beneficios2 h6 {
  color: #737373;
  font-size: 18px;
  font-family: "Roboto", Sans-serif;
  font-weight: 400;
  line-height: 1.5;
}
.fa-circle {
  color: #f6c6c2;
  font-size: 20px;
}
.beneficios2 p {
  font-family: "Roboto", Sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #737373;
  line-height: 1.5;
}
.beneficio-img {
  width: 62%;
}
.bg-rosa{
  background-color: rgba(248, 148, 152, 0.06);
}
/** DEPOIMENTOS **/
.depoimentos h2 {
  color: #303030;
  font-family: "Roboto", Sans-serif;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: bold;
  text-transform: uppercase;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3em;
  letter-spacing: 0px;
}
.depoimentos h3 {
  color: #f25a89;
  font-family: "Roboto", Sans-serif;
  font-size: clamp(22px, 3vw, 34px);
  font-weight: bold;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3em;
  letter-spacing: 0px;
}
.depoimentos h4 {
  color: #d5426c;
  font-family: "Roboto", Sans-serif;
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3em;
  letter-spacing: 0px;
}
.depoimentos .dp {
  border-style: dotted;
  border-width: 2px 2px 2px 2px;
  border-color: #d5426c;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 20px 20px 20px 20px;
}
.pd {
  padding-bottom: 4.5rem;
}
.pd2 {
  padding-bottom: 3.4rem;
}
.depoimentos p {
  color: #7a7a7a;
  font-size: 16px;
  text-transform: none;
  font-style: italic;
  font-family: "Roboto", Sans-serif;
  font-weight: 400;
}
.aviso {
  color: #737373 !important;
  font-family: "Roboto", Sans-serif !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  font-style: normal !important;
}
/** FÓRMULA EXCLUSIVA**/
.formula-exclusiva {
  background: linear-gradient(
      rgba(255, 255, 255, 0.75) 100%,
      rgba(255, 255, 255, 0.75) 100%
    ),
    url(../img/fundo2.webp),
    url(../img/fundo2.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right bottom;
}
.formula-exclusiva h2 {
  color: #303030;
  font-family: "Roboto", Sans-serif;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: bold;
  text-transform: uppercase;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3em;
  letter-spacing: 0px;
}
.formula-exclusiva h6 {
  color: #000000;
  font-family: "Roboto", Sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.formula-exclusiva h4 {
  color: #000000;
  font-family: "Roboto", Sans-serif;
  font-size: 24px;
  font-weight: bold;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3em;
  letter-spacing: 0px;
}
.formula-exclusiva p {
  color: #000000;
  font-size: 16px;
  font-family: "Roboto", Sans-serif;
  font-weight: 400;
  line-height: 1.5;
}
/** NANOTECLOGIA **/
.nanotecnlogia{
  background-color: rgba(248, 148, 152, 0.06);
}
.nanotecnlogia h2 {
  color: #303030;
  font-family: "Roboto", Sans-serif;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: bold;
  text-transform: uppercase;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3em;
  letter-spacing: 0px;
}
.p3 {
  color: #7a7a7a;
  font-size: clamp(14px, 3vw, 16px);
  text-transform: none;
  font-style: italic;
  font-family: "Roboto", Sans-serif;
  font-weight: 400;
  line-height: 1;
}
.bga,
.bga img {
  position: relative;
}
.txt-bga h1 {
  color: #d5426c;
  font-size: clamp(28px, 3vw, 42px);
  font-family: "Roboto", Sans-serif;
  font-weight: 700;
}

.txt-bga {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/** REDES SOCIAIS **/
.redes-sociais h2 {
  color: #303030;
  font-family: "Roboto", Sans-serif;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: bold;
  text-transform: uppercase;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3em;
  letter-spacing: 0px;
}
.redes-sociais h1 {
  color: #d5426c;
  font-family: "Roboto", Sans-serif;
  font-size: clamp(24px, 3vw, 38px);
  font-weight: bold;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3em;
  letter-spacing: 0px;
}

/** SUCESSO **/
.sucesso h2 {
  color: #303030;
  font-family: "Roboto", Sans-serif;
  font-size: clamp(21px, 3vw, 36px);
  font-weight: bold;
  text-transform: uppercase;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3em;
  letter-spacing: 0px;
}
.sucesso h1 {
  color: #d5426c;
  font-family: "Roboto", Sans-serif;
  font-size: clamp(24px, 3vw, 38px);
  font-weight: bold;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3em;
  letter-spacing: 0px;
}
/** KITS **/
.kits h2 {
  color: #303030;
  font-family: "Roboto", Sans-serif;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: bold;
  text-transform: uppercase;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3em;
  letter-spacing: 0px;
}
.kits h5 {
  color: #ffffff;
  font-family: "Roboto", Sans-serif;
  font-size: clamp(14px, 3vw, 22px);
  font-weight: bold;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3em;
  letter-spacing: 0px;
}
.bg-kits {
  background: linear-gradient(180deg, #f28095 60%, #d5426c 100%);
}
.bg-kits p {
  color: #ffffff;
  font-family: "Roboto", Sans-serif;
  font-size: 16px;
  font-weight: normal;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3em;
  letter-spacing: 0px;
}
.bg-kits h3 {
  color: #ffffff;
  font-family: "Roboto", Sans-serif;
  font-size: 32px;
  font-weight: bold;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3em;
  letter-spacing: 0px;
}
.kit-foto {
  width: 80%;
}
hr {
  border-top: 1px solid #fff;
  width: 50%;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.botao-kit {
  font-size: 26px;
  text-transform: uppercase;
  fill: #ffffff;
  color: #ffffff;
  background-color: #34b889;
  border-style: solid;
  border-width: 0px 2px 2px 0px;
  border-color: rgba(0, 0, 0, 0.42);
  border-radius: 5px 5px 5px 5px;
  padding: 12px 30px 12px 30px;
  -webkit-animation: bounce 0.5s infinite alternate;
  -moz-animation: bounce 0.5s infinite alternate;
  animation: bounce 0.5s infinite alternate;
  font-weight: 500;
}
.botao-kit:hover {
  -webkit-animation: none;
  color: white;
  background-color: #23a455;
  border-color: #23a455;
}
@-webkit-keyframes bounce {
  to {
    -webkit-transform: scale(1.1);
  }
}
@-moz-keyframes bounce {
  to {
    -moz-transform: scale(1.1);
  }
}
@keyframes bounce {
  to {
    transform: scale(1.1);
  }
}
/** AVISO CELLUGOLD **/
.aviso-cellugold {
  background-color: rgba(248, 182, 193, 0.44);
}
.aviso-cellugold p {
  color: #737373;
  font-family: "Roboto", Sans-serif;
  font-size: clamp(15px, 3vw, 18px);
  font-weight: 400;
}
/** CLIENTES **/
.cliente h1 {
  color: #303030;
  font-family: "Roboto", Sans-serif;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: bold;
  text-transform: uppercase;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3em;
  letter-spacing: 0px;
  margin-bottom: 0;
}
.cliente h2 {
  color: #f25a89;
  font-family: "Roboto", Sans-serif;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: bold;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3em;
  letter-spacing: 0px;
}
/** GARANTIA **/
.garantia {
  background-color: #eaeaea;
}
.garantia p {
  color: #737373;
  font-family: "Roboto", Sans-serif;
  font-size: 18px;
  font-weight: normal;
  text-transform: none;
  font-style: italic;
}
/** PROMOÇÃO **/
.logo-promocao {
  width: 23%;
}
.promocao h1 {
  color: #303030;
  font-family: "Roboto", Sans-serif;
  font-size: clamp(24px, 3vw, 30px);
  font-weight: bold;
  text-transform: uppercase;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3em;
  letter-spacing: 0px;
}
.promocao h2 {
  color: #f25a89;
  font-family: "Roboto", Sans-serif;
  font-size: clamp(22px, 3vw, 28px);
  font-weight: bold;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3em;
  letter-spacing: 0px;
}
.kit-promocao {
  width: 40%;
}
.promocao h3{
  color: #303030;
    font-family: "Roboto", Sans-serif;
    font-size: clamp(18px, 3vw, 26px);
    font-weight: bold;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    line-height: 1.3em;
    letter-spacing: 0px;
}
.promocao p{
  color: #737373;
  font-family: "Roboto", Sans-serif;
    font-size: clamp(12px, 3vw, 14px);
    font-weight: 400;

}
/** PERGUNTAS FREQUENTES **/
.perguntas-frequentes{
  background-color: #F9F9F9;
}
.perguntas-frequentes h2 {
  color: #303030;
  font-family: "Roboto", Sans-serif;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: normal;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3em;
  letter-spacing: 0px;
}
.bordas-accordion:first-child {
  border-top: 1px solid #ba3886 !important;
}

.bordas-accordion {
  border: none !important;
  border-bottom: 1px solid #f28095 !important;
  border-left: 1px solid #ba3886 !important;
  border-right: 1px solid #ba3886 !important;
  border-radius: 0 !important;
}

.btn-link,
.btn-link:hover,
.btn-link:focus {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}
.card{
  background-color: #FFFFFF;
}
.card-header {
  border: none !important;
  background-color: #FFFFFF;
}
.btn-link.collapsed:after {
  content: "\002B";
  color: #d5426c;
}
.btn-link:after {
  content: "\2212";
  width: 35px;
  font-size: 25px;
  text-align: center;
  right: 15px;
  top: 5px;
  position: absolute;
  /* background-color: #e8eeff; */
  color: #d5426c;
}
/** RODAPÉ **/
.rodape h2 {
  font-size: 16px;
  font-weight: bold;
}
.img-rodape {
  width: 100%;
  max-width: 180px;
  margin: 0 auto 20px;
  display: block;
}
.copyright {
  font-size: 14px;
  font-weight: bold;
}
#whatsapp-rolante {
  text-align: right;
  position: fixed;
  /* z-index: 10000; */
  bottom: 10px;
  right: 0px;
}
.botao-whats {
  width: 20%;
}
@media (max-width: 767px) {
  /** SECTION INICIAL **/
  .inicial .logo {
    width: 50%;
    margin-left: 0;
  }
  /** SECTION BENEFÍCIOS **/
  .beneficios {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  .kit-beneficios {
    width: 70%;
  }
  /** DEPOIMENTOS **/
  .pd,
  .pd2 {
    padding-bottom: 0;
  }
  /** FÓRMULA EXCLUSIVA**/
  .formula-exclusiva img {
    width: 90%;
  }

  .slick-slide img {
    display: inline;
  }
  .slick-next:before,
  .slick-prev:before {
    background-color: #ffffff;
    color: rgba(122, 122, 122, 0.31);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 23px;
  }
  .slick-prev:before {
    content: "\f100";
  }
  .slick-next:before {
    content: "\f101";
  }
  .slick-next {
    right: 30px;
  }
  .slick-prev {
    left: 15px;
    z-index: 999;
  }
  .slick-dots li button:before {
    font-size: 12px;
  }
  /** KITS **/
  .selo-vendido {
    width: 25%;
    position: absolute;
    right: 0px;
    top: -2px;
  }
  .valor-preco {
    font-size: 26px !important;
    font-weight: bold !important;
    color: #d5426c !important;
  }
  .botao-kit {
    font-size: 13px;
    padding: 10px 10px 10px 12px;
  }
  .sombra {
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
  }
  .kits h5 {
    color: #000000;
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    line-height: 1.3em;
    letter-spacing: 0px;
  }
  .branco {
    color: white !important;
  }
  /** PROMOÇÃO **/
  .logo-promocao {
    width: 40%;
  }
  .kit-promocao {
    width: 70%;
  }
  .seguranca img{
    width: 85%;
  }
}
