/* Afecta solo a celularess */
@media (max-width: 767px) {
  /* Versiones — altura imagen */
.img-car-wrapper {
  height: 160px!important;
}		
  .navbar-expand-lg.navbar-end.navbar-dark.bg-black.py-md-2.sticky-top {
    top: 45px !important;
  }
  .container-fluid.px-0 {
    margin-top: 95px !important;
  }
  .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: -20px !important;
  }
  .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: -20px !important;
  }
  .swiper-slide.bg-img-center.img-fluid.content-space-3.content-space-md-4.aos-init.aos-animate.swiper-slide-active {
    height: calc(-145px + 100vh) !important;
  }
  .js-swiper-effect-fade-pagination.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    padding-bottom: 50px !important;
  }
  .navbar-expand-lg.navbar-end.navbar-light.bg-white.py-md-2.sticky-top {
    top: 45px !important;
  }
}
body {
  overflow-x: hidden;
  font-family: 'Sora', sans-serif;
  font-weight: 300;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 500 !important;
}
.fw-bolder {
  font-weight: 300 !important;
}
.fw-semibold {
  font-weight: 400 !important;
}
a.link-sm.nav-link.px-0 {
  font-size: 0.955rem;
}
.fs-7 {
  font-size: .675rem !important;
}
.navbar-brand-logo {
  width: 100%;
  min-width: 17.5rem;
  max-width: 17.5rem;
}
.navbar .navbar-nav .nav-link {
  padding: 1rem .5rem;
}
#navbarNavDropdown .nav-link {
  font-weight: 500 !important;
}
#navbarNavDropdown3 .nav-link {
  font-size: 0.9rem;
  font-weight: 500 !important;
}
#navbarNavDropdown3 .btn {
  font-weight: 600 !important;
}
.container-fluid.px-0 {
  margin-top: 45px;
}
.navbar-expand-lg.navbar-end.navbar-light.bg-white.py-md-2.sticky-top {
  top: 55px;
  z-index: 10 !important;
}
.js-swiper-effect-fade-pagination.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  margin-top: -80px;
  padding-bottom: 50px;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 180px;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 180px;
}
.js-swiper-gallery-2-pagination.swiper-pagination.swiper-pagination-light.position-absolute.bottom-0.start-0.end-0.mb-5.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal.swiper-pagination-bullets-dynamic {
  padding-bottom: 40px;
}
.col-11.col-md-6.col-lg-4.mb-5.mb-md-8.me-md-n9 {
  z-index: 2;
}
.js-swiper-infinite-loop-button-next.swiper-button-next {
  right: 10px;
}
.js-swiper-infinite-loop-button-prev.swiper-button-prev {
  left: 50px;
}
.text-cian, .text-red {
  color: #eb0a1e
}
.bg-black-search {
  background: linear-gradient(132deg, #526170, #39434e, #4e5d6c); /*para negro> linear-gradient(45deg, #1b1b1b, #4d4d4d, #1b1b1b) */
  background-size: 300% 300%;
  animation: gradientMove 3s infinite alternate ease-in-out;
}
.bg-grey {
  background-color: currentcolor;
}
@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
/*.container-fluid.navbar-topbar.px-md-5 {
    background-color: currentcolor;
}*/
.container-fluid.navbar-topbar.px-md-5.py-md-1 {
  padding-top: .4rem !important;
}
.swiper-pagination {
  z-index: 9 !important;
}
.avatar-lg, .avatar-lg .avatar-initials {
  width: 12.25rem;
  height: 7.25rem
}
.navbar.navbar-scrolled.navbar-dark {
  background-color: #000;
}
.device-browser-frame {
  background: #fff;
  box-shadow: 0 2.75rem 5.5rem -3.5rem rgba(189, 197, 209, .5), 0 2rem 4rem -2rem rgba(33, 50, 91, .3);
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
}
.bg-success {
  background-color: #eb0a1e !important;
}
hr {
  margin: 1rem 0 0.5rem;
  color: rgba(33, 50, 91, .1);
  border: 0;
  border-top: .0625rem solid;
  opacity: 1;
}
.bg-secondary {
  background-color: rgb(164 164 164) !important;
}
.hs-nav-scroller-light .hs-nav-scroller-arrow-next {
  background-image: linear-gradient(to right, transparent 0, #eaecef 50%);
}
.hs-nav-scroller-light .hs-nav-scroller-arrow-prev {
  background-image: linear-gradient(to right, #eaecef 50%, transparent 100%);
}
.modal-dialog-scrollable .modal-content {
  max-height: 620px !important;
}
.gradient-overlay-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40%; /* ajusta según el efecto deseado */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
  z-index: 2;
  pointer-events: none; /* evita bloquear clics */
}
@media (max-width: 767.98px) {
  .query-max-width {
    max-width: 22.5rem;
  }
}
.bg-overlay-black::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7); /* negro 70% */
  z-index: 1;
  border-radius: inherit;
}
.bg-overlay-black > * {
  position: relative;
  z-index: 2;
}
/* Overrides del CSS global (theme.min.css) — elimina todos los colores cyan */ :root {
  --bs-success: #eb0a1e;
  --bs-success-rgb: 235, 10, 30;
}
.text-success {
  color: #eb0a1e !important;
}
.border-success {
  border-color: #eb0a1e !important;
}
.btn-success {
  background-color: #eb0a1e !important;
  border-color: #eb0a1e !important;
}
.btn-outline-success {
  color: #eb0a1e !important;
  border-color: #eb0a1e !important;
}
.btn-outline-success:hover {
  background-color: #eb0a1e !important;
  color: #fff !important;
}
.navbar {
  --bs-navbar-hover-color: #eb0a1e;
}
.nav-segment .nav-link.active {
  font-weight: 400 !important;
  background-color: #eb0a1e !important;
  color: white;
}
/* ===== Cards de Modelos =====
   Kovacs — Sección grilla de modelos con filtro
   ============================================= */
