@import url('https://fonts.googleapis.com/css2?family=Kdam+Thmor+Pro&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');

/*VARIAVEIS*/
:root{
    --color-red: rgba(134, 45, 45);
    --color-gold: rgb(255, 179, 26);
    --color-red-trans: rgba(134, 45, 45, 0.7);
}
/*VARIAVEIS*/



/*CSS RESET*/
*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    transition: 0.4s;
}
/*CSS RESET*/


/*BODY*/
body{
    width: 100vw;
    overflow-x:hidden ;
}
/*BODY*/

/*PÁGINA INDEX*/

/*Header*/
header{
    width: 100%;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    background-color: black;
    z-index: 99;
}

.logo{
    margin-left: 200px;
}

.logo:hover{
    transform: scale(1.07);
}

.nav-bar{
    
    width: 70%;
    display: flex;
    justify-content: space-around;
    margin-right: 50px;
}

.li-bar{
    color: #fff;
    font-size: 20px;
    font-family: 'poppins';
    position: relative;
}



.li-bar::after{
    content: " ";
    width: 0%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.5s ease-in-out;
}

.li-bar:hover::after{
    width: 100%;
    
}
/*Header*/

/*Home-Index*/
#home{
    background-image: url("./Mídia/Imagens/ChatGPT\ Image\ 6_08_2025\,\ 20_48_57.png");
    height: 90vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 60%;
    display: flex;
    align-items: center;
}


