
*{padding:0;margin:0;
font-family: 'Inter', sans-serif;}

/*    MENU    */

#menu--norte{background-color: #EAEAEA;}
.--menu{display: flex;
list-style: none;
flex-flow: row wrap;
padding: 30px;
justify-content: space-between;}

#titulo{margin-right: auto;
font-weight: bold;}

#sobreProjeto{margin-left: auto;}

.menu--li{margin: 0 20px 0 20px;}
.a--menu{color: black;
text-decoration: none;}
#sobreProjeto{font-weight: bold;}
.a--menu:hover{text-decoration:underline;}

/*    HEADER    */

#header--norte{display:flex;
flex-flow: row wrap;
background-color: #EAEAEA;
padding-bottom: 50px;
padding-top: 50px;
align-items: flex-start;}
    
.aVoltar{text-decoration:none;
color: black;}
.imgLink{width:8px;
padding-right: 10px;}
        
.aVoltar:hover{text-decoration: underline;}
    
#div--titulo{margin: 50px;
margin-left: 150px;}
    
.head--titulo{margin-bottom: 20px;
margin-top: 20px; font-size:60px;}

/*    MAIN    */

.div--projetoTexto{width: 40%;
margin-left: 150px; margin-top: 50px;}
    
.p--projetoTexto, .p--projetoAutores{font-size: 14.5px;}
    
.p--projetoTexto{margin-bottom: 40px;}
.p--projetoAutores{margin-bottom: 15px;
margin-top: 30px; font-size: 12px;}

.table-autores{margin-bottom: 50px;}

td{padding-bottom: 10px;
font-size: 15px;}

.td--nome{font-weight: bold;
padding-left: 0;
padding-right: 15px;}

.table-icone{width: 17px;
opacity: 60%;
transition: all 1s;}

.table-icone:hover{opacity: 30%;}
    
hr{width:80%;
opacity:50%;}

/*  ENVIAR FILME  */

#section{padding-left: 150px;
padding-top: 80px; padding-bottom: 80px;
margin-top: 50px;
background-color: #3d3d3d;
color: white; font-size: 14px;}

#nomeFilme{padding: 5px;
margin-top: 10px;}

#enviarFilme, #buscarFilme{padding: 5px;}

#filmeEnviado{padding: 5px;
margin-top: 10px;}

#filmeBuscado{margin-top: 10px; margin-bottom: 10px;}


/*  FOOTER   */
    
#footer--norte{padding: 20px;
background-color: #F2F2F2; color: #3d3d3d;}

