@import url('https://fonts.googleapis.com/css?family=Raleway|Roboto+Condensed');

#filosofia {
	padding: 0;
	margin: 0;
	/*background-color: #e3e3e3;*/
	background-color: #fff;
}

#filosofia a {
	color: red;
	text-decoration: none;
}

#filosofia h4 {
	margin: 0;
	padding-top: 0;
	padding-left: .5em;
	font-size: 1.2em;
	text-align: center;
	font-family: 'Raleway', sans-serif;

	/*color: #093c8e;*/
	color: #093c8e;
	padding-bottom: .6em;
	/*border-radius: 3px 3px 0px 0px;
	text-shadow: 1px 1px 2px #000;*/
}
#filosofia h4:hover {
	cursor: pointer;
	color: orange;
}

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

.container {
	width: 99%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

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

#filosofia 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 article p {
	font-size: 1em;
	margin: 0;
	padding: 1em;
	padding-top: 0;
	text-align: justify;
	font-family: 'Raleway', sans-serif;
	color: #000;
}

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

#filosofia .lateral {
	display: none;
}

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

	#filosofia .global {
		width: 74%;
		background-color: #fff;
	}

	#filosofia article {
		width: 45%;
		height: auto;
		margin: .2em;

		box-shadow: 0 0 1em #eee;
		
	}

	#filosofia article img {
		width: 100%;
	}

	#filosofia .lateral {
		display: block;
		width: 25%;
		height: auto;
		margin: 0em .0em;
		padding: 4px;

		/*background-color: #C0ECFD;*/
		background-color: #eee;
	}

	#filosofia .lateral img {
		margin: 0;
		margin-bottom: .4em;
		width: 100%;

		
		/*border: 1px solid #064C92;*/
	}

	#filosofia .lateral img:hover {
		-webkit-filter: brightness(70%);
		-moz-filter: brightness(70%);
		filter: brightness(70%);
		cursor: pointer;
	}

}

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

	#filosofia .global {
		width: 77%;
	}

	#filosofia .lateral {
		width: 21%;
	}

	#filosofia article {
		width: 32%;
		height: auto;
		margin: .2em 0;
		margin-left: .5em;

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

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

}