#empresa-desc p{

	font-size:14px;

	max-width:600px;

	margin-bottom:30px;
	margin-top: 20px;
	text-align: left;
}

#empresa-desc2 p{

	font-size:16px;

	max-width:600px;

	margin-bottom:30px;
	margin-top: 20px;
	text-align: left;
}

#empresa-desc figure{

	max-width:400px;
	margin-bottom:30px;
	margin-top:20px;

}

#empresa-desc figure img{

	max-width:100%;

	max-height:100%;

	vertical-align: bottom;

}

@media screen and (max-width:1200px){

	#empresa-desc p{

		max-width:100%;

	}

}





#empresa-parceiros li{

	position:relative;

	width:220px;

	height:104px;

	border:1px solid #ddd;

	border-radius:3px;

	margin:4px;

	margin-bottom:40px;

}

#empresa-parceiros li:after{

	content:'acesse o site';

	position:absolute;

	top:auto;

	bottom:-20px;

	left:0;

	width:100%;

	font-size:14px;

	text-align:center;

	font-style:italic;

	font-weight:bold;

}

#empresa-parceiros li img{

	max-width:90%;

	max-height:90%;

}

