@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 --- */
.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%;
  }
  #toggleAvanzados, .reset-btn {
    width: 100%;
    margin: 2px 0 0 0;
  }
}



/* Ajuste para UX */

.promo-cards-todos {
    display: flex;
    gap: 2%;
    padding: 16px 16px;
    justify-content: center;
}
    

.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: #ffffff;
}

.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: 66px;
    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: #ffffff;
    box-shadow: 1px 1px 0px #effd37, 0 1.5px 3px 1px #000000;
}
    
.promo-card.card-tipo:hover {
    box-shadow: 0 7px 32px #cfcfcf2a, 0 1.5px 6px #4b4b4b3b;
}


.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: 600px) {

.promo-cards-todos {
    display: flex;
    gap: 1px;
    padding: 0px 0px !important;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    border: none;
    margin: 4px;
    border-radius: 4px;
}
    
    .mobil-fuera {
     display: none !important;   
    }

.promo-card.card-tipo {
    display: flex;
    flex-direction: column-reverse;
    width: auto;
    background: #ffffffb8;
    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: 39px;
    justify-content: flex-end;
    margin: 0px;
    padding: 7px 10px !important;
    border-radius: 10px;
}
.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;
}

}


.vehiculos-lista {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 4fr));
    gap: 17px;
    margin-top: 11px;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    justify-items: stretch;
}
.vehiculos-lista a {
  text-decoration: none !important;
  color: inherit;
  display: block;
  /* El resto lo hereda de vehiculo-card */
}


.dealer-before-price {
    font-weight: 400;
    opacity: .95;
    white-space: nowrap;
    font-family: 'Share Tech';
    font-size: 15px;
    color: #023c65;
}
.dealer-sep{opacity:.7}


.vehiculo-card {
    border-radius: 7px;
    box-shadow: 0 2px 12px #0001, 0 1.5px 4px #0001;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: box-shadow .16s, transform .14s;
    min-width: 0;
    overflow: hidden;
    padding: 3px 6px 3px 6px;
    background-image: radial-gradient(circle at center center, transparent, rgb(255, 255, 255)), repeating-linear-gradient(135deg, rgb(255, 255, 255) 0px, rgb(255, 255, 255) 12px, transparent 12px, transparent 19px, rgb(22 22 22 / 0%) 19px, rgb(255, 255, 255) 24px, transparent 24px, transparent 28px), repeating-linear-gradient(219deg, rgb(245 245 245 / 46%) 0px, rgb(245 245 245 / 17%) 7px, transparent 7px, transparent 14px), linear-gradient(90deg, rgb(127 127 127 / 0%), rgb(255 255 255 / 20%));
}
.vehiculo-card:hover {
    box-shadow: 0 4px 18px #0002, 0 2px 8px #0002;
    background: #fff900;
    border: 2px solid #244d6c;
    z-index: 3;
    transition: auto;
}
.vehiculo-img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}
.vehiculo-img img {
    width: 200px;
    height: 190px;
    object-fit: cover   ;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background: #f7f7fa;
    box-shadow: 0 1px 6px #0001;
}
.vehiculo-info {
    width: 100%;
    text-align: left;
    padding: 1px 3px;
}



.precio {
    font-family: 'Inter';
    font-weight: 600;
    font-size: 18.8px;
    padding: 6px 2px 2px 2px;
        color: #3b3b3b;
}

.precio :hover {
font-weight: bold; color: green;
}

.vehiculo-anio  {
    font-size: 16px;
    font-weight: 500;
}

.kilometros {
    font-size: 16px;
    font-weight: 500;
}

.dealer {
    font-weight: 600;
    white-space: nowrap;
    font-family: 'Inter';
    font-size: 14px;
    color: #2f2f2f;
    border-radius: 7px;
    padding: 9px 5px 8px 5px;
}


