.mapa {
	display: none; /* Ocultar el menú en móviles */
}

/*Home blade*/
.image-overlay-buscar_vehiculos {
	/*position: relative;*/
	background-image: url('/img/hub/buscar_vehiculos.jpg'); /* Sustituye con tu URL de imagen */
	background-size: cover;
	background-position: center;
	height: 330px;

	display: block;
        position: relative;
        width: 100%;
        aspect-ratio: 16 / 9;
        overflow: hidden;
        padding: 45px 0 0 45px
}

.image-overlay-oferta {
	/*position: relative;*/
	background-image: url('/img/hub/oferta2.jpg'); /* Sustituye con tu URL de imagen */
	background-size: cover;
	background-position: center;
	height: 330px;

	display: block;
        position: relative;
        width: 100%;
        aspect-ratio: 16 / 9;
        overflow: hidden;
        padding: 45px 0 0 45px
}

.image-overlay-tasacion {
	position: relative;
	background-image: url('/img/hub/tasacion.jpg'); /* Sustituye con tu URL de imagen */
	background-size: cover;
	background-position: center;
	height: 330px;
}

.image-overlay-promo {
	position: relative;
	background-image: url('/img/hub/promo.jpg'); /* Sustituye con tu URL de imagen */
	background-size: cover;
	/* background-position: revert-layer; */
	height: 230px;
}
.text-overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white; /* Color del texto */
}
/****/

.button_vehiculos{
	margin-top: 20px !important;
}

.sticky-btn {
      position: sticky;
      bottom: 10; /* Esto asegura que el botón se quede pegado al fondo del dropdown */
      width: 100%;
      z-index: 10;
    }
	
.card-body{
	top: -15px;
	position: relative;
}	




@media only screen and (max-width: 768px) {
    
    #bh-sl-map{
        display: none;
    }
    .container {
        padding: 10px;
    }

    .mapa {
        display: block; /* Ocultar el menú en móviles */
    }
    
    .image-overlay-buscar_vehiculos {
	/*position: relative;*/
	background-image: url('/img/hub/buscar_vehiculos.jpg'); /* Sustituye con tu URL de imagen */
	background-size: cover;
	background-position: center;
	height: 220px;

	display: block;
        position: relative;
        width: 100%;
        aspect-ratio: 16 / 9;
        overflow: hidden;
        padding: 25px 0 0 30px;
        
    }
    
    .image-overlay-oferta {
	/*position: relative;*/
	background-image: url('/img/hub/oferta2.jpg'); /* Sustituye con tu URL de imagen */
	background-size: cover;
	background-position: center;
	height: 220px;

	display: block;
        position: relative;
        width: 100%; 
        aspect-ratio: 16 / 9; 
        overflow: hidden;
        padding: 25px 0 0 30px;
    }
    
    .image-overlay-promo {
	position: relative;
	background-image: url('/img/hub/promo_m.jpg'); /* Sustituye con tu URL de imagen */
	background-size: cover;
	/* background-position: revert-layer; */
	height: 150px;
        padding: 25px 0 0 25px;
}
}	

@media (min-width: 1200px) {
    .container-xl {
        max-width: 1650px; 
    }
}