@font-face {
	font-family: 'OpenSans';
	src: url("../fonts/Open_Sans/OpenSans-Regular.ttf");
	font-size: 1em;
}

@font-face {
	font-family: 'OpenSans-Light';
	src: url("../fonts/Open_Sans/OpenSans-Light.ttf");
	font-size: 1em;
}


* {
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFF;
    margin: 0;
    padding: 0;
}


header{
    background-color: #FFFF00;
    height: 19vh;
    
}

header .bg-gradient{
    display: flex;
    flex-direction: row;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255,255,255,0.65) 0%, rgba(0,0,0,0) 100% );
    width: 100%;
}

.logo-header {
    width: 40%;
    text-align: center;
    height: 150%;
    

}

#logo-nav {
    width: 29%;
    margin-top: 3%;
    margin-left: 8%;
    position: absolute;
    z-index: 200;
    
}

nav{
    width: 100%;
}

.menu{
    list-style:none; 
    display: flex;
    justify-content: flex-end;
    margin-top: 9vh;
    margin-right: 9vh;
}

.menu li{
    position:relative; 
    z-index: 200;
    height: 50%;
}

.menu li a{
    color: #808080;
    font-size: 1.25em;
    font-weight: bold;
    text-decoration:none; 
    padding:20px; 
    display:block;
    text-align: center; 
}

#text-a{
    font-size: 1em;
    font-weight: normal;
    color: #AAA;
    
}
 
.menu li a:hover{
    
    background:#666; 
    color:#fff; 
    -moz-box-shadow:0 3px 10px 0 #CCC; 
    -webkit-box-shadow:0 3px 10px 0 #ccc; 
    
   
}

#text-a:hover{
    background:#666; 
    color:#fff; 
}

.menu li  ul{
    position:absolute; 
    top:100%; 
    left:0;
    background-color:rgba(0, 0, 0, 0.4); 
    display:none;
    min-width:100%;
}   

.menu li:hover ul, 
.menu li.over ul{
    display:block;
}

.menu li ul li{
    
    display:block; 
    width:100%;
}

.lema-section {
    font-size: 1.75em;
    text-align: center;
    margin-top: 1%;
}

body{
    margin: 0;
    padding: 0;
    min-height: 100vh;
    background-color: #282828;
    background: linear-gradient(to bottom, rgba(54,54,54,0.65) 0%, rgba(28,28,38,1) 100% );   
}

h2, p {
    color: #FFF;
}

.content-projetos {
    
    display: flex;
    flex-direction: row;
}

.projeto-pedagogico{
    flex: 1;
    width: 33vw;
}

.estrutura{
    width: 33vw;
}

.nivel-ensino{
    width: 33vw;
}

.projeto-pedagogico, .estrutura, .nivel-ensino {
    padding: 20px;
    text-align: center;
}

.img-proj{
    width: 8vw;
}

.p-projeto{
    text-align: justify;
}


.content-footer {
    display: flex;
    justify-content: flex-end;
    background-color: rgb(255,255,0);
}


#propaganda, #menu-bottom, #links{
    width: 50%;
    
}

#menu-bottom nav{
    height: 100%;
    padding: 10%;
    font-size: 0.8em;
    
}

#menu-bottom nav span{
    margin-left: 3%;
    color: #1C1C1C ;
    font-weight: 600;
}

#menu-bottom i{
    color: #1c1c1c;
    font-weight: bolder;
}

.menu-footer{
    list-style: none;
}

.menu-footer a {
    color: #1C1C1C;
    font-weight: bold;
    font-size: 1.5em;
}

.text-footer p{
    font-size: 1em;
    color: #1C1C1C;
    font-weight: bold;
}

.container{
    width: 100%;
    margin: 0;
    padding: 0;
}

.fotos-promocao{
   width: 100%;
   margin: 0;
   padding: 0;
    
}

#titulo-footer {
    margin-top: 3%;
    color: #1C1C1C;
    font-weight: bold;
    text-align: center;   
}

#p-footer {
    text-align: justify;
    padding: 10px;
    font-weight: normal;
}

.item-inner img{
    width: 100vw;
    max-height: 500px;

}

.links {
    padding: 2%;
    margin-left: 0%;
}

.links span,
.links a,
.links i {
    color: #1c1c1c;
}

.links span{
    margin-left: 3%;
    width: 100%;
}

.links i{
    font-size: 2em;
}

#btn-envio-atividade{
    text-align: center;
}

#envio-atividade-aluno{
    text-align: center;
}

.envio-atividade-aluno{
    margin-top: 1%;
}

#form-envio {
    margin-bottom: 10%;
}