@font-face {
  font-family: 'Gotham';
  src: url('../fonts/gotham/Gotham-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url('../fonts/gotham/GOTHAM-MEDIUM.TTF') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url('../fonts/gotham/GOTHAM-BOLD.TTF') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body.page-template-landing-zox-alquileres .zrx-rentals-page,
body.page-template-landing-zox-alquileres .zrx-rentals-page * {
  box-sizing: border-box;
}

body.page-template-landing-zox-alquileres .zrx-rentals-page {
  font-family: 'Gotham', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

body.page-template-landing-zox-alquileres .zrx-rentals-page__content {
  margin: 0;
}

body.page-template-landing-zox-alquileres .zrx-rentals-page__content > * {
  max-width: none;
}

body.page-template-landing-zox-alquileres .zrx-rentals-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background-color: #079fc4;
  background-image: var(--zrx-rentals-bg);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  padding: clamp(34px, 6vw, 82px) 22px clamp(28px, 4vw, 54px);
}

body.page-template-landing-zox-alquileres .zrx-rentals-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(6, 147, 183, 0.58) 8%, rgba(0, 171, 212, 0.48) 100%);
}

body.page-template-landing-zox-alquileres .zrx-rentals-hero__inner {
  position: relative;
  z-index: 1;
  width: min(1280px, 100%);
  margin: 0 auto;
  padding-top: clamp(14px, 1.8vw, 28px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(26px, 3vw, 48px);
}

body.page-template-landing-zox-alquileres .zrx-rentals-hero__media {
  margin: 0;
  display: flex;
  justify-content: center;
}

body.page-template-landing-zox-alquileres .zrx-rentals-hero__media img {
  display: block;
  width: min(100%, 620px);
  height: auto;
}

body.page-template-landing-zox-alquileres .zrx-rentals-hero__copy {
  color: #ffffff;
  max-width: 560px;
}

body.page-template-landing-zox-alquileres .zrx-rentals-hero__title {
  margin: 0;
  font-size: clamp(2rem, 3.2vw, 3.65rem);
  line-height: 1.14;
  font-weight: 700;
  letter-spacing: 0;
  color: #ffffff;
}

body.page-template-landing-zox-alquileres .zrx-rentals-hero__text {
  margin: clamp(14px, 1.6vw, 24px) 0 0;
  font-size: clamp(1.2rem, 1.8vw, 2rem);
  line-height: 1.25;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.96);
}

body.page-template-landing-zox-alquileres .zrx-rentals-hero__cta {
  margin-top: clamp(20px, 2.4vw, 32px);
  display: inline-flex;
  align-items: center;
  gap: clamp(8px, 0.85vw, 14px);
  text-decoration: none;
  background: #ffffff;
  border-radius: 999px;
  padding: clamp(6px, 0.5vw, 8px) clamp(8px, 0.8vw, 14px) clamp(6px, 0.5vw, 8px) clamp(20px, 1.6vw, 30px);
}

body.page-template-landing-zox-alquileres .zrx-rentals-hero__cta-label {
  display: block;
  min-height: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  color: #079bc0;
  font-size: clamp(1.15rem, 1.58vw, 1.95rem);
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

body.page-template-landing-zox-alquileres .zrx-rentals-hero__cta-play {
  position: relative;
  width: clamp(34px, 2.45vw, 46px);
  height: clamp(34px, 2.45vw, 46px);
  border-radius: 50%;
  background: #0d87a9;
  flex: 0 0 auto;
}

body.page-template-landing-zox-alquileres .zrx-rentals-hero__cta-play::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-38%, -50%);
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #ffffff;
}

html[lang^="en"] body.page-template-landing-zox-alquileres .zrx-rentals-hero__title,
body.page-template-landing-zox-alquileres.lang-en .zrx-rentals-hero__title {
  font-size: clamp(1.82rem, 2.9vw, 3.2rem);
}

html[lang^="en"] body.page-template-landing-zox-alquileres .zrx-rentals-hero__text,
body.page-template-landing-zox-alquileres.lang-en .zrx-rentals-hero__text {
  font-size: clamp(1.12rem, 1.62vw, 1.82rem);
}

html[lang^="en"] body.page-template-landing-zox-alquileres .zrx-rentals-hero__cta-label,
body.page-template-landing-zox-alquileres.lang-en .zrx-rentals-hero__cta-label {
  font-size: clamp(1.08rem, 1.5vw, 1.98rem);
}

body.page-template-landing-zox-alquileres .zrx-rentals-availability {
  background: #0b728b;
  padding: clamp(16px, 2vw, 26px) 16px;
}

body.page-template-landing-zox-alquileres .zrx-rentals-availability__title {
  margin: 0;
  text-align: center;
  font-size: clamp(1.46rem, 2.45vw, 3rem);
  line-height: 1.08;
  font-weight: 700;
  color: #ffffff;
}

body.page-template-landing-zox-alquileres .zrx-rentals-types {
  background: #ffffff;
  padding: clamp(54px, 7vw, 98px) 18px clamp(56px, 8vw, 100px);
}

body.page-template-landing-zox-alquileres .zrx-rentals-types__inner {
  width: min(1160px, 100%);
  margin: 0 auto;
}

body.page-template-landing-zox-alquileres .zrx-rentals-types__title {
  margin: 0;
  text-align: center;
  color: #1097bc;
  font-size: clamp(1.55rem, 2.35vw, 2.7rem);
  font-weight: 700;
  line-height: 1.08;
}

body.page-template-landing-zox-alquileres .zrx-rentals-types__grid {
  --zrx-types-gap: clamp(18px, 1.9vw, 30px);
  margin-top: clamp(28px, 3.2vw, 46px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--zrx-types-gap);
}

