@charset "UTF-8";
/*  Layout  */
/* //////////////  Contenedores  /////////////// */
.bg-main {
  padding: 0;
  width: 100%;
}
.bg-main-menu {
  overflow: hidden;
}

.bg-relative {
  position: relative;
}

.bg-block {
  display: block;
}

.bg-flex {
  display: flex;
}

html, body {
  overflow-x: clip;
}

/* fallback si algún browser no soporta clip */
@supports not (overflow-x: clip) {
  html, body {
    overflow-x: hidden;
  }
}
/* //////////////  Colores  /////////////// */
/* //////////////  Font  /////////////// */
.fo {
  color: #707070;
}

.fd {
  color: #141414;
}

.fn {
  color: #211F1F;
}

.ac {
  color: #1c6bba;
}

.pin-mapa.pin-mapa {
  max-width: 17px;
  max-height: 17px;
  height: 100%;
  width: 100%;
}
.pin-mapa.pin-mapa .img {
  max-width: 17px;
  max-height: 17px;
  height: 100%;
  width: max-content;
  vertical-align: baseline;
  display: inline;
}

/* //////////////  Icono Info  /////////////// */
.contenedor-iconinfo {
  display: inline;
  width: max-content;
}
.contenedor-iconinfo .icon-info {
  white-space: nowrap;
  display: inline;
  outline-color: #1c6bba;
  stroke: #1c6bba;
  color: #1c6bba;
  cursor: pointer;
}
.contenedor-iconinfo .icon-info__img {
  width: 17px;
  height: 17px;
  top: 1px;
  position: relative;
  vertical-align: baseline;
}
.contenedor-iconinfo__tooltip {
  margin: 0;
  font-weight: 300;
  text-align: center;
  line-height: 1.6666666667;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  -webkit-box-direction: normal;
  position: absolute;
  width: 100%;
  border: #1c6bba solid 1px;
  border-radius: 4px;
  background-color: #ffffff;
  z-index: 1;
  padding: 10px 5px;
  margin-left: 8px;
  top: 0%;
  transform: translateY(10%);
  visibility: hidden;
  left: 0;
}
@media screen and (max-width: 768px) {
  .contenedor-iconinfo__tooltip {
    text-align: left;
    top: 30%;
    transform: translateY(30%);
    left: 0;
  }
}

.icon-info:hover ~ .contenedor-iconinfo__tooltip {
  visibility: visible;
}

#inferior {
  position: fixed; /*El div será ubicado con relación a la pantalla*/
  left: 0px; /*A la derecha deje un espacio de 0px*/
  right: 0px; /*A la izquierda deje un espacio de 0px*/
  bottom: 0px; /*Abajo deje un espacio de 0px*/
  height: 90px; /*alto del div*/
  z-index: 0;
  width: max-content;
}

