
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.responsive{
    display: flex;
    margin-left: auto;
    margin-right: auto;
    max-width: 650px;
    justify-content: center;
    font-size: 18px;
    padding-left: 10px;
    padding-right: 10px;
}

.derma{
    width: 80%;
    max-width: 400px;
}

.jaajud{
    text-align: center;
}

.centralizar{
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
}

.presente{
    line-height: 40px;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h2{
    font-size: 20px;
}

body{
    color: white;
    background-color: black;
    font-family: "Poppins", sans-serif;
}

h1{
    font-size: 25px;
    line-height: 30px;
}

h3{
    font-size: 30px;
}

video {
    margin-bottom: 20px;
}

body {
    font-family: Arial, sans-serif;
    overflow-x: hidden;
}

.container{
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

.preco{
    display: flex;
    margin-top: 40px;
    gap: 5px;
    align-items: center;
}

iframe{
    width: 100%;
}

.video{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.bg2{
    margin-top: 50px;
}

.alignnnn{
    text-align: center;
    justify-content: center;
    align-items: center;
}

.slider {
    display: block;
    height: 293px;
    width: 600px;
    margin: auto;
    margin-top: 20px;
    position: relative;
    
}

.slider input {
    display: none;
}

.slider li {
    list-style: none;
    position: absolute;
}

.slider img {
    margin: auto;
    height: 100%;
    width: 100%;
    vertical-align: top;
    
}

.marquee {
    overflow: hidden;
    text-align: end;
    white-space: nowrap;
    box-sizing: unset;
    width: 100%;
    background-color: #610090;
}

.marquee-content {
    display: inline-block;
    animation: marquee 10s linear infinite;

}

#slideshow-example {
    width: 80%;
    max-width: 600px;
    margin: 0 auto; /* Centraliza o slideshow na página */
    overflow: hidden; /* Esconde as imagens que ultrapassam o contêiner */
    border: none;
    border-radius: 10px; /* Arredonda os cantos do slideshow */
}

.slide {
    margin-left: auto;
    margin-right: auto;
    display: none; /* Inicialmente oculta todos os slides */
    border: none;
    border-radius: 10px; /* Arredonda os cantos do slideshow */
    max-width: 400px;
}
.slide:last-child {
    border-right: none; /* Remove a borda direita do último slide */
}
.slide img {
    width: 100%; /* Garante que a imagem preencha todo o espaço do slide */
    height: auto;
    border-radius: 10px; /* Arredonda os cantos da imagem */
    
}

.clientes{
    display: flex;
    margin-top: 50px;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
}

[data-component="slideshow"] .slide {
    display: none;
  }

  [data-component="slideshow"] .slide.active {
    border-radius: 20px;
    display: block;
  }

@keyframes marquee {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}



h4{
    text-align: left;
    font-size: 25px;
    margin-bottom: 7px;
}

p{
    font-size: 25px;
}

.video{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 800px;
    height: auto;
    margin-left: auto;
    margin-right: auto;

}

#meuBotao{
    margin-top: -20px;
}

.vermelho{
    color: rgb(231, 45, 45);
}

/*LOGOOO*/

.Logo{
    color: rgb(255, 255, 255);
    font-size: 30px;
    align-items: center;
    text-align: center;
    line-height: 15px;
}

.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25D366;
    color: white;
    border: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px; /* Aumentando o tamanho do ícone para melhor aparência */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    z-index: 1000;
    text-decoration: none;
    list-style-type: none;

}

a{
    color: white;
    font-size: 15px;
    text-decoration: none;
}


.whatsapp-button:hover {
    background-color: #1EBEA5;
}

.whatsapp-button:hover {
    background-color: #1EBEA5;
}

.Logo2{
    color: rgb(255, 255, 255);
    font-size: 12px;
    align-items: center;
    text-align: center;
    line-height: 10px;
}

footer{
    margin-top: 80px;
    text-align: center;
    background-color: rgba(8, 8, 8, 0.767);
}

