.Proyextos {

	width: 100%;
	height: auto;
	background-color: #000;
	padding-top: 80px;
	padding-bottom: 80px;
	

}

.TitleProyextos {
	
	font-family: 'GibsonBold', sans-serif;
	font-size: 57px;
	color: #fff;
	padding-bottom: 80px;

}


/*Meineke Cuautitlan */ 


.ProyectoCancunQroo1, .ProyectoCancunQroo2, .ProyectoCancunQroo3, .ProyectoCancunQroo4, .ProyectoCancunQroo5, .ProyectoCancunQroo6  {
	
	width: 390px;
	height: 420px;
	margin: 10px;
	display: inline-block;
	background: url(../img/Usadas/CancunQroo/Taller1.jpg) 40% 0 no-repeat;
	background-size: cover;

}


.ProyectoCancunQroo2   {
	
	background: url(../img/Usadas/CancunQroo/Taller2.jpg) 40% 0 no-repeat;
	background-size: cover;
}

.ProyectoCancunQroo3   {
	
	background: url(../img/Usadas/CancunQroo/Taller3.jpg) 40% 0 no-repeat;
	background-size: cover;

}

.ProyectoCancunQroo4   {
	
	background: url(../img/Usadas/CancunQroo/Taller4.jpg) 40% 0 no-repeat;
	background-size: cover;
}


.ProyectoCancunQroo5   {
	
	background: url(../img/Usadas/CancunQroo/Taller5.jpg) 40% 0 no-repeat;
	background-size: cover;
}

.ProyectoCancunQroo6  {
	
	background: url(../img/Usadas/CancunQroo/Taller6.jpg) 40% 0 no-repeat;
	background-size: cover;

}






.VerMas {
	
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #fff;
	margin-top: 50px;
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #fff;
}


.VerMas:hover {
	
	color: #fff;
	background-color: #000;
	cursor:pointer;
}


.Espacio-Proyextos {
	
	width: 100%;
	height: 200px;
}






@media (max-width:1093px) {
	

.ProyectoCancunQroo1, .ProyectoCancunQroo2, .ProyectoCancunQroo3, .ProyectoCancunQroo4, .ProyectoCancunQroo5, .ProyectoCancunQroo6, .ProyectoCancunQroo7 {
	
	width: 320px;
	height: 220px;
	margin: 5px;
	display: inline-block;
	background-size: cover;

}



}