@import url('https://fonts.googleapis.com/css2?family=Work+Sans&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway|Roboto+Condensed');

#filosofia {
	padding: 0;
	margin: 0;
	/*background-color: #e3e3e3;*/
	background-color: #5e5e5e;
}
#filosofia h4 {
	margin: 0;
	padding-top: 0;
	padding-left: .5em;
	font-size: 1.2em;
	text-align: center;
	font-family: 'Work Sans', sans-serif;

	color: #093c8e;
	background-color: #eee;
	padding-bottom: .7em;
	border-radius: 3px 3px 0px 0px;
	/*text-shadow: 1px 1px 2px #000;*/
}

#filosofia h4 a {
	text-decoration: none;
	color: #093c8e;
}

#filosofia .contenedor {
	width: 97%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#filosofia .contenedor article {
	width: 100%;
	margin: .3em;
	height: auto;
	background-color: #fff;

	border-radius: 3px;
	/*background: rgba(255, 255, 255, .1);
	box-shadow: 0 0 1em #eee;*/
	
}

#filosofia article img {
	margin: auto;
	margin-left: 0;
	width: 100%;
}

#filosofia article a:hover img{
	/*-webkit-filter: blur(2px);
	-moz-filter: blur(2px);
	filter: blur(2px);*/

	-webkit-filter: brightness(70%);
	-moz-filter: brightness(70%);
	filter: brightness(70%);
}

#filosofia .contenedor article p {
	font-size: 1em;
	margin: 1em;
	padding: 1em;
	padding-top: 0;
	text-align: center;
	font-family: 'Work Sans', sans-serif;
}

#filosofia .contenedor article p a {
	text-decoration: none;
	color: #000;
}

/* Media Querys MEDIANO */
@media screen and (min-width: 768px) {
	#filosofia {
		margin-top: 0;
		margin-bottom: 0;
	}

	#filosofia .contenedor article {
		width: 100%;
		height: auto;
		
	}

	#filosofia article img {
		width: 100%;
	}

}

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

	#filosofia .contenedor article {
		width: 29%;
		height: auto;
		margin: .4em .4em;

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

	#filosofia article img {
		margin: .6em .6em;
		width: 95%;
	}

}