.paragrafo-footer{
    text-align: center;
    font-size: 13px;
    margin-left: 20px;
    margin-right: 20px;
    max-width: 500px;
}

@media screen and (min-width: 617px) {
    #meuBotao {
      margin-top: 50px;
    }
  }

.Logo-Par{
    font-size: 20px;
    align-items: center;
    text-align: center;
    line-height: 100px;
}

.Logo-Par2{
    font-size: 10px;
    align-items: center;
    text-align: center;
}

.Logo-Par22{
    justify-content: center;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    font-size: 10px;
    align-items: center;
    text-align: center;
    width: 80%;
}

@media screen and (max-width: 330px) {
    .Logo-Par {
      display: none;
    }
    h1 {
        padding-top: 20px;
    }
  }

  @media screen and (max-width: 330px) {
    .Logo{
        color: rgb(255, 255, 255);
        font-size: 30px;
        align-items: center;
        text-align: center;
        margin-top: 20px;
    }
  }



.rosa{
    color: rgb(255, 0, 191);
}


/* FIM LOGOOO*/

nav{
    margin-bottom: 20px;
    font-family: "Caveat", cursive;
}


.containter-nav{
    display: flex;
    gap: 10px;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.containter-nav2{
    padding-top: 20px;
    display: flex;
    gap: 10px;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.animation{
    opacity: 0;
            transform: translateX(-100%);
            animation: slide-in 1s forwards;
}

.left-text{
    justify-content: left;
    
}

article{
    text-align: center;
    justify-content: left;
    margin-left: 20px;
    margin-right: 20px;
}

.paragrafo1{
    font-size: 18px;
}

.paragrafo22{
    color: rgb(255, 255, 255);
    font-size: 12px;
    margin-top: 5px;
}

.paragrafo{
    font-size: 15px;
    display: flex;
    text-align: left;
}

.paragrafo2{
    font-size: 12px;
    text-align: justify;
}

.paragrafo3{
    font-size: 18px;
    display: flex;
    margin-top: 6px;
    text-align: left;
}

li{
    text-decoration: none;
    list-style: none;
}

.align{
    display: flex;
    align-items: center;
    text-align: left;
    gap: 10px;
}

.gradient-text {
    font-weight: bold;
    background: linear-gradient(90deg, #fbff00, #6f00ff);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    color: transparent;
    animation: gradient-move 3s infinite, circular-motion 5s infinite linear;
}

@keyframes gradient-move {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes circular-motion {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.paragrafo5{
    font-size: 15px;
    display: flex;
    margin-top: 6px;
    text-align: left;
}

.paragrafo6{
    padding-left: 20px;
    padding-right: 20px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    text-align: center;
}

.container-cards{
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: left;
    align-items: center;
}

.outline{
    text-decoration: overline;
}

@keyframes pulse {
    0% {
      transform: scale(1);
      box-shadow: 0 0 0 0 rgba(255, 105, 180, 0.7); /* rosa */
    }
    70% {
      transform: scale(1.05);
      box-shadow: 0 0 0 10px rgba(255, 105, 180, 0);
    }
    100% {
      transform: scale(1);
      box-shadow: 0 0 0 0 rgba(255, 105, 180, 0);
    }
  }
  
  .pulsando {
    animation: pulse 1.5s infinite;
    border: none;
    padding: 15px 25px;
    color: white;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
  }
  

/* CSS */
@keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(30px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  .card1 {
    opacity: 0;
    animation: fadeInUp 0.8s ease forwards;
    animation-delay: 0.2s;
  }
  
.image-container{
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    width: 50%;
    max-width: 300px;
}

.sla{
    text-align: center;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
}

.footer-text{
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    max-width: 312px;
}

.termos{
    display: flex;
    color: black;
    margin-left: auto;
    margin-top: 5px;
    margin-right: auto;
    padding: 10px;
    border-radius: 50px;
    border: white;
    width: 250px;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-weight: 600;
    background-color: white;
}

.videoo{
    text-align: center;
}

.garantia{
    padding-left: 20px;
    padding-right: 20px;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 20px;
    align-items: center;
}

.redd{
    font-size: 20px;
    font-size: 800;
    color: rgb(255, 108, 108);
}

.article2{
    max-width: 700px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    text-align: center;
}

.imagem1{
    width: 100%;
}

.img2{
    display: flex;
    border-radius: 20px;
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.nome{
    font-size: 20px;
    color: #4267b2;
}

.check{
    display: flex;
    align-items: center;
    gap: 25px;
    justify-content: center;
    align-self: center;
    
}

input[type=checkbox] {
    position: relative;
    cursor: pointer;
    border-radius: 50%;
    align-items: center;
  }
  
  input[type=checkbox]:before {
    content: "";
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    left: 0;
    background-color: #ffffff;
  }
  
  input[type=checkbox]:checked:after {
    content: "";
    display: block;
    width: 5px;
    height: 10px;
    border: solid rgb(0, 0, 0);
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 5px;
    left: 9px;
  }

  span{
    margin: 0px 5px;
  }

.card1{
    width: 100%;
    max-width: 600px;
    height: fit-content;
    background: #e100ff1a;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(7.9px);
    -webkit-backdrop-filter: blur(7.9px);
    -moz-box-shadow: 10px 10px 5px #ffffff;
    -webkit-box-shadow: 0px 0px 5px #ffffff;
    opacity: 0;
            transform: translateX(-100%);
            animation: slide-in 1s forwards;
    }

    @keyframes slide-in {
        0% {
            transform: translateX(-100%);
            opacity: 0;
        }
        100% {
            transform: translateX(0);
            opacity: 1;
        }
    }

    .card44{
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 600px;
    height: fit-content;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(7.9px);
    -webkit-backdrop-filter: blur(7.9px);
    -moz-box-shadow: 10px 10px 5px #ffffff;
    -webkit-box-shadow: 0px 0px 5px #ffffff;
    }

    .card2{
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 600px;
    height: fit-content;
    background: #e100ff1a;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(7.9px);
    -webkit-backdrop-filter: blur(7.9px);
    -moz-box-shadow: 10px 10px 5px #ffffff;
    -webkit-box-shadow: 0px 0px 5px #ffffff;
    }

    .card3{
        display: flex;
        flex-direction: column;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 600px;
        height: fit-content;
        background: #e100ff1a;
        border-radius: 16px;
        padding: 20px;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(7.9px);
        -webkit-backdrop-filter: blur(7.9px);
        -moz-box-shadow: 10px 10px 5px #ffffff;
        -webkit-box-shadow: 0px 0px 5px #ffffff;
        margin-bottom: 50px;
        }

.article3{
    margin-top: 40px;
    align-items: center;
    align-self: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 10px;
}
    
button{
    margin-top: 10px;
    padding: 10px;
    width: 100%;
    max-width: 500px;
    font-size: 20px;
    border-radius: 10px;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    background-color: #610090;
    color: white;
    font-family: "Poppins", sans-serif;
    font-weight: 550;
    border: none;
}

.bttn2{
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

button:hover{
    transform: scale(1.05);
}


@keyframes glow {
    0% {
        box-shadow: 0 0 20px rgba(255, 255, 255, 0.5), 0 0 40px rgba(255, 255, 255, 0.3), 0 0 60px rgba(255, 255, 255, 0.1);
    }
    50% {
        box-shadow: 0 0 40px rgba(255, 255, 255, 0.5), 0 0 80px rgba(255, 255, 255, 0.3), 0 0 120px rgba(255, 255, 255, 0.1);
    }
    100% {
        box-shadow: 0 0 20px rgba(255, 255, 255, 0.5), 0 0 40px rgba(255, 255, 255, 0.3), 0 0 60px rgba(255, 255, 255, 0.1);
    }
}