.card-vehicle {
  transition: transform .2s ease, box-shadow .2s ease;
  color: inherit;
}
.card-vehicle:hover {
  transform: translateY(-5px);
  box-shadow: none;
  background-color: #f0f1f2 !important;
  color: inherit;
}
.card-vehicle:hover .img-car-wrapper::after {
  background-color: #f0f1f2;
}
.details-car {
  background-color: #f8f9fa;
  padding: .8rem 1rem .6rem;
  min-height: 5.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.details-car.hibrido {
  background-color: #eff6ff;
}
.details-car.electrico {
  background-color: #eefff0;
}
.details-car > span:first-child {
  display: block;
  font-size: .7rem;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-weight: 500;
  margin-bottom: .3rem;
}
.details-car .title-car {
  display: flex;
  align-items: center;
  gap: .5rem;
}
.details-car .title-car h4 {
  margin-bottom: 0;
  font-size: 1.2rem;
}
.img-car-wrapper {
  position: relative;
  background-color: #f8f9fa;
  padding: 0 1.5rem;
  height: 150px;
  overflow: hidden;
}
.img-car-wrapper.hibrido {
  background-color: #eff6ff;
}
.img-car-wrapper.electrico {
  background-color: #eefff0;
}
.img-car-wrapper::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background-color: #fff;
  border-radius: var(--bs-card-border-radius) var(--bs-card-border-radius) 0 0;
  z-index: 0;
}
.img-car-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
  z-index: 1;
  transition: transform .35s ease;
}
.card-vehicle:hover .img-car-wrapper img {
  transform: scale(1.08);
}
.grid-models-price {
  font-size: 1.05rem;
  font-weight: 500 !important;
  color: #1a1a1a;
  margin-bottom: .2rem;
}
.tax-detail {
  font-size: .78rem;
  color: #6c757d;
  margin-bottom: 0;
}
.price-badge {
  display: inline-block;
  background: #eb0a1e;
  color: #fff !important;
  font-weight: 600;
  border-radius: 3rem;
  padding: .45rem 1.4rem;
  font-size: 1.1rem;
  margin-bottom: .8rem;
  letter-spacing: -.01em;
}
.price-label {
  color: #eb0a1e !important;
  font-size: .63rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: .1rem;
}
.price-value {
  font-size: .88rem;
  color: #677788;
  margin-bottom: .5rem;
}
#featuresCodingTab .nav-link {
  color: #000 !important;
  font-weight: 400 !important;
  font-size: .875rem;
  border: none !important;
  box-shadow: none !important;
}
#featuresCodingTab .nav-link::after {
  content: attr(data-text);
  display: block;
  font-weight: 600;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
