html, body{
	margin: 0;
	border: none;
	padding: 0;
}
#container{
	margin: auto;
	overflow: auto;
}
#menu-total{
	width: 100%;
	height: auto;
	position: fixed;
	overflow: auto;
	z-index: 1;
	top: 0; /*este dado tem que estar dps de position*/
}
#menu-amarelo{
	width: 100%;
	height: auto;
	background-color: #edcd27; /*#ffd916 mostarda antigo*/
	overflow: auto;
	position: relative;
	display: table;
	display: -webkit-flex;
    display: flex;
}
#menu-logo img{
	max-width: 200px;
	height: auto;
	margin: 0.5em;
	float: left;
}
#menu-contato{
	max-width: 200px;
	height: auto;
	float: right !important;
	right: 3em;
	overflow: auto;
	position: fixed;
	margin-top: 32px;
}
#menu-vermelho img{
	top: 0;
	width: 100%;
	height: 8px;
	float: left;
}
#menu-vermelho{
	top: 0;
	width: 100%;
	height: 8px;
}
#menu-azul{
	width: 100%;
	height: auto;
	background-color: #00008B; /* #005791azul escuro*/
	border-bottom: 1px solid white;
	padding: 0.5em 0;
	color: #fff;
	text-align: center;
	font-size: 2em;
	text-shadow: 3px 2px 5px #ccc;
}
.manut{
	margin-top: 13em;
	text-align: center;
}
.manut img{
	max-width: 900px;
	width: 100%;
	height: auto;
}
.info{
	text-align: center;
	font-size: 1.2em;
	color: #000;
}
.info p{
	padding: 3px;
	margin: 0;
}
.mapa{
	text-align: center;
	margin-bottom: 3em;
	margin-top: 0.5em;
}
.mapa img{
	max-width: 960px;
	width: 100%;
	height: auto;
}
footer{
	bottom: 0;
	position: fixed;
	background-color: #eaeaea;
	text-decoration: none;
	text-align: center;
	font-size: 0.8em;
	width: 100%;
}
footer p{
	margin: 0;
	padding: 0.2em;
}
footer a{
	text-decoration: none;
	color: #000;
}
footer a:hover{
	color: #00008B;
	font-weight: bold;
}
.rodape-pequeno{
	display: none;
}
/*--------------------------------------------------------------
## 	Desktop Small ( < 960px )
--------------------------------------------------------------*/
@media only screen and (max-width: 60em){

#menu-logo img{
	max-width: 150px;
	height: auto;
}
#menu-contato img{
	max-width: 150px;
	height: auto;
	/*margin-top: 20px;*/
}
#menu-contato{
	margin-top: 25px;
}
.manut{
	margin-top: 11em;
}

}
/*--------------------------------------------------------------
## 	Tablet Medium ( < 800px )
--------------------------------------------------------------*/
@media only screen and (max-width: 50em){

#menu-contato{
	right: 0.5em;
}
#menu-azul{
	font-size: 1.5em;
}
.rodape-pequeno{
	display: block;
}
.rodape-grande{
	display: none;
}
.manut{
	margin-top: 9.5em;
}
.info{
	font-size: 1em;
}

}
/*--------------------------------------------------------------
## 	Mobile Extra Large ( < 640px )
--------------------------------------------------------------*/
@media only screen and (max-width: 40em){

#menu-logo img{
	max-width: 120px;
	height: auto;
}
#menu-azul{
	font-size: 1.3em;
}
#menu-contato{
	margin-top: 18px;
}
.manut{
	margin-top: 8em;
}
.info{
	font-size: 0.8em;
}

}
/*--------------------------------------------------------------
## 	Mobile Medium ( < 480px )
--------------------------------------------------------------*/
@media only screen and (max-width: 30em){

#menu-logo img{
	max-width: 100px;
	height: auto;
	float: left;
	margin: auto;
	margin-left: 25px;
}
#menu-contato img{
	max-width: 100px;
	height: auto;
	float: right;
	margin: auto;
	margin-top: 6px;
	margin-right: 10px;
}
#menu-contato{
	margin-top: 7px;
}
#menu-azul{
	font-size: 1em;
}
.manut{
	margin-top: 8em;
}

}