html[lang^="en"] body.page-template-landing-zox-alquileres .zrx-rentals-types__grid,
body.page-template-landing-zox-alquileres.lang-en .zrx-rentals-types__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

html[lang^="en"] body.page-template-landing-zox-alquileres .zrx-rentals-types__grid > .zrx-rentals-card,
body.page-template-landing-zox-alquileres.lang-en .zrx-rentals-types__grid > .zrx-rentals-card {
  flex: 0 1 calc((100% - (var(--zrx-types-gap) * 2)) / 3);
  max-width: calc((100% - (var(--zrx-types-gap) * 2)) / 3);
}

body.page-template-landing-zox-alquileres .zrx-rentals-card {
  border: 3px solid #1783a2;
  border-radius: 24px;
  padding: 14px 16px 0;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  min-height: 100%;
}

body.page-template-landing-zox-alquileres .zrx-rentals-card__top {
  margin: 2px 0 0;
  text-align: center;
  color: #1097bc;
  font-size: clamp(1.5rem, 1.7vw, 2.05rem);
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: 0.01em;
}

body.page-template-landing-zox-alquileres .zrx-rentals-card__media {
  margin: 10px 0 0;
  height: clamp(196px, 15.8vw, 252px);
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

body.page-template-landing-zox-alquileres .zrx-rentals-card__media img {
  display: block;
  max-width: 90%;
  max-height: 100%;
  width: auto;
  height: auto;
}

body.page-template-landing-zox-alquileres .zrx-rentals-card__name {
  margin: 10px 0 0;
  border: 2px solid #77bdcf;
  border-radius: 999px;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #1097bc;
  font-size: clamp(1.8rem, 1.85vw, 2.35rem);
  line-height: 1.02;
  font-weight: 500;
  letter-spacing: 0.01em;
}

body.page-template-landing-zox-alquileres .zrx-rentals-card__list {
  margin: 18px 0 20px;
  padding: 0;
  list-style: none;
  color: #0f6681;
  font-size: clamp(1rem, 1.05vw, 1.42rem);
  line-height: 1.18;
  font-weight: 400;
  letter-spacing: 0.005em;
}

body.page-template-landing-zox-alquileres .zrx-rentals-card__list li {
  position: relative;
  padding-left: 16px;
}

body.page-template-landing-zox-alquileres .zrx-rentals-card__list li::before {
  content: '-';
  position: absolute;
  left: 0;
  top: 0;
}

body.page-template-landing-zox-alquileres .zrx-rentals-card__list li + li {
  margin-top: 15px;
}

body.page-template-landing-zox-alquileres .zrx-rentals-card__cta {
  margin-top: auto;
  margin-left: -16px;
  margin-right: -16px;
  margin-bottom: -3px;
  border-radius: 20px;
  background: #147a93;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  padding: 15px 12px 16px;
  font-size: clamp(1.78rem, 1.62vw, 2.18rem);
  line-height: 1.02;
  font-weight: 400;
  letter-spacing: 0.01em;
}

body.page-template-landing-zox-alquileres .zrx-rentals-card__cta:hover {
  filter: brightness(0.94);
}

body.page-template-landing-zox-alquileres .zrx-rentals-experience {
  background: #0f768e;
  padding: clamp(24px, 3.2vw, 46px) 16px;
}

body.page-template-landing-zox-alquileres .zrx-rentals-experience__inner {
  width: min(1280px, 100%);
  margin: 0 auto;
}

body.page-template-landing-zox-alquileres .zrx-rentals-experience__title {
  margin: 0;
  text-align: center;
  color: #ffffff;
  font-size: clamp(1.46rem, 2.45vw, 3rem);
  font-weight: 700;
  line-height: 1.08;
}

body.page-template-landing-zox-alquileres .zrx-rentals-eventos {
  background: #14a3c8;
  padding: clamp(42px, 5.5vw, 74px) 16px clamp(46px, 6vw, 82px);
}

body.page-template-landing-zox-alquileres .zrx-rentals-eventos__inner {
  width: min(1160px, 100%);
  margin: 0 auto;
}

body.page-template-landing-zox-alquileres .zrx-rentals-eventos__head {
  text-align: center;
}

body.page-template-landing-zox-alquileres .zrx-rentals-eventos__title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.9rem, 3.9vw, 4rem);
  line-height: 1.05;
  font-weight: 700;
}

body.page-template-landing-zox-alquileres .zrx-rentals-eventos__subtitle {
  margin: 14px 0 0;
  color: #e9f9ff;
  font-size: clamp(1.18rem, 2.05vw, 2.3rem);
  line-height: 1.12;
  font-weight: 500;
}

body.page-template-landing-zox-alquileres .zrx-rentals-eventos__content {
  margin-top: clamp(24px, 3.2vw, 40px);
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 0.78fr);
  gap: clamp(22px, 3vw, 42px);
  align-items: center;
}

body.page-template-landing-zox-alquileres .zrx-rentals-eventos__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 1.2vw, 16px);
}

body.page-template-landing-zox-alquileres .zrx-rentals-eventos__item {
  display: grid;
  grid-template-columns: clamp(62px, 4.9vw, 82px) minmax(0, 1fr);
  gap: clamp(12px, 1.4vw, 20px);
  align-items: center;
}