/* ===============================
   Avenir LT Std
================================ */
/* Light */
@font-face {
  font-family: "Avenir LT Std";
  src: url("./fonts/avenir/AvenirLTStd-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/* Book / Roman */
@font-face {
  font-family: "Avenir LT Std";
  src: url("./fonts/avenir/AvenirLTStd-Roman.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Book Oblique */
@font-face {
  font-family: "Avenir LT Std";
  src: url("./fonts/avenir/AvenirLTStd-BookOblique.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
/* Medium */
@font-face {
  font-family: "Avenir LT Std";
  src: url("./fonts/avenir/AvenirLTStd-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* Medium Oblique */
@font-face {
  font-family: "Avenir LT Std";
  src: url("./fonts/avenir/AvenirLTStd-MediumOblique.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
/* Heavy (TÍTULOS) */
@font-face {
  font-family: "Avenir LT Std";
  src: url("./fonts/avenir/AvenirLTStd-Heavy.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
/* Heavy Oblique */
@font-face {
  font-family: "Avenir LT Std";
  src: url("./fonts/avenir/AvenirLTStd-HeavyOblique.otf") format("opentype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
/* Black */
@font-face {
  font-family: "Avenir LT Std";
  src: url("./fonts/avenir/AvenirLTStd-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Black Oblique */
@font-face {
  font-family: "Avenir LT Std";
  src: url("./fonts/avenir/AvenirLTStd-BlackOblique.otf") format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
:root {
  --font-avenir: "Avenir LT Std", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

body {
  font-family: var(--font-avenir);
  font-weight: 500; /* Medium */
}

h1, h2, h3, h4, h5, h6,
.title, .heading {
  font-family: var(--font-avenir);
  font-weight: 800; /* Heavy */
}

.font-avenir {
  font-family: var(--font-avenir);
}

.font-light {
  font-weight: 300;
}

.font-regular {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-heavy {
  font-weight: 800;
}

.font-black {
  font-weight: 900;
}

.font-italic {
  font-style: italic;
}

.modal-galeria {
  z-index: 999999999;
}
.modal-galeria .modal-dialog {
  max-width: 100%;
  max-height: 100%;
  margin: 0;
}
.modal-galeria .modal-dialog .modal-content {
  height: 100vh;
  border-radius: 0%;
}
.modal-galeria .modal-dialog .modal-content .modal-body.modal-body .btn-cerrar {
  background-color: transparent;
  border: none;
  width: max-content;
}
.modal-galeria .modal-dialog .modal-content .modal-body.modal-body .btn-cerrar svg {
  width: 24px;
  height: 24px;
}

/*  Components  */
/*  Pages  */
.hero-autouno {
  position: relative;
  min-height: 100vh;
  color: #fff;
  overflow: hidden;
}

/* VIDEO BASE */
.hero-autouno__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

/* =========================
   Capas de background (hover)
========================= */
.hero-autouno__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 1.4s ease;
  z-index: 1; /* ✅ arriba del video */
}

.hero-autouno__bg.is-active {
  opacity: 1;
}

/* =========================
   Overlay opcional
========================= */
.hero-autouno__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.6));
  z-index: 2; /* ✅ arriba de video + imágenes */
}

/* =========================
   Contenido del hero
========================= */
.hero-autouno__center {
  position: relative;
  z-index: 5;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: 6rem;
  padding-bottom: 4rem;
}
@media (min-width: 992px) {
  .hero-autouno__center {
    padding-top: 0;
  }
}

.hero-autouno__card {
  max-width: 1040px;
  margin: 0 auto;
  padding: 3rem 3.5rem;
  margin-top: 6rem;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(18px);
  border-radius: 15px;
}
@media (max-width: 768px) {
  .hero-autouno__card {
    padding: 2rem 1.5rem;
  }
}

.hero-autouno__title {
  font-size: 2.1rem;
  font-weight: 600;
  letter-spacing: 0.03em;
}
@media (min-width: 992px) {
  .hero-autouno__title {
    font-size: 2.5rem;
  }
}

.hero-autouno__search .form-control {
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
}
.hero-autouno__search .form-control::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.hero-autouno__options {
  margin-top: 1rem;
}

.hero-option-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  text-align: center;
  padding: 1.75rem 1.25rem;
  border-radius: 12px;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
  transition: background-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}
.hero-option-card, .hero-option-card:hover {
  color: #fff;
}
.hero-option-card__icon {
  margin-bottom: 0.75rem;
}
.hero-option-card__icon img,
.hero-option-card__icon svg {
  width: 36px;
  height: 36px;
}
.hero-option-card__title {
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 0.35rem;
  color: #fff;
}
.hero-option-card__text {
  font-size: 0.9rem;
  margin: 0;
  opacity: 0.85;
  color: #fff;
}
.hero-option-card:hover {
  background: #0355A0;
  border-color: transparent;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.6);
  transform: translateY(-3px);
}
.hero-option-card:hover .hero-option-card__text {
  opacity: 1;
}
.hero-option-card--active {
  background: #0067c9;
  border-color: #0067c9;
}

/* Hover image por card (4 imágenes) */
.brands-section {
  background: #ffffff;
  padding: 2.5rem 0;
}
.brands-section .brands-carousel .slick-slide {
  outline: none;
}

.brands-carousel__item {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 1rem 0;
}
.brands-carousel__item img {
  max-height: 60px;
  width: auto;
  display: block;
}

.locations-banner {
  position: relative;
  min-height: 55vh;
  color: #fff;
  overflow: hidden;
  height: 33rem;
  /* quitamos el background directo */
  background: none;
  /* capa de imagen animable */
  /* zoom al hover */
}
.locations-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/home/locations-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1);
  transition: transform 1.3s ease;
  /* suave */
  z-index: 0;
  will-change: transform;
}
.locations-banner:hover::before {
  transform: scale(1.08);
  /* ajusta: 1.05 - 1.12 */
}
@media (max-width: 800px) {
  .locations-banner {
    min-height: unset;
    height: 50vh;
  }
}

/* overlay encima de la imagen */
.locations-banner__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  /* antes lo tenías en 0, pero ahora debe ir encima de la imagen */
}

/* contenido arriba de todo */
.locations-banner__content {
  position: relative;
  z-index: 2;
  /* antes 1, subimos para estar sobre overlay */
  min-height: 55vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.locations-banner__inner {
  max-width: 720px;
  margin: 0 auto;
}

.locations-banner__title {
  font-size: 2.1rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}
@media (min-width: 992px) {
  .locations-banner__title {
    font-size: 2.5rem;
  }
}

.locations-banner__text {
  font-size: 1rem;
  margin-bottom: 2rem;
}

.locations-banner__btn-wrapper {
  display: inline-block;
  padding: 2px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.locations-banner__btn {
  padding: 0.75rem 2.5rem;
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: #fff;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.15);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.locations-banner__btn:hover {
  background: rgba(0, 0, 0, 0.8);
  border-color: #fff;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.6);
  transform: translateY(-2px);
  color: #fff;
}

.locations-banner__btn-arrow {
  font-size: 1.1rem;
}

.careers-banner {
  position: relative;
  min-height: 55vh;
  color: #fff;
  overflow: hidden;
  height: 33rem;
  /* quitamos background directo */
  background: none;
  /* capa de imagen animable */
  /*  zoom al hover */
}
.careers-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/home/careers-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1);
  transition: transform 1.3s ease;
  /* suave y consistente */
  z-index: 0;
  will-change: transform;
}
.careers-banner:hover::before {
  transform: scale(1.08);
  /* ajusta: 1.05 – 1.10 */
}
@media (max-width: 800px) {
  .careers-banner {
    height: 55vh;
  }
}

/* overlay encima de la imagen */
.careers-banner__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  /* subimos para estar encima de la imagen */
}

/* contenido arriba de todo */
.careers-banner__content {
  position: relative;
  z-index: 2;
  /* antes 1 */
  min-height: 55vh;
  display: flex;
  align-items: center;
}

.careers-banner__inner {
  max-width: 520px;
}

.careers-banner__title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}
@media (min-width: 992px) {
  .careers-banner__title {
    font-size: 2.4rem;
  }
}

.careers-banner__text {
  font-size: 1rem;
  margin-bottom: 1.75rem;
}

.careers-banner__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  border-radius: 8px;
  padding: 0.85rem 1.7rem;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}
.careers-banner__btn:hover {
  background: rgba(0, 0, 0, 0.85);
  border-color: #ffffff;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.6);
  transform: translateY(-2px);
  color: #fff;
}

.careers-banner__btn-arrow {
  font-size: 1.1rem;
}

.social-section {
  background: #f9fafb;
  padding: 3rem 0;
  overflow: visible;
}
@media (min-width: 1200px) {
  .social-section {
    padding: 4rem 0;
  }
}
.social-section .social-carousel {
  margin: 0 -20px;
  overflow: visible;
}
.social-section .social-carousel .slick-list {
  overflow: visible;
}
.social-section .social-carousel .slick-slide {
  padding: 0 10px;
  outline: none;
}

.social-section__title {
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .social-section__title {
    font-size: 2.1rem;
  }
}

.social-card {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.social-card__image {
  position: relative;
  width: 100%;
  height: 220px;
}
@media (min-width: 1200px) {
  .social-card__image {
    height: 240px;
  }
}
.social-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.social-card__image:hover img {
  transform: scale(1.03);
}

.social-card__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  opacity: 0;
  transition: opacity 0.25s ease;
  border-radius: inherit;
}
.social-card__overlay:hover {
  opacity: 1;
}

.cars-deals {
  padding: 3rem 0 4rem;
  background: #ffffff;
  overflow: visible;
}
.cars-deals .cars-carousel .slick-list {
  overflow: visible;
}
.cars-deals .cars-carousel .slick-slide {
  outline: none;
}

.cars-deals__header {
  margin-bottom: 1.5rem;
}

.cars-deals__title {
  font-size: 2.2rem;
  font-weight: 600;
}

.cars-deals__subtitle {
  font-size: 1.2rem;
}

.cars-deals__see-all {
  font-size: 0.95rem;
  text-decoration: none;
  color: #0070c9;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.cars-deals__see-all span {
  font-size: 1.1rem;
}
.cars-deals__see-all:hover {
  text-decoration: underline;
}

/* Wrapper del slider */
.cars-deals__slider-wrapper {
  position: relative;
  margin-right: -120px;
  padding-right: 120px;
  overflow: visible;
}

/* ==========================
   Flechas (NEXT + PREV)
========================== */
.cars-deals__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.cars-deals__arrow span {
  font-size: 3rem;
  line-height: 1;
  color: #0070c9;
  padding-bottom: 0.6rem;
}
.cars-deals__arrow.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.cars-deals__arrow:hover {
  transform: translateY(-50%) scale(1.03);
}
@media (max-width: 991.98px) {
  .cars-deals__arrow {
    display: none;
  }
}

.cars-deals__arrow--next {
  right: 40px;
}

.cars-deals__arrow--prev {
  left: 16px;
}

/* ==========================
   Slick spacing (NO gap en track)
   Esto evita scroll lateral y bugs
========================== */
.cars-deals .cars-carousel .slick-track {
  display: flex;
}
.cars-deals .cars-carousel .slick-slide {
  margin-right: 28px;
  padding-left: 0 !important;
  height: auto;
}

/* ====== CARD ====== */
.car-card {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.18);
  background: #f5f5f5;
  display: flex;
  flex-direction: column;
}

.car-card__image-wrapper {
  position: relative;
  width: 100%;
  padding-top: 58%;
  overflow: hidden;
}
.car-card__image-wrapper img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.car-card__badge {
  position: absolute;
  top: 18px;
  padding: 0.4rem 1.25rem;
  border-radius: 999px;
  background: rgba(72, 72, 72, 0.82);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 500;
}

.car-card__badge--left {
  left: 18px;
}

.car-card__badge--right {
  right: 18px;
}

/* parte azul de abajo */
.car-card__info {
  background: #005aa9;
  color: #ffffff;
  padding: 1.1rem 1.4rem 1.3rem;
  display: flex;
  flex-direction: column;
  height: -webkit-fill-available;
}

.car-card__info-top {
  margin-bottom: 0.6rem;
}

.car-card__meta {
  font-size: 0.8rem;
  opacity: 0.85;
  margin-bottom: 0.25rem;
}

.car-card__title {
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
}

.car-card__divider {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.6);
  margin: 0.55rem 0 0.6rem;
}

.car-card__info-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 0.75rem;
}

.car-card__price-block {
  display: flex;
  flex-direction: column;
}

.car-card__old-price {
  font-size: 0.8rem;
  text-decoration: line-through;
  color: #7fe084;
  margin-bottom: 0.15rem;
}

.car-card__price {
  font-size: 1.1rem;
  font-weight: 700;
}

.car-card__dealer-whatsapp {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.4rem;
}

.car-card__dealer {
  font-size: 0.75rem;
  opacity: 0.9;
}

.car-card__whatsapp {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #25d366;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  font-size: 1.25rem;
}

/* Hover */
.car-card:hover .car-card__image-wrapper img {
  transform: scale(1.05);
}

/* Responsive wrapper */
@media (max-width: 1199.98px) {
  .cars-deals__slider-wrapper {
    margin-right: 0;
    padding-right: 0;
  }
}
@media (max-width: 767.98px) {
  .cars-deals {
    padding: 2.5rem 0 3rem;
  }
  .cars-deals__title {
    font-size: 1.8rem;
  }
  /* en mobile ajusta separación */
  .cars-deals .cars-carousel .slick-slide {
    min-width: 414px !important;
  }
}
@media (max-width: 500px) {
  .cars-deals .cars-carousel .slick-slide {
    min-height: 300px;
    min-width: 350px !important;
  }
}
.dealers-page {
  background: #ffffff;
}

.dealers-page__title {
  font-size: 2.2rem;
  font-weight: 600;
  margin: 0;
}

.dealers-filters__label {
  font-size: 0.85rem;
  color: rgba(0, 0, 0, 0.55);
  margin-bottom: 0.35rem;
}

.dealers-filters__select {
  height: 48px;
  border-radius: 10px;
}

/* ===== Cards ===== */
.dealer-card {
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.dealer-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.25rem;
}

.dealer-card__title {
  font-size: 1.15rem;
  font-weight: 600;
  margin: 0;
}

.dealer-card__btn {
  background: #0b5aa6;
  color: #fff;
  border-radius: 6px;
  padding: 0.45rem 1rem;
  font-size: 0.85rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.dealer-card__btn:hover {
  background: #094a8a;
  color: #fff;
}

.dealer-card__media {
  width: 100%;
  height: 320px;
}
.dealer-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Responsive */
@media (max-width: 991.98px) {
  .dealer-card__media {
    height: 260px;
  }
}
/* =======================
   Dealer Detail Page
======================= */
.dealer-hero {
  position: relative;
  min-height: 340px;
  height: 46vh;
  max-height: 520px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Botón volver (blur) */
.dealer-hero__back {
  position: absolute;
  top: 22px;
  left: 22px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.55rem 0.95rem;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: background-color 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}
.dealer-hero__back:hover {
  background: rgba(0, 0, 0, 0.65);
  border-color: rgba(255, 255, 255, 0.85);
  transform: translateY(-1px);
  color: #fff;
}

.dealer-hero__back-icon {
  font-size: 1.1rem;
  line-height: 1;
}

/* Dots (opcionales) */
.dealer-hero__dots {
  position: absolute;
  right: 22px;
  bottom: 20px;
  display: flex;
  gap: 10px;
  z-index: 2;
}

.dealer-hero__dot {
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.45);
}

.dealer-hero__dot--active {
  background: rgba(255, 255, 255, 0.95);
}

/* INFO */
.dealer-info {
  background: #fff;
  padding: 2.5rem 0 1.75rem;
}

.dealer-info__row {
  display: grid;
  grid-template-columns: 280px 1px 1fr;
  gap: 2.25rem;
  align-items: center;
}

.dealer-info__title h1 {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  margin: 0;
  text-transform: uppercase;
}

.dealer-info__divider {
  width: 1px;
  height: 78px;
  background: rgba(0, 0, 0, 0.15);
}

.dealer-info__data {
  font-size: 0.95rem;
  color: rgba(0, 0, 0, 0.72);
}

.dealer-info__link {
  color: rgba(0, 0, 0, 0.72);
  text-decoration: underline;
}
.dealer-info__link:hover {
  color: #0b5aa6;
}

/* MAPA */
.dealer-map {
  padding: 0 0 3rem;
  background: #fff;
}

.dealer-map__frame {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
}

/* Responsive */
@media (max-width: 991.98px) {
  .dealer-info__row {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
  .dealer-info__divider {
    width: 100%;
    height: 1px;
  }
  .dealer-info__title h1 {
    font-size: 1.6rem;
  }
}
.brands-page__row {
  min-height: calc(100vh - 80px);
}

.brands-page__left {
  background: #000;
}

.brands-page__image {
  width: 100%;
  height: 100%;
  min-height: 520px;
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
}

.brands-page__right {
  background: #ffffff;
  display: flex;
}

.brands-page__right-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 2rem;
}

.brands-grid {
  width: 100%;
  max-width: 520px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
}

.brand-btn {
  height: 90px;
  border-radius: 10px;
  border: 2px solid rgba(0, 0, 0, 0.12);
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.brand-btn img {
  max-height: 34px;
  width: auto;
  display: block;
}
.brand-btn:hover {
  background: #055198;
  border-color: rgba(11, 90, 166, 0.35);
  transform: translateY(-1px);
}
.brand-btn--active {
  background: #0b5aa6;
  border-color: #0b5aa6;
}
.brand-btn--active img {
  filter: brightness(0) invert(1);
}

/* Responsive: imagen arriba, grid abajo */
@media (max-width: 991.98px) {
  .brands-page__row {
    min-height: auto;
  }
  .brands-page__image {
    min-height: 340px;
    background-position: center;
  }
  .brands-page__right-inner {
    padding: 2.5rem 1.25rem;
  }
  .brands-grid {
    gap: 18px;
  }
  .brand-btn {
    height: 84px;
  }
}
.seminuevos__carrusel-bg {
  background-color: #F6F6F6;
}
.seminuevos__title {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.seminuevos .js-item.is-visible {
  display: block;
  animation: fadeIn 0.6s ease;
}
.seminuevos__card {
  transition: transform 0.3s ease;
}
.seminuevos__card:hover {
  transform: translateY(-5px);
}
.seminuevos__pagination svg {
  width: 30px;
}
.seminuevos__pagination nav div:first-child {
  display: none !important;
}
.seminuevos__pagination nav div:last-child {
  display: flex !important;
  width: 100%;
  justify-content: center;
}
.seminuevos__pagination a {
  text-decoration: none;
}
.seminuevos .label-gris {
  color: #999;
  text-transform: none !important;
  font-size: 0.9rem;
  min-width: 200px;
}
.seminuevos__filtros {
  display: flex;
  justify-content: space-between;
}
.seminuevos__filtros select {
  padding: 10px;
}
.seminuevos__filtros .border-black {
  border: 1px solid black;
  min-width: 200px;
}
.seminuevos__filtros .background-grey {
  background-color: #EEEEEE;
}
@media (max-width: 845px) {
  .seminuevos__filtros {
    flex-direction: column;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.list__car-card {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.18);
  background: #f5f5f5;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.list__car-card__info-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 0.75rem;
}

.list__car-card__badge {
  position: absolute;
  top: 18px;
  padding: 0.4rem 1.25rem;
  border-radius: 8px;
  background: rgba(170, 170, 170, 0.1411764706);
  backdrop-filter: blur(8px);
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
}

.list__car-card__badge--right {
  right: 18px;
}

.list__car-card__dealer {
  font-size: 0.75rem;
  opacity: 0.9;
  padding-right: 10px;
}

.list__car-card__dealer-whatsapp {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.list__car-card__whatsapp {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  font-size: 1.25rem;
  border-left: 1px solid rgba(255, 255, 255, 0.6);
  padding: 10px 15px 10px 20px;
}
.list__car-card__whatsapp img {
  width: 34px;
  height: 34px;
}

.car-card-white {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.18);
  background: #f5f5f5;
  display: flex;
  flex-direction: column;
}

.car-card-white__image-wrapper {
  position: relative;
  width: 100%;
  padding-top: 58%;
  overflow: hidden;
}
.car-card-white__image-wrapper img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.car-card-white__badge {
  position: absolute;
  top: 18px;
  padding: 0.4rem 1.25rem;
  border-radius: 999px;
  background: rgba(72, 72, 72, 0.82);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 500;
}

.car-card-white__badge--left {
  left: 18px;
}

.car-card-white__badge--right {
  right: 18px;
}

.car-card-white__info {
  background: white;
  color: #ffffff;
  padding: 1.1rem 1.4rem 1.3rem;
  display: flex;
  flex-direction: column;
  color: black;
}

.car-card-white__info-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.6rem;
}

.car-card-white__info-top-left {
  display: flex;
  flex-direction: column;
}

.car-card-white__info-top-right {
  display: flex;
  flex-direction: column;
}
.car-card-white__info-top-right p {
  margin: 0;
  font-size: 0.8rem;
  opacity: 0.85;
}

.car-card-white__meta {
  font-size: 0.8rem;
  opacity: 0.85;
  margin-bottom: 0.25rem;
}

.car-card-white__title {
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
}

.car-card-white__divider {
  height: 1px;
  background-color: #e9e4e4;
  margin: 0.55rem 0 0.6rem;
}

.car-card-white__info-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 0.75rem;
}

.car-card-white__price-block {
  display: flex;
  flex-direction: column;
}
.car-card-white__price-block p {
  font-size: 0.8rem;
  opacity: 0.7;
}
.car-card-white__price-block span {
  opacity: 1;
  font-size: 0.9rem;
}

.car-card-white__old-price {
  font-size: 0.8rem;
  text-decoration: line-through;
  color: #7fe084;
  margin-bottom: 0.15rem;
}

.car-card-white__price {
  font-size: 1.1rem;
  font-weight: 700;
}

.car-card-white__dealer-whatsapp {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.4rem;
}

.car-card-white__dealer {
  font-size: 0.75rem;
  opacity: 0.9;
}

.car-card-white__whatsapp {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #25d366;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  font-size: 1.25rem;
}

.car-card-white:hover .car-card-white__image-wrapper img {
  transform: scale(1.05);
}

.contact-hero {
  position: relative;
  min-height: 520px;
  height: 60vh;
  max-height: 720px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* Bloque para que la card quede a la izquierda y centrada verticalmente */
.contact-hero__wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

/* Card blur */
.contact-hero__card {
  width: min(620px, 100%);
  padding: 2.2rem 2.2rem;
  border-radius: 18px;
  background: rgba(175, 175, 175, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.25);
}

.contact-hero__title {
  margin: 0 0 1.4rem;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-size: 1.9rem;
  line-height: 1.15;
}
@media (min-width: 992px) {
  .contact-hero__title {
    font-size: 2.15rem;
  }
}

/* Buscador */
.contact-hero__search {
  margin-bottom: 1.35rem;
}

.contact-hero__input {
  height: 56px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
}
.contact-hero__input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.contact-hero__input:focus {
  border-color: rgba(255, 255, 255, 0.85);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.18);
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
}

/* Botones */
.contact-hero__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
@media (max-width: 575.98px) {
  .contact-hero__actions {
    grid-template-columns: 1fr;
  }
}

.contact-hero__btn {
  height: 54px;
  border-radius: 10px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.55);
}

/* botón blanco  */
.contact-hero__btn--primary,
.contact-hero__btn--secondary {
  background: rgba(255, 255, 255, 0.92);
  color: #0b5aa6;
}
.contact-hero__btn--primary:hover,
.contact-hero__btn--secondary:hover {
  background: #ffffff;
  color: #0b5aa6;
}

/* Responsive: card más compacta */
@media (max-width: 991.98px) {
  .contact-hero {
    background-image: url("../images/contacto/contacto-header_mob.jpg") !important;
    min-height: 860px;
    height: auto;
    padding: 3.5rem 0;
    align-items: end;
  }
  .contact-hero__card {
    padding: 1.75rem 1.5rem;
    border-radius: 16px;
  }
  .contact-hero__title {
    font-size: 1.65rem;
  }
}
/* =======================
   Contact Locations Section
======================= */
.contact-locations {
  background: #ffffff;
  padding: 3rem 0 4rem;
}

/* Panel izquierdo */
.contact-locations__left {
  position: sticky;
  top: 92px;
}

.contact-locations__search {
  margin-bottom: 1.25rem;
}

.contact-locations__input {
  height: 54px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  padding: 0 1rem;
}
.contact-locations__input:focus {
  box-shadow: 0 0 0 0.2rem rgba(11, 90, 166, 0.12);
  border-color: rgba(11, 90, 166, 0.35);
}

/* Lista */
.contact-locations__list {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.contact-location__title {
  margin: 0 0 0.65rem;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.1;
  color: rgba(0, 0, 0, 0.7);
}

.contact-location__text {
  font-size: 0.95rem;
  color: rgba(0, 0, 0, 0.55);
}

.contact-location__link {
  color: rgba(0, 0, 0, 0.55);
  text-decoration: underline;
  font-size: 0.95rem;
}
.contact-location__link:hover {
  color: #0b5aa6;
}

.contact-location__divider {
  height: 1px;
  background: rgba(0, 0, 0, 0.12);
}

/* Mapa */
.contact-locations__map {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
}

/* Responsive */
@media (max-width: 991.98px) {
  .contact-locations__left {
    position: relative;
    top: auto;
  }
  .contact-locations__map iframe {
    height: 420px;
  }
}
.contact-locations__list {
  max-height: 520px;
  overflow-y: auto;
  padding-right: 8px;
  padding-left: 8px;
  padding-top: 3px;
  padding-bottom: 2px;
}

.contact-location.is-active {
  outline: 2px solid rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.03);
}

.contact-form-page__row {
  min-height: calc(100vh - 80px);
}

.contact-form-page__left {
  min-height: 420px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.contact-form-page__right {
  background: #ffffff;
  display: flex;
}

.contact-form-page__right-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3.5rem 1.25rem;
}

.contact-form-card {
  width: min(520px, 100%);
}

.contact-form-card__title {
  font-size: 1.35rem;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.7);
  margin: 0;
}

.contact-form-card__subtitle {
  font-size: 0.85rem;
  color: rgba(0, 0, 0, 0.45);
}

/* Inputs */
.contact-form__control {
  height: 46px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  color: rgba(0, 0, 0, 0.75);
}
.contact-form__control:focus {
  border-color: rgba(11, 90, 166, 0.35);
  box-shadow: 0 0 0 0.2rem rgba(11, 90, 166, 0.12);
}

textarea.contact-form__control {
  height: auto;
  min-height: 90px;
  resize: none;
}

/* Botón */
.contact-form__submit {
  height: 52px;
  border-radius: 6px;
  background: #0b5aa6;
  color: #fff;
  font-weight: 600;
}
.contact-form__submit:hover {
  background: #094a8a;
  color: #fff;
}

/* Responsive */
@media (max-width: 991.98px) {
  .contact-form-page__row {
    min-height: auto;
  }
  .contact-form-page__right-inner {
    padding: 2.75rem 1.25rem;
  }
}
.jobs-hero {
  position: relative;
  min-height: 520px;
  height: 60vh;
  max-height: 720px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* para que quede a la izquierda y centrado vertical */
.jobs-hero__wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

/* Card blur */
.jobs-hero__card {
  width: min(620px, 100%);
  padding: 2.4rem 2.4rem;
  border-radius: 18px;
  background: rgba(150, 150, 150, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.3);
}

.jobs-hero__title {
  margin: 0 0 1.15rem;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-size: 1.85rem;
  line-height: 1.15;
}
@media (min-width: 992px) {
  .jobs-hero__title {
    font-size: 2.1rem;
  }
}

.jobs-hero__text {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  line-height: 1.45;
  max-width: 520px;
}

/* Responsive */
@media (max-width: 991.98px) {
  .jobs-hero {
    background-image: url("../images/vacantes/vacantes-header_mob.jpg") !important;
    min-height: 860px;
    height: auto;
    padding: 3.5rem 0;
    align-items: end;
  }
  .jobs-hero__card {
    padding: 1.8rem 1.5rem;
    border-radius: 16px;
  }
  .jobs-hero__title {
    font-size: 1.55rem;
  }
}
/* =======================
   Vacantes – Buscador
======================= */
.jobs-search {
  padding: 4rem 0;
  background: #f8f9fb;
}

/* Filtros */
.jobs-search__filters {
  background: linear-gradient(135deg, #0b5aa6, #064c8f);
  border-radius: 14px;
  padding: 2.5rem 2rem;
  color: #fff;
  margin-bottom: 3rem;
}

.jobs-search__title {
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 1.75rem;
}

.jobs-search__input {
  height: 48px;
  margin-bottom: 1.25rem;
  border-radius: 8px;
}

.jobs-search__select {
  height: 46px;
  border-radius: 8px;
}

/* =======================
   Listado
======================= */
.jobs-list {
  background: #fff;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.job-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.75rem 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.job-item:last-child {
  border-bottom: none;
}

.job-item__title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.job-item__tags {
  display: flex;
  gap: 0.5rem;
}

.job-item__tag {
  font-size: 0.75rem;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  color: rgba(0, 0, 0, 0.6);
}

.job-item__right {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.job-item__location {
  font-size: 0.9rem;
  color: rgba(0, 0, 0, 0.6);
}

.job-item__btn {
  width: 38px;
  height: 38px;
  border-radius: 6px;
  background: #0b5aa6;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 1.2rem;
}
.job-item__btn:hover {
  background: #094a8a;
  color: #fff;
}

/* Responsive */
@media (max-width: 767.98px) {
  .job-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .job-item__right {
    width: 100%;
    justify-content: space-between;
  }
}
.job-detail-hero {
  position: relative;
  min-height: 520px;
  height: 60vh;
  max-height: 720px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.job-detail-hero__wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.job-detail-hero__card {
  width: min(620px, 100%);
  padding: 2.4rem 2.4rem;
  border-radius: 18px;
  background: rgba(150, 150, 150, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.3);
}

.job-detail-hero__title {
  margin: 0 0 1.15rem;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-size: 1.85rem;
  line-height: 1.15;
}
@media (min-width: 992px) {
  .job-detail-hero__title {
    font-size: 2.1rem;
  }
}

.job-detail-hero__text {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  line-height: 1.45;
  max-width: 520px;
}

/* Responsive */
@media (max-width: 991.98px) {
  .job-detail-hero {
    min-height: 460px;
    height: auto;
    padding: 3.5rem 0;
  }
  .job-detail-hero__card {
    padding: 1.8rem 1.5rem;
    border-radius: 16px;
  }
  .job-detail-hero__title {
    font-size: 1.55rem;
  }
}
/* =======================
   Job Detail – Content
======================= */
.job-detail {
  background: #ffffff;
  padding: 3.5rem 0 4.5rem;
}

.job-detail__title {
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 1.05;
  margin: 0 0 2.25rem;
  color: rgba(0, 0, 0, 0.7);
}

/* Grid 2 columnas */
.job-detail__grid {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 3.25rem;
  align-items: start;
}

/* Columna izquierda (metas) */
.job-meta__item {
  margin-bottom: 1.4rem;
}

.job-meta__label {
  font-size: 0.9rem;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.55);
  margin-bottom: 0.25rem;
}

.job-meta__value {
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.45);
}

/* Columna derecha */
.job-block {
  margin-bottom: 1.75rem;
}

.job-block__title {
  font-size: 0.95rem;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.65);
  margin-bottom: 0.6rem;
}

.job-block__text {
  margin: 0;
  color: rgba(0, 0, 0, 0.55);
  font-size: 0.95rem;
  line-height: 1.55;
}

/* Listas como bullets discretos */
.job-list {
  margin: 0;
  padding-left: 1.1rem;
  color: rgba(0, 0, 0, 0.55);
  font-size: 0.95rem;
  line-height: 1.6;
}
.job-list li {
  margin-bottom: 0.45rem;
}

/* Responsive */
@media (max-width: 991.98px) {
  .job-detail__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .job-detail__title {
    font-size: 1.75rem;
  }
}
/* =======================
   Job Apply Section
======================= */
.job-apply {
  padding: 4.5rem 0 5rem;
  background: linear-gradient(135deg, #0b5aa6, #064c8f);
}

.job-apply__inner {
  max-width: 720px;
  margin: 0 auto;
}

.job-apply__title {
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: 1.05rem;
  margin: 0 0 2rem;
}

/* Controls */
.job-apply__control {
  height: 54px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
}
.job-apply__control::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.job-apply__control:focus {
  background: rgba(0, 0, 0, 0.14);
  border-color: rgba(255, 255, 255, 0.65);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.14);
  color: #fff;
}

.job-apply__textarea {
  height: auto;
  min-height: 180px;
  resize: none;
  padding-top: 0.9rem;
}

/* Dropzone */
.job-apply__dropzone {
  width: 100%;
  height: 56px;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed rgba(255, 255, 255, 0.35);
  background: rgba(0, 0, 0, 0.08);
  color: rgba(255, 255, 255, 0.75);
  transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}
.job-apply__dropzone:hover {
  border-color: rgba(255, 255, 255, 0.6);
  background: rgba(0, 0, 0, 0.12);
  transform: translateY(-1px);
}

.job-apply__file {
  display: none;
}

.job-apply__droptext {
  font-size: 0.9rem;
}

/* Botón */
.job-apply__actions {
  display: flex;
  justify-content: flex-end;
}

.job-apply__submit {
  border-radius: 8px;
  padding: 0.75rem 1.35rem;
  min-width: 150px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: transparent;
  color: #fff;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  transition: background-color 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}
.job-apply__submit:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.85);
  transform: translateY(-1px);
  color: #fff;
}

.job-apply__arrow {
  font-size: 1.15rem;
  line-height: 1;
}

/* Responsive */
@media (max-width: 575.98px) {
  .job-apply {
    padding: 3.5rem 0 4rem;
  }
  .job-apply__title {
    font-size: 1rem;
  }
  .job-apply__actions {
    justify-content: stretch;
  }
  .job-apply__submit {
    width: 100%;
  }
}
/* ✅ SOLO aplica al cotizador anterior */
.quote-page--old {
  /* Izquierda */
  /* Derecha */
  /* ⚠️ IMPORTANTE: esta clase era la que chocaba */
  /* Stepper */
  /* Paneles */
  /* Teléfono con prefijo */
  /* Botones */
  /* Invalid style */
  /* Responsive */
}
.quote-page--old .quote-page__row {
  min-height: calc(100vh - 80px);
}
.quote-page--old .quote-page__left {
  min-height: 520px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.quote-page--old .quote-page__right {
  background: #ffffff;
  display: flex;
}
.quote-page--old .quote-wizard {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  padding: 3.5rem 1.25rem;
}
.quote-page--old .quote-stepper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 2rem;
}
.quote-page--old .quote-stepper__line {
  width: 92px;
  height: 2px;
  background: rgba(0, 0, 0, 0.12);
}
.quote-page--old .quote-step {
  width: 26px;
  height: 26px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  background: #fff;
  color: rgba(0, 0, 0, 0.55);
  font-size: 0.85rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.quote-page--old .quote-step:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.quote-page--old .quote-step--active {
  background: #0b5aa6;
  border-color: #0b5aa6;
  color: #fff;
}
.quote-page--old .quote-panel {
  display: none;
}
.quote-page--old .quote-panel--active {
  display: block;
}
.quote-page--old .quote-form__title {
  font-size: 1.55rem;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.7);
  margin: 0 0 1.25rem;
}
.quote-page--old .quote-form__subtitle {
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.95rem;
  margin: -0.25rem 0 1.25rem;
}
.quote-page--old .quote-form__group {
  margin-bottom: 1rem;
}
.quote-page--old .quote-control {
  height: 46px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.18);
}
.quote-page--old .quote-control:focus {
  border-color: rgba(11, 90, 166, 0.35);
  box-shadow: 0 0 0 0.2rem rgba(11, 90, 166, 0.12);
}
.quote-page--old .quote-form__phone {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 10px;
}
.quote-page--old .quote-control--country {
  text-align: center;
}
.quote-page--old .quote-btn {
  height: 46px;
  border-radius: 6px;
  font-weight: 600;
  min-width: 180px;
}
.quote-page--old .quote-btn--primary {
  background: #0b5aa6;
  color: #fff;
}
.quote-page--old .quote-btn--primary:hover {
  background: #094a8a;
  color: #fff;
}
.quote-page--old .quote-btn--ghost {
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.18);
  color: rgba(0, 0, 0, 0.65);
}
.quote-page--old .quote-btn--ghost:hover {
  background: rgba(0, 0, 0, 0.04);
  color: rgba(0, 0, 0, 0.7);
}
.quote-page--old .quote-actions {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 1.25rem;
}
.quote-page--old .is-invalid {
  border-color: #dc3545 !important;
}
@media (max-width: 991.98px) {
  .quote-page--old .quote-page__row {
    min-height: auto;
  }
  .quote-page--old .quote-wizard {
    padding: 2.75rem 1.25rem;
  }
  .quote-page--old .quote-stepper__line {
    width: 60px;
  }
  .quote-page--old .quote-actions {
    flex-direction: column;
  }
  .quote-page--old .quote-btn {
    width: 100%;
    min-width: 100%;
  }
}

/* =========================
   WRAPPER: 1 solo fondo
========================= */
.about-wrap {
  position: relative;
  min-height: 100vh; /* ✅ importante */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  transition: background-position 0.25s linear;
}
@media (max-width: 991.98px) {
  .about-wrap {
    background-image: url("../images/nosotros/back2_mob.jpg") !important;
  }
}

/* =========================
   ABOUT HERO
========================= */
.about-hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: transparent; /* el fondo vive en .about-wrap */
}

.about-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.12);
  z-index: 0;
}

