@media screen and (min-width: 1024px){
body{
	/* background-color: #12284C; */
	/*  background-color: #000000; */
	margin: auto;
	}

	.irTiendas{
		visibility: visible;
		display: block;
	}
	.callCenter{
		visibility: visible;
		display: block;
	}

	.tiendasmx{
		width: 60%;
	}

	.banners{
/* 		border:1px solid red; */
		margin: auto;
		text-align: center;
		width: 75%;
		padding-top:20px;
	}
	
	/* tiendas */
	.tiendasEM, .tiendasMVSG, .tiendaGuanajuato {
		width: 95%;
	}
	/* tiendas */
	
/* --- Tienda Cuatitlan Izcalli --- */
.cuatitlanIzcalliTienda{
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
}

.cuatitlanIzcalliTienda .direccionCuatitlan {
	text-align: left;
	width: 375px;
}

.cuatitlanIzcalliTienda .horariosCuautitlan{
	text-align: left;
	width: 300px;
}

#mapCuatitlanIzCalli{
	width: 75%;
	background-color: #fff;
	margin: 10px;
	border: 1px solid #707070;
}
/* --- Tienda Cuatitlan Izcalli --- */
.heroM, .heroSCM, .heroSMM, .heroSLM, .heroLGM, .hero-br-m, .hero-jM, .hero-arboledasM, .hero-plazaCentralM, .hero-senderoM{
	display: none;
}
}