.estrena{
        width: 100%;
    }
    .static-contain p{
        font-size: 16px;
    }
    .contenedor-cards{
        display:flex;
    }
    .promesas{
        display:flex;
        flex-direction:row;
        flex-wrap:wrap;
        justify-content:space-around;
        margin-bottom: 30px;
    }
    .card{
        /* background-color: #fff; */
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        margin-bottom: 25px;
        /* width:100%; */

    }
    .card-body{
        padding: 5%;
        height: 350px;
    }
    .card-img-top{
        width: 100%;
    }
    .card-title{
        font-size: 20px;
        font-weight: 600;
    }
    #section-promesas{
        background-color: #061B2B;
    }
    h1{
        text-align: center;
        font-weight: 600;
        color:#fff;
    }
    .img-promesas{
        margin: auto;
        display: block;
        width: 100%;
    }
    .link-promesas{
        text-decoration: none;
    }
    .titulo-home{
        text-align: center;
        font-size: 36px;
        font-weight: 600;
        color: #fff;
    }
    .tipos{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .tipos .tipo-busqueda{
        width: 44%;
    }
    .tipos .tipo-busqueda p{
        display: inline-block;
        text-align: center;
        color: #fff;
        padding: 0px 10px 0px 10px;
        cursor: pointer;
        width: 32%;
        font-size: 16px;
        font-weight: 600;
        text-align: -webkit-center;
    }
    #tipo_unidad,#marca,#modelo{
        border:none;
        font-size:20px;
    }
    .select-busqueda{
        text-align:left;
    }
    .tipo-filtro label{
        padding-top:3px;
        margin-left:14px;
        margin-bottom:0px;
    }
    .select-busqueda,.busqueda-avanzada,.busqueda-precios {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .select-busqueda .tipo-filtro, .busqueda-avanzada .tipo-filtro ,.busqueda-precios .tipo-filtro{
        display: inline-block;
        width: 190px;
    }
    .select-busqueda .tipo-filtro,.busqueda-precios .tipo-filtro{
        background-color: #fff;
        border-left: 1px #9b9a9a solid;
    }
    
    .select-busqueda .tipo-filtro select,.busqueda-avanzada .tipo-filtro input,.busqueda-precios .tipo-filtro input{
        width: 100%;
    }
    .busqueda-avanzada .tipo-filtro input{
        font-size: 20px;
        border:none;
        height: 50px;
        margin-right: 8px;
    }
    .busqueda-avanzada .tipo-filtro .btn{
        width: 60%;
    }
    .busqueda-precios .tipo-filtro input{
        font-size: 20px;
        height: 50px;
    }
    .botones,.btn-precios{
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 20px;
        margin-bottom: 10px;
        /* margin-left: 267px; */
    }
    .botones .btn,.btn-precios .btn, .btn{
        font-size: 20px;
        font-weight: 600;
        display: inline;
        border: #fff 1px solid;
        background-color: transparent;
        /* width: 15%; */
    }
    .botones .btn:hover ,.btn-precios .btn:hover,.btn:hover{
        border: #fff 1px solid;
        background-color: #fff;
        color:#000;
        transition: all .4s;
    }
    .filtro-avanzado {
        display: none;
        margin-bottom: 40px;
    }
    .filtro-precios{
        display: none;
        margin-bottom: 20px;
    }
    #btn_busqueda_avanzada{
        /* border-radius:10px; */
        margin-left: 10px;
    }
    #suggestionsList li{
        font-size: 16px;
        padding: 3px 4px 2px 4px;
        border-top: .5px solid #e1e1e1;
        font-size: 16px;
    }
    #lista{
        cursor: pointer;
    }
    .search-container {
        position: relative; /* Establece posición relativa para que la lista sea relativa a este contenedor */
    }
    .scroll-container {
        display: none; 
        max-height: 200px; /* Altura máxima del contenedor */
        overflow-y: auto; /* Mostrar scrollbar vertical cuando sea necesario */
        border: 1px solid #ccc; /* Borde opcional para el contenedor */
        background-color: #fff;
        transition: .1s;
        position: absolute; /* Posición absoluta para que se pueda superponer */
        top: 100%; /* Coloca la lista debajo del input */
        left: 0; /* Alinea la lista con el borde izquierdo del contenedor */
        z-index: 990;
        width: 100%;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); 
    }
    #errorMensaje{
        display: none; 
        color: red;
        text-align: center;
        font-size: 20px;
        margin-bottom: 30px;
    }
    #precio_minimo,#precio_maximo{
        border:none;
        /* border-left: 1px #9b9a9a solid; */
        border-radius: 0px;
        padding: 7%;
    }
    /* Escritorio grande */
@media only screen and (min-width: 992px) and (max-width: 1199px){
    .botones .btn, .btn-precios .btn, .btn {
        width: 40%;
    }
}
    /* Escritorio pequeño / tablet */
@media only screen and (min-width: 768px) and (max-width: 991px){
    .botones .btn, .btn-precios .btn, .btn {
        width: 40%;
    }
    .espacio{
		padding-top:79px;
	}
}

@media only screen and (max-width: 575px){
	.espacio{
		padding-top:51px;
	}
    .tipos .tipo-busqueda {
        width: auto;
    }
    .tipos .tipo-busqueda p {
        font-size:13px;
    }
    .botones .btn, .btn-precios .btn, .btn {
        width: 50%;
    }
    .select-busqueda .tipo-filtro, .busqueda-avanzada .tipo-filtro, .busqueda-precios .tipo-filtro {
        width: 100%;
        display: block;
        margin-bottom: 10px;
    }
    .busqueda-avanzada .tipo-filtro .btn {
        width: 100%;
    }
    #btn_busqueda_avanzada {
        margin-left: 0px;
    }
}