#opciones_inicio {
	padding: 0;
	margin: 0;
}

#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: 0;
	padding: 0;
	width: 100%;
	max-width: 1280px;
	height: 100%;
}

/* #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) {
	#opciones_inicio .contenedor article {
		width: 373px;
		height: auto;
		margin: 30px 30px;
	}
	#opciones_inicio article img {
		margin: 12px 12px;
		width: 93%;
		max-width: 366px;
	}
}

/* Media Querys COMPLETO 
@media (min-width: 1120px) {
	#opciones_inicio .contenedor article {
		width: 373px;
		height: auto;
		margin: 30px 0px;

		/*outline: 1px solid #B6B6B6;
	}
	#opciones_inicio article img {
		margin: 12px 10px;
		width: 100%;
		max-width: 355px;
	}
}*/