@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap");

* {
   box-sizing: border-box;
}

html, body {
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

.conteudo-page {
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.navBar {
    background-color: white;
    width: 100%;
    height: 100px;
    position: fixed;
    justify-content: space-between;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-family: 'space grotesk', sans-serif;
    z-index: 1;
    font-weight: bold;
}

.img-logo {
    height: 70px;
    width: auto;
    margin-left: 50px;
    user-select: none;
    pointer-events: none;
}

.links-navbar {
    display: flex;
    width: 700px;
    height: 50px;
    align-items: center;
    justify-content: space-between;
    margin-right: -100px;
}

.link{
    text-decoration: none;
    color: #121218;
}
.navbar-item {
    display: inline-block;
    height: auto;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.3s ease, transform 0.3s ease;
}

.linha {
    margin-top: 0;
    height: 0.5px;
    transform: scaleX(0);
    transform-origin: left;
    width: 0;
    transition: 0.3s ease, transform 0.3s ease;
    background-color: white;
}

.navbar-item:hover .linha {
    transform: scaleX(1);
    width: 100%;
    background-color: black;
}

.btn-tema {
    cursor: pointer;
    user-select: none;
    margin-right: 80px;
    margin-left: 200px;
}


/*Introdução*/
.intro {
    width: 100%;
    gap: 20%;
    margin-top: 140px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.texto-intro {
    width: 34%;
    font-family: 'Space Grotesk', sans-serif;
}

.texto-grande {
    font-size: 55px;
    font-weight: 700;
}

.texto-pequeno {
    margin-top: 20px;
    width: 94%;
    font-size: 20px;
    font-weight: 500;
}

.btn-agenda {
    width: 250px;
    height: 60px;
    margin-top: 50px;
    cursor: pointer;
    background-color: #191A23;
    color: white;
    font-size: 18px;
    border-radius: 10px;
    border: none;
    font-family: 'space grotesk', sans-serif;
    font-weight: bold;
}

/*Serviços*/
.services {
    width: 100%;
    height: auto;
    margin-top: 20vh;
    padding-left: 4%;
    display: flex;
    align-items: center;
    
}
.sectionContent {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    
}

.sectionTitle {
    padding: 0.5vw;
    border-radius: 10px;
    text-align: center;
    width: auto;
    font-size: 2.5rem;
    background-color: #B9FF66;
    font-family: "Space Grotesk";
    color: rgb(0, 0, 0);
    margin-top: 2vh;
    display: inline-block;
    font-weight: 700;
}

.sectionDescription {
    width: 50vw;
    padding: 0;
    height: 15%;
    font-size: 1.6rem;
    font-family: "Space Grotesk";
    color: rgb(0, 0, 0);
    margin-left: 2vw;
    margin-right: 2vw;
    font-weight: bold;
    line-height: auto;
}

.services-card-container {
    transition: transform 0.5s ease-in-out;
    width: 95%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    place-items: center;
    gap: 90px 40px; 
    justify-content: center;
    margin-bottom: 3%;
    margin-top: 3%;
}

.services-card {
    width: 90%;
    height: 110%;
    border-radius: 45px;
    box-shadow: 0px 8px 0px #121218;
    border: 2px solid #121218;
}

.black-bg {
    background-color: #191A23;
}

.green-bg {
    background-color: #B9FF66;
}

.card-h2 {
    margin-left: 30px;
    width: auto;
    height: 10px;
    font-size: 2vw;
    font-family: 'Space Grotesk', sans-serif;
    color: white;
    margin-top: 40px;
}
.card-h3 {
    margin-left: 30px;
    font-size: 2vw;
    font-family: 'Space Grotesk', sans-serif;
    color: white;
}

.services-seta {
    margin-left: 50px;
    margin-top: 60px;
    cursor: pointer;
    user-select: none;
    pointer-events: visible;
}

.services-seta2 {
    margin-left: 50px;
    margin-top: 30px;
    cursor: pointer;
    user-select: none;
    pointer-events: visible;
}


.service-icon {
    margin-left: 90px;
    margin-top: -200px;
    user-select: none;
    pointer-events: none;
}



/*Projetos e Equipe*/

.projetosSection{
    width: 100%;
    height: auto;
    margin-top: 15vh;
    padding-left: 4%;
    display: flex;
    align-items: center;
}

.projetos-titulo {
    padding: 0.5vw;
    border-radius: 10px;
    text-align: center;
    width: 14vw;
    font-size: 2.5rem;
    background-color: #B9FF66;
    font-family: "Space Grotesk";
    color: rgb(0, 0, 0);
    margin-top: 2vh;
    display: inline-block;
    font-weight: 700;
}

.projetos-e-equipe-subtitulo {
    width: 50vw;
    font-size: 1.6rem;
    font-family: "Space Grotesk";
    color: rgb(0, 0, 0);
    margin-left: 2vw;
    margin-right: 2vw;
    display: inline-block;
    font-weight: bold;
    padding-top: 1vh;
}


.projetos-card {
    background-color: #191A23;
    display: flex;
    align-items: flex-start;
    margin-top: 10px;
    border-radius: 60px;
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 40px;
    padding-right: 40px;
    margin-left: 8%;
    margin-right: 8%;
}

.projetos-subcard {
    
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    width: 100%;
}

.projetos-coluna {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.projetos-coluna:last-child {
    border-right: none;
}

.projetos-subcard-textos {
    font-size: 18px;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 600;
    color: white;
    line-height: 160%;
    text-align: justify;
    padding: 15px;
    text-align-last: left;
}

.projetos-subcard-vejaMais {
    color: greenyellow;
    text-align: start;
    font-size: 21px;
    font-weight: 700;
    font-family: 'Space Grotesk', sans-serif;
    margin-top: 10px;
    cursor: pointer;
    padding: 15px;
    overflow: hidden;
    z-index: 0;
}

/*Equipe*/
.equipe {
    width: 100%;
    margin-top: 80px;
    align-items: center;
}

.equipe-titulo {
    padding: 0.5vw;
    border-radius: 10px;
    text-align: center;
    width: 19vw;
    font-size: 2.5rem;
    background-color: #B9FF66;
    font-family: "Space Grotesk";
    color: rgb(0, 0, 0);
    margin-top: 2vh;
    display: inline-block;
    font-weight: 700;
}

.equipeSection{
    width: 100%;
    height: auto;
    margin-top: 15vh;
    padding-left: 4%;
    display: flex;
    align-items: center;
}

.equipe-card {
    width: auto;
    height: 200px;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 40px;
    padding-bottom: 40px;
    background: white;
    box-shadow: 1px 10px 0px #191A23;
    overflow: hidden;
    border-radius: 45px;
    outline: 2px #191A23 solid;
    outline-offset: -1px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    display: inline-flex;
    font-family: 'Space Grotesk';
}

.equipe-subcard {
    flex-direction: column;
    justify-content: flex-start;
    align-content: center;
    justify-items: center;
    gap: 10px;
    display: flex;
    margin-top: -0px;
    height: 20px;

}

.equipe-subcard-nome-e-img {
    align-self: stretch;
    justify-content: center;
    align-items: center;
    display: inline;
    flex: 1 1 0;
    justify-content: flex-start;
    align-items: center;
    gap: 50px;
    display: flex;

   
}

 .equipe-subcard-nome-e-img img {
    width: 45px;
    background-color: #bef264;
    border-radius: 100%;
    cursor: pointer;
    justify-self: end;
    align-self: end;
}

.equipe-subcard-nome-e-img p {
    color: black;
    font-size: 20px;
    padding-left: 10px;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 40;
    justify-content: center;
    align-self: center;
}

.equipe-linha-divisoria {
    width: 90%;
    height: 0px;
    outline: 1px black solid;
    align-self: center;
    justify-self: center;
}

.equipe-subcard-cargo {
    width: 317px;
    text-align: center;
    color: black;
    font-size: 20px;

    font-weight: 400;
}

.equipe-card-linha-acima {
    display: flex;
    gap: 40px;
    width: 100%;
    justify-content: center;
    align-content: center;
    margin-top: 4%;
    margin-bottom: 4%;
}

.equipe-card-linha-abaixo {
    display: flex;
    gap: 40px;
    width: 100%;
    justify-content: center;
    align-content: center;

}

/*Fale Conosco*/

.content-talk{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    margin-bottom:  10%;
    font-family: 'Space Grotesk';
}
.faleConoscoSection{
    width: 100%;
    height: auto;
    margin-top: 15vh;
    padding-left: 4%;
    display: flex;
    align-items: center;
    
}
.form-bg{
    width: 80vw;
    height: 85vh;
    background-color: #F3F3F3;
    border-radius: 50px;
    display: flex;
    align-items: center;
}

.form-illustration{
    height: 550px;
    margin-left: 200px;
}
.form-talk{
    width: 40vw;
    margin-left: 90px;
}
.radio-talk{
    font-family: "Space Grotesk";
    font-weight: bold;

}
input[type="radio"] {
      display: none;
    }

    /* container dos radios */
    .radio-group {
      display: flex;
      gap: 20px;
      margin-bottom: 20px;
    }

    /* estilo padrão da label */
    .radio-label {
      display: flex;
      align-items: center;
      cursor: pointer;
      font-size: 24px;
    }

    .radio-label::before {
      content: "";
      display: inline-block;
      width: 18px;
      height: 18px;
      border: 1px solid black;
      border-radius: 50%;
      margin-right: 8px;
      background-color: #fff;
      box-sizing: border-box;
    }

    input[type="radio"]:checked + .radio-label::before {
  background-color: #b2ff59; /* verde-limão */
  border: 1px solid black;
  box-shadow: inset 0 0 0 3px #fff; /* cria o "gap" branco entre o verde e a borda */
}

    /* inputs de texto */
    input[type="text"],
    input[type="email"],
    textarea {
      width: 100%;
      padding: 12px;
      margin-bottom: 15px;
      border: 1px solid black;
      border-radius: 8px;
      font-size: 14px;
      box-sizing: border-box;
      font-family: 'Space Grotesk';
    }

    textarea {
        resize: none;
      min-height: 200px;
      max-height: 200px;
    }

    /* botão */
    button {
      width: 100%;
      padding: 14px;
      background: #11111a;
      color: white;
      border: none;
      border-radius: 10px;
      font-size: 16px;
      font-family: 'Space Grotesk';
      cursor: pointer;
    }

    button:hover {
      opacity: 0.9;
    }

    label {
      font-weight: bold;
      display: block;
      margin-bottom: 5px;
    }
/*Footer*/
.footer {
    width: 100%;
    height: auto;
    border-radius: 50px 50px 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-footer {
    width: 35%;
    padding-top: 10%;
    margin-left: 50px;
}

.footer-fundo {
    background-color: #191A23;
    width: 90%;
    height: auto;
    border-radius: 50px 50px 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-conteudo {
    width: 90%;
    height:auto;
}

.text-footer {
    margin-top: -170px;
    color: white;
    margin-left: 50%;
    display: inline-block;
    line-height: 30px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 17px;
}

.title-footer {
    background-color: #B9FF66;
    color: black;
    width: 45%;
    height: 30px;
    border-radius: 10px;
    font-weight: 500;
    line-height: 10px;
    padding: 10px;
}

.baixo-footer {
    color: white;
    display: flex;
    height: 80px;
    font-size: 15px;
    font-family: 'Space Grotesk', sans-serif;
    gap: 50px;
    display: flex;
    justify-content: center;

}

.redes-footer {
    margin-left: 300px;
}

.icon-footer {
    width: 50PX;
    gap:0px;
    margin-top: 5px;
    padding-left: 10px;
}

hr {
    margin-top: 0;
}


/* Feedbacks*/
.feedbacksSection{
    width: 100%;
    height: auto;
    margin-top: 15vh;
    padding-left: 4%;
    display: flex;
    align-items: center;
    
}

.feedbacks{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}
.slide{
    width: 100%;
    align-items: center;
    height: auto;
    display: flex;
    flex-direction: column;
}
.cardFeedback{
    border-radius:40px;
    width: 80%;
    height: 600px;
    background-color:#191A23;
    display: flex;
    justify-content: center;
    overflow-x: hidden;
}

.carousel-feedback{
    transition: transform 0.5s ease-in-out;
    margin-top: 12vh;
    width: 100%;
    width: max-content; 
    height: 300px;
    display: inline-flex;
    justify-content: center;

}
.block-main{
    width: auto;
    display: flex;
    flex-direction: column;
    height: 400px;
}
.block-carousel{
    align-items: center;
    display: flex;
    justify-content: center;
    height: 300px;
    width: 800px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../imgs/balao-card.svg');
}

.texto-block{
    margin-top: -25px;
    font-size: 18px;
    text-align: justify;
    color: white;
    font-family: 'Space Grotesk';
    width: 500px;
    text-align-last: left;
}

.titulo-feedback{
    margin-top: 30px;
    margin-left: 140px;
    color:#b9ff66; 
    font-family: 'Space Grotesk';
}

.desc-feedback{
    color: white;
    margin-left: 140px;
    font-size: 16px;
    font-family: 'Space Grotesk';
}

.controls-carousel{
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 100px;
    margin-top: 100px;
    
}   
.pointers{
    width: 200px;
    height: 10px;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-direction: row;
}

.pointer1{
    display: flex;
    justify-content: center;
}

.seta-esquerda, .seta-direita {

  cursor: pointer;
  z-index: 1;
}

.btn-menu{
    display: none;
    width: 0;
    height: 0;
    position: absolute;
}

.side-bar{
    display: none;
}

.setas{
    display: none;
}
.pointersServices{
    display: none;
}


/* Responsividade */

/*Introdução e NavBar*/

@media (max-width: 1000px) and (min-width: 350px) {



    /*navbar*/
    .navBar {
        height: 90px;
        font-size: 18px;
    }
    .img-logo {
        height: 50px;
        margin-left: 20px;
    }
    .links-navbar {
        display: none;
    }   
    .btn-menu{
        display: block;
        width: 50px;
        height: 30px;
        margin-top: -20px;
        margin-left: 85%;
        cursor: pointer;
        z-index: 1000;
    }
    .links{
        margin-top: 145px !important;
        padding-top: 20px;
        border-top: 1px solid #B9FF66;
        display: flex;
        padding-bottom: 20px;
        padding-left: 30px;
    }
    .side-bar-item{
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .img-menu{
        width: 10%;
    }
    .side-bar {
        border-radius: 20px 0px 0px 10px;
        background-color: #191A23;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 300px;
        height: auto;
        transform: translateY(-900px); /* escondido */
        color:white;
        transition: transform 0.5s ease-in-out;
        gap: 30px;
    }
    .mode{
        cursor: pointer;
    }
    .side-bar.ativo {
        transform: translateY(80px); /* aparece */
    }
    .links{
        margin-top: 150px;
        display: flex;
        flex-direction: column;
        gap:20px
    }
    .link{
        color: white;
    }
        .btn-tema {
        display: none;
    }
    /*intro*/
    .intro{
        margin-top: 20px;
        width: 100%;
    }
    .phone-img{
        display: none;
    }
    .texto-intro{
        padding:50px;
        margin-top: 60px;
        width: 100%;
        justify-content: center;
    }
    .texto-grande{
        font-size: 37px;
        width: 300px;
    }
    .texto-pequeno{
        font-size:15px;
        width: 100%;
        margin-bottom: -5%;
    }

    /*Services*/
    .sectionContent{
        height: auto;
        justify-content: right;
        flex-direction: column;
        align-items: self-start;
        padding-left: 20px;
    }
    .sectionTitle{
        margin-top: -5%;
        width: auto;
        font-weight: 550;
        font-size: 35px;
    }
    .sectionDescription{
        font-size: 18px;
        text-align: left;
        width: 80%;
        margin-top: -5%;
    }
    .services-card-container{
        margin-top: 10%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-left: 0;
        gap:40px;
        display: flex;
    }

    .services-card {
        width: 90%;
        height: 50%;

    }
    .card-h2{
        font-size: 20px;
        height: 0;
        margin-top: 5%;
    }
    .card-h3{
        font-size: 20px;
        height: 2% !important;

    }
    .service-icon{
        margin-bottom: 10%;
        margin-left: 60%;
        width: 35%;
        height: auto;
    }
    .services-seta{
        width: 50%;
        margin-left: 10%;
        margin-top: 10%;
    }
    .services-seta2{
        width: 50%;
        margin-left: 10%;
        margin-top: 10%;
    }

    /*Projetos*/

    .projetos{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-left: 0;
    }
    .projetos-titulo{
        width: 40%;
        font-weight: 550;
        font-size: 35px;
        margin-bottom: 0%;
    }

    .projetos-linha1{
        height: auto;
        justify-content: right;
        flex-direction: column;
        align-items:baseline;
    }
    .projetos-e-equipe-subtitulo{
        font-size: 16px;
        text-align: left;
        width: 90%;
    }
    .projetos-card{
        margin-top: 50px;
        border-radius: 20px;
        width: 90%;
        display: flex;
        align-items: center;
        height: 880px;
        flex-direction: column;
        margin-top: 50px;

    }
    .projetos-subcard{
        display: flex;
        width: 100% ;
        flex-direction: column;
        padding-left: 0;
        margin-top: -15%;
        align-items: center;
        
    }
    .projetos-coluna{
        width: 350px;
        border-right: none;
        margin-left: 0;
        padding-top: -10px;
        gap:0;
        word-spacing: -1px;
    }

    .borda-mob{
        width: 100%;
        border-bottom: white 1px solid;
    }

    .projetos-subcard-textos{
        width: 100%;
        font-size: 18px;
        text-align: justify;
        margin-bottom: 0;
    }
    .projetos-coluna:last-child {
        border-bottom: none;
    }

    .projetos-subcard-vejaMais{
        padding-left: 5px;
        margin-top: 0;
        line-height: 10px;
        font-size: 18px;
    }
    .saibaMaisImg{
        width: 5% !important;
    }
    /*Equipes*/
    .equipe-linha1{
        margin-left: 45px !important;
    }
    .equipe-titulo{
        width: 130px;
        
    }

    .projetos-e-equipe-subtitulo{
        margin-left: 0;
    }

    .equipe-card-linha-acima{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .equipe-card-linha-abaixo{
        margin-top: 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

 .footer{
        height: auto;
    }

    .footer-fundo{
        height: 370px;
        width: 100%;
        border-radius: 30px 30px 0px 0px;
    }

    .footer-conteudo{
        height: auto;
    }
    .img-footer{
        margin-top: -22%;
        width: 200px;
        margin-left: 20px;
        position: absolute;
    }

    .title-footer{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 47%;
        height: 20px;
    }
    .text-footer{
        margin-left: 0;
        margin-top: 10%;
        width: 90%;
        font-size: 14px;
        text-align: left;
    }

    .baixo-footer{
        width: 100%;
        justify-content: space-between;
    }
    .copyright{
        font-size: 11px;
    }

    .icon-footer{
        width: 40px;
        margin-top: 0;
        padding-left: 0;
    }
    .redes-footer{
        justify-content: center;
        display: flex;
        position: absolute;
        height: auto;
        margin-left: 00px;
        margin-top: -70px;
    }

    .infos{
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .infos p{
        font-size: 14px;
        line-height: 30px;
        width: 300px;
    }
    
    /*Equipe*/

    .equipe-card{
        width: 80%;
    }

    /*feedbacks*/
    .feedback-titulo{
        width: 220px;
    }
    .cardFeedback{
        width: 100%;
        height: auto;
        border-radius: 0px;
        border-top: 3px solid #b2ff59;
        border-bottom: 3px solid #b2ff59;
    }
    .block-carousel{
        width: 380px;
        margin-left:20px;
        margin-right:20px;
    }

    .desc-feedback{
        margin-top: -3%;
    }
    .controls-carousel{
        margin-top: 9%;
    }
    .texto-block{
        width: 350px;
        font-size: 12px;
        margin-top: 0;
    }
    .titulo-feedback{
        margin-top: -10%;
        font-size: 20px;
        margin-left: 60px;
    }
    .desc-feedback{
        margin-left: 60px;
    }
    .carousel-feedback{
        margin-left:60px;
        margin-right:60px;
    }
    .sectionTitle-talk{
        width: 260px;
    }

    .form-bg{
        width: 95%;
        height: 600px;
        display: flex;
        justify-content: center;
        border-radius: 20px;
    }
    .form-talk{
        width: 80%;
        margin-left: 0;
        margin-top: 0;
    }
    .form-illustration{
        display: none;
    }
    .radio-label{
        margin-top: 0px;
        font-size: 15px;
        width: auto;
    }


    /*footer*/
   
    .footer-fundo{
        height: auto;
        width: 100%;
        border-radius: 30px 30px 0px 0px;
    }

    .footer-conteudo{
        height: auto;

    }

    .footer-conteudo hr{
        width: 100%;
        margin-left: -5%;
        margin-top: 3%;
        position: absolute;
    }
    .img-footer{
        margin-top: 0;
        width: 45%;
        margin-left:45%;
        position: absolute;
    }

    .title-footer{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50%;
        font-size: 15px;
        border-radius: 5px;
        height: 20px;
    }
    .text-footer{
        margin-left: 0;
        margin-top: 10%;
        width: 90%;
        font-size: 14px;
        text-align: left;
    }

    .baixo-footer{
        width: 100%;
        justify-content: space-between;
        align-items: center;
        padding: 0;
    }
    .copyright{
        font-size: 10px;
        width: auto;
    }

    .icon-footer{
        width: 20%;
        margin-top: 0;
        padding-left: 0;
    }
    .redes-footer{
        justify-content: center;
        display: flex;
        position: absolute;
        height: auto;
        gap:10px;
        margin-left: 55%;
        margin-top: -35%;
    }

    .infos{
        margin-top: 15px;
        display: flex;
        flex-direction: column;
        gap: 0px;
        width: 60%;
    }

    .infos p{
        font-size: 11px;
        line-height: 15px;
        margin:0;
        margin-top: 5px;
        padding:0 ;
        width: auto;
    }

    
    

}
/* POPUP */
.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999;
    font-family: 'Space Grotesk', sans-serif;
}

.popup-content {
    background: #191A23;
    padding: 25px;
    width: 300px;
    border-radius: 12px;
    text-align: center;
    animation: fadeIn .3s ease;
}

@keyframes fadeIn {
    from { opacity: 0; transform: scale(0.8); }
    to   { opacity: 1; transform: scale(1); }
}

#fecharPopup {
    margin-top: 15px;
    width: 100%;
    padding: 10px;
    background: #8dd646;
    border: none;
    border-radius: 8px;
    color: black;
    cursor: pointer;
}

/* =====================
       MODO ESCURO
===================== */

body.dark {
    background-color: #000;
    color: white;
}

/* Navbar */
body.dark .navBar {
    background-color: #000;
}
body.dark .link {
    color: white;
}
body.dark .linha {
    background-color: white;
}

/* Introdução */
body.dark .texto-pequeno,
body.dark .texto-grande {
    color: white;
}

body.dark .btn-agenda {
    background-color: #B9FF66;
    color: black;
}

/* Cards de serviços */
body.dark .green-bg {
    background-color: #8dd646;
    color: black;
}

body.dark .black-bg {
    background-color: #11111a;
}


/* Projetos e equipe */
body.dark .projetos-card {
    background-color: #11111a;
}


/* Fale Conosco */
body.dark .form-bg {
    background-color: #11111a;
}
body.dark label {
    color: white;
}
body.dark input,
body.dark textarea {
    background-color: #1c1c25;
    color: white;
    border-color: #b9ff66;
}
body.dark button {
    background-color: #B9FF66;
    color: black;
}

/* Footer */
body.dark .footer-fundo {
    background-color: #11111a;
}
body.dark .text-footer,
body.dark .baixo-footer {
    color: white;
}

/* cor das descrições das sections no modo escuro */
body.dark .sectionDescription {
    color: white;
}

body.dark .content-talk{
    background-color: #000;
}
