@import url('https://fonts.googleapis.com/css2?family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&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');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
span{
    color: #7a11e4;
}

.icons-leg h4{
    color: #000000;
}

#separa{
    color: #d3d3d3de;
}

p{
    text-align: center;
}

.left p{
    text-align: center;
}


span2{
    font-weight: 600;
}

.Marketing{
    display: flex;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 65%;
}


.Marketing ul{
        flex-wrap: wrap;
        text-align: justify;
        width: 600px;
        margin-top: 20px;
}
#separa{
        margin-top: 30px;
        flex-wrap: wrap;
        text-align: start;
        gap: 10px;
        text-align: center;
}

.Logo{
    width: 230px;
}

@media (max-width: 375px){
  
    .Logo {
        width: 200px;
    } 
}


header{
    display: flex;
    align-items: center;
    justify-content: space-around; 
    height: 70px;
    margin-top: 30px;
    margin-bottom: 30px;
}


@media (max-width: 867px) {
    .nav {
        gap: 20px;
        justify-content: center;
    }
}

.hamburger{
    display: none;
    border: none;
    background: none;
    border-top: 3px solid #000000;
    cursor: pointer;
    z-index: 2;
    position: absolute;
}

@media (max-width: 375px){
  
    .hamburger::before,
    .hamburger::after {
        width: 10px;
    } 
}

.hamburger::before,
.hamburger::after {
    content: " ";
    display: block;
    width: 30px;
    height: 3px;
    background: black;
    margin-top: 5px;
    position: relative;
  transition: 0.5s;
}

@media (max-width: 867px) {
    .links a {
        color: rgb(255, 255, 255);
    }
}

@media (max-width: 867px) {
    .hamburger {
        display: block;  
        overflow: hidden; /* Desativa tanto a rolagem vertical quanto horizontal */
    }

.links{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgb(56, 0, 119);
    clip-path: circle(100px at 90% -15%);
    transition: 0.3s ease-in-out;
    z-index: 1;

    flex-direction: column;
    justify-content: center;
    gap: 30px;
    align-items: center;
    pointer-events: none;
    }

    .links a {
        font-size: 18px;
        opacity: 0;
      }
    
      .links li:nth-child(1) a {
        transition: 0.5s 0.2s;
      }
    
      .links li:nth-child(2) a {
        transition: 0.5s 0.4s;
      }
    
      .links li:nth-child(3) a {
        transition: 0.5s 0.6s;
      }

    .nav.active .links{
        clip-path: circle(1500px at 90% -15%);
        pointer-events: all;
        
    }

    /* Estilos ativos */

  .nav.active .links {
    clip-path: circle(1500px at 90% -15%);
    pointer-events: all;
  }

  .nav.active .links a {
    opacity: 1;
  }

  .nav.active .hamburger {
    position: absolute;
    border-top-color: transparent;
    color: white;
    padding-right: 50px;
  }

  .nav.active .hamburger::before {
    transform: rotate(140deg);
    background: white;
  }

  .nav.active .hamburger::after {
    transform: rotate(-130deg);
    position: relative;
    background: white;
  }

}


.nav-button{
    background-color: #7a11e4;
    padding: 10px;
    border-radius: 20px;
    color: white;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 3px 3px 1px black;
}

.sup{
    display: flex;
    font-family: Poppins, sans-serif;
    border-color: white;
    color: black;
    font-weight: 500;
    padding: 5px;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    gap: 10px;
    border-radius: 20px;
    cursor: pointer;
    text-align: center;
}

.sup:hover, a:hover{
    border-color: #7a11e4;
    color: #7a11e4;
}


.nav-button:hover{
    background-color: #8c1dfa;
    box-shadow: 3px 3px 1px black;
    transform: scale(1.1);
    cursor: pointer;
    transition: transform 0.3s ease-in-out, filter 0.3s ease;
}

.faq-answer li{
    color: #d3d3d3b6;
    margin-top: 5px;
}

.faq-answer{
margin-bottom: 15px;
}


