*{
    margin: 0;
    padding: 0;
    font-family: 'Lexend Deca', sans-serif;
}
/*--- Cabeçalho-index ---*/
.header{
    min-height: 60vh;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(images/subheader_trabalhos_fig.jpg);
    background-position: bottom 50px right auto;
    background-size: cover;
    position: relative;
}
nav{
    display: flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-items: center;
}
nav img{
    width: 250px;
}
.nav-links{
    flex: 1;
    text-align: right;
}
.nav-links ul li{
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
}
.nav-links ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}
.nav-links ul li::after{
    content: '';
    width: 0%;
    height: 4px;
    background: #007500;
    display: block;
    margin: auto;
    transition: 0.5s;
}
.nav-links ul li:hover::after{
    width: 100%;
}
.text-box{
    padding-top: 120px;
    width: 90%;
    color: #fff;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.text-box h1{
    font-size: 62px;
}
.text-box p{
    margin: 10px 0 40px;
    font-size: 14px;
    color: #fff
}
.hero-btn{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 34px;
    font-size: 13px;
    background: transparent;
    position: relative;
    cursor: pointer;
}
.hero-btn:hover{
    border: 1px solid #007500;
    background: #007500;
    transition: 1s;
}
nav .fa{
    display: none;
}
@media(max-width: 600px){
    .header .text-box {
        margin-top: 20px; /* aumenta o valor para descer mais */
        position: relative; /* garante que o movimento ocorra dentro do fluxo normal */
        z-index: 2; /* garante que fique sobre o fundo */
    }
    .text-box h1{
        font-size: 20px;
    }
    .nav-links ul li{
        display: block;
    }
    .nav-links{
        position:fixed;
        background: #007500;
        height: 100vh;
        width: 200px;
        top: 0;
        right: -200px;
        text-align: left;
        z-index: 2;
        transition: 1s;
    }
    nav .fa{
        display: block;
        color: #fff;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;
    }
    .nav-links ul{
        padding: 30px;
    }
    .row{
        flex-direction: column;
    }
}
/*--- Rodapé ---*/
.footer-distributed {
    background-color: #292c2f;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    padding: 45px 50px;
}
.footer-distributed .footer-left p {
    color: #8f9296;
    font-size: 10px;
    margin: 0;
}
.footer-distributed p.footer-links {
    font-size: 14px;
    color: #ffffff;
    margin: 0 0 12px;
    padding: 0;
    transition: ease .25s;
}
.footer-distributed p.footer-links a {
    display: inline-block;
    line-height: 1.8;
    text-decoration: none;
    color: inherit;
    transition: ease .25s;
}
.footer-distributed .footer-links a:before {
    content: "|";
    font-size: 20px;
    left: 0;
    color: #fff;
    display: inline-block;
    padding-right: 5px;
}
.footer-distributed .footer-links .link-1:before {
    content: none;
}
.footer-distributed .footer-right {
    float: right;
    margin-top: 6px;
    max-width: 180px;
}
.footer-distributed .footer-right a {
    display: inline-block;
    width: 35px;
    height: 27px;
    background-color: #33383b;
    border-radius: 2px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    padding-top: 8px;
    /* margin-top: 3px; */
    line-height: 35px;
    margin-left: 3px;
    transition:all .25s;
}
.footer-distributed .footer-right a:hover{
    transform:scale(1.5); 
    -webkit-transform:scale(1.5);
}
  .footer-distributed p.footer-links a:hover{text-decoration:underline;}

@media (max-width: 600px) {
    .footer-distributed .footer-left, .footer-distributed .footer-right {
        text-align: center;
    }
    .footer-distributed .footer-right {
        float: none;
        margin: 0 auto 20px;
    }
    .footer-distributed .footer-left p.footer-links {
        line-height: 1.8;
        display: grid;
    }
    .footer-distributed .footer-links a:before {
        content: none;
    }
}

/*---- quem_somos index----*/
.quem_somos_index{
    width: 50%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
}

.quem_somos_index h1{
    font-size: 36px;
    font-weight: 600;
}
.quem_somos_index p1{
    font-size: 20px;
}
.quem_somos_index p{
    color: #777;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    padding: 10px;
    text-align: left;
}

.quem_somos_index-col{
    
    margin-top: 5%;
    flex-basis: 60%;
    background: #fff8f8;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 30px 30px;
    box-sizing: border-box;
}

.quem_somos_index-col:hover{
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.2);
}

@media (max-width: 600px) {
    .quem_somos_index{
        width: 80%;
    }
    .quem_somos_index h1 {
        font-size: 1.8em;
    }
    .quem_somos_index-col h3{
        font-size: 1.3em;
    }
    .quem_somos_index-col p{
        font-size: 1em;
    }
}

/*--- Trabalhos index ---*/
.trabalhos_index{
    width:80%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
}
.trabalhos_index h1{
    font-size: 36px;
    font-weight: 600;
}
.trabalhos_index p1{
    color: #777;
    font-size: 1em;
    font-weight: 300;
    line-height: 22px;
    padding: 10px;
    text-align: center;
}
.trabalhos_index-col{
    flex-basis: 49%;
    border-radius: 10px;
    margin-bottom: 5%;
    text-align: left;
}
.trabalhos_index-col img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: 80% 10%;
    border-radius: 10px;
}
.trabalhos_index-col p{
    padding: 0;
}
.trabalhos_index-col h3{
    margin-top: 16px;
    margin-bottom: 15px;
    text-align: left;
}

