#opciones_inicio {
	padding: 0;
	margin: 0;
	padding-bottom: 1.5em;
	background-color: #fff;
}

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

#opciones_inicio .contenedor article {
	width: 100%;
	height: auto;
	margin: 0;
	background-color: none;

	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#opciones_inicio article img {
	margin: 4px;
	width: 99%;
	max-width: 1600px;
}

/* #opciones_inicio article img:hover {
	border-radius: 20px;
	transition: .2s all ease;
	transform: scale(1.01);
	filter: grayscale(1);
} */

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

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