.vehiculo-info {
    font-size: 19px;
    margin: 1.5px 0 0.5px 0;
    color: #232323;
    line-height: 1.22;
    font-family: 'Tajawal';
}
.btn-ver-mas {
  margin-top: 7px;
  display: inline-block;
  background: #eb3b27;
  color: #fff;
  font-weight: 600;
  font-size: 0.97em;
  border-radius: 6px;
  padding: 6px 18px;
  text-decoration: none;
  transition: background .15s;
  box-shadow: 0 1px 6px #0002;
  border: none;
  cursor: pointer;
}
.btn-ver-mas:hover {
  background: #c9220a;
}
.reset-btn {
    background: #fbfbfb;
    color: #8d8d8d;
    border: none;
    border-radius: 7px;
    font-size: 17px;
    font-weight: 500;
    padding: 10px 14px;
    margin-left: 15px;
    cursor: pointer;
    transition: background .2s;
    font-family: 'Tajawal';
}
.reset-btn:hover { background: #94131dc7;
    color: #ffffff; }

.vehiculo-img img {
    width: auto;
    height: 150px;
    object-fit: cover;
    border-radius: 7px;
    background: #f7f7fa;
    box-shadow: 0 1px 6px #0001;
    display: block;
    width: 276px;
    height: 250px;
}
.vehiculo-info h3 {
    font-size: 23px !important;
    margin: 0px;
    font-weight:600;
    color: #000000 !important;
    letter-spacing: -0.2px !important;
    font-family: 'Share Tech';
    line-height: 21px !important;
    border-radius: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 4px 1px;
}
.reset-btn {
    font-size: 14px;
    font-weight: 700;

}

.vehiculo-detalle-btn {
    padding: 6px;
    border-radius: 3px;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    height: 29px;
    background: #1c3053;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    font-family: 'Tajawal';
    width: 100%;
}

.vehiculo-footer-linea {
    display: flex;
    justify-content: center;
}

.vehiculo-badge-wrap {
  margin-bottom: 6px;
}

.vehiculo-badge {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 4px;
    background: #f4fee0;
    color: #0f3966;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}


.vehiculo-badge-photo {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 2px 9px;
    border-radius: 3px;
    background: #edff00c7;
    color: #000000;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

/* Contenedor de paginación */
.paginacion {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 24px 0 8px;
  flex-wrap: wrap;
}

/* Botones base */
.paginacion-btn {
    min-width: 36px;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid #d1d5db;
    background-color: #ffffff;
    color: #0f3966;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.15s ease, color 0.15s ease,
              border-color 0.15s ease, box-shadow 0.15s ease,
              transform 0.1s ease;
    font-family: Share Tech;
    font-size: 20px;
    padding: 1% 2%;
    margin-top: 26px;
}

/* Hover estado normal */
.paginacion-btn:not(.actual):hover:not(:disabled) {
  background-color: #e0f2fe;
  border-color: #0f3966;
  box-shadow: 0 2px 6px rgba(15, 23, 42, 0.18);
  transform: translateY(-1px);
}

/* Botón actual (página activa) */
.paginacion-btn.actual {
  background-color: #0f3966;
  color: #ffffff;
  border-color: #0f3966;
  cursor: default;
  box-shadow: 0 2px 6px rgba(15, 23, 42, 0.25);
}

/* Botones deshabilitados (por si en algún momento los usás) */
.paginacion-btn:disabled {
  opacity: 0.6;
  cursor: default;
  box-shadow: none;
}

/* Puntos suspensivos (cuando se usen) */
.paginacion .puntos {
  color: #6b7280;
  font-size: 0.85rem;
  padding: 0 4px;
}
/* Línea Lugar + características concesionaria */
.vehiculo-lugar-linea {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 7px;
    font-size: 0.82rem;
    color: #4b5563;
    justify-content: flex-start;
    padding-left: 2px;
}
/* Lugar (ej: SFVC, Belén) */
.vehiculo-lugar {
    font-size: 16px;
    color: #cf172a;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'Share Tech';
}
/* Contenedor de tags del dealer */
.vehiculo-dealer-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    filter: grayscale(0.71);
}

/* PRECIO solo */

.vehiculo-linea-datos .precio-dato {
    display: block;
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 0px;
    font-family: 'Share Tech';
}
.vehiculo-linea-datos {
    display: flex;
    padding: 6px 3px 0 3px;
    align-items: center;
}

/* AÑO y KM juntos en una fila */
.vehiculo-linea-datos .anio-dato, .vehiculo-linea-datos .km-dato {
    display: inline;
    font-size: 16.5px;
    font-weight: 500;
    padding-top: 1px;
    font-family: 'Share Tech';
    letter-spacing: 0.21px;
    color: #3d3d3d;
}

/* Separador solo entre año y km */
.vehiculo-linea-datos .anio-dato::after {
  content: " | ";
  color: #777;
}

.vehiculo-linea-datos .km-dato::after {
  content: "";
}




/* Pill "Financiación" / "Garantía" */
.dealer-pill {
    border-radius: 4px;
    color: #0e0e0e;
    font-size: 16px;
    font-weight: 500;
    font-family: Share Tech;
}
/* ============================================
   BUSCADOR PRINCIPAL
   (sin cambiar el HTML)
   ============================================ */
.nombre-card-dealer {
    font-size: 17px;
    color: #0040ffde;
    font-family: Tajawal;
}


/* Icono lupa */
.contenedor_buscador .search-icon {
  font-size: 0.95rem;
  color: var(--uc-text-soft);
  flex: 0 0 auto;
}

/* Input de búsqueda */
#searchInput {
  flex: 1 1 auto;
  min-width: 0;

  border: none;
  background: transparent;
  font-size: 0.95rem;
  color: var(--uc-text-main);
  padding: 0.35rem 0.25rem;
}

#searchInput::placeholder {
  color: var(--uc-text-soft);
}

