

#empresas {
	float: left;
	width: 100%;
	height: auto;
	margin-top: 56px;
	min-height: calc(100vh - 260px);
}

#empresas figure{
	float: left;
	width: 100%;
	height: 100px;
}

#empresas figure img{
	width: 100%;
	height: 100%;
}

#empresas article {
	width: 90%;
	margin-left: calc((100% - 90%) / 2);
}

#empresas h1 {
	float: left;
	font-size: 22px;
	text-align: center;
	color: #4E4E4E;
	width: 100%;
	margin-top: 50px;
}

#empresas h4 {
	float: left;
	width: 100%;
	font-size: 15px;
	font-weight: bold;
	color: #4E4E4E;
	margin-left: 0px;
	margin-top: 40px;
	margin-right: 0px;
}

#empresas p {
	float: left;
	font-size: 15px;
/*
	font-family: 'Heebo Light';
	font-weight: 200;
*/
	text-align: justify;
	color: #4E4E4E;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 20px;
}

#empresas p:last-child {
	margin-bottom: 80px;
}

#empresas ol, #empresas ul{
	float: left;
	display: block;
	width: 100%;
	margin-left: 10px;
	margin-top: 20px;
	padding-left: 0px;

} 

#empresas ol li, #empresas ul li {
/*	font-family: 'Heebo Light';*/
	font-size: 15px;
/*	font-weight: 100;*/
	margin-bottom: 5px;
}


@media screen and (min-width:768px) {
	#empresas {
		margin-top: 65px;
	}	
	
	#empresas figure{
		height: 200px;
	}

	
}

@media screen and (min-width:1024px) {
	#empresas {
		margin-top: 75px;
	}

	#empresas figure{
		height: 250px;
	}
	
	#empresas article {
		width: 85%;
		margin-left: calc((100% - 85%) / 2);
	}	
	

	#empresas h1 {
		font-size: 36px;
		text-align: left;
		margin-top: 60px;
		margin-bottom: 0px;
		margin-left: 0px;
	}
	

	#empresas h4 {
		font-size: 16px;
		margin-left: 0px;
		margin-top: 40px;
	}
	

	#empresas p {
		font-size: 16px;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 20px;
	}
	
	#empresas ol, #empresas ul{
		margin-left: 0px;
		margin-top: 20px;
		padding-left: 10px;

	} 
	
	#empresas ol li, #empresas ul li {
		font-size: 16px;
	}	

}

@media screen and (min-width:1920px) {
	#empresas {
		width: 1280px;
		margin-left: calc((100vw - 1280px)/2);
	}
	#empresas article {
		width: 92%;
		margin-left: calc((100% - 92%) / 2);
	}	
}