@charset "utf-8";
/* CSS Document */

@import url('https://fonts.cdnfonts.com/css/poppins');

body, html {
	margin:0;
	padding:0;
	font-family: 'Poppins', sans-serif;

}
body {

}
.topo_superior {
	width:100%;
	height:25px;
}
.topo_logo {
	width:100%;
}
.img_logo {
	width:40%;
	max-width:200px;
}
.topo_inferior {
	width:100%;
	height:10px;
}
/* Desktop */
@media only screen and (min-width: 500px){
.celular { display: none; }
.desktop { }
.rodape_desktop { 
	position:fixed;
	margin:0;
	bottom:0;
	left:0;
	width:100%;
	height:40px;
	background-color:#164E84;
	text-align:center;
	border-top: 1px solid #366EA4;
	color: #F7F7F7;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.rodape_celular { display: none; }
.corpo {
	margin:0;
	padding:0;
	width: calc(100% - 160px);
	max-width:1600px;
}
.botao_home {
	display: none;
}
}

/* Celular */
@media only screen and (max-width: 499px){
.celular { }
.desktop { display: none; }
.rodape_desktop { display: none; }
.rodape_celular { background-color:#0B2E49; height:85px; }
.corpo {
	margin:0;
	padding:0;
	width:94%;
}
.botao_home {
	position:fixed;
	top:10px;
	right:10px;
	width:14%;
	max-width:70px;
}
}

.img_rodape_desktop {
	width:108px;
	height:36px;
	margin-top:2px;
}
.font_rodape {
	display: inline-block;
	vertical-align: middle;
	font-size:0.9em;
	font-weight:300;
	color:#CED9E3;
}

a {
	text-decoration:none;
}

