/** FONTE **/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
* {
  font-family: "Roboto", sans-serif;
}

/** TAMANHO DAS FONTES **/
h1 {
  font-size: clamp(26px, 3vw, 36px);
}
h2 {
  font-size: clamp(24px, 3vw, 32px);
}
h4 {
  font-size: clamp(18px, 3vw, 24px);
}
h5 {
  font-size: clamp(16px, 3vw, 20px);
}
h6 {
  font-size: clamp(14px, 3vw, 16px);
}
.termos p,
.footer p {
  font-size: clamp(12px, 3vw, 14px);
}
.titulo-inicio {
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1em;
}
.certificacoes p,
.selos p {
  font-size: clamp(10px, 3vw, 10px);
}
/** RETIRA O SUBLINHADO DOS LINKS **/
a,
a:active,
a:hover,
a:visited {
  color: unset !important;
}

a:hover,
a:active,
a:visited,
a:focus {
  text-decoration: none !important;
}
/** PARA DEIXAR AS IMAGENS DOS KITS CLICÁVEIS **/
.link {
  cursor: pointer;
}
/** CORES **/
.cor {
  color: var(--cor-principal);
}
.white {
  --cor-principal: #fff;
}
.white2 {
  --cor-principal: #f5f5f5;
}
.white3 {
  --cor-principal: #f4f4ef;
}
.black {
  --cor-principal: #000;
}
.red {
  --cor-principal: #810100;
}
.red2 {
  --cor-principal: #890100;
}
.gray {
  --cor-principal: #54595f;
}
.gray2 {
  --cor-principal: #7a7a7a;
}

