.fondo{
    min-height: 60vh !important;
}

.background{
    img{
        min-height: 60vh !important;
    }
}
.banner{
    min-height: 60vh !important;
}
.informacion{
	.texto{
		color: white;
		h2{
			font-size: clamp(3rem, 6vw, 5rem);
		}
	}
}
.swiper {
    max-width: 100%; /* Ajusta el ancho del slider */
    margin: auto; /* Centrar el slider */
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%; /* Fijar ancho del slide */
    height: 222px; /* Fijar alto del slide */
    overflow: hidden; /* Evita desbordamientos */
    border-radius: 10px; /* Bordes redondeados opcionales */
}

.swiper-slide img {
    width: 400px; /* Tamaño fijo */
    height: 222px; /* Tamaño fijo */
    object-fit: cover; /* Ajustar sin deformarse */
    border-radius: 10px; /* Bordes redondeados opcionales */
}
