
/*============================================================
	Tablet (Portrait) Design for a width of 768px
==============================================================*/

@media (min-width: 768px) and (max-width: 991px) {
	/* GERAIS */
	.titleEnterpriseBlack, .titleEnterpriseWhite {
		margin: 0;
		padding: 0;
	}
	#aboutEnterprise .about-dev{
		margin: 0 0 40px 0;
		padding: 0;
	}	
	#evolutionEnterprise .evolutionBar,
	#plantEnterprise .owl-carousel,
	#locationEnterprise .map-total,
	#contactEnterprise .complete_form{
		margin: 40px 0 0 0;
	}
	/* FOOTER */
	#footerEnterprise .contato {
		text-align: center;
		margin: 100px 0 0 0;
	}
	#footerEnterprise .social {
		text-align: center;
		margin: 40px 0;
	}
	#footerEnterprise .back {
		text-align: center;
		margin: 0 0 100px 0;
	}
}