body.page-template-landing-zox-alquileres .zrx-rentals-eventos__icon-wrap {
  width: clamp(62px, 4.9vw, 82px);
  height: clamp(62px, 4.9vw, 82px);
  border-radius: 12px;
  background: #eef7fa;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

body.page-template-landing-zox-alquileres .zrx-rentals-eventos__icon-wrap img {
  display: block;
  width: 72%;
  height: 72%;
  object-fit: contain;
}

body.page-template-landing-zox-alquileres .zrx-rentals-eventos__text {
  color: #eaf8ff;
  font-size: clamp(1.05rem, 1.5vw, 1.78rem);
  line-height: 1.1;
  font-weight: 400;
}

body.page-template-landing-zox-alquileres .zrx-rentals-eventos__carousel {
  position: relative;
  min-width: 0;
  width: min(100%, 620px);
  margin-left: auto;
  margin-right: auto;
}

body.page-template-landing-zox-alquileres .zrx-rentals-eventos__viewport {
  position: relative;
  border-radius: 42px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.2);
  aspect-ratio: 5 / 6;
}

body.page-template-landing-zox-alquileres .zrx-rentals-eventos__slide {
  margin: 0;
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s ease, visibility .35s ease;
}

body.page-template-landing-zox-alquileres .zrx-rentals-eventos__slide.is-active {
  opacity: 1;
  visibility: visible;
}

body.page-template-landing-zox-alquileres .zrx-rentals-eventos__slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.page-template-landing-zox-alquileres .zrx-rentals-eventos__next {
  position: absolute;
  top: 50%;
  right: clamp(-46px, -3.5vw, -26px);
  transform: translateY(-50%);
  width: 36px;
  height: 64px;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

body.page-template-landing-zox-alquileres .zrx-rentals-eventos__next::before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 20px solid rgba(255, 255, 255, 0.95);
}

