/*GERAL*/
	
body{font-family: "Open Sans", sans-serif; margin: 0;font-size: 16px;}
.flex-container{display:flex;}
.space-between{justify-content: space-between;}
.align-items{align-items: center;}
*{box-sizing:border-box;}
h1, h2, h3, h4, figure,p{margin:0;}
a{text-decoration: none; color: inherit;}

html{scroll-behavior: smooth;}
.container{width:100%; max-width:1200px;margin:0 auto;padding:60px 2%;}

/*MENU*/
.top-site{
    background-color: #25408f;
    width:100%;
    padding: 20px 40px;
}

.logo img {
    width:100px;
}

.menu a{
    color: #FFFFFF;
    margin-left:15px;
    font-weight: 600;
    font-weight: 600;
    text-transform: uppercase;
}

/*HERO*/
.hero{
    background-color: #25408f;
    color: #FFFFFF;

}

.hero img{
    width: 100%;
}

.hero h2{
    font-weight: 600;
    font-size: 4em;
    line-height: 60px;
}

.hero h3{
    font-weight: 300;
    font-size: 4em;
    line-height: 60px;
    margin-top: 30px;
}

.hero figure{
    width: 48%;
}

.hero header{
    width: 45%;
}



h1{
    font-size: 90px;
}

.place{
    font-size:40px;
    text-decoration:underline;
}

.programa{
    margin-top: 60px;
    font-size: 25px;
}

.programa-item{
    margin-bottom: 30px;
}
.doc-name{
    font-weight: 600;
    text-decoration: underline;
}

/*PAGES*/

/*Section projeto*/

.menu-topics{
    width: 48%;
    padding: 0 30px 0 0;
}

.menu-topics h2{
    font-size: 4em;
    font-weight: 300;
    color: #25408f;
    margin-bottom: 30px;
}

.menu-topics h3{
    font-weight: 600;
}

.menu-topics span, .doc-text span{
    font-weight: 700;
    font-style: italic;
}

#ref{
    margin-top: 30px;
    font-size:14px;
    font-weight: bold;
}

.text figure{
    margin-top: 30px;
}

.text{
    width: 48%;
}

.text img{
    width:100%;
}

.text h3{
    font-weight: 600;
    text-transform: uppercase;
}

.menu-topics p{
    font-family: "Merriweather", serif;
    font-size:18px;
    line-height: 28px;
    font-weight: 300;
    letter-spacing:0.5px;
    margin-bottom:15px;
}



.team-partners{
    background-color: rgba(37, 64, 143, 0.3);
}

.team-box h3{
    margin-bottom: 20px;
    color: #25408f;
}

.member{
    width:15%;
}

.member h2{
    font-size: 18px;
    margin-top: 5px;
}

.member h4{
    font-size: 12px;
    margin-top: 5px;
}

.member h3{
    font-size: 13px;
    font-weight: 400;
    color: #000000;
    
}

.member img{
    width: 100%;
}

.partners-box{
    margin-top: 50px;
    width: 100%;
}

.partners-box h3{
    margin-bottom: 20px;
    color: #25408f;
}
    

.partner-logo{
    padding: 0 40px 0 0 ;
}


.partner-logo img{
    height: 35px;
}
/*Section documentário*/

.doc-bg{
    background-color: #000000;
     color: #FFFFFF;
}

.doc-topics{
    width: 48%;
    padding: 0 30px 0 0;
   
}

video{
    width:100%;
    display: block;
    margin-top: 30px;
}

.doc-topics h2{
    font-size: 4em;
    font-weight: 300;
    margin-bottom: 20px;
}

.doc-topics h3{
    font-weight: 600;
}

.ref{
    margin-top: 30px;
    font-size:12px;
    font-weight: 400;
}

.doc-topics figure{
    margin-top: 30px;
}

.doc-text{
    width: 48%;
}

.doc-text h3{
    font-weight: 600;
    text-transform: uppercase;
}

.doc-text p{
    font-family: "Merriweather", serif;
    font-size:18px;
    line-height: 28px;
    font-weight: 300;
    letter-spacing:0.5px;
    margin-bottom:15px;
}

.images-grid{
    flex-wrap: wrap;
    margin-top: 30px;
}

.images-grid figure{
    width: 50%;
}

.images-grid img{
    width:100%;
    display: block;
}

.ficha{
    margin-top: 40px;
}

