#servicios {
	padding: 0;
	margin: 0;
	background-color: #f9f9f9;
}
#servicios h4 {
	margin-top: 0;
	margin-bottom: 0;
	padding-left: .5em;
	font-size: 1.4em;
	text-align: center;
	font-family: 'Raleway', sans-serif;

	color: steelblue;
	/*text-shadow: 1px 1px 5px #000;*/
}

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

#servicios .contenedor article {
	width: 100%;
	height: auto;
	margin: 10px;
	/*background: rgba(000, 000, 000, .6);*/
	background-color: #f1f1f1;
	/*box-shadow: 1px 1px 5px rgba(000, 000, 000, .7);*/
}

#servicios article img {
	margin: 4px;
	width: 98%;
	max-width: 373px;
	border-radius: 50%;
}

#servicios .contenedor article p {
	font-size: 1.1em;
	padding: .5em;
	text-align: justify;
	color: #fff;
	text-shadow: 1px 3px 5px #000;

	/*background: rgba(255, 255, 255, .7);
	border-radius: 10px;*/
}

#servicios .contenedor article li {
	font-size: 1em;
	padding: .5em 1.5em;
	color: gray;
	/*text-shadow: 1px 1px 2px #000;*/
}

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

	#servicios .contenedor article {
		width: 40%;
		height: auto;
		margin: 3% 3%;
	}

	#servicios article img {
		margin: .5em;
		width: 93%;
		max-width: 500px;
	}

}

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

	#servicios .contenedor article {
		width: 43%;
		height: auto;
		margin: 3% 3%;
		/*outline: 1px solid #B6B6B6;*/
	}

	#servicios article img {
		margin: .4em;
		width: 70%;
		margin-left: 13%;
	}

	#servicios .contenedor article p {
		font-size: .9em;
		margin: 1em;
		padding: 1em;
		text-align: justify;

}