/** BACKGROUNDS **/
.bg {
  background-color: var(--cor-principal);
}
.bg-secao1 {
  background: linear-gradient(
      rgba(255, 255, 255, 0.3) 100%,
      rgba(255, 255, 255, 0.3) 100%
    ),
    url(../img/background-secao1.webp),
    url(../img/background-secao1.jpg);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-secao-beneficios {
  background-color: transparent;
  background-image: linear-gradient(
    180deg,
    #f5f5f5 0%,
    rgba(54, 0, 66, 0.86) 100%
  );
}
.bg-secao-oque-e {
  background-color: #dbdbdb;
  background-image: url(../img/o-que-e-q10.webp),
    url(../img/o-que-e-q10.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-formula {
  background: linear-gradient(
      180deg,
      #f5f5f5 0%,
      rgba(122, 122, 122, 0.25) 100%
    ),
    url(../img/bg-formula.webp),
    url(../img/bg-formula.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-diferencial {
  background: linear-gradient(rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.5) 100%),
    url(../img/bg-diferencial.webp),
    url(../img/bg-diferencial.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.bg-perguntas {
  background-image: url(../img/bg-perguntas-q10.webp),
    url(../img/bg-perguntas-q10.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
/** EXTRAS **/
.sombra-textos {
  text-shadow: 0px 0px 10px rgb(211 211 211 / 30%);
}
.sombra {
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
}
mark {
  background-color: yellow;
  color: black;
  font-weight: bold;
  padding: 0.05em;
}
/** BOTÃO **/
.experimentar-agora {
  font-weight: normal;
  fill: #ffffff;
  color: #ffffff;
  background-color: #890100;
  border-style: solid;
  border-width: 3px 3px 3px 3px;
  border-color: #890100;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 50%);
  padding: 10px 40px 10px 40px;
  font-size: 15px;
}
.experimentar-agora:hover {
  color: #890100;
  background-color: rgba(255, 255, 255, 255);
}
/** HEADER **/
.header img {
  width: 6%;
}

/** SEÇÃO 1 **/
.pote {
  width: 70%;
}
.selo {
  width: 70%;
}

/** ANVISA **/
.selo-anvisa {
  width: 30%;
}
/** DEPOIMENTOS **/
.slick-slide {
  margin: 0 15px;
}
.slick-list {
  margin: 0 -15px;
}
.slick-next:before,
.slick-prev:before {
  font-size: 36px;
  opacity: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.slick-prev:before {
  content: "\f053";
}
.slick-next:before {
  content: "\f054";
}
.slick-prev {
  left: 10px;
  z-index: 999;
}
.slick-next {
  right: 0px;
}
/** FÓRMULA EXCLUSIVA **/
.formula-exclusiva img {
  width: 75%;
}
/** A FAMA DA COENZIMA **/
.card-fama {
  border: 1px solid #bfbfbf;
  padding: 30px 30px 30px 30px;
  height: 500px;
}
.speech-bubble {
  position: relative;
  background: #e6e9ec;
  padding: 20px 20px 20px 20px;
}
.speech-bubble:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 19px solid transparent;
  border-top-color: #e6e9ec;
  border-bottom: 0;
  margin-left: -19px;
  margin-bottom: -12px;
}
.logo-fama {
  width: 140px;
  height: 140px;
  border-style: solid;
  border-color: #d6d6d6;
  border-width: 2px;
  border-radius: 50%;
}
.slick-slide img {
  display: inline-flex;
}
.slick-dots {
  bottom: -45px;
}
.slick-dots li {
  margin: 0;
}
/** Duvidas Frequentes **/
.celular-whats {
  width: 85%;
}
.card-header {
  background-color: rgba(255, 255, 255, 0);
  padding: 15px;
  border-bottom: none;
}
.bordas-accordion {
  border-radius: 15px !important;
  background-color: rgba(255, 255, 255, 0);
  border-width: 2px 2px 2px 2px;
  border-color: #d60a05;
  border-style: solid;
  border-radius: 15px 15px 15px 15px !important;
}
.btn-link:after {
  content: "\f103";
  width: 30px;
  font-size: 20px;
  text-align: center;
  right: 5px;
  top: 10px;
  position: absolute;
  color: #890100;
  font-weight: 900;
  font-family: "Font Awesome\ 5 Free";
}
.btn-link.collapsed:after {
  content: "\f102";
  color: #890100;
  font-weight: 900;
  font-family: "Font Awesome\ 5 Free";
}
/** TERMOS **/
.borda-itens {
  border-style: solid;
  border-width: 0px 3px 0px 0px;
  border-color: #ffffff;
  padding: 0;
}
/** RODAPÉ **/
.formas-pagamento {
  width: 70%;
}
.formas-entrega {
  width: 60%;
}
.fale-conosco {
  width: 80%;
}
/* WHATS ROLANTE */
#whatsapp-rolante {
  text-align: right;
  position: fixed;
  /* z-index: 10000; */
  bottom: 10px;
  right: 0px;
}
.botao-whats {
  width: 20%;
}
/** MOBILE **/
@media (max-width: 767px) {
  /** BOTÃO **/
  .experimentar-agora {
    width: 100%;
  }
  /** HEADER **/
  .header img {
    width: 15%;
  }
  /** SEÇÃO 1 **/
  .pote {
    width: 60%;
  }
  .selo {
    width: 80%;
  }
  .bg-secao1 {
    background-position: -654px 0px;
    background-repeat: no-repeat;
    background-size: cover;
  }

  /** ANVISA **/
  .selo-anvisa {
    width: 25%;
  }
  /** BENEFÍCIOS **/
  .beneficios img {
    width: 55%;
  }
  /** DEPOIMENTOS **/
  .slick-next,
  .slick-prev {
    display: none !important;
  }
  .slick-next:before,
  .slick-prev:before {
    display: none !important;
  }
  .slick-prev:before,
  .slick-prev:before {
    display: none;
  }
  /** FÓRMULA EXCLUSIVA **/
  .formula-exclusiva img {
    width: 50%;
  }
  /** SOLUÇÃO EFETIVA **/
  .solucao-efetiva img {
    width: 40%;
  }
  /** A FAMA DA COENZIMA **/
  .card-fama {
    height: 475px;
  }
  /** CERTIFICAÇÕES **/
  .certificacoes img {
    width: 50%;
  }
  /** SELOS **/
  .gc {
    width: 42%;
  }
  /** RODAPÉ **/
  .formas-pagamento {
    width: 60%;
  }
  .formas-entrega {
    width: 50%;
  }
  .fale-conosco {
    width: 60%;
  }
  /** WHATSAPP ROLANTE **/
  .botao-whats {
    width: 15%;
  }
}