.about-hero__container {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 9.5rem;
  padding-bottom: 5rem;
}

.about-hero__title {
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 1.05;
  font-size: 2.1rem;
  margin: 0 0 2.2rem;
}
@media (min-width: 992px) {
  .about-hero__title {
    font-size: 2.55rem;
  }
}

/* ===== Stats (3 cards) ===== */
.about-stats {
  width: min(980px, 100%);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-bottom: 1.75rem;
}
@media (max-width: 991.98px) {
  .about-stats {
    grid-template-columns: 1fr;
    max-width: 520px;
  }
}

.about-stat {
  border-radius: 12px;
  padding: 2.1rem 1.6rem;
  text-align: center;
  background: rgba(80, 170, 220, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.about-stat__number {
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.02em;
  margin-bottom: 0.6rem;
}
@media (max-width: 991.98px) {
  .about-stat__number {
    font-size: 2.6rem;
  }
}

.about-stat__label {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  line-height: 1.25;
}

/* ===== icon mini cards ===== */
.about-icons {
  margin: 0.75rem 0 0;
  display: flex;
  gap: 0.85rem;
  align-items: center;
  justify-content: center;
}

.about-icon-card {
  width: 56px;
  height: 44px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: background-color 0.18s ease, transform 0.18s ease, border-color 0.18s ease;
}
.about-icon-card img {
  width: 22px;
  height: 22px;
  opacity: 0.95;
}
.about-icon-card:hover {
  background: rgba(10, 70, 140, 0.75);
  border-color: rgba(255, 255, 255, 0.55);
  transform: translateY(-1px);
}

.about-icon-card--active {
  background: rgba(10, 70, 140, 0.85);
  border-color: rgba(255, 255, 255, 0.55);
}

/* ===== textos bottom-left ===== */
.about-hero__bottom {
  width: min(980px, 100%);
  margin-top: auto;
  display: flex;
  justify-content: flex-start;
}

.about-lines {
  width: min(520px, 100%);
  color: rgba(255, 255, 255, 0.92);
}

.about-lines__item {
  padding: 1.25rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  font-size: 1.05rem;
  line-height: 1.25;
}
.about-lines__item:last-child {
  border-bottom: none;
}

@media (max-width: 991.98px) {
  .about-hero__bottom {
    justify-content: center;
  }
  .about-lines {
    text-align: left;
  }
}
/* =========================
   LEGACY / TIMELINE
========================= */
.legacy {
  position: relative;
  background: transparent;
  padding: 4.5rem 0 5rem;
  color: #fff;
}

/* el contenido arriba del overlay */
.legacy .container {
  position: relative;
  z-index: 1;
}

/* ✅ scroll interno SOLO aquí (una sola definición) */
.legacy-scroll {
  height: 70vh;
  min-height: 520px;
  max-height: 780px;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  padding-right: 10px;
  /* Si NO quieres “caja”, quita estos 4 */
  border-radius: 18px;
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(6px);
}

/* móvil */
@media (max-width: 991.98px) {
  .legacy-scroll {
    height: 72vh;
    min-height: 420px;
    border-radius: 14px;
  }
}
/* scrollbar opcional */
.legacy-scroll::-webkit-scrollbar {
  width: 10px;
}

.legacy-scroll::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.25);
  border-radius: 999px;
}

