/* DESKTOP */
@media (min-width: 901px){
	#ExibeDesktop { display:block; }
	#ExibeMobile { display:none; }
	.TxtContato { padding-left:40px; line-height:28px; }
	
}

/* MOBILE */
@media (max-width: 900px){
	body { background: #e5e4df url(../images/bg_mobile_n.jpg) top center no-repeat; }
	#ExibeDesktop { display:none; }
	#ExibeMobile { display:block; }
	.AlinhaCentro { text-align:center!important; }
	.TxtContato { padding-left:0px; line-height:28px; }
	
	img {
	width:auto !important;
    max-width:100%;
    height:auto !important;
	}
}