* {
	font-family:Arial;
}
body {
	margin:0;
	padding:0;
}
.cabec {   
    margin-left: auto;
    margin-right: auto;
	display:flex;
 /*   justify-content:center;*/
    height:80px;
	justify-content:space-between;
	max-width:900px;
	background-color: #d3d3d3;
}
.logo {
	display:flex;
	align-items:center;
}
.menu {
	display:flex;
	align-items:center;
}
.menuMobile {
	display:none;
	width:40px;
	height:40px;
	margin-top:40px;
	margin-bottom:40px;
	margin-right:20px;
}
.mm_line {
	height:3px;
	background-color:#39aae1;
}
nav ul,
nav li {
	list-style: none;
	margin:0;
	padding:0;
}
nav ul {
	display:flex;
}
nav a {
	display:block;
	padding:15px;
	text-decoration:none;
	color:#727272;
}
nav .active a ,
nav a:hover {
	background-color:#39aae1;
	color:#FFFFFF;
}
footer {
	display: flex;

}
.footer_container {   margin-left: auto;
    margin-right: auto;
		margin-top: 10px;
        display:flex;
	justify-content: center;	
	width:900px;
	background-color: #1e1e1e;
	max-width: 900px;	
	text-align: center;			
    max-height:100px;
}
.footer_line {
	width:250px;
	height:2px;
	background-color:#36a9e1;
	margin-top:10px;
}
.footer_copy {
	color: #ffffff;
	font-size: 14px;
	margin-top: 15px;
}

@media (max-width:600px) {	
    
    nav ul {
		flex-direction: column;
		display:none;
		position: absolute;
	    left: 0;
	    width: 100%;
	    background-color: #FFFFFF;
	}

	.cabec {
		height:80;
		margin-left: auto;
		margin-right: auto;
		display:flex;
		max-width:400px;
	}
	.logo {
        margin-left: 5px;
		padding-left:10px;
	}
	.menuMobile {
		display:flex;
		flex-direction: column;
		justify-content:space-around;
	}
	.footer_container {
		flex:1;
		max-width:1100px;
		max-height: 500px;
		justify-content:space-between;
		align-items: center;
		flex-direction: row;
		display:flex;
		flex-direction: column;				
/*		background-color: grey; */

	}
	
	.footer_copy {
		padding-left:20px;
	}

    footer {
       	display:flex;
        /*   text-align: center;
            justify-content:center; */
            height:50px;
            margin-left: auto;
            margin-right: auto;
            max-width: 400px;
        
        
        }
        

}

/*
************************************************************
******************* footer *********************************
*/
/*footer {
	background-color:#1e1e1e;
	display:flex;
	margin-top: 20px;
	align-items: center;
	max-width: 1100px;
	justify-content:center;
		flex-direction: row;
}



.footer_menu {
	display:flex;
	align-items: center;
	justify-content:space-between;
			flex-direction: row;
}
.fm_1, .fm_2, .fm_3 {
	flex:1;
	color:#FFFFFF;
}
.fm_1 {
	background-color:#39aae1;
}
.fm_2 {
	background-color:#0079c7;
}
.fm_3 {
	background-color:#2b4c99;
}
.footer_menu a {
	display:block;
	text-decoration: none;
	padding:20px;
	color:#FFFFFF;
	justify-content:space-between;
		display:inline-block;

}

.footer_area {
	display:flex;
}
.footer_areaitem {
	flex:1;
	color:#FFFFFF;
}
.footer_widget_title_text {
	color:#FFFFFF;
}
.footer_copy {
	border-top:1px solid #2c2c2c;
	height:40px;
	line-height:40px;
	color:#5c5c5c;
	font-size:12px;
	margin-top:30px;
}

@media (max-width:600px) {

	header {
		height:auto;
	}	
	header .cabec {
		flex-direction: row;
	}
	.cabecalho {
		display:flex;
		justify-content:space-between;
		width:500px;
		height: 70px;
	}	
	.logo {
		padding-left:20px;
		padding-right: 20px;
	}
	.logo a {
		width: 100%;
		height: 50%;
	}	
	.logo a img {
		width: 50%;
		height: 50%px;
	}
	nav ul {
		flex-direction: column;
		display:none;
		position: absolute;
	    left: 0;
	    width: 100%;
	    background-color: #FFFFFF;
	}
	.menuMobile {
		display:flex;
		flex-direction: column;
		justify-content:space-around;
		width:40px;
		height:40px;
		margin-top:40px;
		margin-bottom:40px;
		margin-right:0px;
	}

************************************************************
******************* footer *********************************

	.footer_menu {
		flex-direction:column;
	}
	.footer_area {
		flex-direction: column;
		padding:20px;
	}
	.footer_copy {
		padding-left:20px;
	}
}

*/