.legacy-scroll::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
}

/* overlay timeline (más oscuro que hero) */
.legacy__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.12);
  z-index: 0;
}

/* contenido arriba */
.legacy .container {
  position: relative;
  z-index: 1;
}

.legacy__title {
  text-align: center;
  letter-spacing: 0.22em;
  font-weight: 600;
  margin: 0 0 3rem;
}

.legacy-timeline {
  position: relative;
}

/* Línea vertical central (desktop) */
@media (min-width: 992px) {
  .legacy-timeline::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    background: rgba(255, 255, 255, 0.55);
    transform: translateX(-50%);
  }
}
.legacy-item {
  position: relative;
  padding: 2.2rem 0;
}

/* Centro del evento (nodo) */
.legacy-mid {
  position: relative;
  height: 100%;
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.legacy-dot {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.legacy-branch {
  position: absolute;
  top: 50%;
  height: 2px;
  width: 100px;
  background: rgba(255, 255, 255, 0.55);
  transform: translateY(-50%);
  z-index: 2;
}

@media (min-width: 992px) {
  .legacy-item {
    --legacy-offset: -38px;
  }
  .legacy-item--flip {
    --legacy-offset: 38px;
  }
  .legacy-dot {
    top: calc(50% + var(--legacy-offset));
  }
  .legacy-branch {
    top: calc(50% + var(--legacy-offset));
  }
}
.legacy-branch--left {
  right: 50%;
  transform: translateY(50px);
}

.legacy-branch--right {
  left: 50%;
  transform: translateY(-50px);
}

/* Cards */
.legacy-card {
  border-radius: 14px;
}

.legacy-card--media {
  border-radius: 14px;
  overflow: hidden;
  /* ✅ quitar el punteado */
}
.legacy-card--media img {
  width: 100%;
  object-fit: cover;
  display: block;
}
.legacy-card--media::after {
  content: none !important;
}

.legacy-card--text {
  max-width: 430px;
  opacity: 0.95;
}
.legacy-card--text .legacy-meta {
  align-items: baseline;
  gap: 10px;
  margin-bottom: 0.55rem;
}
.legacy-card--text .legacy-year {
  font-size: 1.6rem;
  font-weight: 600;
}
.legacy-card--text .legacy-brand {
  font-size: 1.6rem;
  font-weight: 600;
}
.legacy-card--text .legacy-text {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.95rem;
  line-height: 1.45;
}

@media (min-width: 992px) {
  .legacy-card--text-left {
    margin-left: auto;
    text-align: right;
  }
  .legacy-card--text-right {
    margin-right: auto;
    text-align: left;
  }
}
/* Móvil: una columna */
@media (max-width: 991.98px) {
  .legacy-timeline {
    position: relative;
    padding-left: 18px;
  }
  .legacy-timeline::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 8px;
    width: 2px;
    background: rgba(255, 255, 255, 0.45);
  }
  .legacy-item {
    padding: 1.3rem 0 1.3rem 18px;
  }
  .legacy-item::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 28px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    transform: translateX(-50%);
  }
  .legacy-card--media img {
    height: 220px;
  }
  .legacy-card--text-left,
  .legacy-card--text-right {
    text-align: left;
    margin: 0.75rem 0 0;
    max-width: 100%;
  }
  /* ✅ timeline y contenido pegados a la izquierda */
  .legacy-timeline {
    padding-left: 0;
  }
  /* línea a la izquierda */
  .legacy-timeline::before {
    left: 10px;
  }
  /* cada item deja espacio para la línea/dot a la izquierda */
  .legacy-item {
    padding-left: 34px;
  }
  .legacy-item::before {
    left: 10px;
  }
  /* ✅ aquí va lo importante: reordenar columnas */
  .legacy-item .row {
    display: flex;
    flex-direction: column;
  }
  /* por defecto, A primero y B después */
  .legacy-item .legacy-col--a {
    order: 1;
  }
  .legacy-item .legacy-col--b {
    order: 2;
  }
  /* si el item venía "flip" (imagen primero), invierte para que texto sea 1 e imagen 2 */
  .legacy-item--flip .legacy-col--a {
    order: 2;
  }
  .legacy-item--flip .legacy-col--b {
    order: 1;
  }
  /* ✅ PERO tú quieres SIEMPRE texto y luego imagen:
     Entonces mejor fuerza por tipo de card, no por flip */
  .legacy-card--text {
    order: 1;
  }
  .legacy-card--media {
    order: 2;
  }
  /* y evita que las col-12 separen raro */
  .legacy-col {
    width: 100%;
  }
}
.detalle-auto {
  background-color: #F0F0F0;
  padding: 2rem 0;
}
.detalle-auto__breadcrumb {
  position: absolute;
  top: -35px;
}
.detalle-auto__title {
  font-size: 1.2rem;
}
.detalle-auto__price {
  font-size: 1.2rem;
}
.detalle-auto__ficha__title {
  font-size: 0.8rem;
}
.detalle-auto__ficha span {
  color: #505050;
}

