/* Estilos para el slider de imágenes de casas */
.demo {
	text-align: center !important;
}

/* Estilo para el recuadro de precio promedio */
.precio-promedio-box {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
	border-radius: 10px !important;
	text-align: center !important;
}

.precio-promedio-box h4 {
	color: white !important;
	font-weight: bold !important;
	font-size: 18px !important;
}

.precio-promedio-box .promedio {
	color: #ffd700 !important;
	font-size: 24px !important;
	font-weight: bold !important;
	display: block !important;
	margin-top: 10px !important;
}

.precio-promedio-box p {
	color: rgba(255,255,255,0.8) !important;
	font-size: 11px !important;
}

.lslide.active img {
	min-width: 400px !important;
}

#image-gallery {
	height: 600px !important;
}

#image-gallery .lslide {
	height: 600px !important;
}

#image-gallery .lslide img {
	object-fit: cover !important;
	height: 600px !important;
	width: 100% !important;
	cursor: pointer !important;
	background-color: #f5f5f5;
}

/* Miniaturas del slider */
.lSPager.lSGallery {
	height: 80px !important;
}

.lSPager.lSGallery li {
	height: 80px !important;
	width: auto !important;
}

.lSPager.lSGallery li img {
	height: 80px !important;
	width: auto !important;
	object-fit: cover !important;
}

/* Ocultar thumbnails de imágenes menores a 400px */
.lSPager.lSGallery li.hidden-thumbnail {
	display: none !important;
}

/* Estilos para botones de navegación del slider */
.lSAction > .lSPrev,
.lSAction > .lSNext {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
	border-radius: 50% !important;
	width: 50px !important;
	height: 50px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	cursor: pointer !important;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3) !important;
	border: none !important;
	transition: all 0.3s ease !important;
}

.lSAction > .lSPrev {
	left: 15px !important;
}

.lSAction > .lSNext {
	right: 15px !important;
}

.lSAction > .lSPrev:after {
	content: '‹' !important;
	color: white !important;
	font-size: 32px !important;
	font-weight: bold !important;
	line-height: 1 !important;
	margin-left: -2px !important;
}

.lSAction > .lSNext:after {
	content: '›' !important;
	color: white !important;
	font-size: 32px !important;
	font-weight: bold !important;
	line-height: 1 !important;
	margin-right: -2px !important;
}

.lSAction > .lSPrev:hover,
.lSAction > .lSNext:hover {
	transform: scale(1.1) !important;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4) !important;
}

.lSAction > .lSPrev:active,
.lSAction > .lSNext:active {
	transform: scale(0.95) !important;
}

@media (max-width: 992px) {
	#image-gallery {
		height: 400px !important;
	}
	
	#image-gallery .lslide {
		height: 400px !important;
	}
	
	#image-gallery .lslide img {
		height: 400px !important;
	}
}

/* Responsivo para móviles */
@media (max-width: 576px) {
	#image-gallery {
		height: 250px !important;
	}
	
	#image-gallery .lslide {
		height: 250px !important;
	}
	
	#image-gallery .lslide img {
		height: 250px !important;
	}
	
	.lSPager.lSGallery {
		height: 60px !important;
	}
	
	.lSPager.lSGallery li {
		height: 60px !important;
	}
	
	.lSPager.lSGallery li img {
		height: 60px !important;
	}
}
