#ban_tarjetas {
	padding: 0;
	margin: 0;
    background: #3B4791;
	background: linear-gradient(180deg, rgba(59, 71, 145, 1) 0%, rgba(59, 71, 145, 1) 80%, rgba(59, 71, 145, 0) 100%);
}

#ban_tarjetas .contenedor {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#ban_tarjetas .contenedor article {
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#ban_tarjetas .contenedor article img { 
	max-width: 1000px;
}

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

	#ban_tarjetas .contenedor article img {
		width: 100%;
		/* max-width: 1280px; */
	}
}

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