#ficha-first{
    margin-top: 20px;
}


.ficha p{
    font-family:"Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing:0;
    line-height: 20px;
}

.ficha span{
    font-weight: 700;
}

/*NEWS*/

.news{
    background-color: #f2f2f2;
}

.news-box{
    justify-content: space-between;
    flex-wrap: wrap;
}

.new{
    width: 48%;
    margin-bottom: 40px;
}

.new figure, .new header{
    width: 100%;
}

.new h5{
    font-family: "Merriweather", serif;
    font-size:15px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing:0.5px;
    font-weight: 400;
    margin: 0;
}

.new img{
    width: 100%;
}

.date-post{
    color: #25408f;
    margin: 10px 0 5px 0;

}


/*FOOTER*/

.partners-box2{
    width: 100%;
}

.partners-box2 h3{
    margin-bottom: 20px;
    color: #25408f;
}

.partners-box2 .partners{
    margin-bottom: 30px;
    justify-content: space-between;
}

.partners-box2 h3{
    width: 30%;
}

.footer{
    margin-bottom:0;
    padding-bottom: 0;
}

#footer-bg{
    background-color: #f2f2f2;
    padding: 10px 0;
}

.logos-right{
    width: 70%;
}

.copy{
    font-size:12px;
   text-align: center;
   padding: 20px;
   color: #FFFFFF;
   background-color: #25408f;;
}

#atividades{
     font-size: 3em;
    font-weight: 300;
    color: #25408f;
    padding-top: 30px;
    text-align: center;
}


@media all and (max-width:768px){


.partners-box2 h3{
    width: 20%;
}

.logos-right{
    width: 80%;
}

.partner-logo img{
    height: 25px;
}

.partners-box2 h3{
    font-size: 14px;
}

.menu{
    display: none;
}

.top-site{
    display: block;
    padding: 20px 40px 20px 40px;
}

.logo img {
    width:120px;
}


.logo{
    text-align: center;
}

.hero-responsive{
    padding: 20px 2%;
}

.hero h2{
    font-weight: 600;
    font-size: 3em;
    line-height: 60px;
}

.hero h3{
    font-weight: 300;
    font-size: 3em;
    line-height: 50px;
    margin-top: 30px;
}

.programa{
    margin-top: 50px;
    font-size: 20px;
}

.menu-topics h2{
    font-size: 2.5em;
  
}

.menu-topics p{
    font-size:15px;
    line-height: 25px;
    letter-spacing:0.5px;

}

.menu-topics{
    width: 60%;
}

.text{
    width: 36%;
}

.member{
    width:30%;
}

.team-members{
    flex-wrap:wrap ;
}

.partners-box{
    width:100%;
}

.doc-topics h2{
    font-size: 2.5em;
}

.doc-text p{
   font-size:15px;
    line-height: 25px;
    letter-spacing:0.5px;
}

}

@media all and (max-width:480px){

.top-site{
    padding: 20px 40px 0 40px;
}

.hero-responsive{
display: block;    
}

.hero figure{
    width: 100%;
}

.hero header{
    width: 100%;
}

.hero h2{
    font-size: 2.5em;
    line-height: 40px;
    margin-top: 20px;
}

.hero h3{
    font-size: 2.5em;
    line-height: 40px;
    margin-top: 30px;
}

.programa{
    margin-top: 50px;
    font-size: 16px;
}

#projeto article{
    display: block;
}

.menu-topics{
    width: 100%;
}

.text{
    width: 100%;
}

.container{
    padding: 30px 2%;
}

.member{
    width:46%;
}


.partner-logo img{
    height: 35px;
}

.partner-logo{
    margin-bottom: 20px;
    text-align: center;
}

.partners, .logos-right{
    display: block;
}

#documentario article{
    display: block;
}


.doc-topics{
    width: 100%;
    padding: 0;
   
}


.doc-topics h2{
    font-size: 2.5em;
    font-weight: 300;
    margin-bottom: 20px;
}

.doc-topics h3{
    font-weight: 600;
}

.ref{
    margin-top: 30px;
    font-size:12px;
    font-weight: 400;
}

.doc-text{
    width: 100%;
    margin-top: 50px;
     border-top: 1px solid #FFF;
    padding-top: 30px;
}

.news-box{
    display: block;
}

.new{
   width: 100%; 
}

.logos-right{
    width: 100%;
}


}