/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 22 2024 | 16:21:29 */
.bg-gallery {
	transition: 0.3s ease-in-out;
	overflow: hidden; 
	display: relative;
	max-height: 770px !important;
}
.list-gallery {
	transition: 0.3s ease-in-out;
	padding: 17px !important;
	top: 1000px;
	display: none;
}
.title-gallery {
	transition: 0.6s ease-in-out;
	padding: 220px 0px 0px 0px;
}
.subtitle-gallery {
	transition: 0.6s ease-in-out;
}
.bg-gallery::before {
	transition: transform 0.6s ease-in-out;
}
.bg-gallery:hover::before {
	transform: scale(1.3); /* Solo escala la imagen de fondo */
	filter: brightness(82%) contrast(100%) saturate(100%) blur(5.1px);
}
.bg-gallery:hover .title-gallery{
	padding: 111px 0px 0px 0px;
	
}
.bg-gallery:hover .title-gallery h2{
	color: #ffc000 !important;
}
.bg-gallery:hover .subtitle-gallery h2{
	color: #00b050 !important;
}

.bg-gallery:hover .list-gallery {
	top:0px;
	display: block;
}

/* .bg-gallery:hover #list-aseo{
	padding-bottom: 100px !important;
} */
#list-obra{
	padding-top:47px !important;
}
#list-servicios{
	padding-top:240px !important;
}
#list-arriendo{
	padding-top:240px !important;
}

@media (max-width: 440px) {
	#list-aseo{
		font-size:15px !important;
	}
}
@media (max-width: 350) {
	#list-aseo{
		font-size:0.9em !important;
	}
}