#searchInput:focus {
  outline: none;
}

/* Botón micrófono */
#micBtn.mic-btn {
  position: relative;
  flex: 0 0 auto;

  width: 2.2rem;
  height: 2.2rem;
  border-radius: 999px;
  border: 1px solid var(--uc-border);
  background-color: var(--uc-bg-soft);

  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;

  color: var(--uc-primary);

  transition:
    background-color 0.15s ease,
    border-color 0.15s ease,
    transform 0.08s ease,
    box-shadow 0.15s ease;
}

/* Iconos internos del mic */
#micBtn .fa-microphone {
  font-size: 0.95rem;
}

#micBtn .mic-anim {
  position: absolute;
  inset: 0;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  font-size: 1.2rem;
}

/* Estado hover/focus mic */
#micBtn:hover {
  background-color: #ffffff;
  border-color: var(--uc-border-strong);
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(15, 23, 42, 0.18);
}

#micBtn:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(28, 48, 83, 0.25);
}

/* Si tu JS agrega una clase .listening al botón */
#micBtn.listening {
  background-color: var(--uc-primary-soft);
  border-color: var(--uc-primary);
  color: var(--uc-primary);
}

#micBtn.listening .mic-anim {
  opacity: 1;
}

/* Botón BUSCAR */
.contenedor_buscador .btn-buscar {
    flex: 0 0 auto;
    height: 2.5rem;
    padding: 8px;
    border-radius: 999px;
    border: none;
    background-color: #1c30536e;
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    cursor: pointer;
    white-space: nowrap;
    box-shadow: -1px 4px 10px rgba(28, 48, 83, 0.4);
    transition: background-color 0.15s ease,
    box-shadow 0.15s ease,
    transform 0.08s ease;
}

.contenedor_buscador .btn-buscar:hover {
  background-color: #111827;
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.55);
  transform: translateY(-1px);
}

.contenedor_buscador .btn-buscar:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(28, 48, 83, 0.25);
}

/* ============================================
   PANEL DE FILTROS RÁPIDOS (debajo del buscador)
   ============================================ */

#filtersPanel.filters-panel {
  margin-top: 0.5rem;
  padding: 0.55rem 0.75rem;
  background-color: #ffffff;
  border-radius: 12px;
  border: 1px solid var(--uc-border);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.09);

  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

/* Ejemplo de chips dentro del panel (si tu JS los genera como <button> o <span>) */
#filtersPanel .chip,
#filtersPanel button,
#filtersPanel span {
  border-radius: 999px;
  padding: 0.3rem 0.7rem;
  font-size: 0.8rem;
  border: 1px solid var(--uc-border);
  background-color: var(--uc-bg-soft);
  color: var(--uc-text-soft);
}

/* ============================================
   RESPONSIVE BUSCADOR
   ============================================ */

@media (max-width: 720px) {


  .contenedor_buscador .search-icon {
    display: none; /* si quieres más aire en mobile */
  }


  #micBtn.mic-btn {
    order: 2;
  }

  .contenedor_buscador .btn-buscar {
    order: 3;
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}






/** INICIA RESPONSIVE **/


@media (max-width: 1200px) {
  .vehiculos-lista { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
}

@media (max-width: 960px) {
  #filtros-principales.filtros-bloque {
    padding: 0.9rem 0.9rem 0.95rem;
  }

  #filtros-principales > div:last-child {
    justify-content: flex-end !important;
  }
}

@media (max-width: 640px) {
      #filtros-principales.filtros-bloque {
        flex-direction: column;
        align-items: stretch;
        padding: 1% 3% 3% 3%;
        background: #e0e0e0;
    }

  #filtros-principales .filter-group {
    flex: 1 1 auto;
    min-width: 100%;
  }

  #filtros-principales > div:last-child {
    justify-content: space-between !important;
  }

  #resetearFiltros,
  #toggleAvanzados {
    flex: 1 1 0;
    text-align: center;
  }
  .dealer-pill {
    font-size: 20px;
}
.vehiculo-lugar {
    font-size: 20px;
}
}

.espacio-publicitario-contenedor {
    background: #dfdfdf;
    margin: 10px 15px;
    border-radius: 10px;
    padding: 10px;
}

