/* 
960px / 920px – Tablets no formato paisagem e alguns monitores mais antigos
***********************************************************/
@media screen and (max-width:991px){
	
	.mb-rodape-objetivo { text-align: center; }	
	
	.md-relacao-img { height: 350px; margin: auto; }
	.mb-relacao-titulo { font-size: 20px; text-align: center; }

}


/* 
960px / 920px – Tablets no formato paisagem e alguns monitores mais antigos
***********************************************************/
@media screen and (max-width:960px){
	
	.mb-rodape-objetivo { text-align: center; }	
	
	.md-relacao-img { height: 350px; margin: auto; }
	.mb-relacao-titulo { font-size: 20px; text-align: center; }

}


/* 
768px – Tablets no formato retrato, como o iPad
***********************************************************/
@media screen and (max-width:768px){
	
	.mb-rodape-objetivo { text-align: center; }	
	
	.md-relacao-img { height: 350px; margin: auto; }
	.mb-relacao-titulo { font-size: 20px; text-align: center; }
	
}


/* 
660px – Smartphones no formato paisagem com tela pequena
***********************************************************/
@media screen and (max-width:660px){
	
	#mb-local-bloco { margin-top: 10px; }
	#mb-local-cidade { font-size: 24px; }
	#mb-local-bairro { font-size: 24px; }
	.mb-rodape-objetivo { text-align: center; }	
	
	.md-relacao-img { height: 350px; margin: auto; }
	.mb-relacao-titulo { font-size: 20px; text-align: center; }
	
}


/* 
480px – Smartphones no formato paisagem com tela pequena
***********************************************************/
@media screen and (max-width:480px){

	#mb-header-topo { height: 180px; }
	#mb-local { opacity: 1; }
	#mb-local-bloco { margin-top: 10px; }
	#mb-header figure.mb-logotipo { height: 90px; width: 320px; }
	#mb-local-cidade { display: block; font-size: 24px; margin: 0px; padding: 0px; text-align: center; width: 100%; }
	#mb-local-bairro { border: 0px; display: block; font-size: 24px; margin: 0px; padding: 0px; text-align: center; width: 100%; }
	#mb-banners { margin-top: 80px; }
	#mb-banners-topo { height: 60px; }
	#mb-banners-topo img { height: 100%; width: 100%; }
	.mb-rodape-objetivo { text-align: center; }	
	
	.md-relacao-img { height: 250px; margin: auto; }
	.mb-relacao-titulo { font-size: 18px; text-align: center; }
}


/* 
360px – Smartphones no formato retrato com tela pequena
***********************************************************/
@media screen and (max-width:360px){
	
	#mb-header-topo { height: 180px; }
	#mb-local { opacity: 1; }
	#mb-local-bloco { margin-top: 10px; }
	#mb-header figure.mb-logotipo { height: 90px; width: 320px; }
	#mb-local-cidade { display: block; font-size: 24px; margin: 0px; padding: 0px; text-align: center; width: 100%; }
	#mb-local-bairro { border: 0px; display: block; font-size: 24px; margin: 0px; padding: 0px; text-align: center; width: 100%; }
	#mb-banners { margin-top: 80px; }
	#mb-banners-topo { height: 60px; }
	#mb-banners-topo img { height: 100%; width: 100%; }
	.mb-rodape-objetivo { text-align: center; }	
}
