#servicios {
	padding: 0;
	margin: 0;
	background: #eaeaea;
}
#servicios h4 {
	margin-top: 0;
	margin-bottom: 0;
	padding-left: .5em;
	font-size: 1.1em;
	color: gray;
	text-align: center;
}

#servicios .contenedor {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	background: #fff;
}

#espacio_servicios {
	margin-top: 200px;
	margin-bottom: 0px;
	height: 0;
	background: #fff;
}

#servicios .contenedor #espacio {
	width: 100%;
	height: 80px;
}

#servicios .contenedor article {
	width: 100%;
	height: 280px;
	margin: 5px;
	background-color: none;
}

#servicios article img {
	margin: 3px;
	width: 98%;
	/*max-width: 373px;*/
}

#servicios .contenedor article p {
	font-size: .9em;
	color: #6fbd4d;
	margin: .5em;
	margin-top: 0;
	text-align: center;
}

/* Media Querys MEDIANO */
@media screen and (min-width: 480px) {

	#espacio_servicios {
		margin-top: 80px;
	}

}

/* Media Querys MEDIANO */
@media screen and (min-width: 768px) {

	#servicios .contenedor article {
		width: 373px;
		height: auto;
		margin: 0px 0px;
		background-color: #fff;

		/*outline: 1px solid #B6B6B6;*/
	}

	#servicios article img {
		/*margin: 12px 12px;*/
		width: 100%;
		
	}

	#espacio_servicios {
		margin-top: 120px;
	}

}

/* Media Querys COMPLETO */
@media (min-width: 1120px) {

	#servicios .contenedor article {
		width: 373px;
		height: auto;
		margin: 0px 0px;
		background-color: #fff;

		/*outline: 1px solid #B6B6B6;*/
	}

	#servicios article img {
		/*margin: 12px 12px;*/
		width: 100%;
		
	}

}