.nav__aside-links--social{
    color: var(--color-orangered-1) !important;
}

.nav__items > ul > li.js-has-items.accordion:not(.active):hover > .heading,
.nav__items > ul > li.js-has-items.accordion:not(.active):hover > a {
  color: #f60;
}

a[target="_blank"]:not(.nav__aside-links--social):not(.no-external-icon)::after {
  display: inline-block;
  width: 0.46em;
  height: 0.46em;
  margin-left: 0.06em;
  vertical-align: text-top;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='black' d='M290.4 19.8C295.4 7.8 307.1 0 320 0L480 0c17.7 0 32 14.3 32 32l0 160c0 12.9-7.8 24.6-19.8 29.6s-25.7 2.2-34.9-6.9L400 157.3 246.6 310.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L354.7 112 297.4 54.6c-9.2-9.2-11.9-22.9-6.9-34.9zM0 176c0-44.2 35.8-80 80-80l80 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-80 0c-8.8 0-16 7.2-16 16l0 256c0 8.8 7.2 16 16 16l256 0c8.8 0 16-7.2 16-16l0-80c0-17.7 14.3-32 32-32s32 14.3 32 32l0 80c0 44.2-35.8 80-80 80L80 512c-44.2 0-80-35.8-80-80L0 176z'/%3E%3C/svg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='black' d='M290.4 19.8C295.4 7.8 307.1 0 320 0L480 0c17.7 0 32 14.3 32 32l0 160c0 12.9-7.8 24.6-19.8 29.6s-25.7 2.2-34.9-6.9L400 157.3 246.6 310.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L354.7 112 297.4 54.6c-9.2-9.2-11.9-22.9-6.9-34.9zM0 176c0-44.2 35.8-80 80-80l80 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-80 0c-8.8 0-16 7.2-16 16l0 256c0 8.8 7.2 16 16 16l256 0c8.8 0 16-7.2 16-16l0-80c0-17.7 14.3-32 32-32s32 14.3 32 32l0 80c0 44.2-35.8 80-80 80L80 512c-44.2 0-80-35.8-80-80L0 176z'/%3E%3C/svg%3E") no-repeat center / contain;
  content: "";
}

body.nav--stage .nav.js-nav {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0.42) 58%, rgba(0, 0, 0, 0) 100%);
  border-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

body.nav--stage .nav.js-nav .nav {
  color: #fff;
}

.hero-slider-footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-bottom: 5.5rem;
  pointer-events: none;
}

.hero-slider-footer--has-copy {
  padding-bottom: 0;
}

.hero-slider-actions {
  display: flex;
  justify-content: center;
  width: 100%;
  pointer-events: auto;
}

.hero-slider-footer--has-copy .hero-slider-actions {
  margin-bottom: 1.25rem;
}

.hero-slider-actions .glide__content-buttons {
  margin: 0 !important;
}

.hero-slider-copy {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0.75rem 10% 5.5rem;
  font-family: blender-pro, sans-serif;
  pointer-events: none;
}

.hero-slider-copy:not([hidden]):not(.is-hidden):not([aria-hidden="true"])::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0.76) 100%);
  content: "";
}

.hero-slider-copy__text {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.65);
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .hero-slider-footer {
    padding-bottom: 8.5rem;
  }

  .hero-slider-footer--has-copy {
    padding-bottom: 0;
  }

  .hero-slider-copy {
    padding: 0.75rem 20px 8.5rem;
  }

  .hero-slider-copy__text {
    font-size: 11px;
    line-height: 1.3;
  }
}

body.body--modal-open {
    overflow: hidden;
    overscroll-behavior: none;
    touch-action: none;
}

.newsletter-modal__dialog {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: min(880px, calc(100vw - 32px));
  max-height: calc(100vh - 3rem);
  max-height: calc(100dvh - 3rem);
  overflow: hidden;
}

.newsletter-modal__body {
  flex: 1 1 auto;
  min-height: 0;
  margin-bottom: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 0;
  background: linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
  -webkit-overflow-scrolling: touch;
}

.newsletter-modal__intro {
  display: grid;
  gap: 0.6rem;
  margin-bottom: 1rem;
}

.newsletter-modal__intro p {
  margin: 0;
}

.newsletter-modal__eyebrow {
  color: #ff6600;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.newsletter-modal__lead {
  color: #111;
  font-size: 1.125rem;
  line-height: 1.55;
}

.newsletter-modal__form {
  display: grid;
  gap: 1.25rem;
  padding: 2rem;
}

.newsletter-modal__fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 1.25rem;
}

.newsletter-modal__form .c-single-input-form__input-group {
  margin: 0;
}

.newsletter-modal__form .c-single-input-form__label {
  margin-bottom: 0.55rem;
  color: #111;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.newsletter-modal__form .c-single-input-form__input {
  min-height: 54px;
  border: 1px solid #d6d6d6;
  background: #fff;
  padding: 0.85rem 1rem;
  font-size: 1rem;
}

.newsletter-modal__form .c-single-input-form__input:focus {
  border-color: #ff6600;
  box-shadow: 0 0 0 3px rgba(255, 102, 0, 0.14);
}

.newsletter-modal__phone-group {
  max-width: 420px;
  margin-top: 0.85rem;
  padding-left: 1.9rem;
}

.newsletter-modal__preferences {
  display: grid;
  gap: 0.7rem;
  padding: 1.1rem 1.2rem;
  border: 1px solid #e7e7e7;
  background: #fff;
}

.newsletter-modal__legal {
  padding: 1.1rem 1.2rem;
  border: 1px solid #e7e7e7;
  background: #fff;
}

.newsletter-modal__section-header {
  display: grid;
  gap: 0.3rem;
}

