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

#proyectos_datel {
	padding: 0;
	margin: 0;
	background: rgb(15, 57, 99);
	margin-bottom: .5em;
}

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

#proyectos_datel .contenedor article {
	width: 45%;
	height: auto;
	margin: 5px;
	background-color: #fff;

	overflow:hidden;
}

#proyectos_datel article a img {
	margin: 0;
	margin-left: -10px;
	width: 100%;
}

#proyectos_datel article a img:hover {
	transition: .2s all ease;
	transform: scale(1.15);
	-webkit-filter: brightness(50%);
	-moz-filter: brightness(50%);
	filter: brightness(50%);
	cursor: pointer;
}

#cuadro {
	overflow:hidden;
	width: 100%;
	/* border: solid 5px rgb(228, 228, 228); */
}

#proyectos_datel .contenedor article p {
	font-size: .9em;
	margin: .7em;
	padding: 0;
	text-align: center;
	font-family: 'Raleway', sans-serif;

	/* background: rgba(135, 167, 184, 0.7); */
}

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

	#proyectos_datel .contenedor article {
		width: 40%;
		height: auto;
		margin: 30px 30px;
	}

}

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

	#proyectos_datel .contenedor article {
		width: 25%;
		height: auto;
		margin: 1.6em .6em;
		margin-bottom: .1em;

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

	#proyectos_datel .contenedor article p {
		font-size: 1em;
		margin: .4em;
		padding: .4em;
	}
}