/* DESKTOP */
@media (min-width: 768px){
	#ExibeDesktop { display:block; }
	#ExibeMobile { display:none; }
	.AlinhaMenuMob {  }
	#Logo { width:55%; max-width:406px; margin:0 auto; position:relative; z-index:9999; }
	#FotoQuemSomos { position:relative; margin-top:-80px; }
}

/* MOBILE */
@media (max-width: 768px){
	#ExibeDesktop { display:none; }
	#ExibeMobile { display:block!important; }
	.AlinhaCentro { text-align:center!important; }
	.AlinhaMenuMob { position:absolute!important; right:0px; background:transparent!important; top:35px!important; z-index:15; }
	#Logo { width:100%; max-width:240px; margin:0 auto; position:relative; z-index:10; }
	#FotoQuemSomos { position:relative; margin-top:-30px; }
	
	h1 { font-size:26px; line-height:28px; }
	h2 { font-size:16px; line-height:20px; }
	.TxtChamada { font-size: 13px; line-height:20px; }
	
	img {
	width:auto !important;
    max-width:100%;
    height:auto !important;
	}
}