.newsletter-modal__section-title {
  margin: 0;
  color: #111;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.newsletter-modal__section-copy {
  margin: 0;
  color: #666;
  line-height: 1.55;
}

.newsletter-modal__status {
  margin: 1.5rem 2rem 0;
}

.newsletter-modal__actions {
  display: flex;
  justify-content: center;
  margin-top: 0.25rem;
}

.newsletter-modal__actions .c-btn__link {
  min-width: 240px;
  justify-content: center;
}

.newsletter-modal .form-legal__group {
  margin: 0;
}

.newsletter-modal .form-legal__group + .form-legal__group {
  margin-top: 0.1rem;
}

.newsletter-modal .form-legal__option {
  align-items: flex-start;
  gap: 0.7rem;
}

.newsletter-modal .form-legal__option input {
  margin-top: 0.2rem;
}

.newsletter-modal .form-legal__option label {
  color: #111;
  line-height: 1.55;
}

.newsletter-modal .form-legal__help {
  color: #6f6f6f;
  margin-top: 0.45rem;
  line-height: 1.5;
}

@media (max-width: 767.98px) {
  .newsletter-modal {
    padding: 0.75rem;
  }

  .newsletter-modal__dialog {
    width: 100%;
    max-height: calc(100vh - 1.5rem);
    max-height: calc(100dvh - 1.5rem);
    padding: 1rem;
  }

  .newsletter-modal__form {
    padding: 1rem 0 max(1rem, env(safe-area-inset-bottom));
  }

  .newsletter-modal__fields {
    grid-template-columns: 1fr;
  }

  .newsletter-modal__phone-group {
    max-width: none;
    padding-left: 0;
  }

  .newsletter-modal__status {
    margin: 1rem 0 0;
  }
}

.c-icon-list-item__content {
  color: var(--color-white-alpha-2) !important;
  transition: color 0.3s ease; /* transición única */
}

.c-icon-list-item__content:hover {
  color: var(--color-orangered-1) !important;
}

.c-icon-list-item__content i,
.c-icon-list-item__content h6 {
  color: inherit !important; /* ambos heredan el color del <a> */
}

.c-icon-list-item__brand-icon {
  display: block;
  width: 104px;
  max-width: 104px;
  height: auto;
  margin: 0 0.75rem 0 0;
  overflow: visible;
}

.c-icon-list-container .c-icon-list-wrapper .c-icon-list .c-icon-list-item__content svg.c-icon-list-item__brand-icon {
  width: 104px;
  max-width: 104px;
  max-height: none;
  height: auto;
  flex: 0 0 104px;
  overflow: visible;
}

