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

#credito {
	padding: 0;
	margin: 0;
	background: #fff;
	margin-bottom: .5em;
}
#credito h4 {
	margin-top: 0;
	padding-left: .5em;
	font-size: 1em;
	text-align: center;
	font-family: 'Bellota Text', cursive;

	color: orange;
	/*text-shadow: 1px 1px 2px #000;*/
}

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

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

	/* border-bottom: 1px solid orange; */
}

#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: .9em;
	margin: .7em;
	padding: 2em;
	text-align: justify;
	font-family: 'Thasadith', sans-serif;

	background: rgba(255, 255, 255, .4);
	border-radius: 10px;
}

#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: 85%;
	}

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

		/* box-shadow: 0 0 1em rgb(209, 208, 208); */
		border-bottom: none;
	}

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

}

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

	#credito .contenedor article {
		width: 30%;
		height: auto;
		margin: 1em .2em;

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

	#credito article img {
		margin: .3em .3em;
		width: 80%;
	}

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

}