.detalle-auto-nuevo {
  background-color: white;
}
.detalle-auto-nuevo__grid-card {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.18);
  background: #f5f5f5;
  display: flex;
  flex-direction: column;
}
.detalle-auto-nuevo__grid-card__image-wrapper {
  position: relative;
  width: 100%;
  padding-top: 58%;
  overflow: hidden;
}
.detalle-auto-nuevo__grid-card__image-wrapper img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}
.detalle-auto-nuevo__grid-card__badge {
  position: absolute;
  top: 18px;
  padding: 0.4rem 1.25rem;
  border-radius: 999px;
  background: rgba(72, 72, 72, 0.82);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 500;
}
.detalle-auto-nuevo__grid-card__badge--left {
  left: 18px;
}
.detalle-auto-nuevo__grid-card__badge--right {
  right: 18px;
}
.detalle-auto-nuevo__grid-card__info {
  background: white;
  color: #ffffff;
  padding: 1.1rem 1.4rem 1.3rem;
  display: flex;
  flex-direction: column;
  color: black;
}
.detalle-auto-nuevo__grid-card__info-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.6rem;
}
.detalle-auto-nuevo__grid-card__info-top-left {
  display: flex;
  flex-direction: column;
}
.detalle-auto-nuevo__grid-card__info-top-right {
  display: flex;
  align-items: center;
}
.detalle-auto-nuevo__grid-card__info-top-right p {
  margin: 0;
  font-size: 0.8rem;
  opacity: 0.85;
}
.detalle-auto-nuevo__grid-card__meta {
  font-size: 0.8rem;
  opacity: 0.85;
  margin-bottom: 0.25rem;
}
.detalle-auto-nuevo__grid-card__title {
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
}
.detalle-auto-nuevo__grid-card__divider {
  height: 1px;
  background-color: #e9e4e4;
  margin: 0.55rem 0 0.6rem;
  width: 100%;
}
.detalle-auto-nuevo__grid-card__info-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.detalle-auto-nuevo__grid-card__price-block {
  display: flex;
  flex-direction: column;
}
.detalle-auto-nuevo__grid-card__price-block p {
  font-size: 0.8rem;
  opacity: 0.7;
  margin: 10px 0;
}
.detalle-auto-nuevo__grid-card__price-block span {
  opacity: 1;
  font-size: 0.9rem;
}
.detalle-auto-nuevo__grid-card__old-price {
  font-size: 0.8rem;
  text-decoration: line-through;
  color: #7fe084;
  margin-bottom: 0.15rem;
}
.detalle-auto-nuevo__grid-card__price {
  font-size: 1.1rem;
  font-weight: 700;
}
.detalle-auto-nuevo__grid-card__dealer-whatsapp {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  border-left: 1px solid #e9e4e4;
}
.detalle-auto-nuevo__grid-card__dealer {
  font-size: 0.75rem;
  opacity: 0.9;
  padding-right: 10px;
}
.detalle-auto-nuevo__grid-card__whatsapp {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  font-size: 1.25rem;
  padding: 10px 15px 10px 20px;
}
.detalle-auto-nuevo__grid-card__whatsapp img {
  width: 34px;
  height: 34px;
}

