
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

/*ESTILO DO MENU CABEÇALHO*/

.container{
    max-width: 1450px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

header{
    background-color: rgb(0, 0, 0);
    width: 100%;
    
}

.logo-text{
    padding: 20px;
    color: rgb(203, 130, 41);
    text-align: center; 
}

.logo{
    font-size: 40px;
}

.text{
    font-size: 13px;
}

header .menu a{
    color: rgb(203, 130, 41);
    font-size: 15px;
    margin-left: 30px;    
}

header nav.menu a:hover{
    background-color:  rgba(203, 130, 41, 0.395);
    padding: 5px;
    border-radius: 25px;
}

header nav ul{
    list-style-type: none;
}

header nav.menu ul li{
    display: inline-block;
    padding: 0 20px;
    margin-top: 100px;
}



/*ESTILO DO MENU MOBILE*/

.btn-abrir-menu i{
   color:rgb(203, 130, 41);
   display: none;
}

.menu-mobile{
    background-color: black;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99999;
    width: 0%;
    overflow: hidden;
    transition: .5s;
}

.menu-mobile .btn-fechar{
    padding: 20px 5%;
}

.menu-mobile .btn-fechar i{
    color:rgb(203, 130, 41) ;
    font-size: 25px;
    cursor: pointer;
}

.menu-mobile nav ul{
    text-align: right;
}

.menu-mobile nav ul li a{
    display: inline-block;
    padding: 15px 10%;
    margin: 20px; 
   color: rgb(203, 130, 41);
  
}

.menu-mobile nav ul li a:hover{
   background-color: rgba(203, 130, 41, 0.395);
   border-radius: 100%;
}

.overlay-menu{
    background-color: rgba(0, 0, 0, 0.644);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 77777;
    display: none;
}


/*ESTILO DO MENU MOBILE do javascrip*/
.menu-mobile.abrir-menu{
    width: 50%;
}

.menu-mobile.abrir-menu  ~ .overlay-menu{
    display: block;
}



/* ESTILO CAIXA PEQUENA MAIN*/

.caixa-peq{
    height: 90vh;
    background-image: url(imagem/contab.webp);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    padding: 25px 11%;
    justify-content: space-between;
    
    
}


.caixa-peq a button {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: none;
    color: white;
    font-size: 50px;
    background-color: rgb(12, 178, 12);
    cursor: pointer;
    margin: 10px;
    margin-top: 30px;
    transition: 0.3s;
    position: fixed;
    
}

.title-caixa-peq{
    width: 40vw;
    height: 50vh;
    margin-top: 50px;
    font-size: 15px;
    padding: 20px 5%;
    background-color: rgba(193, 193, 193, 0.842);
    border-radius: 25px;
    color: black;
    text-align: center;
}

.title-caixa-peq h1{
    margin-top: 25px;
}

.title-caixa-peq h3{
    margin-top: 30px;
}


/*ESTILO DA CAIXA DO MEIO*/

.caixa-media{
    display: flex;
    align-items: center;
    justify-content: space-between;
   
}

.text-caixa-media{

    display: block;
    
}

.caixa-media h1{
    font-size: 40px;
    font-weight: 900;
    color: rgb(203, 130, 41);
    text-align: justify;
    padding: 30px 5%;
    text-align: center;
    margin-top: 200px;
}

.caixa-media h2{
    color: rgb(203, 130, 41);
    text-align: center;
    padding: 30px 5%;
    font-size: 30px;
}


.caixa-media img{
    width: 500px;
    margin-top: 150px;
    
}

.text-medio{
    text-align: center;
    margin-top: 100px;
    padding: 50px;
    font-size: 30px;
    
}

.caixa-media-text{
    background-color: rgb(203, 130, 41);
    margin-top: 100px;
}

.missao{
    display: flex;
}

.text-missao{
    width: 60vw;
    height: 60vh;
    margin: 30px;
}

.text-missao h1{
    font-size: 30px;
    font-weight: 900;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin-bottom: 30px;
    margin-top: 50px;
}

.text-medio p{
    font-size: 20px;
    margin-top: 20px;
    text-align: center;
}

/*ESTILO DA CAIXA GRANDE*/
.caixa-grande{
    height: 120vh;
    background-color: rgba(218, 217, 217, 0.721);
}

.text-caixa-grande h1{
    height: 30vh;
    text-align: center;
    padding: 80px;
    font-size: 35px;

}

.caixa-grande h4 {
    text-align: center;
    font-size: 20px;
}

.imagens img{
   width: 300px;
   height: 250px;
   border-radius: 50%;
   margin: 35px;
   margin-top: 100px;
   margin-bottom: 100px;
   cursor: pointer;
   border-style: double;
   border-color: black;
   border-width: 5px;   
}

.imagens img:hover{
    transform: scale(1.20);
    transition: 0.5s;
}
   



/*ESTILO DA CAIXA DO MODAL*/

#fade, #modal,
#fad, #moda,
#fada, #mod,
#f, #m {
    transition: .5s;
    opacity: 1;
    pointer-events: all;
}

