@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");
* {
  font-family: "Roboto", sans-serif;
}
/** 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;
}
/** HEADER **/
.header {
  background-color: black;
}
.header img {
  width: 15%;
}

/** SOBRE O LIFT **/
.sobre-lift h1,
.formula-exclusiva h1,
.celebridades h1,
.clientes-compraram h1 {
  color: #f9b133;
  font-size: 28px;
  font-weight: 900;
  text-transform: uppercase;
  font-style: normal;
  text-decoration: none;
  line-height: 1.1em;
  letter-spacing: 0px;
}
.sobre-lift span {
  color: #7a7a7a;
  font-size: 14px;
  font-weight: 400;
}
.estrelas {
  color: #f9b133 !important;
  font-size: 12px !important;
}
.sobre-lift p {
  color: #303030;
  font-family: "Roboto", Sans-serif;
  font-weight: 400;
}
.unidades {
  font-size: 14px !important;
  font-style: italic !important;
}
.seta-esquerda {
  transform: rotate(48deg);
}
.seta-direita {
  transform: rotate(-48deg);
}
.seta1,
.seta2 {
  width: 12%;
  align-self: center;
}
.preco-valores p {
  color: #0c0507;
  font-family: "Roboto", Sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
}
.valor-final {
  color: #f9b133 !important;
  font-family: "Roboto", Sans-serif !important;
  font-size: 31px !important;
  font-weight: bold !important;
}
.botao {
  width: 50%;
}
.produto {
  border: 3px solid #f9b133;
}
.cabecalho {
  background-color: #f9b133;
  padding: 10px;
}
.cabecalho h2 {
  color: #000000;
  font-size: clamp(24px, 3vw, 28px);
  font-weight: 900;
  text-transform: uppercase;
  font-style: normal;
  text-decoration: none;
  line-height: 1.1em;
  letter-spacing: 0px;
}
.quadrado {
  height: 100px;
  width: 100px;
  float: left;
  margin-right: 8px;
  text-align: center;
  background-color: #f9b133;
  vertical-align: middle;
  position: relative;
}
.conteudo-square {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.conteudo-square p {
  color: #ffffff !important;
}
#min,
#min2 {
  font-size: 42px;
  font-weight: bold;
  margin: 10px 0 0;
  line-height: 30px;

  color: #ffffff !important;
}
.min-e-segundo .quadrado:nth-child(2) {
  margin-right: 0;
}
#seg,
#seg2 {
  font-size: 42px;
  font-weight: bold;
  margin: 10px 0 0;
  line-height: 30px;

  color: #ffffff !important;
}

/** FÓRMULA EXCLUSIVA **/
.formula-exclusiva h6 {
  color: #f9b133;
  font-size: 18px;
  font-weight: 900;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
  line-height: 1.1em;
  letter-spacing: 0px;
}
.formula-exclusiva img {
  width: 50%;
}
.formula-exclusiva p {
  color: #303030;
  font-weight: 400;
  font-size: 14px;
}
/** CELEBRIDADES **/
.celebridades img {
  width: 28%;
}
/** CLIENTES COMPRARAM **/
.kit {
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
}
.cabecalho-kit {
  background-color: #000000;
  border: 2px solid #f9b133;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 8px;
  margin: 0px 20px -20px 20px;
  padding: 8px 0px 8px 0px;
}
.kit p {
  color: #0c0507;
  font-size: 14px;
  font-weight: normal;
}
.kit .botao {
  width: 90%;
}
/** PERGUNTAS FREQUENTES **/
.duvidas-frequentes {
  background-image: url(../img/bg-perguntas.webp),
    url(../img/bg-perguntas.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.duvidas-frequentes h1 {
  color: #000000;
  font-size: clamp(21px, 3vw, 32px);
  font-weight: bold;
  text-transform: uppercase;
  font-style: italic;
  text-decoration: none;
  line-height: 1.1em;
  letter-spacing: 0.3px;
}
.duvidas-frequentes h6 {
  color: #000000;
  font-weight: normal;
  text-transform: none;
  font-style: italic;
}
.duvidas-frequentes .botao {
  width: 60%;
}
.duvidas-frequentes .celular {
  width: 90%;
}
.card {
  background-color: transparent;
  border: none;
}
.card-header {
  background-color: transparent;
  padding: 10px;
  border-bottom: 1px solid #0c0c0c;;
  border-radius: 0;
}
.card-header p{
  font-family: "Roboto", Sans-serif;
  font-size: 16px;
  font-weight: normal;
  text-transform: none;
}
.card-body {
  background-color: transparent;
  font-size: 16px;
  font-weight: normal;
  text-transform: none;
}

.btn-link.collapsed:after {
  content: "\f0da";
  color: #000;
}

.btn-link:after {
  content: "\f0d8";
  width: 30px;
  font-size: 25px;
  left: 5px;
  top: 5px;
  position: absolute;
  color: #000;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.btn-link {
  padding: 0;
  color: #000;
}
.btn-link:hover,
.btn-link:focus {
  color: #000000;
  text-decoration: none;
}
.btn.focus,
.btn:focus {
  box-shadow: none;
}
/** RODAPÉ **/
.rodape h2{
  font-size: 16px;
    font-weight: bold;
    font-family: "Roboto", Sans-serif !important;
}
.rodape p{
  font-family: "Roboto", Sans-serif !important;
}
.img-rodape {
  width: 100%;
  max-width: 180px;
  margin: 0 auto 20px;
  display: block;
}
.copyright {
  font-size: 14px;
  font-weight: bold;
  font-family: "Roboto", Sans-serif !important;
}
#whatsapp-rolante {
  text-align: right;
  position: fixed;
  /* z-index: 10000; */
  bottom: 10px;
  right: 0px;
}
.botao-whats {
  width: 20%;
}
@media (max-width: 767px) {
  /** HEADER **/
  .header img {
    width: 45%;
  }
  /** SOBRE LIFT **/
  .sobre-lift h1 {
    font-size: 24px;
    line-height: 1.2em;
  }
  .seta1,
  .seta2 {
    width: 17%;
  }
  .botao {
    width: 80%;
  }
  .quadrado {
    height: 85px;
    width: 120px;
  }
  /** FÓRMULA EXCLUSIVA **/
  .formula-exclusiva img {
    width: 55%;
  }
  /** CELEBRIDADES **/
  .celebridades img {
    width: 90%;
  }
  /** DÚVIDAS FREQUENTES **/
  .duvidas-frequentes .botao {
    width: 90%;
  }
  .duvidas-frequentes .celular {
    width: 70%;
  }
}