/* =========================
   QUOTE 2 (cotizador compacto)
   ========================= */
.quote2 {
  background: #fff;
}

.quote2__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: calc(100vh - 80px);
}
@media (max-width: 991.98px) {
  .quote2__grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }
}

/* Izquierda */
.quote2__left {
  min-height: 520px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 991.98px) {
  .quote2__left {
    min-height: 42vh;
  }
}

.quote2__leftOverlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.06);
}

/* Derecha */
.quote2__right {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1.25rem;
}

.quote2__wizard {
  width: 100%;
  max-width: 560px; /* ✅ más compacto pero cómodo */
  padding: 2.5rem 0;
}

/* Stepper */
.quote2__stepper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 2rem;
}

.quote2__line {
  width: 92px;
  height: 2px;
  background: rgba(0, 0, 0, 0.12);
}
@media (max-width: 576px) {
  .quote2__line {
    width: 60px;
  }
}

.quote2__step {
  width: 26px;
  height: 26px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  background: #fff;
  color: rgba(0, 0, 0, 0.55);
  font-size: 0.85rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  user-select: none;
}
.quote2__step.quote2__step--active {
  background: #0b5aa6;
  border-color: #0b5aa6;
  color: #fff;
}
.quote2__step.quote2__step--done {
  border-color: rgba(11, 90, 166, 0.35);
  color: rgba(11, 90, 166, 0.85);
}