ul, a{
    display: flex;
    text-decoration: none;
    align-items: center;
    list-style-type: none;
    gap: 20px;
    font-family: Poppins, sans-serif;
    font-weight: 600;
}

a{
    color: #000000;
}

a:hover{
    color: #8f1cff;
}

header{
    background-color: white;
}

body{
    text-align: center;
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    font-family: Poppins,sans-serif;
}

.main-text{
    text-align: left;
    width: 35%;
}

@media (max-width: 800px) {
    .main-text{
        order: 1;
        width: 70%;
        margin-top: 50px;
        margin-bottom: 50px;
    }
}

@media (max-width: 425px) {
    .main-text{
        order: 1;
        width: 90%;
        margin-top: 50px;
        margin-bottom: 50px;
    }
}

.container{
    display: flex;
    margin-left: 30px;
    margin-right: 30px;
    justify-content: space-around;
    justify-content: center;
    align-items: center;
    gap: 50px;
    margin-bottom: 30px;
}

@media (max-width: 800px) {
    .container{
        flex-direction: column !important;
    }

    .CTA1{
        display: flex;
        margin-left: auto;
        margin-right: auto;
    }
}



h1{
    text-align: center;
    font-size: 18px;
    line-height: 25px;
}

.CTA1{
    justify-content: center;
    background-color: #7a11e4;
    padding: 10px;
    border-radius: 0 20px;
    color: white;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 3px 3px 1px rgb(0, 0, 0);
    width: 100%;
    max-width: 400px;
}

.CTA11{
    justify-content: center;
    background-color: #7a11e4;
    padding: 10px;
    border-radius: 0 20px;
    border: none;
    color: white;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 3px 3px 1px rgb(0, 0, 0);
    width: 100%;
    max-width: 400px;
}

.CTA2{
    justify-content: center;
    background-color: #7a11e4;
    padding: 10px;
    border-radius: 0 20px;
    color: white;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 3px 3px 1px rgb(0, 0, 0);
    width: 100%;
    max-width: 400px;
}

.CTA3{
    justify-content: center;
    border: none;
    background-color: #3a145f;
    padding: 10px;
    border-radius: 0 20px;
    color: white;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 3px 3px 1px rgb(0, 0, 0);
    width: 100%;
    max-width: 400px;
}

.CTA-footer{
    background-color: #00529e;
    padding: 10px;
    border-radius: 20px;
    border: none;
    color: rgb(0, 0, 0);
    font-size: 18px;
    align-items: center;
    cursor: pointer;
    width: 250px;
    text-align: center;
    align-items: center;
    justify-content: center; 
}

.CTA5{
    background-color: #7a11e4;
    padding: 10px;
    margin-top: 30px;
    border-radius: 0 20px;
    border: none;
    color: white;
    font-size: 18px;
    align-items: center;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 3px 3px 1px rgb(0, 0, 0);
    text-align: center;
    align-items: center;
    width: 250px;
    max-width: 400px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.CTA1:hover{
    background-color: #7a11e4;
    box-shadow: 3px 3px 1px black;
}

.cards{
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

@media (max-width: 425px) {
    .cards {
        order: 1;
    }
}

#text {
    
    display: none;
}

@media (max-width: 750px) {
    #text {
        display: initial;
    }
}

@keyframes blink {
    50% { border-color: transparent; }
}

h2{
    font-size: 14px;
    animation: blink 0.7s step-end infinite; /* Efeito de piscar do cursor */
}


article{
    background-color: black;
    color: white;
}

.article2{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
}

.contem-tudo{
    display: flex;
    flex-direction: column;
    padding-bottom: 40px;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .contem-tudo {
        flex-direction: column;
    }
}

@media (max-width: 425px) {
    h2{
        text-align: center;
    } 
}

.percurso{
    flex-wrap: wrap;
}


.mao{
    padding-top: 50px;
    max-width: 400px;
}


@media (max-width: 800px) {
    .mao{
        display: none;
    }
}

.paragrafo2{
    display: flex;
    text-align: justify;
    align-items: center;
    font-size: 16px;
    width: fit-content;
    margin-top: 10px;
    margin-bottom: 15px;
    color: #d3d3d3e3;
}

