#menu-credito {
	padding: 0;
	margin: 0;
	background: #3b4791;
}
/* #menu-credito h4 {
	margin-top: 0;
	margin-bottom: 0;
	padding-left: .5em;
	font-size: 1.8em;
	text-align: center;
	font-family: 'DM Serif Display', serif;
	color: rgb(12, 53, 133);
} */
#menu-credito .contenedor {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#menu-credito .contenedor article {
	width: 40%;
	height: auto;
	margin: 10px;
	margin-bottom: 0%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

#menu-credito article img {
	margin: auto;
	/* margin-left: 26%; */
	width: 100%;
}

#menu-credito article ul {
	text-decoration: none;
	list-style: none;
	margin: 10px 10px;
}

#menu-credito article .bon {
	padding: 0;
	transform: translateY(-30px) translateX(-15px);
	font-family: 'Raleway', sans-serif;
	margin: 0%;
	text-decoration: none;
}

#menu-credito article .bon a {
	background-color: #646cff;
	color: rgb(255, 255, 255);
	border-radius: 25px;
	padding: 8px 8px;
	margin: 0%;
	text-decoration: none;
}
#menu-credito article .bon a:hover {
	background-color: #dedede;
	color: rgb(12, 53, 133);
	border-radius: 25px;
	text-decoration: none;
}

a:visited {
  text-decoration: none;
}

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

	#menu-credito .contenedor article {
		width: 20%;
		height: auto;
		margin: 4px;
	}
	#menu-credito article img {
		margin: 0;
		width: 100%;
	}

}

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

}