/* Paneles */
.quote2__panel {
  display: none;
}

.quote2__panel--active {
  display: block;
}

.quote2__title {
  font-size: 1.7rem;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
  margin: 0 0 0.35rem;
}

.quote2__subtitle {
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.95rem;
  text-align: center;
  margin: 0 0 1.4rem;
}

/* Form */
.quote2__form {
  display: grid;
  gap: 0.9rem;
}

.quote2__control {
  height: 46px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  padding: 0 0.9rem;
  outline: none;
  width: 100%;
  background: #fff;
}
.quote2__control:focus {
  border-color: rgba(11, 90, 166, 0.35);
  box-shadow: 0 0 0 0.2rem rgba(11, 90, 166, 0.12);
}

/* Teléfono */
.quote2__phone {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 10px;
}

.quote2__control--country {
  text-align: center;
}

/* Botones */
.quote2__btn {
  height: 46px;
  border-radius: 6px;
  font-weight: 600;
  border: 0;
  cursor: pointer;
  width: 100%;
}

.quote2__btn--primary {
  background: #0b5aa6;
  color: #fff;
}
.quote2__btn--primary:hover {
  background: #094a8a;
  color: #fff;
}

.quote2__btn--ghost {
  margin-top: 0.25rem;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.18);
  color: rgba(0, 0, 0, 0.65);
}
.quote2__btn--ghost:hover {
  background: rgba(0, 0, 0, 0.04);
  color: rgba(0, 0, 0, 0.7);
}

.quote2__legal {
  margin-top: 1.75rem;
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.35);
  text-align: center;
  line-height: 1.4;
}

/* invalid (si usas bootstrap también, esto solo refuerza) */
.quote2 .is-invalid {
  border-color: #dc3545 !important;
}

/* Responsive */
@media (max-width: 991.98px) {
  .quote2__wizard {
    padding: 1.75rem 0;
  }
}
/* 1) La página SIEMPRE con alto fijo */
.quote2__grid {
  min-height: calc(100vh - 80px);
  align-items: stretch; /* ✅ ambas columnas se estiran igual */
}

/* 2) La izquierda toma todo el alto */
.quote2__left {
  min-height: 100%;
}

/* 3) La derecha ya no “encoge” ni centra vertical */
.quote2__right {
  align-items: stretch; /* antes: center */
  justify-content: center; /* ok */
  padding: 0; /* opcional, lo movemos al wizard */
}

/* 4) El wizard ocupa el alto y centra “arriba” */
.quote2__wizard {
  width: 100%;
  max-width: 560px;
  padding: 2.5rem 1.25rem;
  min-height: 100%; /* ✅ ocupa todo el alto de la columna */
}