.c-icon-list-container .c-icon-list-wrapper .c-icon-list .c-icon-list-item__content:hover svg.c-icon-list-item__brand-icon {
    color: inherit;
  }

  .asistencia-page {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .asistencia-page__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
  }

  .asistencia-card {
    display: grid;
    gap: 1rem;
  }

  .asistencia-card__button {
    display: grid;
    gap: 1rem;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
    font: inherit;
    text-align: left;
    text-decoration: none;
  }

  .asistencia-card__button:focus-visible {
    outline: 3px solid var(--color-orangered-1, #ff6600);
    outline-offset: 4px;
  }

  .asistencia-card__button--static {
    cursor: default;
  }

  .asistencia-card__media {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 4.1;
    background: #111;
  }

  .asistencia-card__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.18) 100%);
    pointer-events: none;
  }

  .asistencia-card__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .asistencia-card__image--expired {
    filter: grayscale(1);
  }

  .asistencia-card__body {
    display: flex;
    align-items: center;
  }

  .asistencia-card__title {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    margin: 0;
    color: #000;
    font-size: 1.75rem;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .asistencia-card__arrow {
    font-size: 0.9em;
    line-height: 1;
  }

  .asistencia-page__marks {
    display: flex;
    justify-content: center;
    margin: 4rem 0 0;
  }

  .asistencia-page__marks-image {
    display: block;
    max-width: min(420px, 100%);
    width: 100%;
    height: auto;
    margin: 0;
  }

  .asistencia-inscripcion-modal__dialog {
    max-width: 720px;
    background-color: #f8f8fc;
    border-radius: 0.75rem;
  }

  .asistencia-inscripcion-modal__top {
    background-color: #f8f8fc;
  }

  .asistencia-inscripcion-modal .paseo-inscripcion-modal__title {
    font-size: 1.15rem;
    line-height: 1.45;
  }

  .asistencia-inscripcion-modal__event-title {
    margin: 1rem 0 0;
    color: #1b1b1b;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
  }

  .asistencia-inscripcion-modal__details {
    color: #333;
    font-size: 1rem;
    line-height: 1.35;
  }

  .asistencia-inscripcion-modal__details p {
    margin: 0;
  }

  .testride-page {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .testride-shell {
    display: grid;
    grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.35fr);
    gap: 2rem;
    align-items: start;
  }

  .testride-shell__aside {
    position: sticky;
    top: 2rem;
    display: grid;
    gap: 1.5rem;
    padding: 2rem;
    background: linear-gradient(180deg, #111 0%, #1a1a1a 100%);
    color: #fff;
  }

  .testride-shell__eyebrow {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 0.45rem 0.75rem;
    background: #ff6600;
    color: #111;
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .testride-shell__details {
    display: grid;
    gap: 1rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }

  .testride-shell__detail {
    display: grid;
    gap: 0.35rem;
  }

  .testride-shell__detail-label {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .testride-shell__detail-value {
    color: #fff;
    font-size: 1.1rem;
    line-height: 1.45;
  }

  .testride-shell__form {
    max-height: calc(100vh - 40px);
    overflow: auto;
    padding: 2rem 2.25rem;
    padding-bottom: 2.15rem;
    border: 1px solid #d8dee8;
    background: linear-gradient(180deg, #fff 0%, #fafbfc 100%);
    min-height: 0;
    margin-bottom: 1rem;
  }

  .testride-page__title {
    margin: 0 0 0.75rem;
    color: inherit;
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1;
  }

  .testride-page__lead {
    margin: 0;
    color: #111;
    font-size: 1.55rem;
    line-height: 1.45;
  }

  .testride-shell__aside .testride-page__lead {
    color: rgba(255, 255, 255, 0.78);
  }

  .testride-page__lead + .testride-page__lead {
    margin-top: 0.2rem;
  }

  .testride-page__lead--strong {
    font-weight: 700;
  }

  .testride-shell__aside .testride-page__lead--strong {
    color: #fff;
  }

  .testride-page__divider {
    height: 1px;
    margin: 1.75rem 0 1.35rem;
    background: #d8dee8;
  }

  .testride-page__divider--compact {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .testride-page__required-note {
    margin: 0 0 1.5rem;
    color: #111;
    font-size: 1.3rem;
    font-weight: 600;
  }

  .testride-form {
    display: grid;
    gap: 1.5rem;
  }

  .testride-form__section {
    display: grid;
    gap: 1.25rem;
    padding: 1.5rem;
    border: 1px solid #e2e7ef;
    background: #fff;
  }

  .testride-form__section-header {
    display: grid;
    gap: 0.45rem;
  }

  .testride-form__section-title {
    margin: 0;
    color: #111;
    font-size: 1.25rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: uppercase;
  }

  .testride-form__section-copy {
    margin: 0;
    color: #4f5b6e;
    font-size: 1rem;
    line-height: 1.55;
  }

  .testride-form__row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
  }

  .testride-form__row--single {
    grid-template-columns: 1fr;
  }

  .testride-form__row--compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .testride-form .c-single-input-form__input-group {
    margin: 0;
  }

  .testride-form__label {
    display: block;
    margin: 0 0 0.75rem;
    color: #000;
    font-size: 1.35rem;
    font-weight: 500;
    line-height: 1.4;
  }

  .testride-form__input {
    width: 100%;
    min-height: 4.1rem;
    box-sizing: border-box;
    border: 1px solid #d8dee8;
    border-radius: 0.3rem;
    padding: 0.95rem 1.2rem;
    color: #111;
    font-size: 1.35rem;
    background: #fff;
  }

  .testride-form__input::placeholder {
    color: #98a1b2;
    opacity: 1;
  }

  .testride-form select.testride-form__input {
    appearance: auto;
  }

  .testride-form__radio-group {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 0;
    padding: 0;
    border: 0;
  }

  .testride-form__radio-group .testride-form__label {
    margin: 0;
  }

  .testride-form__radio-option {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: #111;
    font-size: 1.35rem;
    line-height: 1.2;
  }

  .testride-form__notice {
    margin: 0;
    color: #111;
    font-size: 1.25rem;
    line-height: 1.6;
  }

  .testride-form__footer {
    display: grid;
    gap: 1.25rem;
    padding: 1.25rem 1.5rem;
    background: #fff;
    border: 1px solid #d8dee8;
  }

  .testride-form__actions {
    display: flex;
    justify-content: flex-start;
    padding-top: 0.25rem;
  }

.price-title {
  font-size: 1.2rem !important;
  line-height: 1 !important;
  margin: 0 !important;
}
.price-value {
  font-size: 3rem !important;
  line-height: 0.95 !important;
  margin: 0 !important;
}
.price-title-cuotas{
  font-size: 1.5rem !important;
}
.price-value-cuotas{
  font-size: 4.3rem !important;
  line-height: 0.95 !important;
  margin: 0 !important;
}
.price-title-codmoto{
  font-size: 1.5rem !important;
}
.price-value-codmoto{
  font-size: 2.5rem !important;
  line-height: 0.95 !important;
  margin: 0 !important;
}
.price-margin {
  margin-top: 0;
}

.priceinfo__finance-details--prices .prices-basePrice__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.priceinfo__finance-details--prices .prices-basePrice__list--item > div {
  gap: 0.25rem;
}

.fluidimage{
  position: absolute;
  top: 50% !important;
  left: 50% !important;  
  transform: translate(-50%, -50%) !important;
}


/* Ocultar contenido solo en orientación vertical */
@media (orientation: portrait) {
  .solo-horizontal {
    display: none !important;
  }
}

/* Ocultar contenido solo en orientación horizontal */
@media (orientation: landscape) {
  .solo-vertical {
    display: none !important;
  }
}

.priceinfo-modal[hidden] {
  display: none !important;
}

.priceinfo-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  z-index: 9999;
}

.priceinfo-modal--open {
  display: flex;
}

.priceinfo-modal__content[hidden] {
  display: none !important;
}

.priceinfo-modal__backdrop {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.priceinfo-modal__dialog {
  position: relative;
  background-color: #fff;
  color: #111;
  border-radius: 0.65rem;
  width: 100%;
  max-width: 640px;
  padding: 2rem;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.35);
  z-index: 1;
}

body.body__theme--black .priceinfo-modal__dialog,
body.body__theme--dark .priceinfo-modal__dialog {
  color: #fff;
  background-color: #222;
}

body.body__theme--black .priceinfo-modal__code,
body.body__theme--dark .priceinfo-modal__code,
body.body__theme--black .priceinfo-modal__row-label,
body.body__theme--dark .priceinfo-modal__row-label,
body.body__theme--black .priceinfo-modal__row-value,
body.body__theme--dark .priceinfo-modal__row-value,
body.body__theme--black .priceinfo-modal__row-brand,
body.body__theme--dark .priceinfo-modal__row-brand,
body.body__theme--black .priceinfo-modal__notes,
body.body__theme--dark .priceinfo-modal__notes {
  color: #dadada;
}

.priceinfo-modal__header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.priceinfo-modal__title {
  font-size: 1.5rem;
  text-transform: uppercase;
  margin: 0;
}

.priceinfo-modal__close {
  border: none;
  background: transparent;
  color: inherit;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  padding: 0.25rem;
}

.priceinfo-modal__close:hover,
.priceinfo-modal__close:focus-visible {
  color: var(--color-orangered-1, #ff6600);
}

.priceinfo-modal__body {
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.priceinfo-modal__footer {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.priceinfo-modal__tabs {
  display: flex;
  gap: 0.5rem;
  border-bottom: 1px solid #ddd;
  margin-top: 1.25rem;
}

.priceinfo-modal__tab {
  flex: 1;
  background: transparent;
  border: none;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0.5rem 0.75rem;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.priceinfo-modal__code {
  margin: 0 0 0.75rem;
  font-size: 0.95rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #555;
}

.priceinfo-modal__tab:focus-visible {
  outline: 2px solid var(--color-orangered-1, #ff6600);
  outline-offset: 2px;
}

.priceinfo-modal__tab--active {
  border-color: var(--color-orangered-1, #ff6600);
  color: var(--color-orangered-1, #ff6600);
}

.priceinfo-modal__panels {
  margin-top: 1rem;
}

.priceinfo-modal__panel {
  display: none;
}

/* Nuestra historia */
.nuestra-historia__video {
  width: 100%;
}

.nuestra-historia__video-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background-color: #000;
}

.nuestra-historia__video-frame iframe,
.nuestra-historia__iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.nuestra-historia__iframe {
  min-height: 0;
  width: 100%;
  height: 100%;
  top: 0;
}

.nuestra-historia__subtitle {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 2rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-align: center;
}

.nuestra-historia__timeline {
  position: relative;
  display: grid;
  gap: 2.5rem;
  padding-left: 1.75rem;
  border-left: 2px solid #f47920;
}

.nuestra-historia__timeline-item {
  position: relative;
  display: grid;
  gap: 0.35rem;
  padding-left: 0.75rem;
}

.nuestra-historia__timeline-dot {
  position: absolute;
  left: -1.1rem;
  top: 0.25rem;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background-color: #f47920;
  box-shadow: 0 0 0 4px rgba(244, 121, 32, 0.2);
}

.iframe-embed {
  position: relative;
  min-height: 1500px;
  background: #f5f5f5;
}

.iframe-embed__placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 32px;
  background: linear-gradient(180deg, rgba(20, 20, 20, 0.04) 0%, rgba(20, 20, 20, 0.08) 100%);
  text-align: center;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  z-index: 1;
}

.iframe-embed__spinner {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.12);
  border-top-color: #ff6600;
  animation: iframe-embed-spin 0.8s linear infinite;
}

.iframe-embed__message {
  margin: 0;
  color: #111;
  font-family: blender-pro, sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.iframe-embed__frame {
  width: 100%;
  min-height: 1500px;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.iframe-embed--loaded .iframe-embed__frame {
  opacity: 1;
}

.iframe-embed--loaded .iframe-embed__placeholder {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@keyframes iframe-embed-spin {
  to {
    transform: rotate(360deg);
  }
}

.nuestra-historia__timeline-year {
  font-weight: 700;
  text-transform: uppercase;
  color: #f47920;
  letter-spacing: 0.02em;
}

.nuestra-historia__timeline-title {
  font-size: 1.1rem;
  margin: 0;
}

.nuestra-historia__timeline-body {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.nuestra-historia__timeline-description {
  margin: 0;
  line-height: 1.6;
  color: #333;
}

.nuestra-historia__timeline-image {
  max-width: 140px;
  max-height: 60px;
  object-fit: contain;
  margin-bottom: 0.75rem;
}

@media (max-width: 767px) {
  .nuestra-historia__timeline {
    gap: 1.75rem;
    padding-left: 1.5rem;
  }

  .nuestra-historia__timeline-title {
    font-size: 1rem;
  }
}

@media (min-width: 1024px) {
  .nuestra-historia__timeline {
    border-left: 0;
    padding-left: 0;
    gap: 3rem;
  }

  .nuestra-historia__timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #f47920;
  }

  .nuestra-historia__timeline-item {
    padding: 0;
    grid-template-columns: 1fr 80px 1fr;
    align-items: start;
  }

  .nuestra-historia__timeline-item--left {
    text-align: right;
  }

  .nuestra-historia__timeline-item--left .nuestra-historia__timeline-year,
  .nuestra-historia__timeline-item--left .nuestra-historia__timeline-body {
    grid-column: 1;
    text-align: right;
  }

  .nuestra-historia__timeline-item--right {
    text-align: left;
  }

  .nuestra-historia__timeline-item--right .nuestra-historia__timeline-year,
  .nuestra-historia__timeline-item--right .nuestra-historia__timeline-body {
    grid-column: 3;
    text-align: left;
  }

  .nuestra-historia__timeline-dot {
    position: relative;
    grid-column: 2;
    justify-self: center;
    align-self: start;
    left: 0;
    top: 0.5rem;
    transform: translateY(-50%);
  }

  .nuestra-historia__timeline-year,
  .nuestra-historia__timeline-title,
  .nuestra-historia__timeline-description {
    text-align: inherit;
  }

  .nuestra-historia__timeline-item--left .nuestra-historia__timeline-image {
    align-self: flex-end;
  }

  .nuestra-historia__timeline-item--right .nuestra-historia__timeline-image {
    align-self: flex-start;
  }
}

.priceinfo-modal__panel--active {
  display: block;
}

.contactanos__status {
  margin-bottom: 2rem;
  padding: 1.25rem 1.5rem;
  border-radius: 0.35rem;
  border: 1px solid transparent;
}

.contactanos__status--success {
  background-color: #eef8f1;
  border-color: #9ac8a5;
  color: #1d4d2e;
}

.contactanos__status--error {
  background-color: #fff1f1;
  border-color: #efb2b2;
  color: #8c1d1d;
}

.contactanos__status-title {
  margin: 0 0 0.5rem;
  font-size: 1.3rem;
  line-height: 1.2;
  text-transform: uppercase;
}

.contactanos__status-message {
  margin: 0;
  line-height: 1.6;
}

.contactanos-page {
  padding-bottom: 1.5rem;
}

.contactanos-page__header {
  text-align: center;
}

.contactanos-page__intro {
  max-width: 920px;
  margin: 0 auto 2rem;
  color: #111;
  font-size: 1.05rem;
  line-height: 1.7;
  text-align: center;
}

.contactanos-page__section + .contactanos-page__section {
  margin-top: 1.5rem;
}

.contactanos-page__whatsapp {
  margin-top: 1rem;
}

.contactanos-page__whatsapp .form-legal__option label {
  font-size: 0.95rem;
  font-weight: 400;
  text-transform: none;
}

.contactanos-page__consents {
  display: grid;
  gap: 1rem;
}

.contactanos-page__actions {
  justify-content: center;
}

.contactanos-page .dealer-form-page__section {
  margin-bottom: 0;
}

.contactanos-page__section--footer {
  padding: 0;
  border: 0;
  background: transparent;
}

.contactanos-page .dealer-form-page__section--footer {
  padding: 0;
  border: 0;
  background: transparent;
}

.contactanos-page__section--footer .contactanos-page__actions {
  margin-top: 0;
}

.dealer-form-page {
  margin-top: 3rem;
}

.dealer-form-page__section {
  margin-bottom: 2.75rem;
  padding: 2rem 1.75rem;
  border: 1px solid #ff6600;
  border-radius: 1.5rem;
  background: #fff;
}

.dealer-form-page__section-title {
  margin: 0 0 2rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #e6e6e6;
  color: #566674;
}

.dealer-form-page__grid {
  display: grid;
  width: 100%;
  align-items: start;
  justify-items: stretch;
  gap: 0 2rem;
}

.dealer-form-page__field {
  margin-bottom: 2rem;
  width: 100%;
  max-width: none;
}

.dealer-form-page__field--full {
  grid-column: 1 / -1;
}

.dealer-form-page.c-become-a-dealer-form {
  display: block;
}

.dealer-form-page .c-become-a-dealer-form__container {
  display: block;
  max-width: none;
}

.dealer-form-page .c-single-input-form__input-group {
  margin-bottom: 2rem;
  width: 100%;
}

.dealer-form-page .c-single-input-form__input,
.dealer-form-page select.c-single-input-form__input {
  width: 100%;
  min-width: 0;
}

.dealer-form-page__actions {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}

.dealer-form-page__checkbox-grid {
  display: grid;
  gap: 1.5rem 2rem;
}

.dealer-form-page__checkbox-option {
  display: flex;
  align-items: center;
  color: #8c99a5;
  font-size: 1rem;
  line-height: 1.4;
}

.dealer-form-page__other-input {
  margin-top: 1.5rem;
}

.dealer-form-page__section--footer {
  padding-top: 2.25rem;
}

.dealer-form-page__alert {
  text-align: center;
}

@media (min-width: 768px) {
  .dealer-form-page__grid--company,
  .dealer-form-page__grid--contact {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .dealer-form-page__field--third {
    grid-column: span 4;
  }

  .dealer-form-page__field--half {
    grid-column: span 6;
  }

  .dealer-form-page__field--phone {
    order: 1;
  }

  .dealer-form-page__field--mobile {
    order: 2;
  }

  .dealer-form-page__field--website {
    order: 3;
  }

  .dealer-form-page__checkbox-grid--areas {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .dealer-form-page__checkbox-grid--brands {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .dealer-form-page__section {
    padding: 2.5rem 2rem;
  }

  .dealer-form-page__grid {
    gap: 0 2.5rem;
  }

  .dealer-form-page__checkbox-grid {
    gap: 1.75rem 2.5rem;
  }
}

.cookie-consent[hidden] {
  display: none !important;
}

.cookie-consent {
  position: fixed;
  inset: 0;
  z-index: 2147483645;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.cookie-consent__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.62);
}

.cookie-consent__banner,
.cookie-consent__manager {
  position: relative;
  z-index: 1;
  background: #fff;
  color: #111;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.28);
}

.cookie-consent__banner {
  position: absolute;
  left: 50%;
  bottom: 24px;
  width: min(960px, calc(100% - 32px));
  transform: translateX(-50%);
  border-radius: 20px;
  padding: 32px;
}

.cookie-consent__banner-content {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

.cookie-consent__brand img {
  max-width: 160px;
  height: auto;
  display: block;
}

.cookie-consent__copy {
  flex: 1 1 auto;
}

.cookie-consent__eyebrow {
  margin: 0 0 8px;
  color: #ff6600;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cookie-consent__title {
  margin: 0 0 12px;
  color: #111;
  font-size: 28px;
  line-height: 1.1;
}

.cookie-consent__text,
.cookie-consent__category-text {
  margin: 0;
  color: #3c3c3c;
  font-size: 14px;
  line-height: 1.6;
}

.cookie-consent__text a {
  color: #ff6600;
  text-decoration: none;
  font-weight: 700;
}

.cookie-consent__actions,
.cookie-consent__manager-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.cookie-consent__button {
  border: none;
  cursor: pointer;
  padding: 14px 18px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: opacity 0.2s ease;
}

.cookie-consent__button:disabled {
  cursor: wait;
  opacity: 0.65;
}

.cookie-consent__button:hover,
.cookie-consent__button:focus-visible,
.cookie-consent__close:hover,
.cookie-consent__close:focus-visible {
  opacity: 0.92;
}

.cookie-consent__button--primary {
  background: #ff6600;
  color: #fff;
}

.cookie-consent__button--secondary,
.cookie-consent__button--ghost {
  background: #111;
  color: #fff;
}

.cookie-consent__manager {
  position: absolute;
  top: 0;
  left: 0;
  width: min(480px, 100%);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.cookie-consent__manager[hidden] {
  display: none !important;
}

.cookie-consent__manager-header,
.cookie-consent__manager-body,
.cookie-consent__manager-actions {
  padding-left: 24px;
  padding-right: 24px;
}

.cookie-consent__manager-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}

.cookie-consent__close {
  border: none;
  background: #f4f4f4;
  color: #111;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.cookie-consent__manager-body {
  flex: 1 1 auto;
  overflow-y: auto;
  padding-top: 24px;
  padding-bottom: 24px;
}

.cookie-consent__category {
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  padding: 18px;
  margin-top: 16px;
}

.cookie-consent__category--locked {
  background: #fafafa;
}

.cookie-consent__category-header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
}

.cookie-consent__category-title {
  margin: 0 0 8px;
  font-size: 17px;
  line-height: 1.3;
  color: #111;
}

.cookie-consent__badge {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  border-radius: 999px;
  background: rgba(255, 102, 0, 0.12);
  color: #ff6600;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.cookie-consent__toggle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  color: #111;
}

.cookie-consent__toggle-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.cookie-consent__toggle-ui {
  position: relative;
  width: 46px;
  height: 26px;
  border-radius: 999px;
  background: #c9c9c9;
  transition: background-color 0.2s ease;
}

.cookie-consent__toggle-ui::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.18);
  transition: transform 0.2s ease;
}

.cookie-consent__toggle-input:checked + .cookie-consent__toggle-ui {
  background: #ff6600;
}

.cookie-consent__toggle-input:checked + .cookie-consent__toggle-ui::after {
  transform: translateX(20px);
}

.cookie-consent__manager-actions {
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #e6e6e6;
}

@media (max-width: 991px) {
  .cookie-consent__banner-content {
    flex-direction: column;
  }

  .cookie-consent__actions,
  .cookie-consent__manager-actions {
    flex-direction: column;
  }

  .cookie-consent__button {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .cookie-consent__banner {
    left: 16px;
    right: 16px;
    bottom: 16px;
    width: auto;
    transform: none;
    padding: 20px;
  }

  .cookie-consent__manager {
    width: 100%;
  }

  .cookie-consent__manager-header,
  .cookie-consent__manager-body,
  .cookie-consent__manager-actions {
    padding-left: 18px;
    padding-right: 18px;
  }

  .cookie-consent__category-header {
    flex-direction: column;
  }
}

.c-footer__privacy-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin: 0.75rem 0;
}

.c-footer__privacy-links a,
.c-footer__cookie-button {
  font-size: 0.9rem;
  color: inherit;
  text-decoration: none;
}

.c-footer__cookie-button {
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.form-legal__group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.form-legal__option {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.form-legal__option input {
  margin-top: 0.2rem;
}

.form-legal__option label,
.form-legal__help {
  font-size: 0.95rem;
  line-height: 1.5;
}

.form-legal__option a {
  color: var(--color-orangered-1, #ff6600);
}

.form-legal__help {
  margin: 0;
  color: #666;
}

.cotizacion__legal {
  width: min(100%, 760px);
  margin: 0 auto;
  text-align: center;
}

.cotizacion__legal .form-legal__option {
  justify-content: center;
  width: 100%;
}

.cotizacion__legal .form-legal__help {
  text-align: center;
}

.cotizacion__status {
  width: min(100%, 760px);
  margin: 0 auto 1rem;
  text-align: center;
}

.cotizacion__status--error {
  color: #ff8f8f;
}

.cotizacion__contact-consent {
  width: min(100%, 760px);
  margin: 1rem auto 0;
  text-align: left;
}

.cotizacion__contact-consent .form-legal__option {
  justify-content: flex-start;
  width: 100%;
}

.cotizacion__contact-consent .form-legal__option input,
.cotizacion__legal .form-legal__option input {
  width: 1.1rem;
  min-width: 1.1rem;
  height: 1.1rem;
  min-height: 1.1rem;
  margin-top: 0.25rem;
}

.cotizacion__contact-consent .form-legal__option label,
.cotizacion__legal .form-legal__option label {
  flex: 1 1 auto;
  min-width: 0;
  text-align: left;
}

.cotizacion__contact-consent .form-legal__help {
  text-align: center;
}

.cotizacion__legal {
  text-align: left;
}

.cotizacion__legal .form-legal__option {
  justify-content: flex-start;
  width: 100%;
}

.cotizacion__submit {
  margin-top: 1.5rem;
}

.legal-page {
  padding-top: 3rem;
  padding-bottom: 4rem;
}

.legal-page__content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.legal-page__lead {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.7;
}

.legal-page__section {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.legal-page__section h2,
.legal-page__section h3,
.legal-page__section p,
.legal-page__section ul {
  margin: 0;
}

.legal-page__section ul {
  padding-left: 1.2rem;
}

.legal-page__cards {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.legal-page__card {
  border: 1px solid #ddd;
  border-radius: 0.5rem;
  padding: 1rem;
}

.legal-page__card h3,
.legal-page__card p {
  margin: 0;
}

.legal-page__card h3 {
  margin-bottom: 0.5rem;
}

.legal-page__table-wrapper {
  overflow-x: auto;
}

.legal-page__table {
  width: 100%;
  border-collapse: collapse;
}

.legal-page__table th,
.legal-page__table td {
  border: 1px solid #ddd;
  padding: 0.85rem;
  text-align: left;
  vertical-align: top;
}

.legal-page__table th {
  background: #f6f6f6;
}

.priceinfo-modal__list {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #555;
  border-radius: 0.35rem;
  overflow: hidden;
}

.priceinfo-modal__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.85rem 1rem;
  border-bottom: 1px solid #555;
  gap: 1rem;
}

.priceinfo-modal__row:last-child {
  border-bottom: none;
}

.priceinfo-modal__row--highlight {
  background-color: #ff6600;
  font-weight: 700;
}

.priceinfo-modal__row-label {
  margin: 0;
  font-size: 0.95rem;
  letter-spacing: 0.05em;
}

.priceinfo-modal__row-value {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 700;
}

.priceinfo-modal__row-info {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex: 1 1 auto;
  min-width: 0;
}

.priceinfo-modal__row-logo {
  max-height: 26px;
  object-fit: contain;
}

.priceinfo-modal__row-brand {
  margin: 0;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.priceinfo-modal__row-value-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.25rem;
  margin-left: auto;
  text-align: right;
}

.priceinfo-modal__notes {
  margin-top: 1rem;
  font-size: 0.8rem;
  color: #555;
  line-height: 1.4;
}

.priceinfo-modal__notes p {
  margin: 0.25rem 0;
}

@media (max-width: 640px) {
  .priceinfo-modal {
    padding: 0.5rem;
  }

  .priceinfo-modal__dialog {
    width: calc(100vw - 1rem);
    max-width: none;
    max-height: calc(100dvh - 1rem);
    overflow: auto;
    padding: 1rem;
  }

  .priceinfo-modal__header {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.5rem;
  }

  .priceinfo-modal__close {
    align-self: flex-end;
    margin-top: -0.25rem;
    padding: 0.1rem;
  }

  .priceinfo-modal__title {
    font-size: 1.1rem;
    line-height: 1.2;
  }

  .priceinfo-modal__tabs {
    gap: 0.25rem;
  }

  .priceinfo-modal__tab {
    padding: 0.45rem 0.5rem;
    font-size: 0.78rem;
  }

  .priceinfo-modal__code {
    font-size: 0.78rem;
    line-height: 1.35;
    word-break: break-word;
  }

  .priceinfo-modal__list {
    border-radius: 0.25rem;
  }

  .priceinfo-modal__row {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.45rem;
    padding: 0.75rem 0.8rem;
  }

  .priceinfo-modal__row-info {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    column-gap: 0.75rem;
    align-items: start;
    width: 100%;
  }

  .priceinfo-modal__row-logo {
    max-height: 22px;
    max-width: 92px;
    justify-self: start;
  }

  .priceinfo-modal__row-brand {
    font-size: 0.72rem;
  }

  .priceinfo-modal__row-label {
    font-size: 0.78rem;
    line-height: 1.35;
  }

  .priceinfo-modal__row-value-wrapper {
    width: 100%;
    align-items: flex-start;
    text-align: left;
    margin-left: 0;
    padding-left: calc(92px + 0.75rem);
  }

  .priceinfo-modal__row-value {
    font-size: 1.15rem;
    line-height: 1.2;
    word-break: break-word;
  }

  .priceinfo-modal__notes {
    font-size: 0.72rem;
    line-height: 1.35;
  }
}

  .paseo-hero {
    margin-bottom: 2.5rem;
  }

.paseo-hero .c-image-text {
  align-items: flex-start;
}

.paseo-hero .c-image-text__image,
.paseo-hero .c-image-text__text {
  min-width: 0;
}

.paseo-hero .c-image-text__image {
  display: flex;
  flex: 0 0 46%;
  width: 46%;
}

.paseo-hero .c-image-text__image .s7responsiveContainer {
  width: 100%;
  height: auto;
  background: transparent;
}

.paseo-hero .c-image-text__image .c-image,
.paseo-hero .c-image-text__image figure {
  margin: 0;
  width: 100%;
  height: auto;
}

.paseo-hero .c-image-text__image img {
  display: block;
  width: 100%;
  height: auto;
}

.paseo-hero .c-image-text__text {
  display: flex;
  align-items: stretch;
  flex: 0 0 54%;
  width: 54%;
}

.paseo-hero__summary {
  width: 100%;
  border: 1px solid #d8d8d8;
  border-radius: 0.25rem;
  background-color: #fff;
  padding: 2rem 1.75rem;
}

.paseo-hero__summary-copy {
  color: #111;
  font-size: 1.35rem;
  line-height: 1.65;
}

.paseo-hero__summary-copy > :first-child {
  margin-top: 0;
}

.paseo-hero__summary-copy > :last-child {
  margin-bottom: 0;
}

.paseo-hero__meta {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e7e7e7;
}

.paseo-hero__meta-item {
  display: grid;
  gap: 0.35rem;
}

.paseo-hero__meta-label {
  margin: 0;
  color: #2f3c57;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.paseo-hero__meta-value {
  margin: 0;
  color: #000;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.15;
}

.paseo-hero__cta {
  margin-top: 1.5rem;
}

  .paseo-inscripcion-modal__dialog {
    max-width: 700px;
    max-height: calc(100vh - 3rem);
    overflow: hidden;
    padding: 1.5rem 2rem 1.5rem;
  display: flex;
  flex-direction: column;
}

.paseo-inscripcion-modal__top {
  position: sticky;
  top: 0;
  z-index: 2;
  padding: 0 2rem;
  background-color: #fff;
}

.paseo-inscripcion-modal__close {
  position: absolute;
  top: -0.5rem;
  right: 0;
}

.paseo-inscripcion-modal__title {
  margin: 0;
  color: #1b1b1b;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
}

.paseo-inscripcion-modal__divider {
  width: 100%;
  height: 1px;
  margin: 1.5rem 0;
  background-color: #d9dde5;
}

.paseo-inscripcion-modal__content {
  flex: 1 1 auto;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 0.75rem;
  scrollbar-gutter: stable;
}

.paseo-inscripcion-modal__required-note {
  margin: 0 0 1rem;
  color: #1b1b1b;
  font-size: 1rem;
  font-weight: 700;
}

.paseo-inscripcion-modal__label {
  display: block;
  position: static;
  width: auto;
  height: auto;
  margin: 0 0 0.5rem;
  overflow: visible;
  clip: auto;
  border: 0;
  color: #1b1b1b;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}

.paseo-inscripcion-modal__input {
  min-height: 3.5rem;
}

.paseo-inscripcion-modal__input::placeholder {
  color: #98a1b2;
  opacity: 1;
}

.paseo-inscripcion-modal__hint {
  display: block;
  margin-top: 0.5rem;
  color: #5d6778;
  font-size: 0.875rem;
  line-height: 1.4;
}

.paseo-inscripcion-modal__legal {
  margin-top: 0;
}

.paseo-inscripcion-modal__intro,
.paseo-inscripcion-modal__required-note,
.paseo-inscripcion-modal__form,
.paseo-inscripcion-modal .contactanos__status {
  margin-left: 0;
  margin-right: 0;
}

.paseo-inscripcion-modal__intro {
  margin: 0;
  color: #111;
  font-size: 1rem;
  line-height: 1.7;
}

.paseo-inscripcion-modal__form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0 0.75rem;
}

.paseo-inscripcion-modal__form .c-single-input-form__input-group {
  margin: 0;
}

.paseo-inscripcion-modal__form .c-single-input-form__input {
  width: 100%;
  box-sizing: border-box;
}

.paseo-inscripcion-modal__actions {
  margin-top: 0.5rem;
  justify-content: flex-start;
}

.paseo-inscripcion-modal__actions .c-btn__link {
  min-width: 130px;
  justify-content: center;
}

.paseo-inscripcion-modal__legal .form-legal__option label,
.paseo-inscripcion-modal__legal .form-legal__help {
  text-align: justify;
}

@media (max-width: 991px) {
  .paseo-hero .c-image-text__image {
    display: block;
    width: 100%;
    flex-basis: auto;
  }

  .paseo-hero .c-image-text__image .s7responsiveContainer,
  .paseo-hero .c-image-text__image .c-image,
  .paseo-hero .c-image-text__image figure {
    height: auto;
  }

  .paseo-hero .c-image-text__image img {
    height: auto;
    object-fit: contain;
  }

  .paseo-hero .c-image-text__text {
    display: block;
    width: 100%;
    flex-basis: auto;
  }

  .paseo-hero__summary {
    padding: 1.5rem;
  }

  .paseo-hero__summary-copy {
    font-size: 1.1rem;
  }

  .paseo-hero__meta-value {
    font-size: 1.35rem;
  }

  .paseo-hero__cta {
      width: 100%;
      justify-content: center;
    }

    .asistencia-page__grid {
      grid-template-columns: 1fr;
    }

    .asistencia-card__title {
      font-size: 1.35rem;
    }

    .asistencia-page__marks {
      margin-top: 2.5rem;
    }

    .testride-page {
      padding-top: 1.5rem;
      padding-bottom: 3rem;
    }

    .testride-shell {
      grid-template-columns: 1fr;
    }

    .testride-shell__aside {
      position: static;
      padding: 1.5rem;
    }

    .testride-shell__form {
      max-height: none;
      overflow: visible;
      padding: 1.5rem 1.25rem;
      padding-bottom: 1.75rem;
      margin-bottom: 0;
    }

    .testride-page__lead {
      font-size: 1.2rem;
    }

    .testride-page__required-note,
    .testride-form__section-title,
    .testride-form__label,
    .testride-form__input,
    .testride-form__radio-option,
    .testride-form__notice {
      font-size: 1.05rem;
    }

    .testride-form__section {
      padding: 1.25rem 1rem;
    }

    .testride-form__radio-group {
      flex-wrap: wrap;
      gap: 0.75rem;
    }

    .testride-form__row,
    .testride-form__row--compact {
      grid-template-columns: 1fr;
      gap: 1rem;
    }

    .paseo-inscripcion-modal__dialog {
      max-height: calc(100vh - 2rem);
      padding: 1rem 1.25rem 1.25rem;
    }

  .paseo-inscripcion-modal__top {
    padding: 0 2.25rem 0 0.5rem;
  }

  .paseo-inscripcion-modal__title {
    font-size: 1.45rem;
  }

  .paseo-inscripcion-modal__content {
    padding: 0 0.25rem;
  }

  .paseo-inscripcion-modal__form {
    padding: 0 0.25rem;
  }
}
