/** FONTE **/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
* {
  font-family: "Roboto", sans-serif;
}
h1 {
  font-size: clamp(24px, 3vw, 36px);
}
h6 {
  font-size: clamp(16px, 3vw, 18px);
}
p {
  font-size: 16px;
}

/** 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;
}
.link {
  cursor: pointer;
}
/** TARJA **/
.tarja {
  background-color: #d5426c;
}
.tarja p {
  color: white;
  margin-bottom: 0;
}
/** TEMPO ACABOU **/
.quadrado {
  height: 95px;
  width: 125px;
  float: left;
  margin-right: 10px;
  text-align: center;
  background-color: #d5426c;
  vertical-align: middle;
  position: relative;
}
.conteudo-square {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#min,
#seg {
  font-size: 36px;
  font-weight: 400;
  margin: 10px 0 0;
  line-height: 30px;
}
.quadrado p {
  color: #ffffff !important;
}
.conteudo-square p:nth-child(2) {
  margin-bottom: 0;
}
.tempo-acabou p {
  color: #d5426c;
}
/** KIT **/
.kit-bg {
  background-color: transparent;
  background-image: linear-gradient(180deg, #f28095 60%, #d5426c 100%);
}
.kit-bg h2 {
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3em;
  letter-spacing: 0px;
}
.kit-bg img {
  width: 82%;
}
.kit-bg h1 {
  color: #ffffff;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.3em;
  letter-spacing: 0px;
}
.kit-bg p {
  color: white;
}
.reject {
  color: white;
  font-size: 14px;
  text-decoration: underline;
  line-height: 1.3em;
}
.comprar-agora {
  font-size: 26px;
  text-transform: uppercase;
  text-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
  fill: #ffffff;
  color: #ffffff;
  background-color: #08df5a;
  border-style: solid;
  border-width: 0px 2px 2px 0px;
  border-color: rgba(0, 0, 0, 0.42);
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0px -32px 20px -12px #0cc052 inset;
  padding: 8px 35px 8px 35px;
  font-weight: bold;
}
.comprar-agora:hover {
  color: #ffffff;
  background-color: #23a455;
  border-color: #23a455;
}
.pulse {
  -webkit-animation: pulse 0.6s infinite alternate;
  animation: pulse 0.6s infinite alternate;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.sombra {
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
}
.kit-mobile p {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3em;
  letter-spacing: 0px;
  margin-bottom: 0;
}
.valor-mobile {
  color: #d5426c;
  font-size: 26px;
  font-weight: bold;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3em;
  letter-spacing: 0px;
}
.texto-apos-kit {
  text-align: center;
  color: #54595f;
  font-size: 18px;
}
/** MULHERES AMARAM **/
.grow {
  transition: all 0.2s ease-in-out;
}
.grow:hover {
  transform: scale(1.1);
}
/** FÓRMULA EXCLUSIVA **/
.formulas {
  width: 65%;
}
.formula-exclusiva h2 {
  color: #000000;
  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:black;
}
/** RODAPÉ **/
.rodape {
  background-color: #f9f9f9;
}
.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%;
}
/** MOBILE **/
@media (max-width: 767px) {
  .kit-mobile .comprar-agora {
    font-size: 14px;
    padding: 8px 15px;
  }
  .reject {
    color: black !important;
    font-size: 12px !important;
    font-weight: normal !important;
  }
  .comprar-agora {
    width: 100%;
  }
  /** FÓRMULA EXCLUSIVA **/
.formulas {
  width: 50%;
}
}