.paragrafo1{
    font-size: 22px;
}

.card2{
    display: flex;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: black;
    border-radius: 20px;
    background-color: white;
    width: 250px;
    height: 60px;
    opacity: 0;
    transition: opacity 1.5s ease, transform 1.5s ease; /* Aumenta a duração para 1.5s */
}



.show {
    opacity: 1;
    transform: translateY(0); /* Move para a posição original */
  }


.card5{
    display: flex;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: rgb(0, 0, 0);
    border-radius: 0px 40px;
    background-color: #ffffff;
    width: 250px;
    height: 50px;
    opacity: 0;
    transition: opacity 4.0s ease, transform 4.0s ease; /* Aumenta a duração para 1.5s */
}

.show {
    opacity: 1;
    transform: translateY(0); /* Move para a posição original */
  }

.agadois{
    width: 580px;
}

.mobile{
    display: none;
}

@media (max-width: 767px) {
    .agadois{
        width: 100%;
        order: 1;
    }

    .mobile{
        display: block;

    }
}

.caixasss{
    justify-content: space-around;
    align-items: center;
    padding-left: 200px;
    padding-right: 200px;
    display: flex;
    gap: 5px;
}

.caixas{
    background-color: rgb(255, 255, 255);
    width: 350px;
    align-items: center;
    color: rgb(255, 255, 255);
    padding: 20px;
    border-radius: 20px;
    height: fit-content;
    /* From https://css.glass */
    background: rgba(159, 57, 253, 0.349);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.sites{
    padding-top: 50px;
}

.meio{
    display: flex;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}

.meio2{
    width: 500px;
}

.align{
    margin-top: 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

@media (max-width: 1024px) {
    .align{
        flex-direction: column;
        gap: 50px;
    }
}

.paddin{
    padding-left: 40px;
    padding-right: 40px;
    max-width: 600px; /* Faz a largura máxima ser igual à do contêiner */
}

.paddin2{
    padding-left: 40px;
    padding-right: 40px;
    max-width: 600px; /* Faz a largura máxima ser igual à do contêiner */
}

@media (max-width: 600px) {
    .paddin {
        max-width: 100%; /* A imagem ocupa toda a largura da tela */
    }
}

@media (max-width: 600px) {
    .paddin2 {
        max-width: 100%; /* A imagem ocupa toda a largura da tela */
    }
}

.h12{
    font-size: 28px;
    padding-left: 50px;
    padding-right: 50px;
    text-align: center;
}

h3{
    text-align: left;
    font-size: 22px;
}

.tudo{
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    align-items: center;
}

.container-cards{
    width: 80%;
    gap: 30px;
    justify-content: center;
    text-align: center;
    padding-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    margin-top: 10px;
}

@media (max-width: 1024px) {
    .container-cards{
        flex-wrap: wrap; 
        gap: 10px;
    }
}


.dividir{
    display: flex;
    flex-direction: column;
}

.icone{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    align-self: center;
    align-content: center;
}

.cardd1{
    text-align: center;
    margin-top: 10px;
    max-width: 290px;
    justify-content: center;
    background-color: #7a11e4;
    padding: 20px;
    align-items: center;
    border: 2px solid #ffffff;
    border-radius: 20px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.cardd1:hover{
    transform: scale(1.1); /* Aumenta o card em 10% */
}

@media (max-width: 600px){
  
    .cardd1:hover {
        transform: scale(1.0);
    } 
}

.cuidamos{
    margin-top: 20px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

.serv{
    display: flex;
    justify-content: center;
}

.paragrafo-card{
    text-align: center;
    color: rgba(255, 255, 255, 0.836);
    margin-top: 10px;
}

/* --------- FIX NAV E H1 NO DESKTOP ---------- */
@media (min-width: 900px) {

    /* H1 alinhado à esquerda no desktop */
    .agaummm {
        text-align: left !important;
        margin-left: 0 !important;
    }
}


.duvidas{
    display: flex;
    align-items: center;
    justify-content: center;
}

.Marketing li{
    display: flex;
    align-items: center;
    font-weight: 200;
    justify-content: center;
    text-align: start;
}

.perguntas ul li{
    display: flex;
    text-align: left;
    flex-direction: column;
}

.paragrafo4{
    width: 600px;
}

.article3{
    padding-left: 50px;
    padding-right: 50px;
}

.branco{
    padding-top: 40px;
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);

}

.icons{
    display: flex;
    width: 80%;
    gap: 30px;
    justify-content: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1024px) {
    .icons{
        flex-wrap: wrap;
    }
}

.icons-leg{
    text-align: center;
    width: 300px;
    max-width: 290px;
    text-align: center;
    min-height: fit-content;
    justify-content: center;
    background-color: rgb(255, 255, 255);
    border-radius: 20px;
    padding: 20px;
    color: rgb(0, 0, 0);
    text-align: center;
}


.depoimento{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.foto{
    border-radius: 50px;
}

.textosolto{
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 300;
    font-style: normal;
    text-align: justify;
    width: 640px;
    color: #ffffffb2;
}


.textosolto2{
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 300;
    font-style: normal;
    text-align: right;
    width: 650px;
    color: #ffffffb2;
}

.depoimento{
    margin-top: 50px;
}

.faq-container {
    max-width: 800px;
    margin: auto;
}

.faqqq{
    padding-top: 80px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 80px;
}

@media (max-width: 320px) {
    .faqqq {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.faq-item {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 10px;
    overflow: hidden;
}
.faq-question {
    background-color: #000000;
    padding: 10px;
    cursor: pointer;
    font-weight: 400;
    position: relative;
}
.faq-question::after {
    content: '+';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
}
.faq-answer {
    color: #d3d3d3b6;
    display: none;
    padding: 10px;
    background-color: #000000;
}
.faq-answer.show {
    display: block;
}
.faq-question.active::after {
    content: '-';
}

footer{
    background-color: #000000;
    color: white;
    padding-bottom: 20px;
}

footer a{
    display: flex;
    font-weight: 300;
    color: #d3d3d3b6;
}

.imagens{
    margin-top: 5px;
    display: flex;
    gap: 5px;
}

.Pagamento{
    margin-top: 10px;
    align-items: center;
    align-self: center;
}

.lateral{
    justify-content: right;
}

.RedesSociais{
    text-align: left;
}

.Pagamento{
    text-align: left;
}

.Tudo{
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: baseline;
    text-align: center;
    justify-content: space-around;
}

.Direita{
    padding: 10px;
    padding-right: 30px;
}


h5{
    font-size: 15px;
    font-weight: 300;
}

.logofooter{
    max-width: 200px;
}

.linkkks{
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #d3d3d3b6;
}

.nav-links{
    padding-left: 200px;
}

/* -------- CORREÇÃO DO NAV E DO MENU -------- */

.nav {
    display: flex;
    justify-content: space-between; /* cria espaço entre logo e links */
    align-items: center;
    width: 100%;
}


.hamburger.menu {
    display: none; /* escondido no desktop */
}

@media (max-width: 867px) {

    .nav {
        justify-content: space-between !important;
        position: relative;
    }

    .nav-links {
        position: absolute;
        top: 70px;
        right: 0;
        width: 100%;
        background: #000;
        display: none;
        flex-direction: column;
        text-align: right;
    }

    .nav.active .nav-links {
        display: flex;
    }

    .hamburger.menu {
        display: block;
        margin-left: auto;
        position: relative;
        right: 0;
        width: 35px;
        height: 35px;
        background-image: url('imagens/menu.png'); /* troque pelo seu ícone */
        background-size: cover;
        border: none;
    }
}

/* Fundo roxo que expande */
.ripple-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    overflow: hidden;
    z-index: 0;
}

.ripple {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #7a11e4;
    border-radius: 50%;
    transform: scale(0);
    opacity: 0.8;
    animation: rippleAnim 1s ease-out forwards;
}

@keyframes rippleAnim {
    from {
        transform: scale(0);
        opacity: 0.8;
    }
    to {
        transform: scale(80);
        opacity: 0;
    }
}
