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

#credito {
	padding: 0;
	margin: 0;
	/* background: #e7e7e7; */
	margin-bottom: .5em;
}
#credito h4 {
	margin-top: 0;
	padding: 1em;
	padding-left: .5em;
	font-size: 1.4em;
	text-align: center;
	/* font-family: 'Raleway', sans-serif; */

	color: #ffffff;
	background: #00837e;
	/*text-shadow: 1px 1px 2px #000;*/
}

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

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

#credito .contenedor article {
	width: 100%;
	margin: .5em;
	height: auto;
	margin: 25px;
	background-color: #a9d8d7;

	/* border-bottom: 1px solid rgb(9, 147, 112); */
}

#credito article img {
	margin: auto;
	margin-left: 0;
	width: 95%;
	padding: .5em .6em;

	border-radius: 50%;
}

#credito 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%);
}

#credito .contenedor article p {
	font-size: 1em;
	margin: .3em;
	padding: 2em;
	text-align: justify;
	/* font-family: 'Raleway', sans-serif; */
	/* background-color: #00837e; */
	/* background: rgba(255, 255, 255, .7); */
	border-radius: 0px;
}

#credito article ul {
	text-decoration: none;
	list-style: none;
}

#credito article .bon {
	padding-left: 13px;
}

#credito article .bon a {
	color: orange;
	border-radius: 25px;
	border: 1px solid orange;
	padding: 2px 3%;
	margin: 1em;
}

#credito article .bon a:hover {
	border-radius: 25px;
	color: #fff;
	background-color: steelblue;
	border: 0px;
}


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

	#credito .contenedor {
		width: 100%;
	}

	#credito .contenedor article {
		width: 42%;
		height: auto;
		margin: 20px 20px;

		/* box-shadow: 0 0 1em rgb(212, 212, 212);
		border-bottom: none;
		border-radius: 10px; */
	}

	#credito article img {
		width: 95%;
		padding: .5em .5em;
	}

}

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

	#credito .contenedor article {
		width: 23%;
		height: auto;
		margin: 2em .3em;

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

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

	#credito .contenedor article p {
		font-size: 1.2em;
		margin: .6em;
		padding: .6em;
		text-align: justify;
	}
}