
/*============================================================
	Mobile (Portrait) Design for a width of 320px
==============================================================*/

@media only screen and (max-width: 479px) {
	/* GERAIS */
	.titleEnterpriseBlack, .titleEnterpriseWhite {
		margin: 0;
		padding: 0;
	}
	#evolutionEnterprise .evolutionBar,
	#plantEnterprise .owl-carousel,
	#locationEnterprise .map-total,
	#contactEnterprise .complete_form{
		margin: 40px 0 0 0;
	}
	.titleEnterpriseBlack h2,
	.titleEnterpriseWhite h2{
		font-size: 30px;
	}
	#aboutEnterprise,
	#evolutionEnterprise,
	#plantEnterprise,
	#locationEnterprise,
	#contactEnterprise {
		padding: 80px 0;
	}
	/* SECTIONS */
	#aboutEnterprise .about-dev{
		margin: 0 0 40px 0;
		padding: 0;
	}
	#aboutEnterprise .about-dev .galleryAbout a .button {
		margin: 20px 0 0 0;
	}
	#aboutEnterprise .image-dev .head {
		display: none;
	}
	#evolutionEnterprise .evolutionBar {
		padding: 40px 30px;
	}
	#plantEnterprise .owl-carousel{
		padding: 40px 50px 40px 50px;
	}
	#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;
	}
	#footerEnterprise .copyright p {
		margin: 20px 0 10px 0;
	}
	#footerEnterprise .copyright p {
		margin: 20px 0 10px 0;
	}
	#footerEnterprise .dev-by {
		margin: 10px 0 18px 0;
	}
	/* ========================================================================================== */
	/* INDIVIDUAL 6                                                                               */
	/* ========================================================================================== */	
		#aboutProject .image-dev {
			margin: 0 0 40px 0;
		}
		/* =========================================== */
		/*  CARACTERÍSTICAS
		/* =========================================== */
		#infoProject .data-left p{
			text-align: center;
		}
		#infoProject .data-right p{
			text-align: center;
		}
}