body.page-template-landing-zox-alquileres .zrx-rentals-eventos__dots {
  margin-top: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

body.page-template-landing-zox-alquileres .zrx-rentals-eventos__dots button {
  width: 15px;
  height: 15px;
  border: 0;
  border-radius: 50%;
  padding: 0;
  background: rgba(221, 245, 255, 0.45);
  cursor: pointer;
}

body.page-template-landing-zox-alquileres .zrx-rentals-eventos__dots button.is-active {
  background: #9ee8ff;
}

body.page-template-landing-zox-alquileres .zrx-rentals-plans {
  background: #14a3c8;
  padding: clamp(34px, 5vw, 68px) 16px clamp(34px, 5vw, 60px);
}

body.page-template-landing-zox-alquileres .zrx-rentals-plans__inner {
  width: min(1240px, 100%);
  margin: 0 auto;
}

body.page-template-landing-zox-alquileres .zrx-rentals-plans__title {
  margin: 0;
  text-align: center;
  color: #ffffff;
  font-size: clamp(1.7rem, 3.2vw, 4rem);
  line-height: 1.04;
  font-weight: 700;
}

body.page-template-landing-zox-alquileres .zrx-rentals-plans__subtitle {
  margin: clamp(8px, 1.2vw, 14px) 0 0;
  text-align: center;
  color: #e8f8ff;
  font-size: clamp(1.12rem, 2.15vw, 2.25rem);
  line-height: 1.1;
  font-weight: 700;
}

body.page-template-landing-zox-alquileres .zrx-rentals-plans__icons {
  margin-top: clamp(18px, 2.4vw, 30px);
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(8px, 0.9vw, 14px);
  align-items: center;
}

body.page-template-landing-zox-alquileres .zrx-rentals-plans__icon {
  margin: 0 auto;
  width: clamp(88px, 6.5vw, 128px);
  aspect-ratio: 1 / 1;
  border-radius: clamp(12px, 1.2vw, 18px);
  background: #f2f4f5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(12px, 1.15vw, 16px);
}

body.page-template-landing-zox-alquileres .zrx-rentals-plans__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

body.page-template-landing-zox-alquileres .zrx-rentals-plans__track {
  margin-top: clamp(14px, 1.6vw, 22px);
  display: flex;
  align-items: stretch;
  width: min(1500px, 100%);
  margin-left: auto;
  margin-right: auto;
  filter: drop-shadow(0 8px 14px rgba(5, 72, 90, 0.28));
  overflow: visible;
}

body.page-template-landing-zox-alquileres .zrx-rentals-plans__step {
  --zrx-plan-arrow: clamp(24px, 2.05vw, 34px);
  --zrx-plan-notch: clamp(17px, 1.4vw, 24px);
  position: relative;
  flex: 1 1 0;
  margin: 0;
  margin-right: calc(var(--zrx-plan-arrow) * -1);
  min-height: clamp(92px, 6.8vw, 112px);
  padding: clamp(11px, 0.95vw, 14px) clamp(14px, 1.15vw, 18px) clamp(11px, 0.95vw, 14px) clamp(22px, 1.9vw, 30px);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 1;
  clip-path: polygon(
    0 0,
    calc(100% - var(--zrx-plan-arrow)) 0,
    100% 50%,
    calc(100% - var(--zrx-plan-arrow)) 100%,
    0 100%,
    var(--zrx-plan-notch) 50%
  );
}

body.page-template-landing-zox-alquileres .zrx-rentals-plans__step:first-child {
  clip-path: polygon(
    0 0,
    calc(100% - var(--zrx-plan-arrow)) 0,
    100% 50%,
    calc(100% - var(--zrx-plan-arrow)) 100%,
    0 100%
  );
  padding-left: clamp(18px, 1.6vw, 24px);
}

body.page-template-landing-zox-alquileres .zrx-rentals-plans__step:last-child {
  margin-right: 0;
}

body.page-template-landing-zox-alquileres .zrx-rentals-plans__step--light {
  background: #f2f4f5;
  color: #0f718a;
}

body.page-template-landing-zox-alquileres .zrx-rentals-plans__step--dark {
  background: #0f768e;
  color: #f2f9fc;
}

body.page-template-landing-zox-alquileres .zrx-rentals-plans__step:nth-child(odd) {
  background: #f2f4f5;
  color: #0f718a;
}

body.page-template-landing-zox-alquileres .zrx-rentals-plans__step:nth-child(even) {
  background: #0f768e;
  color: #f2f9fc;
}

body.page-template-landing-zox-alquileres .zrx-rentals-plans__step-text {
  margin: 0;
  font-size: clamp(1.1rem, 1.34vw, 1.82rem);
  line-height: 1.02;
  font-weight: 700;
  color: inherit;
}

body.page-template-landing-zox-alquileres .zrx-rentals-plans__step--dark .zrx-rentals-plans__step-text,
body.page-template-landing-zox-alquileres .zrx-rentals-plans__step:nth-child(even) .zrx-rentals-plans__step-text {
  color: #f2f9fc;
}

body.page-template-landing-zox-alquileres .zrx-rentals-plans__step--light .zrx-rentals-plans__step-text,
body.page-template-landing-zox-alquileres .zrx-rentals-plans__step:nth-child(odd) .zrx-rentals-plans__step-text {
  color: #0f718a;
}

body.page-template-landing-zox-alquileres .zrx-rentals-plans__step-note {
  display: block;
  margin-top: 2px;
  font-size: clamp(0.76rem, 0.9vw, 1.08rem);
  line-height: 1.05;
  font-weight: 500;
}

body.page-template-landing-zox-alquileres .zrx-rentals-plans__closing {
  margin: clamp(22px, 2.5vw, 34px) 0 0;
  text-align: center;
  color: #ecf9ff;
  font-size: clamp(1.22rem, 2.25vw, 2.5rem);
  line-height: 1.08;
  font-weight: 700;
}

body.page-template-landing-zox-alquileres .zrx-rentals-plans__cta {
  margin: clamp(14px, 1.8vw, 22px) auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: clamp(44px, 3.2vw, 58px);
  padding: 8px clamp(22px, 3vw, 56px);
  border-radius: 999px;
  background: #f2f4f5;
  color: #1097bc;
  text-decoration: none;
  font-size: clamp(1.16rem, 1.65vw, 2.05rem);
  line-height: 1.02;
  font-weight: 500;
}

body.page-template-landing-zox-alquileres .zrx-rentals-whyrent {
  background: #efefef;
  padding: clamp(36px, 4.6vw, 68px) 16px clamp(44px, 5.8vw, 82px);
}

body.page-template-landing-zox-alquileres .zrx-rentals-whyrent__inner {
  width: min(1220px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(230px, 350px) minmax(0, 1fr);
  gap: clamp(22px, 2.8vw, 40px);
  align-items: start;
}

body.page-template-landing-zox-alquileres .zrx-rentals-whyrent__left {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: clamp(10px, 1vw, 18px);
}

body.page-template-landing-zox-alquileres .zrx-rentals-whyrent__right {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

body.page-template-landing-zox-alquileres .zrx-rentals-whyrent__bubble {
  position: relative;
  margin: 0;
  background: #159ec1;
  color: #ffffff;
  border-radius: 30px;
  text-align: center;
  font-size: clamp(1.15rem, 1.5vw, 1.95rem);
  line-height: 1.08;
  font-weight: 700;
  padding: clamp(16px, 1.4vw, 22px) clamp(18px, 1.6vw, 24px);
  width: min(100%, 420px);
}

body.page-template-landing-zox-alquileres .zrx-rentals-whyrent__bubble::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%) translateY(-1px);
  width: 44px;
  height: 31px;
  background: #159ec1;
  clip-path: polygon(50% 100%, -8% 0, 108% 0);
}

body.page-template-landing-zox-alquileres .zrx-rentals-whyrent__robot {
  margin-top: 36px;
  width: clamp(240px, 18vw, 340px);
  height: auto;
  display: block;
}

body.page-template-landing-zox-alquileres .zrx-rentals-whyrent__title {
  margin: 0;
  text-align: center;
  color: #1097bc;
  font-size: clamp(1.55rem, 2.6vw, 3.2rem);
  line-height: 1.04;
  font-weight: 700;
}

body.page-template-landing-zox-alquileres .zrx-rentals-whyrent__box {
  margin-top: clamp(10px, 1.3vw, 16px);
  width: min(100%, 540px);
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #6bb8ca;
  border-radius: 40px;
  background: #efefef;
  box-shadow: 0 8px 18px rgba(11, 70, 87, 0.1);
  padding: clamp(14px, 1.35vw, 22px) clamp(16px, 1.6vw, 30px);
}

body.page-template-landing-zox-alquileres .zrx-rentals-whyrent__list,
body.page-template-landing-zox-alquileres .zrx-rentals-whyrent__steps {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #0f718a;
  font-size: clamp(0.95rem, 1.35vw, 1.5rem);
  line-height: 1.16;
  font-weight: 400;
}

body.page-template-landing-zox-alquileres .zrx-rentals-whyrent__list li + li,
body.page-template-landing-zox-alquileres .zrx-rentals-whyrent__steps li + li {
  margin-top: clamp(6px, 0.65vw, 10px);
}

body.page-template-landing-zox-alquileres .zrx-rentals-whyrent__list li {
  position: relative;
  padding-left: 16px;
}

body.page-template-landing-zox-alquileres .zrx-rentals-whyrent__list li::before {
  content: '-';
  position: absolute;
  left: 0;
  top: 0;
}

body.page-template-landing-zox-alquileres .zrx-rentals-whyrent__section-title {
  margin: clamp(18px, 2.2vw, 30px) 0 0;
  text-align: center;
  color: #1097bc;
  font-size: clamp(1.48rem, 2.35vw, 2.9rem);
  line-height: 1.04;
  font-weight: 700;
}

body.page-template-landing-zox-alquileres .zrx-rentals-whyrent__steps li {
  display: flex;
  gap: 7px;
}

body.page-template-landing-zox-alquileres .zrx-rentals-whyrent__num {
  flex: 0 0 auto;
  font-weight: 400;
}

body.page-template-landing-zox-alquileres .zrx-rentals-whyrent__cta {
  margin: clamp(14px, 1.8vw, 24px) auto 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: clamp(48px, 3.8vw, 62px);
  padding: 8px clamp(28px, 3.1vw, 58px);
  border-radius: 999px;
  background: #149dc1;
  color: #ffffff;
  text-decoration: none;
  font-size: clamp(1.3rem, 1.7vw, 2rem);
  line-height: 1.02;
  font-weight: 700;
  box-shadow: 0 10px 22px rgba(10, 79, 99, 0.2);
}

body.page-template-landing-zox-alquileres .zrx-rentals-whyrent__cta:hover {
  filter: brightness(0.95);
}

body.page-template-landing-zox-alquileres .zrx-rentals-support {
  background: #efefef;
  padding: clamp(34px, 4.4vw, 62px) 16px clamp(52px, 6vw, 84px);
  overflow: hidden;
}

body.page-template-landing-zox-alquileres .zrx-rentals-support__inner {
  width: min(1240px, 100%);
  margin: 0 auto;
  position: relative;
  isolation: isolate;
  padding-left: clamp(70px, 7.5vw, 112px);
  display: grid;
  grid-template-columns: minmax(220px, 360px) minmax(0, 1fr);
  column-gap: clamp(18px, 2.2vw, 34px);
  row-gap: clamp(12px, 1.3vw, 20px);
}

body.page-template-landing-zox-alquileres .zrx-rentals-support__inner > * {
  position: relative;
  z-index: 2;
}

body.page-template-landing-zox-alquileres .zrx-rentals-support__robot {
  position: absolute;
  left: calc((100vw - min(1240px, 100vw - 32px)) / -2 - 16px) !important;
  top: clamp(-26px, -1.8vw, -6px);
  width: clamp(305px, 20vw, 408px);
  height: auto;
  pointer-events: none;
  z-index: 1;
}

body.page-template-landing-zox-alquileres .zrx-rentals-support__bubble {
  position: relative;
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
  margin-left: clamp(34px, 2.8vw, 54px);
  align-self: start;
  margin-top: clamp(8px, 1.2vw, 20px);
  background: #149dc1;
  color: #ffffff;
  border-radius: 20px;
  max-width: clamp(250px, 17vw, 340px);
  padding: clamp(13px, 1.3vw, 18px) clamp(16px, 1.6vw, 24px);
  text-align: center;
  font-size: clamp(1.1rem, 1.25vw, 1.72rem);
  line-height: 1.08;
  font-weight: 700;
  z-index: 2;
}

body.page-template-landing-zox-alquileres .zrx-rentals-support__bubble::before {
  content: '';
  position: absolute;
  left: -38px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 22px;
  background: #149dc1;
  clip-path: polygon(0 50%, 100% 10%, 100% 90%);
}

body.page-template-landing-zox-alquileres .zrx-rentals-support__bubble::after {
  content: '';
  position: absolute;
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #149dc1;
}

body.page-template-landing-zox-alquileres .zrx-rentals-support__title {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
  padding-top: clamp(4px, 0.4vw, 8px);
  text-align: left;
  max-width: clamp(560px, 50vw, 860px);
  color: #1298bd;
  font-size: clamp(1.9rem, 3.35vw, 4.2rem);
  line-height: 1.02;
  font-weight: 700;
}

body.page-template-landing-zox-alquileres .zrx-rentals-support__subtitle {
  grid-column: 1 / -1;
  grid-row: 2;
  margin: clamp(6px, 0.6vw, 10px) 0 0;
  text-align: center;
  color: #0a6f89;
  font-size: clamp(1.62rem, 2.1vw, 2.5rem);
  line-height: 1.08;
  font-weight: 700;
}

body.page-template-landing-zox-alquileres .zrx-rentals-support__steps {
  grid-column: 1 / -1;
  grid-row: 3;
  margin-top: clamp(2px, 0.5vw, 8px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: clamp(18px, 2vw, 30px);
}

body.page-template-landing-zox-alquileres .zrx-rentals-support__step {
  border: 2px solid #1f9abd;
  border-radius: 38px;
  background: #efefef;
  box-shadow: 0 10px 20px rgba(9, 66, 82, 0.1);
  padding: clamp(24px, 2.1vw, 34px) clamp(24px, 2.2vw, 34px);
  min-height: clamp(126px, 9.2vw, 168px);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

body.page-template-landing-zox-alquileres .zrx-rentals-support__step-text {
  margin: 0;
  color: #116b85;
  font-size: clamp(1.08rem, 1.3vw, 1.6rem);
  line-height: 1.2;
  font-weight: 400;
}

body.page-template-landing-zox-alquileres .zrx-rentals-support__step-text strong {
  color: #1399bf;
  font-weight: 700;
}

body.page-template-landing-zox-alquileres .zrx-rentals-support__closing {
  grid-column: 1 / -1;
  margin: clamp(14px, 1.5vw, 20px) 0 0;
  text-align: center;
  color: #1298bd;
  font-size: clamp(1.5rem, 2.05vw, 2.55rem);
  line-height: 1.06;
  font-weight: 700;
}

body.page-template-landing-zox-alquileres .zrx-rentals-support__faq {
  grid-column: 1 / -1;
  margin: 8px 0 0;
  text-align: center;
  color: #0e6f89;
  font-size: clamp(1.28rem, 1.7vw, 2.1rem);
  line-height: 1.14;
  font-weight: 400;
}

body.page-template-landing-zox-alquileres .zrx-rentals-support__faq a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 4px;
}

body.page-template-landing-zox-alquileres .zrx-rentals-support__cta {
  grid-column: 1 / -1;
  margin: clamp(20px, 2.3vw, 32px) auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  min-height: clamp(50px, 4.1vw, 64px);
  padding: 10px clamp(28px, 3.5vw, 58px);
  border-radius: 999px;
  background: #149dc1;
  color: #ffffff;
  text-decoration: none;
  font-size: clamp(1.55rem, 1.9vw, 2.25rem);
  line-height: 1.03;
  font-weight: 700;
  box-shadow: 0 10px 22px rgba(10, 79, 99, 0.22);
}

body.page-template-landing-zox-alquileres .zrx-rentals-support__cta:hover {
  filter: brightness(0.95);
}

body.page-template-landing-zox-alquileres .zrx-rentals-multi {
  background: #0f768e;
  padding: clamp(24px, 2.7vw, 40px) 16px;
}

body.page-template-landing-zox-alquileres .zrx-rentals-multi__inner {
  width: min(1280px, 100%);
  margin: 0 auto;
}

body.page-template-landing-zox-alquileres .zrx-rentals-multi__title {
  margin: 0;
  text-align: center;
  color: #ffffff;
  font-size: clamp(1.38rem, 2.3vw, 2.8rem);
  line-height: 1.08;
  font-weight: 700;
}

body.zrx-rentals-modal-open {
  overflow: hidden;
}

body.page-template-landing-zox-alquileres .zrx-rentals-faq-modal {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: clamp(14px, 2.2vw, 28px);
}

body.page-template-landing-zox-alquileres .zrx-rentals-faq-modal.is-open {
  display: flex;
}

body.page-template-landing-zox-alquileres .zrx-rentals-faq-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(12, 126, 146, 0.86);
}

body.page-template-landing-zox-alquileres .zrx-rentals-faq-modal__dialog {
  position: relative;
  width: min(1200px, calc(100% - 180px));
  height: min(86vh, 780px);
  min-height: 560px;
  max-height: min(92vh, 980px);
  border-radius: clamp(28px, 4vw, 58px);
  background: #efefef;
  box-shadow: 0 20px 42px rgba(4, 50, 61, 0.24);
  overflow: hidden;
  z-index: 1;
}

body.page-template-landing-zox-alquileres .zrx-rentals-faq-modal__close {
  position: absolute;
  top: 10px;
  right: 16px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #0f738f;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

body.page-template-landing-zox-alquileres .zrx-rentals-faq-modal__scroll {
  height: 100%;
  max-height: none;
  overflow: auto;
  padding: clamp(26px, 3vw, 56px) clamp(22px, 4.4vw, 72px) clamp(28px, 3.4vw, 50px);
}

body.page-template-landing-zox-alquileres .zrx-rentals-faq-modal__title {
  margin: 0 0 14px;
  color: #076f89;
  font-size: clamp(1.68rem, 2.45vw, 2.9rem);
  line-height: 1.02;
  font-weight: 700;
}

body.page-template-landing-zox-alquileres .zrx-rentals-faq-modal__content h3 {
  margin: 18px 0 0;
  color: #076f89;
  font-size: clamp(1.2rem, 1.55vw, 1.9rem);
  line-height: 1.12;
  font-weight: 700;
}

body.page-template-landing-zox-alquileres .zrx-rentals-faq-modal__content p {
  margin: 10px 0 0;
  color: #0c6d87;
  font-size: clamp(1.02rem, 1.25vw, 1.52rem);
  line-height: 1.52;
  letter-spacing: 0.015em;
  font-weight: 300;
}

body.page-template-landing-zox-alquileres .zrx-rentals-faq-modal__content {
  color: #0c6d87;
}

body.page-template-landing-zox-alquileres .zrx-rentals-faq-modal__content a {
  color: inherit;
}

body.page-template-landing-zox-alquileres .zrx-rentals-faq-modal__scroll::-webkit-scrollbar {
  width: 10px;
}

body.page-template-landing-zox-alquileres .zrx-rentals-faq-modal__scroll::-webkit-scrollbar-thumb {
  background: #0f8199;
  border-radius: 999px;
}

body.page-template-landing-zox-alquileres .zrx-rentals-faq-modal__scroll::-webkit-scrollbar-track {
  background: rgba(14, 117, 139, 0.18);
  border-radius: 999px;
}

@media (max-width: 1080px) {
  body.page-template-landing-zox-alquileres #chatbutton {
    display: none !important;
  }

  body.page-template-landing-zox-alquileres .zrx-rentals-hero__inner {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  body.page-template-landing-zox-alquileres .zrx-rentals-hero__copy {
    max-width: 780px;
  }

  body.page-template-landing-zox-alquileres .zrx-rentals-types__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.page-template-landing-zox-alquileres .zrx-rentals-plans__icons {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.page-template-landing-zox-alquileres .zrx-rentals-plans__track {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    filter: none;
  }

  body.page-template-landing-zox-alquileres .zrx-rentals-plans__step {
    min-height: 0;
    border-radius: 14px;
    margin-right: 0;
    padding: 12px 14px;
    clip-path: none;
  }

  body.page-template-landing-zox-alquileres .zrx-rentals-plans__step:first-child {
    clip-path: none;
    padding-left: 14px;
  }

  body.page-template-landing-zox-alquileres .zrx-rentals-whyrent__inner {
    grid-template-columns: 1fr;
    max-width: 860px;
    gap: 20px;
  }

  body.page-template-landing-zox-alquileres .zrx-rentals-whyrent__left {
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    gap: 18px;
    margin-top: 8px;
  }

  body.page-template-landing-zox-alquileres .zrx-rentals-whyrent__bubble {
    margin-bottom: 16px;
    width: min(100%, 340px);
  }

  body.page-template-landing-zox-alquileres .zrx-rentals-whyrent__robot {
    margin-top: 0;
    width: clamp(220px, 30vw, 280px);
  }

  body.page-template-landing-zox-alquileres .zrx-rentals-whyrent__box {
    border-radius: 32px;
  }

  body.page-template-landing-zox-alquileres .zrx-rentals-whyrent__cta {
    margin-top: 16px;
  }

  html[lang^="en"] body.page-template-landing-zox-alquileres .zrx-rentals-types__grid,
  body.page-template-landing-zox-alquileres.lang-en .zrx-rentals-types__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html[lang^="en"] body.page-template-landing-zox-alquileres .zrx-rentals-types__grid > .zrx-rentals-card,
  body.page-template-landing-zox-alquileres.lang-en .zrx-rentals-types__grid > .zrx-rentals-card {
    flex: initial;
    max-width: none;
  }

  body.page-template-landing-zox-alquileres .zrx-rentals-eventos__content {
    grid-template-columns: 1fr;
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
  }

  body.page-template-landing-zox-alquileres .zrx-rentals-eventos__next {
    right: -48px;
  }

  body.page-template-landing-zox-alquileres .zrx-rentals-support__inner {
    display: block;
    padding-left: 0;
  }

  body.page-template-landing-zox-alquileres .zrx-rentals-support__robot,
  body.page-template-landing-zox-alquileres .zrx-rentals-support__bubble {
    display: none;
  }

  body.page-template-landing-zox-alquileres .zrx-rentals-support__title {
    text-align: center;
    max-width: none;
    padding-top: 0;
  }

  body.page-template-landing-zox-alquileres .zrx-rentals-support__steps {
    grid-template-columns: 1fr;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
  }

  body.page-template-landing-zox-alquileres .zrx-rentals-faq-modal__dialog {
    width: min(900px, calc(100% - 80px));
    height: min(90vh, 760px);
    min-height: 0;
    border-radius: 30px;
  }

  body.page-template-landing-zox-alquileres .zrx-rentals-faq-modal__scroll {
    padding: 24px 18px 26px;
  }
}

@media (max-width: 767px) {
  body.page-template-landing-zox-alquileres .zrx-rentals-hero__inner {
    padding-top: 0;
    gap: 14px;
  }

  body.page-template-landing-zox-alquileres .zrx-rentals-hero {
    padding-top: calc(clamp(104px, 24vw, 128px) + env(safe-area-inset-top));
    padding-left: 14px;
    padding-right: 14px;
  }

  body.page-template-landing-zox-alquileres .zrx-rentals-hero__media {
    margin-top: 10px;
  }

  body.page-template-landing-zox-alquileres .zrx-rentals-hero__media img {
    width: clamp(300px, 86vw, 360px);
    max-width: 100%;
    height: auto !important;
    max-height: none !important;
    object-fit: contain;
    object-position: center top;
    margin: 0 auto;
  }

  body.page-template-landing-zox-alquileres .zrx-rentals-hero__cta {
    justify-content: center;
    width: 100%;
    padding: 6px 8px 6px 16px;
    gap: 10px;
  }

  body.page-template-landing-zox-alquileres .zrx-rentals-hero__cta-label {
    font-size: clamp(1rem, 5.3vw, 1.45rem);
    white-space: nowrap;
    text-align: center;
  }

  body.page-template-landing-zox-alquileres .zrx-rentals-hero__cta-play {
    width: 40px;
    height: 40px;
  }

  body.page-template-landing-zox-alquileres .zrx-rentals-types {
    padding-left: 12px;
    padding-right: 12px;
  }

  body.page-template-landing-zox-alquileres .zrx-rentals-plans {
    padding-left: 12px;
    padding-right: 12px;
  }

  body.page-template-landing-zox-alquileres .zrx-rentals-plans__icons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  body.page-template-landing-zox-alquileres .zrx-rentals-plans__icon {
    width: min(100%, 104px);
  }

  body.page-template-landing-zox-alquileres .zrx-rentals-plans__track {
    display: grid;
    margin-top: 14px;
    grid-template-columns: 1fr;
    gap: 8px;
    filter: none;
  }

  body.page-template-landing-zox-alquileres .zrx-rentals-plans__step {
    border-radius: 12px;
    min-height: 0;
    margin-right: 0;
    padding: 14px 12px;
    clip-path: none;
  }

  body.page-template-landing-zox-alquileres .zrx-rentals-plans__step:first-child {
    clip-path: none;
    padding-left: 12px;
  }

  body.page-template-landing-zox-alquileres .zrx-rentals-plans__step-text {
    line-height: 1.08;
  }

  body.page-template-landing-zox-alquileres .zrx-rentals-plans__closing {
    margin-top: 20px;
  }

  body.page-template-landing-zox-alquileres .zrx-rentals-plans__cta {
    width: 100%;
  }

  body.page-template-landing-zox-alquileres .zrx-rentals-whyrent {
    padding-left: 12px;
    padding-right: 12px;
  }

  body.page-template-landing-zox-alquileres .zrx-rentals-whyrent__left {
    flex-direction: column;
    align-items: center;
    gap: 0;
    margin-top: 6px;
  }

  body.page-template-landing-zox-alquileres .zrx-rentals-whyrent__bubble {
    width: min(100%, 286px);
    border-radius: 24px;
    margin-bottom: 0;
    padding: 14px 16px;
  }

  body.page-template-landing-zox-alquileres .zrx-rentals-whyrent__bubble::after {
    width: 34px;
    height: 24px;
    bottom: -24px;
  }

  body.page-template-landing-zox-alquileres .zrx-rentals-whyrent__robot {
    margin-top: 28px;
    width: min(72vw, 300px);
  }

  body.page-template-landing-zox-alquileres .zrx-rentals-whyrent__box {
    border-radius: 24px;
    padding: 14px 14px 16px;
  }

  body.page-template-landing-zox-alquileres .zrx-rentals-whyrent__list,
  body.page-template-landing-zox-alquileres .zrx-rentals-whyrent__steps {
    font-size: clamp(1.02rem, 4.35vw, 1.28rem);
    line-height: 1.18;
  }

  body.page-template-landing-zox-alquileres .zrx-rentals-whyrent__section-title {
    margin-top: 16px;
  }

  body.page-template-landing-zox-alquileres .zrx-rentals-whyrent__steps li + li {
    margin-top: 10px;
  }

  body.page-template-landing-zox-alquileres .zrx-rentals-whyrent__cta {
    width: 100%;
    max-width: 340px;
    min-height: 52px;
    font-size: clamp(1.14rem, 4.65vw, 1.48rem);
  }

  body.page-template-landing-zox-alquileres .zrx-rentals-types__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  html[lang^="en"] body.page-template-landing-zox-alquileres .zrx-rentals-types__grid,
  body.page-template-landing-zox-alquileres.lang-en .zrx-rentals-types__grid {
    grid-template-columns: 1fr;
  }

  body.page-template-landing-zox-alquileres .zrx-rentals-card {
    border-radius: 20px;
    padding-left: 12px;
    padding-right: 12px;
  }

  body.page-template-landing-zox-alquileres .zrx-rentals-card__name {
    min-height: 52px;
  }

  body.page-template-landing-zox-alquileres .zrx-rentals-card__cta {
    margin-left: -12px;
    margin-right: -12px;
  }

  body.page-template-landing-zox-alquileres .zrx-rentals-experience {
    padding-top: 20px;
    padding-bottom: 22px;
  }

  body.page-template-landing-zox-alquileres .zrx-rentals-eventos {
    padding-left: 12px;
    padding-right: 12px;
  }

  body.page-template-landing-zox-alquileres .zrx-rentals-eventos__subtitle {
    margin-top: 10px;
  }

  body.page-template-landing-zox-alquileres .zrx-rentals-eventos__item {
    gap: 12px;
    grid-template-columns: 64px minmax(0, 1fr);
  }

  body.page-template-landing-zox-alquileres .zrx-rentals-eventos__icon-wrap {
    width: 64px;
    height: 64px;
    border-radius: 12px;
  }

  body.page-template-landing-zox-alquileres .zrx-rentals-eventos__text {
    font-size: clamp(1.16rem, 5.5vw, 1.5rem);
  }

  body.page-template-landing-zox-alquileres .zrx-rentals-eventos__viewport {
    border-radius: 30px;
  }

  body.page-template-landing-zox-alquileres .zrx-rentals-eventos__next {
    right: -8px;
    width: 32px;
    height: 58px;
  }

  body.page-template-landing-zox-alquileres .zrx-rentals-eventos__next::before {
    border-top-width: 14px;
    border-bottom-width: 14px;
    border-left-width: 18px;
  }

  body.page-template-landing-zox-alquileres .zrx-rentals-support {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 34px;
  }

  body.page-template-landing-zox-alquileres .zrx-rentals-support__inner {
    padding-left: 0;
    padding-top: 0;
  }

  body.page-template-landing-zox-alquileres .zrx-rentals-support__robot,
  body.page-template-landing-zox-alquileres .zrx-rentals-support__bubble {
    display: none;
  }

  body.page-template-landing-zox-alquileres .zrx-rentals-support__subtitle {
    margin-top: 20px;
  }

  body.page-template-landing-zox-alquileres .zrx-rentals-support__steps {
    margin-top: 16px;
    gap: 10px;
  }

  body.page-template-landing-zox-alquileres .zrx-rentals-support__step {
    border-radius: 22px;
    min-height: 0;
    padding: 14px 12px;
  }

  body.page-template-landing-zox-alquileres .zrx-rentals-support__faq {
    margin-top: 10px;
  }

  body.page-template-landing-zox-alquileres .zrx-rentals-support__cta {
    width: 100%;
    font-size: clamp(1.2rem, 5vw, 1.55rem);
    padding-left: 18px;
    padding-right: 18px;
  }

  body.page-template-landing-zox-alquileres .zrx-rentals-multi {
    padding-top: 18px;
    padding-bottom: 22px;
  }

  body.page-template-landing-zox-alquileres .zrx-rentals-faq-modal {
    padding: 8px;
  }

  body.page-template-landing-zox-alquileres .zrx-rentals-faq-modal__dialog {
    height: min(92vh, 780px);
    border-radius: 20px;
  }

  body.page-template-landing-zox-alquileres .zrx-rentals-faq-modal__title {
    margin-bottom: 8px;
  }

  body.page-template-landing-zox-alquileres .zrx-rentals-faq-modal__content h3 {
    margin-top: 14px;
  }
}
