
/*============================================================
	Mobile (Landscape) Design for a width of 480px
==============================================================*/

@media only screen and (min-width: 480px) and (max-width: 767px) {
	/* GERAIS */
	.titleEnterpriseBlack, .titleEnterpriseWhite {
		margin: 0;
		padding: 0;
	}
	#evolutionEnterprise .evolutionBar,
	#plantEnterprise .owl-carousel,
	#locationEnterprise .map-total,
	#contactEnterprise .complete_form{
		margin: 40px 0 0 0;
	}
	/* SECTIONS */
	#aboutEnterprise .about-dev{
		margin: 0 0 40px 0;
		padding: 0;
	}
	#info .data-left,
	#info .data-right{
		display: block;
		width: 100%;
	}	
	#info .data-left p,
	#info .data-right p{
		text-align: center;
	}	
	/* 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;
	}
	#footerEnterprise .dev-by {
		text-align: center;
	}
	/* ========================================================================================== */
	/* INDIVIDUAL 6                                                                               */
	/* ========================================================================================== */	
		#aboutEnterprise .image-dev {
			margin: 0 0 40px 0;
		}
		/* =========================================== */
		/*  CARACTERÍSTICAS
		/* =========================================== */
		#infoEnterprise .data-left p{
			text-align: center;
		}
		#infoEnterprise .data-right p{
			text-align: center;
		}
}