@media (max-width: 600px) {
    .trabalhos_index h1 {
        font-size: 1.8em;
    }
    .trabalhos_index p1 {
        font-size: 0.8em;
    }
}
/*--- Chamado com link para página detalhada ---*/
.trabalho-link{
    margin: 10px auto;
    width: 80%;
    background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(images/trabalhos_link_fig.jpeg);
    background-position: bottom 50px right auto;
    background-size: cover;
    border-radius: 10px;
    text-align: center;
    padding: 100px 0px;  
}
.trabalho-link h1{
    color: #fff;
    margin-bottom: 40px;
    padding: 0;
}
@media (max-width: 600px) {
    .trabalho-link h1{
        font-size: 14px;
    }
}
/*--- Resumo Cursos em andamento ---*/

.cursos_index{
    width:80%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
}
.cursos_index p1{
    color: #777;
    font-size: 1em;
    font-weight: 300;
    line-height: 22px;
    padding: 10px;
    text-align: center;
}
.cursos_index-col{
    flex-basis: 49%;
    border-radius: 10px;
    margin-bottom: 5%;
    text-align: left;
}
.cursos_index-col img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: 80% 10%;
    border-radius: 10px;
}
.cursos_index-col p{
    padding: 0;
}
.cursos_index-col h3{
    margin-top: 16px;
    margin-bottom: 15px;
    text-align: left;
}

.cursos_index-box{
    margin-top: 5%;
    flex-basis: 60%;
    background: #fff8f8;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 30px 30px;
    box-sizing: border-box;
    text-decoration: none;
}
.cursos_index-box:hover{
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.2);
}
.cusos_index-box a{
    text-decoration: none;
}
@media (max-width: 600px) {
    .cursos_index h1 {
        font-size: 1.8em;
    }
    .cursos_index p1 {
        font-size: 0.8em;
    }
}

/*--- Inscricao EAE ---*/
.inscr{
    margin: 20px auto;
    width: 80%;
    background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(images/inscr_eae.jpeg);
    background-position: bottom 50px right auto;
    background-size: cover;
    border-radius: 10px;
    text-align: center;
    padding: 100px 0;  
}
.inscr h1{
    color: #fff;
    margin-top: 20px;
    margin-bottom: 40px;
    padding: 0;
}

.inscr h2{
    color: #fff;
    margin-top: 20px;
    margin-bottom: 40px;
    padding: 0;
}

@media (max-width: 600px) {
    .inscr h1 {
        font-size: 14px;
    }
    .inscr h2{
        font-size: 12px;
    }
}
/*--- Página sobre Quem Somos ---*/

.quem_somos-conteudo{
    width: 70%;
    margin: auto;
    padding-top: 80px;
    padding-bottom: 50px;
}

.quem_somos-conteudo p{
    color: #777;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    padding: 10px;
    text-align: left;
}
.quem_somos-conteudo a{
    text-decoration: none;
}
.quem_somos-conteudo h2{
    text-decoration: none;
    text-align: center;
}

@media (max-width: 600px) {
    .quem_somos-conteudo h1{
        font-size: 14px;
    }
    .quem_somos-conteudo h2{
        font-size: 12px;
    }
    .quem_somos-conteudo p{
        font-size: 12px;
    }
}


/* .quem_somos-conteudo-col{
    flex-basis: 48%;
    padding: 30px 2px;
}
.quem_somos-conteudo-col img{
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: 80% 10%;
    border-radius: 10px;
}
.quem_somos-conteudo-col h1{
    padding-top: 0;
}
.quem_somos-conteudo-col p{
    padding-top: 15px 0 25px;
}
.black-btn{
    border: 1px solid #000000;
    background: transparent;
    color: #000000
}
.black-btn:hover{
    color: #fff;
    transition: 0.5s;
}
.quem_somos-conteudo-col a{
    text-decoration: none;
} */


/*--- Página sobre Trabalhos ---*/
.sub-header{
    height: 60vh;
    width: 100%;
    background-image: linear-gradient(rgb(4,9,30,0.7),rgb(4,9,30,0.7)),url(images/subheader_trabalhos_fig.jpg);
    background-position: bottom 50px right auto;
    background-size: cover;
    text-align: center;
    color: #fff;
}
.sub-header h1{
    padding: 20px;
    font-size: 50px;
}
.trabalhos-conteudo{
    width: 80%;
    margin: auto;
    padding-top: 80px;
    padding-bottom: 50px;
}
.trabalhos-conteudo-col{
    flex-basis: 48%;
    padding: 30px 2px;
}
.trabalhos-conteudo-col img{
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: 80% 10%;
    border-radius: 10px;
}
.trabalhos-conteudo-col h1{
    padding-top: 0;
}
.trabalhos-conteudo-col p{
    padding-top: 15px 0 25px;
}
.black-btn{
    border: 1px solid #000000;
    background: transparent;
    color: #000000
}
.black-btn:hover{
    color: #fff;
    transition: 0.5s;
}
.trabalhos-conteudo-col a{
    text-decoration: none;
}

/*---- trabalhos ???????? investigar ----*/

.trabalhos{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 100px;

}
h1{
    font-size: 36px;
    font-weight: 600;
}
p{
    color: #777;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    padding: 10px;
}
.row{
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
}
.trabalhos-col{
    flex-basis: 31%;
    background: #fff3f3;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
}

h3{
    text-align: center;
    font-weight: 600;
    margin: 10px 0;
}
.trabalhos-col:hover{
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.2);
}



/*--- Página Contatos ---*/
.contact-us{
    width: 80%;
    margin: auto;
}
.contact-col{
    flex-basis: 48%;
    margin-bottom: 30px;
}
.contact-col div{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.contact-col input, .contact-col textarea{
    width: 100%;
    padding: 15px;
    margin-bottom: 17px;
    outline: none;
    border: 1px solid #ccc;
    box-sizing: border-box;
}


