@import url('/inicio/inicio.css');
@import url('/header/visitante/header_visitante.css');
@import url('/inicio/grilla-vehiculos/grilla_vehiculos.css');

/* --- Bloques de filtros principales y avanzados --- */

.filter-group2 {
  display: flex;
  gap: 5px;
  align-items: flex-end;
}

.inputin {
    width: 90px;
    border: 1px solid #e2e2ea;
    border-radius: 6px;
    padding: 7px 9px;
    font-size: 17px;
    background: #fafbfc;
    color: #333;
    outline: none;
    width: 100%;
    transition: border-color .2s;
    font-family: 'Tajawal';
    font-weight: 600;
}

.btn-outline.activo, #toggleAvanzados.activo {
  background: #d5e6f9;
  color: #1256b3;
  font-weight: 700;
}

.reset-btn:hover, .btn-outline:hover {
  background: #e0eaff;
  color: #1d4fa0;
}

/* Responsive Mobile */
@media (max-width: 900px) {

  .filter-group {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 2px;
  }
  input[type="number"], select {
    min-width: 95px;
    width: 100%;
  }
 
}

/* Opcional: separador visual */

    
.promo-cards-todos {
    display: flex;
    gap: 2%;
    padding: 16px 16px;
    justify-content: space-between;
}
    

.promo-card.card-tipo {
    display: flex;
    flex-direction: column-reverse;
    width: 160px;
    border-radius: 5px;
    box-shadow: 0 3px 12px rgba(0,0,0,0.08);
    overflow: hidden;
    text-decoration: none;
    position: relative;
    transition: box-shadow .25s, border-color .2s;
    border: 4px solid transparent;
    cursor: pointer;
    align-items: center;
    height: 52px;
    justify-content: flex-end;
    background: #e3e3e3;
}

.cont-img {
    width: 100%; height: 16px;
}
.cont-cat {
    position: absolute;
    top: 7px;
}

.cont-autos {
    right: 80px;
}

.cont-camionetas {
    right: 40px;
}

.cont-suv {
    right: 90px;
}

.cont-motos {
    right: 90px;
}

.cont-bicicletas{}

.con-utilitarios {right: 53px;}

.promo-card.card-tipo img {
    width: 100%;
    height: 59px;
    object-fit: cover;
    border-radius: 4px;
}
.promo-card.card-tipo .promo-text {
    font-weight: 500;
    color: #131414;
    font-size: 19px;
    font-family: 'Share Tech';
}
.promo-card.card-tipo.active {    background: #023c65;
    box-shadow: 0 7px 32px #cfcfcf2a, 0 1.5px 6px #4b4b4b3b;}
    
.promo-card.card-tipo:hover {
    box-shadow: 0 7px 32px #cfcfcf2a, 0 1.5px 6px #4b4b4b3b;
    background: #023c65;
}

.contenedor_banner_todos {
    background: #f1f1f1;
    /* padding: 4px; */
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
}

.texto_banner_todos {
        text-align: left;
    font-family: 'Share Tech';
    font-size: 18px;
    padding: 0px 3%;
}

@media (max-width: 900px) {

    .promo-cards-todos {
    display: flex;
    gap: 1px;
    padding: 0px 0px !important;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    border: #023c65 solid 0px;
    margin: 4px;
    border-radius: 4px;
}
    
    .mobil-fuera {
     display: none !important;   
    }

.promo-card.card-tipo {
    display: flex;
    flex-direction: column-reverse;
    width: auto;
    background: #023c650f;
    border-radius: unset;
    box-shadow: none;
    overflow: hidden;
    text-decoration: none;
    position: relative;
    transition: box-shadow .25s, border-color .2s;
    border: unset;
    cursor: pointer;
    align-items: center;
    height: 34px;
    justify-content: flex-end;
    margin: 0px;
    padding: 5px 14px !important;
}



.cont-cat {
    position: unset;
    
}
.promo-card.card-tipo img {
    display: none;
    width: 100px;
        object-fit: cover;
        padding-top: 0px;
}
    .filter-group2 {
        display: flex;
        gap: 5px;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-evenly;
    }
    .cont-img {
    width: 100%; height: 16px; display: none;
}

.cont-bicicletas{right: 25px;}

.con-utilitarios {right: 18px;}

.promo-card.card-tipo .promo-text {
    font-size: 17px;
}
/* Cuando está activa */
.promo-card.card-tipo.active .promo-text {
    color: #ffffff;
}

/* Opcional: estilo para el estado :active (mientras se hace clic) */
.promo-card.card-tipo .promo-text:active {
    color: #ffffff;
}

}















