@charset "UTF-8";
:root {
  --c-text: #111;
  --c-muted: #4b5563;
  --c-brand: #000;
  --c-whats: #25D366;
  --c-border: #e5e7eb;
}

html,
body {
  overflow-x: hidden;
  background: #fff;
  color: var(--c-text);
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4 {
  font-weight: 700;
}

/* Header */
.header-logo {
  height: 65px;
  margin: 7px 0;
}

.btn-whats {
  background: #2d933d;
  border: 0;
  border-radius: 999px;
  font-weight: 700;
  color: #fff;
  padding: 10px 20px;
}

.btn-whats:hover {
  color: #fff;
  background: #0f5132;
}

/* Barra Tel */
.tittle-num {
  background-color: #000;
  padding: 10px 0;
}

.tittle-num p {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}

/* SLIDER full-bleed (home) */
.hero-bleed {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.hero-bleed .carousel-item img {
  width: 100%;
  height: 62vw;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .hero-bleed .carousel-item img {
    height: 480px;
  }
}
@media (min-width: 1200px) {
  .hero-bleed .carousel-item img {
    height: 890px;
  }
}
/* Overlay (home) */
.overlay-container {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.overlay-inner {
  position: absolute;
  left: 55%;
  transform: translateX(-50%);
  top: 22px;
  width: 100%;
  max-width: 1220px;
  padding: 0 12px;
}

.form-float {
  background: #111;
  color: #fff;
  border-radius: 16px;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.38);
  width: 390px;
  margin-left: auto;
  pointer-events: auto;
}

.form-float .form-label {
  font-size: 0.88rem;
}

.form-float .form-control,
.form-float .form-select {
  border-radius: 10px;
}

.form-float .btn-submit {
  background: var(--c-brand);
  color: #fff;
  border-radius: 10px;
}

.form-switcher .btn {
  --bs-btn-color: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #111;
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: #fff;
}

@media (max-width: 991.98px) {
  .overlay-container {
    position: static;
    inset: auto;
    pointer-events: auto;
  }
  .overlay-inner {
    position: static;
    left: auto;
    transform: none;
    top: auto;
    padding: 12px;
  }
  .form-float {
    width: 100%;
    max-width: 360px;
    margin: 12px auto 0;
  }
  .hero-bleed .carousel-item img {
    width: 100%;
    height: 100vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
/* Secciones */
.section-title {
  font-size: 2rem;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #111;
  margin: 1.5rem 0 0.8rem;
  border-left: 6px solid var(--c-brand);
  padding-left: 0.6rem;
  text-transform: uppercase;
}

.section-divider {
  height: 2px;
  background: #cdcdcd;
  margin: 0.6rem 0 1.2rem;
}

/* Grid vehículos (home) */
.grid-vehicles {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

@media (min-width: 768px) {
  .grid-vehicles {
    grid-template-columns: repeat(2, minmax(260px, 1fr));
  }
}
@media (min-width: 1200px) {
  .grid-vehicles {
    grid-template-columns: repeat(3, minmax(360px, 1fr));
  }
}
.figure-vehicle {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  border-radius: 12px;
  transition: transform 0.2s, box-shadow 0.2s;
}

.figure-vehicle:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.figure-vehicle img {
  width: 100% !important;
  max-width: none !important;
  height: 260px !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

@media (min-width: 768px) {
  .figure-vehicle img {
    height: 300px !important;
  }
}
@media (min-width: 1200px) {
  .figure-vehicle img {
    height: 240px !important;
  }
}
.figure-vehicle figcaption {
  margin-top: -20px;
  font-weight: 700;
  text-align: center;
  font-size: 24px;
  color: #000;
}

.text-muted {
  color: #ffffff !important;
  font-size: 18px;
}

/* Mapa + footer */
.map-card {
  background: #292929;
  border: 1px solid var(--c-border);
  border-radius: 16px;
  color: #fff;
  padding: 16px;
}

.map-aside {
  max-height: 420px;
  overflow: auto;
}

.map-aside .list-group-item.active {
  background: #111;
  border-color: #111;
}

footer {
  border-top: 1px solid var(--c-border);
}

.footer-logo {
  height: 36px;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer-bar {
  background: #2b2b2b;
  color: #fff;
  text-align: center;
  padding: 0.55rem 0;
  font-size: 0.9rem;
}

.footer-bar a {
  color: #fff;
  text-decoration: underline;
}

/* =======================================================
   DETALLE VEHÍCULO (K3 Hatchback)
   ======================================================= */
.page {
  max-width: 1220px;
  margin: 0 auto;
  padding: 24px 12px;
}

.hero-img img {
  width: 100%;
  height: auto;
  display: block;
}

/* Card sticky (col-md-5) */
.sticky-card {
  position: sticky;
  top: 18px;
  background: #1f1f1f;
  color: #fff;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.sticky-card .form-control,
.sticky-card .form-select,
.sticky-card textarea {
  border-radius: 10px;
  background: #fff;
  color: #111;
}

.sticky-card .form-control[readonly],
.sticky-card input[readonly] {
  background: #e9ecef;
  opacity: 0.95;
  cursor: not-allowed;
  color: #212529;
}

.sticky-card .btn,
.sticky-card button {
  border-radius: 10px;
  background: var(--c-brand);
  color: #fff;
  font-weight: 700;
  padding: 0.75rem 1rem;
}

/* Imagen principal + selector de color (col-md-7) */
.color-main {
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: 12px;
  padding: 14px;
}

.img-stage {
  width: 100%;
  display: block;
  transition: opacity 0.22s ease-in-out;
}

.img-stage.fade {
  opacity: 0.15;
}

.color-wrap {
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: 12px;
  padding: 14px;
}

.color-bullets {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

.color-bullet {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.18);
  cursor: pointer;
  outline: 0;
  transition: transform 0.15s ease;
}

.color-bullet:hover {
  transform: scale(1.06);
}

.color-bullet.active {
  outline: 2px solid var(--c-brand);
  transform: scale(1.05);
}

/* Textos */
.desc-title {
  font-size: 1.45rem;
  font-weight: 800;
  margin: 1rem 0 0.4rem;
}

.desc p {
  font-size: 1.125rem;
  line-height: 1.65;
  color: var(--c-muted);
}

/* Galería */
.gallery-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, 1fr);
}

.gallery-grid a {
  display: block;
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: 8px;
  overflow: hidden;
}

.gallery-grid a img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.2s;
}

.gallery-grid a:hover img {
  transform: scale(1.02);
}

@media (max-width: 992px) {
  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }
  .gallery-grid img {
    height: 220px;
  }
}
/* =======================
   Owl Carousel – Versiones
   ======================= */
.versions-carousel {
  position: relative;
  padding: 10px 0;
}

.versions-carousel .item {
  text-align: center;
}

.versions-carousel .card-version {
  text-align: center;
  background: transparent;
  border: 0;
}

.versions-carousel .card-version img {
  width: 100%;
  max-width: 520px;
  height: 180px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
  display: block;
}

.versions-carousel .version-tag {
  text-align: center;
  font-weight: 800;
  font-size: 2rem;
  margin-top: 12px;
  color: var(--c-text);
}

/* Flechas laterales */
.versions-carousel .owl-nav {
  margin: 0;
}

.versions-carousel .owl-nav button.owl-prev, .versions-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 33px;
  height: 33px;
  border-radius: 999px;
  background: #a6a6a6;
  color: #fff !important;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

.versions-carousel .owl-nav button.owl-prev {
  left: -28px;
}

.versions-carousel .owl-nav button.owl-next {
  right: -28px;
}

.versions-carousel .owl-nav button span {
  font-size: 34px;
  line-height: 1;
  margin: -9px 0 0 0;
}

.versions-carousel .owl-dots {
  display: none;
}

/* Ajustes flechas en pantallas pequeñas (que no se salgan) */
@media (max-width: 991.98px) {
  .versions-carousel .owl-nav button.owl-prev {
    left: -6px;
  }
  .versions-carousel .owl-nav button.owl-next {
    right: -6px;
  }
  .versions-carousel .card-version img {
    max-width: 360px;
    height: 170px;
  }
  .versions-carousel .version-tag {
    font-size: 1.6rem;
  }
}
/* Responsivo extra */
@media (max-width: 767.98px) {
  .sticky-card {
    position: static;
  }
  .desc-title {
    font-size: 1.3rem;
  }
  .desc p {
    font-size: 1.05rem;
  }
  .fw-bold {
    font-weight: 700 !important;
    text-align: center !important;
  }
  .color-bullets {
    justify-content: center;
  }
}/*# sourceMappingURL=styles.css.map */