/* 5) Si algún paso crece mucho en móvil, que el scroll sea del panel derecho */
@media (max-width: 991.98px) {
  .quote2__right {
    padding: 0;
  }
}
/* Opcional: si quieres que siempre quede centrado vertical pero sin saltos,
   puedes fijar una altura mínima interna al wizard */
.quote2__wizard {
  min-height: 640px; /* ajusta al alto que te guste */
}

.quote2__right {
  align-items: stretch;
  justify-content: center;
  padding: 0;
  overflow: hidden; /* contén el scroll dentro */
}

.quote2__wizard {
  height: calc(100vh - 80px); /* ✅ fijo */
  overflow-y: auto; /* ✅ scroll solo del panel derecho */
  padding: 2.5rem 1.25rem;
}

/*  Partials  */
.nav-autouno {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 1rem 0;
  z-index: 20;
  background: transparent !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.85);
}
.nav-autouno .nav-link {
  position: relative;
  color: rgba(255, 255, 255, 0.95) !important;
  font-weight: 400;
  padding-left: 0.9rem;
  padding-right: 0.9rem;
  transition: color 0.2s ease;
  /* underline */
}
.nav-autouno .nav-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px; /* ✅ más abajo para que se vea */
  width: 46px; /* ✅ fijo y limpio */
  height: 2px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 2px;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  transition: transform 0.25s ease;
}
.nav-autouno .nav-link:hover, .nav-autouno .nav-link.active {
  color: #fff;
}
.nav-autouno .nav-link:hover::after, .nav-autouno .nav-link.active::after {
  transform: translateX(-50%) scaleX(1);
}

.nav-autouno__logo {
  height: 32px;
  width: auto;
}

/* botón hamburguesa visible */
.nav-autouno__toggler {
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 10px;
  padding: 0.5rem 0.65rem;
}
.nav-autouno__toggler:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.15);
}

/* Tablet/móvil */
@media (max-width: 991.98px) {
  .nav-autouno {
    padding: 0.8rem 0;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    background: rgba(10, 10, 10, 0.35) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  }
  .nav-autouno__collapse {
    margin-top: 0.75rem;
    padding: 0.75rem;
    border-radius: 14px;
    background: rgba(10, 10, 10, 0.45);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
  }
  .nav-autouno__menu .nav-item {
    padding: 0.15rem 0;
  }
  .nav-autouno__menu .nav-link {
    padding: 0.75rem 0.75rem;
    border-radius: 10px;
    /* en mobile quitamos underline para que no estorbe */
  }
  .nav-autouno__menu .nav-link::after {
    display: none;
  }
  .nav-autouno__menu .nav-link:hover {
    background: rgba(255, 255, 255, 0.08);
  }
  .nav__btn-location {
    width: 100%;
    justify-content: center;
    margin-top: 0.35rem;
  }
}
/* Botón Ubicación */
.nav__btn-location {
  border-radius: 10px;
  padding: 0.55rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.7960784314);
  background: transparent;
  color: #ffffff;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}
.nav__btn-location:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0);
  color: #ffffff;
}

.nav-solid {
  background: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding: 0.9rem 0;
  z-index: 50;
  /* dropdowns (lo tuyo) */
  /* ✅ toggler visible en solid */
  /* Bootstrap usa un background-image para el icono; lo dejamos en oscuro */
}
.nav-solid .nav-link {
  position: relative;
  color: #1f2937;
  font-weight: 500;
  font-size: 0.95rem;
  padding-left: 0.9rem;
  padding-right: 0.9rem;
  transition: color 0.2s ease;
  /* underline */
}
.nav-solid .nav-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  width: 46px;
  height: 2px;
  background: #0b5aa6;
  border-radius: 2px;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  transition: transform 0.25s ease;
}
.nav-solid .nav-link:hover, .nav-solid .nav-link.active {
  color: #0b5aa6;
}
.nav-solid .nav-link:hover::after, .nav-solid .nav-link.active::after {
  transform: translateX(-50%) scaleX(1);
}
.nav-solid .dropdown-menu {
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
  padding: 0.6rem;
}
.nav-solid .dropdown-item {
  border-radius: 10px;
  padding: 0.55rem 0.75rem;
}
.nav-solid .dropdown-item:hover {
  background: rgba(11, 90, 166, 0.08);
}
.nav-solid .navbar-toggler {
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-radius: 10px;
  padding: 0.5rem 0.65rem;
}
.nav-solid .navbar-toggler:focus {
  box-shadow: 0 0 0 0.2rem rgba(11, 90, 166, 0.15);
}
.nav-solid .navbar-toggler-icon {
  filter: none;
}

.nav-solid__logo {
  height: 28px;
  width: auto;
}

.nav-solid__btn-location {
  border-radius: 10px;
  padding: 0.55rem 0.85rem;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #fff;
  color: #1f2937;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.nav-solid__btn-location:hover {
  border-color: rgba(11, 90, 166, 0.35);
  background: rgba(11, 90, 166, 0.06);
  color: #0b5aa6;
}

/* ✅ Mobile/Tablet */
@media (max-width: 991.98px) {
  .nav-solid {
    padding: 0.8rem 0;
    /* panel del menú colapsado */
  }
  .nav-solid .navbar-collapse {
    margin-top: 0.75rem;
    padding: 0.75rem;
    border-radius: 14px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
  }
  .nav-solid .navbar-nav .nav-item {
    padding: 0.15rem 0;
  }
  .nav-solid .navbar-nav .nav-link {
    padding: 0.75rem 0.75rem;
    border-radius: 10px;
    /* en mobile lo quitamos para que no estorbe */
  }
  .nav-solid .navbar-nav .nav-link::after {
    display: none;
  }
  .nav-solid .navbar-nav .nav-link:hover {
    background: rgba(11, 90, 166, 0.06);
  }
  .nav-solid .nav-solid__btn-location {
    width: 100%;
    justify-content: center;
    margin-top: 0.35rem;
  }
}
.footer-autouno {
  background: #71bf44;
  color: #ffffff;
  padding: 3rem 0 2rem;
  font-size: 0.95rem;
}

/* Bloque superior */
.footer-autouno__top {
  margin-bottom: 2.5rem;
}

.footer-autouno__logo {
  max-width: 260px;
  height: auto;
}

.footer-autouno__menu ul li + li,
.footer-autouno__brands ul li + li {
  margin-top: 0.3rem;
}

.footer-autouno__menu a {
  color: #ffffff;
  text-decoration: none;
  font-size: 0.95rem;
}
.footer-autouno__menu a:hover {
  text-decoration: underline;
}

/* Marcas del lado derecho */
.footer-autouno__brands ul {
  text-align: left;
}

.footer-autouno__brands img {
  max-height: 26px;
  width: auto;
  display: block;
  filter: invert(100%);
}

/* Redes sociales */
.footer-autouno__social {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1.75rem;
}

.footer-autouno__social-item {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  font-size: 1.3rem;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.footer-autouno__social-item img {
  width: 100%;
}
.footer-autouno__social-item:hover {
  background-color: #ffffff;
  color: #71bf44;
  transform: translateY(-1px);
}

/* Línea separadora */
.footer-autouno__divider {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.65);
  margin-bottom: 1.25rem;
}

/* Fila inferior legal */
.footer-autouno__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 1.25rem;
  font-size: 0.8rem;
}

.footer-autouno__pipe {
  opacity: 0.8;
}

.footer-autouno__legal-link {
  color: #ffffff;
  text-decoration: none;
}
.footer-autouno__legal-link:hover {
  text-decoration: underline;
}

.footer-autouno__copy {
  opacity: 0.9;
}

/* Responsive */
@media (max-width: 767.98px) {
  .footer-autouno {
    padding: 2.5rem 0 1.75rem;
  }
  .footer-autouno__top {
    margin-bottom: 2rem;
  }
  .footer-autouno__social {
    margin-bottom: 1.5rem;
  }
  .footer-autouno__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-autouno__pipe {
    display: none;
  }
}

/*# sourceMappingURL=main.css.map */