@media (max-width: 700px) {
  .vehiculos-lista {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}
.contenedor_buscador {
    width: 100%;
    margin: unset;
    padding: 7px 10px 7px 10px;
}
}
@media (max-width: 480px) {
.vehiculos-lista {
    display: flex;
    flex-wrap: wrap;
    gap: 25px 11px;
    justify-content: center;
    margin: 9px 0px;
}
 .vehiculo-card {
    border-radius: 13px;
    box-shadow: 0 2px 12px #0001, 0 1.5px 4px #0001;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    padding: 6px 6px 6px;
    transition: box-shadow .16s, transform .14s;
    background-image: radial-gradient(circle, transparent, #fff), repeating-linear-gradient(135deg, #ffffff6b 0 12px, transparent 12px 19px), repeating-linear-gradient(219deg, rgba(245, 245, 245, .46) 0 7px, #bcbcbc14 7px 14px);
}
    .vehiculo-card {
        animation: fadeInUp .6s ease;
    }
    .vehiculo-card:hover {
    box-shadow: 0 4px 18px #0002, 0 2px 8px #0002;
    background: #e5f0ff78;
    border: 2px solid #244d6c;
    z-index: 3;
    transition: auto;
}
    .dealer-pill {
    font-family: 'Share Tech';
    font-size: 18px;
}
.vehiculo-info h3 {
    font-size: 32px !important;
    margin: 8px 0px 4px 3px !important;
    font-weight: 500 !important;
    color: #000000!important;
    letter-spacing: -0.5px!important;
    font-family: 'Share Tech'!important;
    line-height: 21px!important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.vehiculo-img img {
    display: block;
    max-width: 355px;
    height: 240px;
    min-width: 355px;
}
.precio {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 25.8px;
    padding: 6px 2px 2px 2px;
    color: #3b3b3b;
}
.vehiculo-info p {
        margin: 0px;
        color: #232323;
        line-height: unset;
        font-family: 'Tajawal';
        height: 32px;
        background: #ffffff;
    }
.vehiculo-badge-photo {
    position: absolute;
    top: 17px;
    left: 22px;
    padding: 2px 9px;
    border-radius: 3px;
    background: #edff00c7;
    color: #000000;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.kilometros {
    font-size: 15px;
    font-weight: 500;
    font-family: 'Inter';
    letter-spacing: -0.50px;
}
.titulo-card {
    display: flex;
    width: 100%;
    margin: 3px 0px 2px 0px;
}
.vehiculo-detalle-btn {
    padding: 4px;
    border-radius: 6px;
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
    margin: 12px 20% 3px 20%;
    font-family: 'Inter';
    background: #023c65;
    width: 200px;
    letter-spacing: 0.51px;
    height: 33px;
    line-height: 28px;
}
.dealer-before-price {
    font-weight: 500 !important;
    white-space: nowrap;
    font-family: 'Share Tech';
    font-size: 17px !important;
    color: #720000;
    letter-spacing: -0.35px;
}
.reset-btn {
    background: #fbfbfb;
    color: #4b4b4bb3;
    border: none;
    border-radius: 2px;
    font-size: 17px;
    font-weight: unset !important;
    padding: 4px 0px;
    margin-left: unset;
    cursor: pointer;
    transition: background .2s;
    font-family: 'Share Tech';
}
#toggleAvanzados {
    border: unset;
    border-radius: 6px;
    padding: 0px 0px;
    font-size: 16px;
    background: #fafbfc;
    color: #0f2742;
    outline: none;
    transition: border-color .2s;
    font-family: 'Share Tech';
    font-weight: 500;
    text-transform: unset;
}
.vehiculo-footer-linea {
    display: flex;
    margin-top: 4px;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
}
.vehiculo-anio {
    font-size: 18px;
    font-weight: 500;
}
.vehiculo-info {
    width: 99%;
    text-align: left;
    padding: 4px 2px;
}
    .dealer {
    font-weight: 600;
    white-space: nowrap;
    font-family: 'Inter';
    font-size: 17px !important;
    color: #023c65;
    border-radius: 7px;
    padding: 10px 5px 2px 5px;
}
.nombre-card-dealer {
    font-size: 19px;
    color: #0040ffde;
    font-family: Tajawal;
}
.paginacion {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 7px 18px 31px;
    flex-wrap: wrap;
}
.paginacion-btn {
    min-width: 42px;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid #d1d5db;
    background-color: #ffffff;
    color: #0f3966;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.15s ease, color 0.15s ease,
              border-color 0.15s ease, box-shadow 0.15s ease,
              transform 0.1s ease;
    font-family: Share Tech;
    font-size: 15px;
    padding: 2% 2%;
    margin-top: 26px;
}
.promo-card.card-tipo.active {
    background: #001e3c;
    box-shadow: 1px 1px 0px #023c65, 0 1.5px 3px 1px #000000;
}
.vehiculo-linea-datos .precio-dato {
    display: block;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 0px;
    font-family: 'Share Tech';
}
.vehiculo-linea-datos .anio-dato, .vehiculo-linea-datos .km-dato {
    display: inline;
    font-size: 18.5px;
    font-weight: 500;
    padding-top: 1px;
    font-family: 'Tajawal';
    letter-spacing: 0.21px;
    color: #3d3d3d;
}
.dealer-pill :hover {
  color: #ffffff;  
}
}