.home-container{
    width: 40%;
    height: 80%;
    margin-left: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.home-content{
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.home-titulo{
    color:#fff;
    font-size: 50px;
    font-family: 'poppins';
    margin-bottom: 2rem;
}

.home-txt{
    color: #fff;
    font-family: 'poppins';
    font-size: 30px;
    font-weight: 250;
}

.home-botoes{
    
    width: 90%;
    display: flex;
    justify-content: space-around;
}

.btn{
    width: 300px;
    height:60px;
    border-radius: 10px;
    border: 1px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'poppins';
    font-size: 20px;
    cursor: pointer;
    color:#fff
}

.b1{
    background-color: rgb(255, 179, 26);
}

.b2{
    background-color: black;
}

.b1:hover{
    background-color: #fff;
    color: black;
}

.b2:hover{
    background-color: #fff;
    color: black;
}
/*Home-Index*/

/*Serviço-Index*/
.serv{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: black;
}

.serv-container{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.serv-card{
    background-color: rgb(134, 45, 45);
    width: 400px;
    height: 500px;
    margin: 100px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
    color: #fff;
    font-family: 'poppins';
}

.serv-card:hover{
    transform: scale(1.05);
}

.serv-img{
    margin-bottom: 30px;
}


.serv-titulo{
    margin-bottom: 20px;
    font-size: 30px;
    text-align: center;
}

.serv-txt{
    font-weight: 250;
}


.div-btn-container{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black;
}

.serv-btn{
    width: 300px;
    height: 60px;
    border-radius: 10px;
    border: 1px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'poppins';
    font-size: 20px;
    cursor: pointer;
    color:#fff;
    background-color: rgb(255, 179, 26);
    margin-bottom: 40px;
    
}

.serv-btn:hover{
    background-color: #fff;
    color: black;
}
/*Serviço-Index*/



/*Missão-Index*/
.missao{
    display: flex;
    justify-content: space-around;
    align-items:center;
    background-color: black;
    padding: 50px;
    border-top: 1px solid grey;
}


.img-missao{
    width: 30%;
    height: 400px;
    background-image: url("./Mídia/Imagens/grupo-de-pessoas-trabalhando-no-plano-de-negocios-em-um-escritorio.jpg");
    background-position: 50% 50%;
    background-size: cover;
    border-radius: 10px;
}

.missao-container{
    width: 50%;
    display: flex;
    flex-direction: column;
    color: #fff;
    font-family: 'poppins';
}

.missao-titulo{
    font-size: 30px;
    margin-bottom: 30px;
}

.missao-txt{
    font-size: 20px;
    font-weight: 250;
}


.m2{
    border-top: none;
    background-color: rgb(134, 45, 45);
}


.mig2{
    background-image: url("./Mídia/Imagens/vista-lateral-de-pessoas-de-negocios-irreconheciveis-cortadas-trabalhando-na-mesa-comum.jpg");
}
/*Missão-Index*/


/*Especialista-Index*/
.especialistas{
    width: 100%;
    background-color: rgb(134, 45, 45);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    align-items: center;
   
}

.card-especialista{
    width: 600px;
    height: 600px;
    background-color: black;
    margin-left: 132px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    border: 2px solid gray;
    margin: 50px;
    margin-left: 17%;
}

.card-especialista:hover{
    transform: scale(1.05);
}

.img-esp{
    height: 60%;
    background-position: 50% 50%;
    background-size: cover;
    margin-top: 50px;
}


.ice1{
    background-image: url("./Mídia/Imagens/imagem\ especialista\ 1.jpg");
    background-position: 50% 30%;
}

.ice2{
    background-image: url("./Mídia/Imagens/imagem\ especialista\ 2.jpg");
}


.card-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color:#fff;
    font-family: 'poppins';
    height: 40%;
    border-radius: 10px;
}

.div-btn-especialistas{
    display: flex;
    justify-content: center;
    background-color: rgb(134, 45, 45);
}


.btn-especialistas{
    width: 300px;
    height: 60px;
    border-radius: 10px;
    border: 1px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'poppins';
    font-size: 20px;
    cursor: pointer;
    color:#fff;
    background-color: rgb(255, 179, 26);
    margin-bottom: 40px;
}

.btn-especialistas:hover{
    background-color: #fff;
    color: black;
}
/*Especialista-Index*/


/*Trabalhos-Index*/
.trabalhos{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: black;
    border-top: 1px solid gray;
    background-color:palevioletred;
    
    background-color: black;
}

.div-trabalho-titulos{
    display: flex;
    justify-content: center;
    align-items: center;
}


.trabalho-titulos{
    width: 100%;
    font-family: 'poppins';
    font-size: 30px;
    color: #fff;
    display: flex;
    justify-content: center;
    margin: 50px;
}

.trabalhor-container{
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.img-trabalho-1{
    background-image: url("./Mídia/Imagens/Trabalhos/residuos.png");
    background-position: 50% 50%;
    background-size: cover;
    width: 780px;
    height: 600px;
    border-radius: 10px;
    
}

.img-trabalho-2{
    background-image: url("./Mídia/Imagens/Trabalhos/colchao.png");
    background-position: 50% 50%;
    background-size: cover;
    width: 780px;
    height: 600px;
    border-radius: 10px;
}

.img-trabalho-1:hover{
    transform: scale(1.05);
}

.img-trabalho-2:hover{
    transform: scale(1.05);
}
/*Trabalhos-Index*/


/*FOOTER*/
.footer-container{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background-color: black;
    align-items: center;
    justify-content: space-around;
    padding: 20px;
    border-top: 2px solid gray;
}

.info-footer{
    font-family: 'poppins';
    color: #fff;
    margin: 30px;
}

.titolo-footer{
    font-size: 22px;
}

.contato-footer{
    font-family: 'poppins';
    color:#fff
}
/*FOOTER*/

/*DIV Index*/



/*DIV PLANOS*/
.planos-container{
    background-color: black;
    width: 100%;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
}

.titulo-planos-container{
    display: flex;
    justify-content: center;
    align-items: center;
}


.tlt-planos-container{
    color: #fff;
    font-family: 'poppins', sans-serif;
    font-size: 50px;
    margin-top: 10%;
}


/*Cards-Planos*/
.planos-cards{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    align-items: center;
    margin: 5;
    
}


.planos-cards-content{
    width: 85%;
    height: 1000px;
    background-color: rgb(134, 45, 45);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    border-radius: 10px;
    margin: 5%;
}

.img-card{
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 25px;
}

.titulo-card-planos{
    color: #fff;
    font-family: 'poppins', sans-serif;
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.txt-card-planos{
    color: #fff;
    font-family:'poppins', sans-serif;
    font-size: 17px;
    margin: 2%;
    margin-left: 5%;
}

.grid-text-content{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

/*Cards-Planos-Hover*/
.planos-cards-content:hover{
    transform: scale(1.01);
}

.display-btn-planos{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15%;
}


.btn-card-planos{
    width: 300px;
    height: 60px;
    border-radius: 10px;
    border: 1px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'poppins';
    font-size: 20px;
    cursor: pointer;
    color:#fff;
    background-color: rgb(255, 179, 26);
    margin-bottom: 40px;
}

.btn-card-planos:hover{
    background-color: #fff;
    color: black;
}




.card2 .img-card{
    margin-bottom: 10px;
}

.card2 .txt-card-planos{
    margin: 0%;
}

.card2  .display-btn-planos{
    margin-top: 5%;
}

.card3 .img-card{
    margin-bottom: 5px;
}

.card3  .display-btn-planos{
    margin-top: 7%;
}


/*Div-Video-Planos*/
.div-video{
    width: 100%;
    background-color: black;
    display: flex;
    justify-content: space-between;
    align-items: center;
    
    
}

/*Conteudo-Planos*/
.video-content{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #fff;
    font-family: 'poppins', sans-serif;
    margin-left: 5%;
}

.vieo-titulo{
    font-size: 50px;
    margin-bottom: 3%;
}

.video-txt{
    font-size: 20px;
    line-height: 35px;
    font-weight: 250;
}

/*Video-Planos*/
.video-planos{
    
    width: 400px;
    margin: 5%;
    border-radius: 10px;
    
}
/*DIV PLANOS*/


/*DIV SOBRE NÓS*/
.s-nos{
    height: 100vh;
    position: relative;
}

/*Video-Nos*/
.video-nos{
    width: 100%;
    height: 50%;
    z-index: 9;
    opacity: 0.5;
}


.overlay{
    overflow: hidden;
    position: absolute;
    top:0;
    left:0;
    background-color:black;
    z-index: 98;
    opacity: 1;
}


.txt-container-nos{
    width: 100%;
    height: 55%;
    display: flex;
    justify-content: space-around;
    position: absolute;
    bottom: 0;
}

.txt-video-nos{
    width: 40%;
    height: 42%;
    color: #fff;
    font-family: 'poppins', sans-serif;
    font-size: 30px;
    font-weight: 250;
    background-color: rgba(134, 45, 45, 0.7);
    border-radius: 10px;
    padding: 1%;
}


.div-nos-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    background-color: black;
    border: 2px solid gray;
}

.s-nos-grid{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: black;
    position: relative;
    
}

.div-container-grid{
    display: grid;
    grid-template-columns: repeat(3, 2fr);
    margin: 200px;
    background-color: black;
    position: relative;
    margin-bottom: 80px;
}


/*Card-Grid-1*/
.nos-grid-container{
    width: 350px;
    height: 200px;
    background-color: rgba(134, 45, 45);
    margin: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 5%;
    border-radius: 10px;
    color: #fff;
    font-family: 'poppins', sans-serif;
    text-align: center;
}

/*Card-Grid-1-Hover*/
.nos-grid-container:hover{
    transform: scale(1.05);
}

.titulo-grid-nos{
    font-size: 1.3rem;
    margin-bottom: 3%;
}

.btn-gird-nos-container{
    display: flex;
    justify-content: center;
}

/*Botão-Sobre-Nós*/
.btn-gird-nos{
    width: 300px;
    height: 60px;
    border-radius: 10px;
    border: 1px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'poppins';
    font-size: 20px;
    cursor: pointer;
    color:#fff;
    background-color: rgb(255, 179, 26);
    margin-bottom: 50px;
}

.btn-gird-nos:hover{
    background-color: #fff;
    color:black
}




/*DIV FILOSOFIA*/
.filosofia{
    background-image: url("./Mídia/Imagens/Sobre/mesa.jpg");
    background-position: 50% 50%;
    background-size: cover;
    height: 100vh;
}


.overlay-2{
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8); 
    display: flex;
    justify-content: center;
    align-items: center;
}

.box-filosofia{
    width: 50%;
    height: 60%;
    background-color: var(--color-red-trans);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'poppins', sans-serif;
    color: #fff;
}

.titulo-filosofia{
    font-size: 3rem;
    margin-bottom: 5%;
}

.txt-filosofia{
    width: 90%;
    font-size: 1.5rem;
    font-weight: 250;
    line-height: 200%;
}


.div-btn-projetos{
 margin-top: 2%;
}

.btn-projetos{
    width: 300px;
    height: 60px;
    border-radius: 10px;
    border: 1px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'poppins';
    font-size: 20px;
    cursor: pointer;
    color:#fff;
    background-color: rgb(255, 179, 26);
    margin-bottom: 50px;
}

.btn-projetos:hover{
    background-color: #fff;
    color: black;
}
/*DIV FILOSOFIA*/


/*DIV CONTATOS*/

.home-contato{
    height: 100vh;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*Box-contato*/
.box-contato{
    width: 80%;
    height: 70%;
    background-color: var(--color-red);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: 'poppins', sans-serif;
    color: #fff;
    text-decoration: none;
}

.box-contato:hover{
    transform: scale(1.05);
}

.titulo-box-contato{
    font-size: 3rem;
    width: 70%;
    text-align: center;
    margin-bottom: 2%;
}

.txt-box-contato{
    font-size: 1.5rem;
    line-height: 200%;
}

.txt-c1{
    text-align: center;
}

.div-txt-contato{
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1%;
}


.icon-contato{
    margin-right: 1%;
}

.btn-contato{
    width: 300px;
    height: 60px;
    border-radius: 10px;
    border: 1px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'poppins';
    font-size: 20px;
    cursor: pointer;
    color:#fff;
    background-color: rgb(255, 179, 26);
    margin-top: 2%;
}

.btn-contato:hover{
    background-color: #fff;
    color: black;
}
/*DIV CONTATOS*/

@media (max-width: 768px) {

/*768 - PÁGINA INDEX*/
    
   *{
    overflow-x: hidden;
   }

   /* 768 - BODY*/

    body{
        width: 100dvw;
        height: 100dvh;
    }

    /* 768 - HEADER */
    header{
        display: flex;
        justify-content: center;
        align-items: center;
        border-bottom: 1px solid gray;
        position: fixed;
    }

    .logo{
        margin-left: 0px;
    }

    .nav-bar{
        display: none;
    }

    .home-container{
        width: 95%;
        margin-left: 0;
    }

    .home-titulo{
        font-size: 2rem;
        
    }

    .home-txt{
        font-size: 1.3rem;
    }

    .btn{
        width: 130px;
        font-size: 0.9rem;   
    }

/*  768 - SERVIÇO */
    
    

    .serv{
        margin-top: 0PX;
    }

    .serv-container{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        
    }

    .serv-card{
        width: 250px;
        height: 550px;
        margin-top:50px ;
        margin-bottom:50px ;
        margin-left: 25px;
    }

    /* 768 - MISSÃO */

    .missao{
        display: flex;
        flex-direction: column;
    }

    .img-missao{
        width: 325px;
        height: 400px;
    }

    .missao-container{
        width: 100%;
        margin-top: 50px;
    }

    .missao-titulo{
        font-size: 2rem;
    }

    .missao-txt{
        width: 100%;
        font-size: 1.3rem;
    }

    .mig2{
        margin-top: 50px;
    }

    /* 768 - ESPECIALISTAS */

    .especialistas{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        justify-content: center;
        align-items: center;
    }


    .card-especialista{
        width: 325px;
        height: 400px;
        margin-left: 50px;
    }

    /* 768 -  TRABALHOS */

    .trabalhos{
        display: flex;
        flex-direction: column;
    }

    .trabalho-titulos{
        font-size: 2rem;
    }

    .trabalhor-container{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .img-trabalho-1{
        margin-bottom: 80px;
        width: 350px;
        height: 400px;
    }

    .img-trabalho-2{
        width: 350px;
        height: 400px;
    }

    /* 768 -  FOOTER*/

    .footer-container{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        justify-content: center;
        align-items: center;
    }

    .logo-footer{
        margin-left: 130px;
    }

    

    .contato-footer{
       margin-left: 20px;
        margin-bottom: 30px;
    }

    /*768 - PÁGINA INDEX*/




    /*768 - PÁGINA PLANOS*/
    
   *{
    overflow-x: hidden;
   }

   /* 768 - BODY*/

    body{
        width: 100dvw;
        height: 100dvh;
    }

    /* 768 - HEADER */
    header{
        display: flex;
        justify-content: center;
        align-items: center;
        border-bottom: 1px solid gray;
        position: fixed;
    }

    .logo{
        margin-left: 0px;
    }

    .nav-bar{
        display: none;
    }

    .home-container{
        width: 95%;
        margin-left: 0;
    }

    .home-titulo{
        font-size: 2rem;
        
    }

    .home-txt{
        font-size: 1.3rem;
    }

    .btn{
        width: 130px;
        font-size: 0.9rem;   
    }


    .planos-container{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .tlt-planos-container{
        font-size: 2rem;
        margin-top: 110px;
    }

    .planos-cards{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .planos-cards-content{
        height: 1300px;
        margin-left: 8px;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .grid-text-content{
        margin-bottom: 50px;
    }

    .div-video{
        width: 100%;
        display: flex;
        flex-direction: column;
        border-top: 1px solid gray;
    }

    .video-content{
        width: 100%;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .vieo-titulo{
        width: 100%;
        font-size: 2rem;
        margin-bottom: 50px;
    }

    .video-txt{
        font-size: 1.3rem;
    }

    .video-planos{
        width: 300px;
        border: 1px solid gray;
        margin-bottom: 50px;
    }
  /*768 - PÁGINA PLANOS*/



/*768 - PÁGINA NÓS*/ 
    .s-nos{
        display: none;
    }

    .div-nos-container{
        display: none;
    }


    .box-filosofia{
        width: 300px;
        height: 450px;
    }

    .titulo-filosofia{
        font-size: 1.5rem;
    }

    .txt-filosofia{
        font-size: 1rem;
    }

/*768 - PÁGINA NÓS*/ 




/*768 - PÁGINA CONTATOS*/ 
    .box-contato{
        width: 335px;
        height: 600px;
        margin-top: 100px;
    }

    .titulo-box-contato{
        font-size: 1.5rem;
    }

    .txt-box-contato{
        font-size: 1rem;
    }

    .btn-contato{
        width: 200px;
        height: 50px;
        font-size: 0.9rem;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-top: 25px;
    }



}