/* CSS Document */

#escritorio { background:url(/imagens/indexEscritorio.png) center 0 no-repeat; min-height:256px; width:100%; min-width:1200px; }
#escrotorioConteudo { width:770px; margin:0 0 0 430px; padding:0; }
.boxs { width:300px; min-height:316px; float:left; text-align:center; margin:50px 42px 0; }
.boxs img { margin:20px 0; }
.boxsTit { font-size:16px; font-weight:700; }
#sociosTit { font-family: 'OratorStd'; font-size:34px; text-align:center; }
.socio { width:1200px; min-width:225px; margin-bottom:35px; }
.socio img { float:left; margin:0 20px 20px 0; }
.socioNome { font-weight:700; font-size:18px; display:inline-block; margin-right:15px; }
.socioOab { font-weight:600; color:#727272; }
.right { text-align:right; }
.right img { float:right !important;  margin:0 0 20px 20px !important; }
.socio a { background-position:right 5px !important; }
#escritorio .siteTexto { line-height:150% !important; }

@media screen and (max-width: 500px) {
	#escritorio { background:url(/imagens/indexEscritorio.png) left top no-repeat; width:320px; margin:0 auto; min-width:320px; background-size:817px; padding-top:120px; }
	#escrotorioConteudo { width:320px; margin:0; padding:0; }
	.boxs { width:320px; min-height:200px; float:none; margin:50px 0 0; }
	.boxs img { margin:20px 0; }
	#sociosTit { font-size:30px; }
	.socio { width:320px; margin-bottom:35px; text-align:center; }
	.socio img { float:none; margin:0 auto 20px; display:block; }
	.socioNome { text-align:left; margin-right:0; display:block; }
	.socioOab { display:block; text-align:left; }
	.right { text-align:center; }
	.right img { float:none !important;  margin:0 auto 20px !important; }
}