/* Estilos gerais */

@charset "utf-8";
@font-face{
	font-family: 'Poppins-Regular';
	src:url('../fonts/Poppins-Regular.ttf');
}
body {
    margin: 0;
	padding: 0;
    font-family: 'Poppins-Regular', sans-serif;
    box-sizing: border-box;
}
main {
	width: 100%;
}
header {
    background-size: 100%;   
    height: 14cm;
    background-image: url('../img/note-mesa.jpg');
    background-repeat: no-repeat; 
    filter: brightness(0.5) opacity(1);
}
nav {
    background-color: transparent;
    color: #040424; /*cor do logo */
    padding: 0 15px;
    height: 75px;
    position: relative ;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo-top{
    margin-top: -11px;
    margin-left: 10px;
	width: 130px;
	height: 38px;	
}
nav ul li {
    list-style: none;
    padding-right: 10px ;
}
nav ul li a {
    text-decoration: none;
    color: #fa5423; /* #040424 #555*/
    margin-right: 15px;
}
nav ul li a:hover {
    color:#040424;/* #fa5423 laranja*/
    text-decoration: none;
}

nav ul.menu li a:hover {
    color: #fa5423;/* #fa5423 laranja*/
    text-decoration: none;
}
nav ul.menu {
    background: #040424;/* cor fundo menu suspenso */
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;    
    padding: 15px;
    text-align: right;
    display: none;
    flex-direction: column;
}
nav ul.menu li:not(:last-child) {
    margin-bottom: 15px;
}
nav ul.button {
    height: 25px;
    width: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
}
/* cor das tres barras */
nav ul.button li {
    width: 100%;
    height: 5px;
    background: #fff;
    border-radius: 3px;
    transition: 0.3s;
}
nav ul.button:hover li {
    background: #fa5423;
} /* fim cor das tres barras */

/* Estilos para telas menores */
@media(min-width: 900px) {
    nav ul.menu {
        display: flex!important;
        flex-direction: row;
        position: relative;
        top: 0;
        padding: 0;
        background: none;
    }    
    nav ul.menu li:not(:last-child) {
        margin-bottom: 0;
        margin-right: 15px;
    }
    nav ul.button {
        display: none;
    }        
}
@media (max-width: 900px){
    nav ul li a {
        text-decoration: none;
        color: #fff; /* #040424 #555*/
        margin-right: 15px;
    }
}
/* Estilos para telas menores */
@media (max-width: 600px) {
    section {
        flex-direction: column;
        align-items: center;        
    }  
    nav ul li a {
        text-decoration: none;
        color: #fff; /* #040424 #555*/
        margin-right: 15px;
    }  
    header{
    /*background-image: url('../img/'); */
	width: 100%;
	height: 300px; 

    }  
	
    footer {
        padding-left: 20px;
        padding-right: 20px;      
    }  
}
@media (max-width: 780px) {
    header{
        background-image: url('../img/note-mesa-600x600.JPG'); 
        }
}/* Fim telas menores*/

/* editar <<<<<
.subtitulo {    
    background-color: ;
}*/
.subtitulo div {
    display: block;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.subtitulo h1 {
    font-size: 35px;
}
.subp {
    margin-top: -25px;
}
.subtitulo h3 {
	font-size: 20px;
    font-weight: 300;
}
section {
	display: flex;
    justify-content: space-around;
    flex-wrap: wrap;    
}

.box {
    width: 200px;
    height: 200px;        
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: rgb(7, 7, 7);
    border: 2px solid darkblue;
}
.box-elap {
    width: 200px;
    height: 200px;
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}
.box-elap div {
    display: block;
    margin: auto;
}
.box1 {
    display: block;
    width: 80px;
    height: 80px;   
}
.box1 img {
    width: 80px;
    height: 80px; 
    border-radius: 50%;
}

.box-interno {
    width: 200px;
    height: 118px;
    margin: 0px;
    text-align: justify;
    font-size: 14px;
    display: flex;
    justify-content: center;      
}
.box2 {
    width: 40vw;
	height: 60vh;
	background-color: rgb(234, 238, 240);
	margin: 10px;
	display: flex;
	font-size: 20px;
	color: white;
	border: 2px solid darkblue;				
}
/* menu inferior */
.menu-inferior {
    justify-content: space-around;
    flex-wrap: wrap;    
	display: flex;
	width: 100%;	
	color: white;
	background-color: #0a0636;    
}
.menu-inferior div p {
    margin-left: 19px;
}
.box-elap-inferior {
    width: 200px;
    height: 200px;
    margin: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}
.box-elap-inferior div {
    display: block;
    margin: auto;    
}

.box-elap-inferior div img {
    width: 170px;    
    margin-left: 10px;
}

.box-interno-inferior {
    width: 200px;
    height: 150px;
    align-items: center;
    font-size: 14px;
    display: flex;   
    text-align: justify;    
    justify-content: center; 
}	
.box-interno-inferior img {
	padding: 0;
	margin-top: 20px;
	margin-left: 18px;
	width: 40px;
}
.box-interno-inferior p a {
    margin-left: 30px;
}

.social-icons {
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 22px;
    text-align: center;
    line-height: 42px;
    border-radius: 2px;
    transition: all 100ms ease-out;
    padding-left: -1px;
    margin-left: 15px;
	margin-top: 5px;
    margin-bottom: 40px;
    background-color: rgba(0, 0, 0, 0.3);
    color: #ffffff;
}
.widget a:hover {    
	background: lightblue;
}

.box-interno-inferior ul li {
    list-style: none;
    margin-top: 10px;
    margin-left: -10px;
    padding-right: -10px ;
}
.box-interno-inferior ul li a {
    text-decoration: none;
    color: #fff; /* #fa5423; #040424 #555*/
    margin-left: -10px;
}
.box-interno-inferior ul li a:hover {
    color:#fa5423;/* #fa5423 laranja*/
    text-decoration: none;
} 
/* menu inferior */


/* footer */
footer {    
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #040424;
    color: #ffffff;
}
footer p {		
	font-size: 12px;
}
footer a {	
	color: #ffffff;
}
footer p a:hover {
	color: #fa5423;
}