#fade, #fad, #fada, #f{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    z-index: 5;
}
#modal, #moda, #mod, #m {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    z-index: 10;
    width: 500px;
    max-width: 90%;
    padding: 25px;
    border-radius: 50px;
}

#close-modal, #close-moda, #close-mod, #close-m {
    font-size: 25px;
    cursor: pointer;
    border: none;
    opacity: 0.4;
    transition: 0.5s;
}

#close-modal:hover, #close-moda:hover, #close-mod:hover, #close-m:hover{
    opacity: 1;
}

.modal-header{
    
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid black;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

#modal.hide, #fade.hide, 
#moda.hid, #fad.hid,
#mod.cid, #fada.cid,
#m.c, #f.c
{
    opacity: 0;
    pointer-events: none;
}

#modal-hider{
    top: 0;
}



/*ESTILO FOOTER*/

.footer{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    background-color:black;
    height: 60vh;
    
}

.contatos h5{
    color: rgb(203, 130, 41);
    font-family: 'Black Ops One', cursive;
    font-size: 15px;
    margin-top: 50px;
    text-align: center;
}

.contatos a button{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    color: white;
    font-size: 15px;
    background-color:   rgb(203, 130, 41);
    cursor: pointer;
    margin: 50px 5px; 
    margin-top: 30px;
    transition: 0.3s;
}

.contatos a {
    color:  rgb(203, 130, 41);
    font-family: 'roboto', sans-serif; 
    font-weight: bold;
}

.rede-sociais h5{
    color:  rgb(203, 130, 41);
    font-family: 'Black Ops One', cursive;
    text-align: center;
    font-size: 15px;
}

.rede-sociais a button{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    color: white;
    font-size: 15px;
    background-color: rgb(203, 130, 41);
    cursor: pointer;
    margin: 5px 5px; 
    margin-top: 30px;
    transition: 0.3s;
}



.rede-sociais a {
    color:  rgb(203, 130, 41);
    font-family: 'roboto', sans-serif; 
    font-weight: bold;
}



.text-fim {
    background-color: black;
    color: white;
    text-align: center;
    
}

.text-fim span {
    color:  rgb(203, 130, 41);
}



/* RESPONSIVIDADE */


@media screen and (max-width: 720px) {
    .container{
        width: 100%;
    }

    .logo-text{
        padding: 15px;
    }

    .logo{
        font-size: 25px;
        margin: 10px;
    }

    .text{
        font-size: 10px;
    }
    
    .menu{
        display:none ;
    }

    .btn-abrir-menu i{
        display: block;
        padding: 40px;
        font-size: 40px;
        cursor: pointer;
    }


    /* ESTILO CAIXA PEQUENA MAIN*/

    .caixa-peq{
        padding-right: 25%;
        
    }
    
    .title-caixa-peq{
        width: 90vw;
        height: 65vh;
    }

    .title-caixa-peq h1 {
        font-size: 18px;
    }

    /*ESTILO DA CAIXA DO MEIO*/

    .caixa-media{
        display: block;
    }
    
    .caixa-media img{
        width: 300px;
        text-align: center;
        margin: 50px;
       
    }
    .missao{
        display: block;
        text-align: center;
    }
    
    /*ESTILO DA CAIXA GRANDE*/
    .caixa-grande{
        height: 340vh;
    }  
    
    .caixa-grande h4 {
        font-size: 18px;
    }

    .imagens img {
        width: 250px;
        margin: 80px;
        margin-top: 200px;
    }

    #modal, #moda, #mod, #m{
        width: 300px;
    }


    /*ESTILO DO FOOTER*/

    .footer{
        flex-direction: column;
        gap: 10px;
        text-align: center;

    }

    .linha{
        display: none;
    }

   
}