#featuresCodingTab .nav-link.active {
  color: #000 !important;
  font-weight: 600 !important;
  border: none !important;
  box-shadow: none !important;
}
#featuresCodingTab .nav-link:hover:not(.active) {
  color: #000 !important;
  font-weight: 600 !important;
  background-color: transparent !important;
  border: none !important;
}
/* Cards de sucursales — textos compactos */
#featuresCodingTabContent .card-title {
  font-size: 1rem !important;
  margin-bottom: .25rem;
}
#featuresCodingTabContent .card-text {
  font-size: .81rem !important
}
/* Botones danger = rojo Kovacs */
.btn-danger {
  background-color: #eb0a1e !important;
  border-color: #eb0a1e !important;
}
/* Icono círculo de service cards */
.icon-service {
  width: 76px;
  height: 76px;
  background: rgba(235, 10, 30, .08);
  border: 1px solid rgba(235, 10, 30, .25);
}
/* Link "Ver modelo" en cards de modelo */
.link-ver-modelo {
  color: #eb0a1e !important;
  font-size: .9rem;
  letter-spacing: .06em;
  font-weight: 600;
}
/* ShuffleJS — altura dinámica al filtrar en mobile */
.js-shuffle {
  transition: height 0.4s ease;
}
@media (max-width: 575px) {
  .js-shuffle {
    display: block !important;
  }
  .js-shuffle-item {
    width: 100% !important;
  }
}
/* CTA Stock — imagen en mobile */
@media (max-width: 991.98px) {
  .cta-car-col {
    min-height: 220px;
    overflow: hidden;
  }
  .cta-car-col img {
    position: relative !important;
    bottom: auto !important;
    right: auto !important;
    width: auto !important;
    display: block;
    margin: 0 auto;
  }
}
/* ===== Responsividad Cards de Modelos ===== */
/* Mobile — 1 columna (<576px) */
@media (max-width: 575.98px) {
  .img-car-wrapper {
    height: 190px;
  }
  .details-car {
    min-height: auto;
  }
  .price-badge {
    font-size: .9rem;
    padding: .3rem 1rem;
    margin-bottom: .5rem;
  }
  .js-shuffle-item {
    margin-bottom: 1rem !important;
  }
  .js-filter-options {
    flex-wrap: wrap;
    justify-content: center;
    gap: .3rem;
  }
  .js-filter-options .nav-link {
    font-size: .875rem;
    padding: .35rem .75rem;
  }
}
/* Tablet — 2 columnas (576–767px) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .img-car-wrapper {
    height: 130px;
  }
  .details-car .title-car h4 {
    font-size: 1rem;
  }
  .price-badge {
    font-size: .85rem;
    padding: .3rem .9rem;
    margin-bottom: .5rem;
  }
}
/* Card legal disclaimer — border-radius reducido en mobile */
@media (max-width: 767.98px) {
  .card-info-link {
    border-radius: 0.625rem !important;
  }
}
/* Touch — desactiva hover lift e imagen zoom */
@media (hover: none) {
  .card-vehicle:hover {
    transform: none;
    background-color: transparent !important;
  }
  .card-vehicle:hover .img-car-wrapper::after {
    background-color: #fff;
  }
  .card-vehicle:hover .img-car-wrapper img {
    transform: none;
  }
}
/* ===== Filtro modelos — sticky al hacer scroll ===== */
#wpcFilterBar {
  position: sticky;
  top: 50px;
  z-index: 98;
  padding-top: .5rem;
  padding-bottom: .5rem;
  margin-bottom: .75rem !important;
}
@media (min-width: 768px) {
  #wpcFilterBar {
    top: 55px;
    margin-bottom: 2rem !important;
  }
}
/* ===== Filtros modelos — pills scroll mobile ===== */
.wpc-fpills-wrap {
  display: inline-flex;
  align-items: center;
}
.wpc-fpills-arrow {
  display: none;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border: none;
  background: rgba(0, 0, 0, .07);
  border-radius: 50%;
  color: #222;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: .76rem;
  transition: background .15s;
}
.wpc-fpills-arrow:not(:disabled):hover {
  background: rgba(0, 0, 0, .14);
}
.wpc-fpills-arrow:disabled {
  opacity: .2;
  cursor: default;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .wpc-fpills-wrap {
    display: flex;
    width: 100%;
    align-items: center;
    gap: .25rem;
    background: white;
    border-radius: 2rem;
    padding: .25rem;
  }
  .wpc-fpills-arrow {
    display: flex;
  }
  #wpcFPills {
    flex: 1 1 0;
    min-width: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding: 0;
    gap: .25rem;
    background: transparent;
  }
  #wpcFPills::-webkit-scrollbar {
    display: none;
  }
  #wpcFPills .nav-link {
    white-space: nowrap;
    font-size: .875rem;
    padding: .35rem .75rem;
  }
  /* Todos — siempre visible, sticky izquierda */
  #wpcFPills > .nav-item:first-child {
    position: sticky;
    left: 0;
    z-index: 2;
    background: white;
  }
  /* Degradado que tapa ítems que deslizan detrás de Todos */
  #wpcFPills > .nav-item:first-child::after {
    content: '';
    position: absolute;
    left: 100%;
    top: -4px;
    bottom: -4px;
    width: 20px;
    background: linear-gradient(to right, white, transparent);
    pointer-events: none;
  }
}
/* Mega menu Modelos — centrado horizontal en la página */
#modelos_mobile ~ .hs-mega-menu {
  left: 50% !important;
  transform: translateX(-50%) !important;
  right: auto !important;
}
/* Footer — links más compactos */
footer .list-unstyled li {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.2;
  font-size: 0.8rem;
}
footer h5 {
  font-size: 0.75rem;
}
/* === Estilos específicos ficha.html === */
#versiones, #colores, #caracteristicas, #galeria {
  scroll-margin-top: 120px;
}
/* Comparador */
#comparador-omoda .tab-content {
  flex: 1 1 auto;
  overflow: hidden;
}
#comparador-omoda .table-responsive {
  max-height: min(60vh, 800px);
  overflow-y: auto;
  overflow-x: hidden;
}
/* Scrollspy nav modelo */
#navbarNavDropdown3 .nav-link {
  position: relative;
  overflow: visible;
}
#navbarNavDropdown3 .nav-link::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #eb0a1e;
  transition: width 0.35s ease, left 0.35s ease, opacity 0.35s ease;
  opacity: 0;
}
#navbarNavDropdown3 .nav-link.wpc-active::after {
  width: 80%;
  left: 10%;
  opacity: 1;
}
/* Características — tab activo con fondo gris */
#featuresCodingTab .nav-link.active {
  background-color: #f5f5f5 !important;
}
/* Características — swiper cards */
#featuresCodingTabContent .swiper-slide {
  padding: 0 1px;
  display: flex;
  height: auto;
}
#featuresCodingTabContent .swiper-slide .card {
  margin: 0;
  max-width: 100%;
}
#featuresCodingTabContent .swiper-wrapper {
  align-items: stretch;
}
#featuresCodingTabContent .card-xs {
  height: 100%;
  display: flex;
  flex-direction: column;
  max-width: 100%;
}
#featuresCodingTabContent .card-body {
  flex: 1 1 auto;
  overflow-y: auto;
  max-height: calc(9rem + 60px);
  -webkit-mask-image: linear-gradient(to bottom, black calc(100% - 4rem), transparent 100%);
  mask-image: linear-gradient(to bottom, black calc(100% - 4rem), transparent 100%);
}
/* Versiones — altura imagen */
#versiones .img-car-wrapper {
  height: 100px;
}
/* Desktop — flechas fuera del área de slides */
@media (min-width: 768px) {
  .js-swiper-versiones {
    padding: 0 44px;
  }
  #versiones .swiper-button-next {
    right: 0;
  }
  #versiones .swiper-button-prev {
    left: 0;
  }
  #featuresCodingTabContent .swiper {
    padding: 0 44px;
  }
  #featuresCodingTabContent .swiper-button-next {
    right: 0;
  }
  #featuresCodingTabContent .swiper-button-prev {
    left: 0;
  }
}
/* Mobile — flechas Swiper rojas */
@media (max-width:767px) {
  #versiones .swiper-button-next, #versiones .swiper-button-prev, #featuresCodingTabContent .swiper-button-next, #featuresCodingTabContent .swiper-button-prev {
    --swiper-navigation-color: #eb0a1e;
    color: #eb0a1e;
  }
}
/* Color swatches */
.wpc-color-swatch {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, .15);
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
  transition: transform .2s ease, box-shadow .2s ease;
}
.wpc-color-swatch:hover {
  transform: scale(1.18);
  box-shadow: 0 0 0 3px #fff, 0 0 0 5px #ccc;
}
.wpc-color-swatch.active {
  transform: scale(1.18);
  box-shadow: 0 0 0 3px #fff, 0 0 0 5px #eb0a1e;
}
#wpc-color-img {
  transition: opacity .22s ease;
}
/* ===== Características — swiper cards ===== */
#featuresCodingTabContent .swiper-slide {
  padding: 0;
  display: flex;
  height: auto;
  width: auto !important;
}
#featuresCodingTabContent .swiper-slide .card {
  margin: 0;
  max-width: 20rem !important;
}
#featuresCodingTabContent .swiper-wrapper {
  align-items: stretch;
}
#featuresCodingTabContent .card-xs {
  height: 100%;
  display: flex;
  flex-direction: column;
}
#featuresCodingTabContent .card-body {
  flex: 1 1 auto;
  overflow-y: auto;
  max-height: calc(9rem + 0px);
  -webkit-mask-image: linear-gradient(to bottom, black calc(100% - 4rem), transparent 100%);
  mask-image: linear-gradient(to bottom, black calc(100% - 4rem), transparent 100%);
}
@media (min-width: 768px) {
  #featuresCodingTabContent .swiper {
    padding: 0 44px;
  }
  #featuresCodingTabContent .swiper-button-next {
    right: 0;
  }
  #featuresCodingTabContent .swiper-button-prev {
    left: 0;
  }
}
@media (max-width: 767px) {
  #featuresCodingTabContent .swiper-button-next, #featuresCodingTabContent .swiper-button-prev {
    --swiper-navigation-color: #eb0a1e;
    color: #eb0a1e;
  }
}