@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;700&family=Oswald:wght@400;500;700&family=Raleway:wght@400;500;700&family=Roboto:wght@400;500;700;900&display=swap");
/** 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%;
}
/** TARJA **/
.tarja {
  background-color: #61ce70;
}
.tarja h6 {
  color: #ffffff;
  font-family: "Open Sans", Sans-serif;
  font-size: clamp(19px, 3vw, 20px);
  font-weight: normal;
  text-transform: none;
  font-style: normal;
  line-height: 1.4em;
  text-transform: uppercase;
}
/** AMOSTRA GRÁTIS **/
.botao-amostra {
  font-weight: bold;
  text-transform: uppercase;
  fill: #ffffff;
  color: #ffffff;
  background-color: #61ce70;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  padding: 10px 30px;
}
.botao-amostra:hover {
  color: #ffffff;
}
.amostra h1 {
  text-align: center;
  font-family: "Roboto", Sans-serif;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: normal;
  text-transform: uppercase;
  font-style: italic;
  line-height: 1em;
  letter-spacing: 0px;
}
.headline {
  position: absolute;
  top: 53%;
  left: 50%;
  width: calc(27% + 20px);
  height: calc(0% + 20px);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow: visible;
}
.headline svg path {
  stroke: #61ce70;
  stroke-width: 9;
  fill: none;
  stroke-dasharray: 1500;
  -webkit-animation: headline-dash 10s infinite;
  animation: headline-dash 10s infinite;
}
.headline svg path:nth-of-type(2) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
@-webkit-keyframes headline-dash {
  0% {
    stroke-dasharray: 0 1500;
  }
  15% {
    stroke-dasharray: 1500 1500;
  }
  85% {
    opacity: 1;
  }
  90% {
    stroke-dasharray: 1500 1500;
    opacity: 0;
  }
  to {
    stroke-dasharray: 0 1500;
    opacity: 0;
  }
}
@keyframes headline-dash {
  0% {
    stroke-dasharray: 0 1500;
  }
  15% {
    stroke-dasharray: 1500 1500;
  }
  85% {
    opacity: 1;
  }
  90% {
    stroke-dasharray: 1500 1500;
    opacity: 0;
  }
  to {
    stroke-dasharray: 0 1500;
    opacity: 0;
  }
}
.youtube-container {
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 30px auto;
}

.youtube-player {
  display: block;
  margin: 20px auto;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  cursor: hand;
  cursor: pointer;
  display: block;
}

img.youtube-thumbnail {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  height: auto;
}

div.youtube-play-btn {
  height: 72px;
  width: 72px;
  left: 50%;
  top: 50%;
  margin-left: -36px;
  margin-top: -36px;
  position: absolute;
  background: url("https://freepngimg.com/thumb/categories/1398.png") no-repeat
    center center;
  background-size: 72px 72px;
}

.youtube-iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.amostra p {
  color: #54595f;
  font-family: "Open Sans", Sans-serif;
  font-size: clamp(16px, 3vw, 18px);
  font-weight: normal;
  text-transform: none;
  font-style: normal;
}
.valor-amostra {
  font-size: 41px !important;
}
.vermelho {
  color: #f30b0b !important;
}
/** DEPOIMENTOS EM VÍDEOS **/
.depoimentos-videos h2,
.depoimentos-redes h2 {
  font-family: "Oswald", Sans-serif;
  color: #000;
  font-size: clamp(22px, 3vw, 26px);
  font-weight: bold;
}
.depoimentos-videos h6,
.depoimentos-redes h6 {
  font-family: "Oswald", Sans-serif;
  color: #000;
  font-size: clamp(16px, 3vw, 18px);
  font-weight: bold;
}
.depoimentos-videos p,
.depoimentos-redes p {
  text-align: center;
  color: #000000;
  font-family: "Raleway", Sans-serif;
  font-size: clamp(14px, 3vw, 16px);
}
/** PELE RADIANTE **/
.pele-radiante {
  background-color: #000000;
}
.overlay {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 42% auto;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  background-image: url(../img/amostras.webp),
    url(../img/amostras.png);

  /* defina o background como fixo e posicione a imagem */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}
.pele-radiante h2{
    color: #ffffff;
    font-family: "Open Sans", Sans-serif;
    font-size: clamp(22px, 3vw, 26px);
    font-weight: normal;
    text-transform: uppercase;
    font-style: normal;
    line-height: 1.3em;
}
.textos{
    background-color: rgba(255,255,255,0.2);
    padding: 10px 0px;
}
.textos > p{
    color: #ffffff;
    font-family: "Open Sans", Sans-serif;
    font-size: clamp(16px, 3vw, 18px);
    font-weight: normal;
    text-transform: none;
    font-style: normal;
}
/** FOOTER **/
.footer{
    background-color: #000;
}
.footer h5{
    font-size: clamp(16px, 3vw, 20px);
    color: #ffffff;
    font-family: "Arial", Sans-serif;
    font-weight: 500;
}
.footer p{
    font-size: clamp(14px, 3vw, 16px);
    color:white;
    margin-bottom: 0;
}
.footer img{
    width: 57%;
}
.copyright{
    text-align: center;
    color: #bcbcbc;
    font-family: "Roboto", Sans-serif;
    font-weight: 100;
}
#whatsapp-rolante {
    text-align: right;
    position: fixed;
    /* z-index: 10000; */
    bottom: 10px;
    right: 0px;
  }
  .botao-whats {
    width: 20%;
  }
  #solicitaragora {
    position: fixed;
    /* z-index: 10000; */
    bottom: 10px;
  }
  #solicitaragora img{
      width: 50%;
  }
@media (max-width: 767px) {
  /** HEADER **/
  .header img {
    width: 45%;
  }
  /** AMOSTRA **/
  .headline {
    top: 72%;
    left: 50%;
    width: calc(54% + 20px);
    height: calc(0% + 20px);
  }
}
