/*
Theme Name: Realtor
Theme URI: https://rweb.dev
Author: RWEB
Author URI: https://rweb.dev
Description: The Theme has been created for Realtor. It's fully customized for its purposes.
Requires at least: 6.1
Tested up to: 6.2
Requires PHP: 8.0
Version: 1.0.5
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Text Domain: realtor
Tags: one-column, custom-menu, custom-logo, featured-images, translation-ready
*/

/* ----------------- WordPress Core ----------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}


/* ----------------- Normalize ----------------- */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scrollbar-gutter: stable;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: 600;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

*:focus {
  outline: 0 !important;
}

input::placeholder {
  color: #ACAAA3 !important;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}


/* ----------------- Fonts ----------------- */

@font-face {
  font-family: 'NeueHaas';
  src: url('/fonts/NeueHaasGrotDisp-65Medium-Trial.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'NeueHaas';
  src: url('/fonts/NeueHaasGrotDisp-75Bold-Trial.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('fonts/Inter-VariableFont_opsz\,wght.ttf') format('opentype');
  font-weight: 100 900;
  font-style: normal;
}

/* ----------------- Theme Specific CSS ----------------- */

/* General */

:root {
  --rr-brown: #352d28;
  --rr-beige: #9c8b7e;
  --rr-grey: #d5d2cd;
  --rr-darkgrey: #2a2a2a;
  --rr-headerfont: 'NeueHaas', sans-serif;
  --rr-textfont: 'Inter', sans-serif;
}

*,
::after,
::before {
  box-sizing: border-box;
}

.clearfix {
  clear: both;
}

body {
  font-family: var(--rr-textfont);
  font: normal, 21px/2.1rem;
  background-color: #0E1A2B;
  color: #fff;
}

h1 {
  font-family: var(--rr-headerfont);
  font-weight: 700;
  margin-top: 0;
}

h2,
h3,
h4,
h5 {
  font-family: var(--rr-headerfont);
  font-weight: 500;
  margin-top: 0;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 18px;
}

h4,
h5 {
  font-size: 14px;
}

p,
li,
span {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 300;
}

a {
  color: #000;
  text-decoration: none;
  font-weight: 300;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

a:hover,
.link-underline {
  text-decoration: underline;
}

.link-underline:hover {
  text-decoration: none;
}

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

.m-bot {
  margin-bottom: 50px;
}

.bold {
  font-weight: 500;
}

img {
  max-width: 100%;
  height: auto;
}

.rr-btn {
  font-family: var(--rr-textfont);
  border: none;
  padding: 15px 50px;
  line-height: 1.4;
  cursor: pointer;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
  color: #fff;
  background-color: #1F7A5A;
  font-weight: 400;
  border-radius: 10px;
  display: block;
  width: max-content;
}

.rr-btn:hover {
  text-decoration: none;
  background-color: #1f9b6f;
}

.rr-btn-alt {
  background-color: #125f4c00;
  padding: 0;
  margin: auto;
}

.rr-btn-alt:hover {
  text-decoration: underline;
  background-color: #125f4c00;
}

/* Lists */

.ol-rr,
.ul-rr {
  margin: 25px 0;
  padding-left: 15px;
}

.ol-rr li,
.ul-rr li {
  margin-bottom: 25px;
}

.ol-rr li::marker,
.ul-rr li::marker {
  font-weight: 600;
}

/* Flex */

.col-section {
  display: flex;
}

.col-section .col-1 {
  flex: 1;
}

.col-section .col-2 {
  flex: 2;
}

.col-section .col-9 {
  flex: 9;
}

/* Separator */

.separator-before {
  padding-bottom: 30px;
  border-bottom: 1px solid var(--rr-grey);
}

.separator-after {
  padding-top: 30px;
}

/* Icons */

.text-icon {
  margin-right: 5px;
}

/* Containers */

.container {
  width: 100%;
  margin: 0;
}

/* White background */

.white-bg-section {
  background-color: #fff;
  color: #0E1A2B;
}

@media (max-width: 912px) {
  .container {
    padding-right: 50px;
    padding-left: 50px;
  }

  .container-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .white-bg-section {
    padding-bottom: 80px;
  }

  .last-section {
    padding-bottom: 0;
  }

  h1 {
    font-size: 32px;
    line-height: 1.2;
  }

  h2 {
    font-size: 24px;
    line-height: 1.2;
  }

  h3 {
    font-size: 22px;
    line-height: 1.2;
  }

  .mobile-only {
    display: block;
  }

  .pc-only {
    display: none;
  }
}


/* ----------------- Inversion Internacional Page ----------------- */

.inversion-page {
  background-color: #0E1A2B;
}

.ii-hero {
  height: 560px;
  min-height: 560px;
}

.ii-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  padding: 110px 150px 70px;
}

.ii-hero-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(14, 26, 43, 0.62);
}

.ii-hero-content {
  max-width: 620px;
  color: #fff;
}

.ii-hero-content h1 {
  margin: 0 0 18px;
  font-size: 34px;
  line-height: 1.05;
}

.ii-hero-content p {
  max-width: 520px;
  margin: 0 0 28px;
  font-size: 15px;
  line-height: 1.55;
}

.ii-hero-content .rr-btn,
.inversion-page .rr-btn {
  padding: 12px 28px;
  border-radius: 7px;
  font-size: 13px;
}

.ii-section {
  padding: 92px 0;
}

.ii-section-light {
  background-color: #F4F6F8;
  color: #0E1A2B;
}

.ii-section-dark {
  background-color: #0E1A2B;
  color: #fff;
}

.ii-wrap {
  width: min(100% - 300px, 1260px);
  margin: 0 auto;
}

.ii-section-title {
  max-width: 920px;
  margin: 0 auto 58px;
  text-align: center;
}

.ii-section-title h2 {
  position: relative;
  display: inline-block;
  margin: 0;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 700;
}

.ii-title-mark {
  position: relative;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.ii-title-mark::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  width: 108%;
  height: 16px;
  border-top: 2px solid #1F7A5A;
  border-radius: 50% 50% 0 0;
  background-color: transparent;
  transform: translateX(-50%) rotate(-1.5deg);
  pointer-events: none;
}

.ii-section-title p {
  margin: 22px 0 0;
  font-size: 15px;
  color: currentColor;
}

.ii-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: stretch;
  gap: 0;
}

.ii-split-narrow {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.ii-copy {
  align-self: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.ii-split > .ii-copy:first-child {
  padding-right: 70px;
}

.ii-split > .ii-copy:last-child {
  padding-left: 70px;
}

.ii-copy h3 {
  margin: 8px 0 18px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
}

.ii-copy .ii-accent {
  color: #1F7A5A;
}

.ii-copy p,
.ii-copy li {
  font-size: 14px;
  line-height: 1.55;
}

.ii-copy p {
  margin: 0 0 18px;
}

.ii-copy .rr-btn {
  margin-top: 26px;
}

.ii-media {
  position: relative;
  min-height: 0;
  overflow: hidden;
}

.ii-media img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ii-metric-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  margin: 28px 0;
}

.ii-metric-grid div,
.ii-criteria-grid div {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 78px;
  padding: 18px;
  background-color: #102F3D;
  color: #fff;
  text-align: center;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 500;
}

.ii-market-layout {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(260px, 0.9fr);
  gap: 52px;
  align-items: center;
}

.ii-market-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.ii-market-card {
  background-color: #0E1A2B;
  color: #fff;
  padding: 28px;
}

.ii-market-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  margin-bottom: 24px;
}

.ii-market-card h3 {
  margin: 0 0 14px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
}

.ii-market-card p {
  margin: 0 0 24px;
  font-size: 13px;
  line-height: 1.45;
}

.ii-market-card .rr-btn {
  margin-top: auto;
}

.ii-market-note p,
.ii-market-note li {
  font-size: 14px;
  line-height: 1.55;
}

.ii-market-note ul {
  margin: 18px 0 28px;
  padding-left: 20px;
}

.ii-market-note li {
  margin-bottom: 8px;
}

.ii-criteria-section .ii-section-title {
  margin-bottom: 44px;
}

.ii-criteria-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.ii-centered-copy {
  max-width: 820px;
  margin: 44px auto 0;
  text-align: center;
  font-size: 15px;
  line-height: 1.55;
}

.ii-process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.ii-process-card {
  background-color: #0E1A2B;
  color: #fff;
}

.ii-process-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.ii-process-card p {
  min-height: 82px;
  margin: 0;
  padding: 16px;
  font-size: 13px;
  line-height: 1.45;
}

.ii-light-copy {
  color: #0E1A2B;
}

.ii-final-cta {
  padding: 128px 0 138px;
  text-align: center;
}

.ii-final-cta h2 {
  margin: 0 0 54px;
  font-size: 28px;
  line-height: 1.18;
  font-weight: 700;
}

.ii-final-cta .rr-btn {
  margin: 0 auto;
}

.ii-section.last-section {
  padding-bottom: 0;
}

.container-section.last-section {
  padding-bottom: 0;
}

.lima-check-list {
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.lima-check-list li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 20px;
}

.lima-check-list li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0;
  color: #1F7A5A;
  font-weight: 700;
}

.lima-focus-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
}

.lima-focus-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  margin-bottom: 28px;
}

.lima-focus-card h3 {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
}

.lima-focus-card p {
  margin: 0 0 22px;
  font-size: 14px;
  line-height: 1.55;
}

.lima-factor-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3px;
  margin: 24px 0 28px;
}

.lima-factor-grid div {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 82px;
  padding: 18px;
  background-color: #0E1A2B;
  color: #fff;
  text-align: center;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 500;
}

.lima-page .ii-final-cta p {
  max-width: 900px;
  margin: -22px auto 52px;
  font-size: 16px;
  line-height: 1.55;
}

.miami-section-nav {
  position: sticky;
  top: var(--rr-sticky-header-offset, 0px);
  z-index: 900;
  background-color: #F4F6F8;
  border-bottom: 1px solid rgba(14, 26, 43, 0.08);
  transition: top 0.3s ease-in-out;
}

.miami-section-nav-inner {
  width: min(100% - 80px, 1260px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 34px;
  overflow-x: auto;
  scrollbar-width: none;
}

.miami-section-nav-inner::-webkit-scrollbar {
  display: none;
}

.miami-section-nav a {
  position: relative;
  flex: 0 0 auto;
  padding: 24px 0 22px;
  color: #0E1A2B;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  text-decoration: none;
}

.miami-section-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  height: 2px;
  background-color: transparent;
}

.miami-section-nav a.is-active {
  color: #1F7A5A;
}

.miami-section-nav a.is-active::after {
  background-color: #1F7A5A;
}

.miami-page .ii-copy h2 {
  margin: 0 0 22px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
}

.miami-image-mosaic {
  position: relative;
  display: block;
  align-self: stretch;
  height: 100%;
  min-height: 0;
  overflow: hidden;
}

.miami-image-mosaic img {
  position: absolute;
  display: block;
  width: calc(50% - 5px);
  height: calc(50% - 5px);
  min-width: 0;
  min-height: 0;
  object-fit: cover;
  border-radius: 8px;
  overflow: hidden;
}

.miami-image-mosaic img:nth-child(1) {
  top: 0;
  left: 0;
}

.miami-image-mosaic img:nth-child(2) {
  top: 0;
  right: 0;
}

.miami-image-mosaic img:nth-child(3) {
  bottom: 0;
  left: 0;
}

.miami-image-mosaic img:nth-child(4) {
  right: 0;
  bottom: 0;
}

.miami-projects-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  gap: 70px;
  align-items: center;
}

.miami-project-slider-wrap {
  min-width: 0;
  overflow: hidden;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.miami-project-slider-wrap.is-changing {
  opacity: 0;
  transform: translateY(8px);
}

.miami-project-text {
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.miami-project-copy.is-changing .miami-project-text {
  opacity: 0;
  transform: translateY(6px);
}

.miami-project-slider {
  margin: 0 -8px;
  padding-bottom: 24px;
}

.miami-project-slide {
  padding: 0 8px;
}

.miami-project-slide img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 8px;
}

.miami-project-slider .slick-dots {
  display: flex !important;
  justify-content: flex-end;
  gap: 7px;
  margin: 14px 8px 0 0;
  padding: 0;
  list-style: none;
}

.miami-project-slider .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0;
}

.miami-project-slider .slick-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 1px solid #0E1A2B;
  border-radius: 50%;
  background: transparent;
  color: transparent;
  font-size: 0;
  cursor: pointer;
}

.miami-project-slider .slick-dots .slick-active button {
  background-color: #0E1A2B;
}

.miami-project-tabs {
  display: flex;
  flex-direction: column;
  gap: 13px;
  margin-bottom: 26px;
}

.miami-project-tabs button {
  width: max-content;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(14, 26, 43, 0.65);
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.miami-project-tabs button.is-active {
  color: #1F7A5A;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.miami-project-copy p {
  font-size: 14px;
  line-height: 1.55;
}

.miami-project-text {
  margin: 0 0 48px;
}

.miami-project-note {
  margin: 0;
}

.miami-zone-cards {
  position: relative;
  display: block;
  min-height: 560px;
}

.miami-zone-card {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.8fr);
  gap: 42px;
  align-items: center;
  width: 100%;
  padding: 38px;
  background-color: #F4F6F8;
  color: #0E1A2B;
  border-radius: 8px;
  transition:
    transform 0.7s ease,
    opacity 0.7s ease,
    width 0.7s ease;
  will-change: transform, opacity, width;
}

.miami-zone-card:nth-child(1) {
  z-index: 1;
}

.miami-zone-card:nth-child(2) {
  z-index: 2;
}

.miami-zone-card:nth-child(3) {
  z-index: 3;
}

.miami-zone-image img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 8px;
}

.miami-zone-content h3 {
  margin: 0 0 14px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
}

.miami-zone-content p {
  margin: 0 0 24px;
  font-size: 14px;
  line-height: 1.55;
}

.miami-centered-btn {
  margin: 28px auto 0;
}

.san-panel-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  background-color: #0E1A2B;
  color: #fff;
}

.san-panel-media {
  position: relative;
  min-height: 620px;
  overflow: hidden;
}

.san-panel-media img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.san-panel-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 90px 110px;
}

.san-panel-content h2 {
  position: relative;
  width: max-content;
  max-width: 100%;
  margin: 0 0 46px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
}

.san-panel-content p,
.san-panel-content li {
  font-size: 14px;
  line-height: 1.55;
}

.san-panel-content p {
  margin: 0 0 20px;
}

.san-panel-content .rr-btn {
  margin-top: 20px;
}

.san-isidro-page .ii-final-cta p {
  max-width: 760px;
  margin: -28px auto 54px;
  font-size: 16px;
  line-height: 1.55;
  text-align: center;
}

.santa-catalina-page .miami-section-nav-inner {
  gap: 28px;
}

.vender-next-section .ii-section-title {
  margin-bottom: 62px;
}

.vender-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.vender-image-card {
  position: relative;
  display: block;
  min-height: 300px;
  overflow: hidden;
  color: #fff;
}

.vender-image-card img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.vender-image-card::after {
  content: none;
}

.vender-image-card span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 28px;
  background: rgba(14, 26, 43, 0.42);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  color: #fff;
  font-family: var(--rr-headerfont);
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
}

.vender-image-card:hover {
  text-decoration: none;
}

.vender-image-card:hover img {
  transform: scale(1.04);
}

.vender-page .ii-final-cta p {
  max-width: 680px;
  margin: -28px auto 54px;
  font-size: 16px;
  line-height: 1.55;
  text-align: center;
}

.vender-nosotros-intro {
  padding-top: 190px;
}

.vender-nosotros-page .lima-factor-grid div {
  background-color: #102F3D;
  color: #fff;
}

.vender-method-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.vender-method-card {
  padding: 42px 36px;
  background-color: #0E1A2B;
  color: #fff;
  text-align: center;
}

.vender-method-card span {
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #1F7A5A;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
}

.vender-method-card h3 {
  margin: 0 0 14px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
}

.vender-method-card p {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
}

.vender-method-btn {
  margin: 54px auto 80px;
}

.vender-dark-feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 70px;
  align-items: center;
  padding: 46px;
  background-color: #0E1A2B;
  color: #fff;
}

.vender-dark-feature-media img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vender-dark-feature-media {
  position: relative;
  align-self: stretch;
  min-height: 0;
  overflow: hidden;
}

.vender-dark-feature-content h2 {
  margin: 0 0 36px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
}

.vender-dark-feature-content {
  padding-top: 50px;
  padding-bottom: 50px;
}

.vender-dark-feature-content p {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.45;
}

.vender-dark-feature-content .vender-feature-accent {
  margin: 26px 0 0;
  color: #1F7A5A;
  font-size: 18px;
  font-weight: 700;
}

.vender-nosotros-page .ii-final-cta p {
  max-width: 680px;
  margin: -28px auto 54px;
  font-size: 16px;
  line-height: 1.55;
  text-align: center;
}

.trer-hero {
  padding: 200px 0 88px;
  background-color: #0E1A2B;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.trer-hero .ii-wrap {
  max-width: 1260px;
}

.trer-kicker {
  margin: 0 0 74px;
  font-size: 18px;
  line-height: 1.4;
}

.trer-hero h1 {
  margin: 0 0 28px;
  font-size: 38px;
  line-height: 1.15;
}

.trer-hero p {
  max-width: 640px;
  font-size: 18px;
  line-height: 1.45;
}

.trer-lead {
  margin-bottom: 44px;
}

.trer-actions {
  display: flex;
  align-items: center;
  gap: 34px;
  margin-top: 48px;
}

.trer-link {
  position: relative;
  color: #fff;
  font-size: 16px;
}

.trer-link::before {
  content: "\2197";
  margin-right: 9px;
}

.trer-editions-section h2 {
  margin: 0 0 70px;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 700;
}

.trer-edition-list {
  background-color: #0E1A2B;
  color: #fff;
}

.trer-edition-list article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 22px 26px;
  border-bottom: 4px solid #F4F6F8;
}

.trer-edition-list article:last-child {
  border-bottom: 0;
}

.trer-edition-list h3 {
  margin: 0 0 8px;
  font-size: 26px;
  line-height: 1.1;
  font-weight: 500;
}

.trer-edition-list p {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
}

.trer-edition-list span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 6px;
  background-color: #1F7A5A;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
}

.trer-launch {
  margin-top: 66px;
}

.trer-launch p {
  font-size: 16px;
  line-height: 1.5;
}

.trer-launch .rr-btn {
  margin-top: 24px;
}

.trer-reading-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  background-color: #F4F6F8;
  color: #0E1A2B;
}

.trer-reading-content {
  padding: 74px 72px;
}

.trer-reading-content h2 {
  margin: 0 0 34px;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 700;
}

.trer-reading-content h2:not(:first-child) {
  margin-top: 70px;
}

.trer-reading-content p,
.trer-reading-content li {
  font-size: 15px;
  line-height: 1.55;
}

.trer-reading-media {
  position: relative;
  min-height: 620px;
  overflow: hidden;
}

.trer-reading-media img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.trer-final-cta p {
  max-width: 980px;
  margin: -26px auto 60px;
  font-size: 18px;
  line-height: 1.55;
  text-align: center;
}

.blog-hero {
  padding: 170px 0 80px;
  background-color: #0E1A2B;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.blog-hero h1 {
  margin: 0 0 24px;
  font-size: 34px;
  line-height: 1.2;
}

.blog-hero > .ii-wrap > p {
  max-width: 620px;
  margin: 0 0 64px;
  font-size: 16px;
  line-height: 1.45;
}

.blog-feature-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 8px;
}

.blog-feature-small-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.blog-card {
  position: relative;
  display: block;
  min-height: 250px;
  overflow: hidden;
  border-radius: 7px;
  background-color: #0E1A2B;
  color: #fff;
}

.blog-card-featured {
  min-height: 508px;
}

.blog-card img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.blog-card::after {
  content: "";
  position: absolute;
  inset: 35% 0 0;
  z-index: 1;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0));
}

.blog-card-content {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 2;
}

.blog-card-content p {
  margin: 0 0 8px;
  color: #fff;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 500;
}

.blog-card-content p span {
  color: rgba(255, 255, 255, 0.5);
  font-size: inherit;
}

.blog-card-content h2 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 20px;
  line-height: 1.15;
  font-weight: 700;
}

.blog-card .rr-btn {
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 12px;
}

.blog-card:hover img {
  transform: scale(1.04);
}

.blog-list-section .ii-wrap {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 62px;
  align-items: start;
}

.blog-filters {
  position: sticky;
  top: calc(var(--rr-sticky-header-offset, 0px) + 40px);
}

.blog-filters p,
.blog-filter-group label {
  font-size: 13px;
  line-height: 1.45;
}

.blog-filters p {
  margin: 0 0 26px;
}

.blog-filters strong {
  color: #1F7A5A;
}

.blog-filter-group {
  padding: 20px 0;
  border-top: 1px solid rgba(14, 26, 43, 0.18);
}

.blog-filter-group h3 {
  position: relative;
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
}

.blog-filter-group h3::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 10px;
  height: 2px;
  background-color: #1F7A5A;
}

.blog-filter-group label {
  display: block;
  margin-bottom: 10px;
}

.blog-filter-group input {
  margin-right: 8px;
}

.blog-list-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.blog-list-grid .blog-card {
  min-height: 320px;
}

.quienes-story-section .ii-wrap {
  display: flex;
  flex-direction: column;
  gap: 108px;
}

.quienes-page .ii-copy h2 {
  margin: 0 0 46px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
}

.quienes-page .ii-final-cta p {
  max-width: 760px;
  margin: -28px auto 54px;
  font-size: 16px;
  line-height: 1.55;
  text-align: center;
}

.destinos-page .ii-section-title {
  max-width: 760px;
}

.destinos-card-grid {
  display: grid;
  gap: 18px;
}

.destinos-card-grid-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.destinos-card {
  overflow: hidden;
}

.destinos-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.destinos-card h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
}

.destinos-card-dark {
  background-color: #0E1A2B;
  color: #fff;
}

.destinos-card-dark h3 {
  padding: 24px 26px;
}

.destinos-card-light {
  background-color: #F4F6F8;
  color: #0E1A2B;
}

.destinos-card-light div {
  padding: 24px 26px 28px;
}

.destinos-card-light h3 {
  margin-bottom: 12px;
}

.destinos-card-light p {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
}

.destinos-note {
  margin-top: 56px;
}

.destinos-centered-btn {
  margin: 30px auto 0;
}

.destinos-lima .destinos-centered-btn {
  margin-top: 58px;
}

.destinos-page .ii-copy h2 {
  margin: 0 0 42px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
}

.destinos-page .ii-final-cta p {
  max-width: 760px;
  margin: -28px auto 54px;
  font-size: 16px;
  line-height: 1.55;
  text-align: center;
}

.red-support-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.red-support-grid div {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 130px;
  padding: 24px;
  background-color: #0E1A2B;
  color: #fff;
  text-align: center;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 700;
}

.red-support-section .ii-centered-copy {
  max-width: 760px;
  font-size: 20px;
}

.red-reach-section .ii-copy h2 {
  margin: 0 0 48px;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
}

.red-reach-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 300px;
  margin: 34px 0;
}

.red-reach-list div {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70px;
  padding: 20px;
  background-color: #102F3D;
  color: #fff;
  font-family: var(--rr-headerfont);
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
}

.raul-panel-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding-top: 110px;
  background-color: #F4F6F8;
  color: #0E1A2B;
}

.raul-panel-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 520px;
  padding: 90px 150px;
}

.raul-panel-content h2 {
  margin: 0 0 48px;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 700;
}

.raul-panel-content p {
  margin: 0 0 24px;
  font-size: 14px;
  line-height: 1.55;
}

.raul-panel-media {
  position: relative;
  min-height: 520px;
  overflow: hidden;
}

.raul-panel-media img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sobre-raul-page .ii-final-cta p {
  max-width: 760px;
  margin: -28px auto 54px;
  font-size: 16px;
  line-height: 1.55;
  text-align: center;
}

.contact-intro {
  padding: 190px 0 86px;
  background-color: #0E1A2B;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.contact-intro h1 {
  margin: 0 0 28px;
  font-size: 38px;
  line-height: 1.15;
}

.contact-intro p {
  max-width: 640px;
  margin: 0 0 24px;
  font-size: 17px;
  line-height: 1.45;
}

.contact-intro-actions {
  display: flex;
  align-items: center;
  gap: 34px;
  margin-top: 52px;
}

.contact-grid-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-panel {
  display: flex;
  align-items: center;
  min-height: 720px;
  padding: 88px 150px;
}

.contact-panel-light {
  background-color: #F4F6F8;
  color: #0E1A2B;
}

.contact-panel-dark {
  background-color: #0E1A2B;
  color: #fff;
}

.contact-panel h2 {
  margin: 0 0 44px;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 700;
}

.contact-panel p,
.contact-panel li {
  font-size: 14px;
  line-height: 1.55;
}

.contact-panel p {
  margin: 0 0 28px;
}

.contact-panel hr {
  margin: 56px 0;
  border: 0;
  border-top: 1px solid rgba(14, 26, 43, 0.18);
}

.contact-panel-dark hr {
  border-top-color: rgba(255, 255, 255, 0.16);
}

.contact-panel-media {
  position: relative;
  min-height: 720px;
  overflow: hidden;
}

.contact-panel-media img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-temp-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 36px;
}

.contact-form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.contact-temp-form input,
.contact-temp-form textarea {
  width: 100%;
  border: 1px solid rgba(14, 26, 43, 0.28);
  border-radius: 3px;
  background-color: #fff;
  color: #0E1A2B;
  font-size: 15px;
  line-height: 1.4;
}

.contact-temp-form input {
  min-height: 54px;
  padding: 0 18px;
}

.contact-temp-form textarea {
  min-height: 160px;
  padding: 18px;
  resize: vertical;
}

.contact-privacy {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #0E1A2B;
  font-size: 12px;
  line-height: 1.45;
}

.contact-privacy input {
  width: auto;
  min-height: 0;
  margin-top: 2px;
}

.contact-privacy span,
.contact-privacy a {
  font-size: 12px;
}

.contact-privacy a {
  color: #0E1A2B;
  text-decoration: underline;
}

.contact-temp-form button {
  min-height: 54px;
  border: 0;
  border-radius: 4px;
  background-color: #1F7A5A;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.contact-direct-wrap {
  width: 100%;
  max-width: 520px;
}

.contact-direct-wrap .rr-btn {
  margin: 38px 0 0;
}

.contact-methods {
  display: grid;
  gap: 10px;
  max-width: 300px;
}

.contact-methods div {
  padding: 20px;
  background-color: #102F3D;
  color: #fff;
  text-align: center;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 700;
}

.subscribe-grid-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.subscribe-form-wrap {
  width: 100%;
}

.subscribe-form-wrap h2 {
  margin-bottom: 54px;
}

.subscribe-checkbox-group {
  margin-top: 10px;
}

.subscribe-checkbox-group h3 {
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 700;
}

.subscribe-checkbox-group label {
  display: block;
  margin-bottom: 6px;
  font-size: 15px;
  line-height: 1.3;
}

.subscribe-checkbox-group input {
  width: auto;
  min-height: 0;
  margin-right: 6px;
}

.subscribe-small-note {
  margin: 6px 0 0 !important;
  font-size: 12px !important;
}

.join-form-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  background-color: #0E1A2B;
}

.join-form-panel {
  display: flex;
  align-items: center;
  min-height: 760px;
  padding: 88px 150px;
  color: #fff;
}

.join-form-inner {
  width: 100%;
}

.join-form-inner h2 {
  margin: 0 0 44px;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 700;
}

.join-form-inner hr {
  margin: 56px 0;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.join-form-inner .lima-check-list li::before {
  color: #fff;
}

.join-temp-form input,
.join-temp-form textarea {
  border-color: #fff;
}

.join-privacy,
.join-privacy a {
  color: #fff;
}

.agents-section {
  padding: 130px 0 0;
  background-color: #0E1A2B;
  color: #fff;
}

.agents-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.agent-card {
  position: relative;
  min-height: 365px;
  overflow: hidden;
  border-radius: 8px;
  background-color: #07111F;
}

.agent-card img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9);
}

.agent-card::after {
  content: "";
  position: absolute;
  inset: 35% 0 0;
  z-index: 1;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0));
}

.agent-card h2 {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 26px;
  z-index: 2;
  margin: 0;
  color: #fff;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 700;
}

@media (min-width: 992px) {
  .miami-zones-section {
    min-height: 190vh;
  }

  .miami-zones-section .ii-wrap {
    position: sticky;
    top: calc(var(--rr-sticky-header-offset, 0px) + 32px);
  }
}

@media (max-width: 1180px) {
  .ii-wrap {
    width: min(100% - 100px, 1060px);
  }

  .ii-hero-overlay {
    padding-right: 100px;
    padding-left: 100px;
  }
}

@media (max-width: 900px) {
  .ii-hero {
    min-height: 620px;
  }

  .ii-hero-overlay {
    align-items: flex-end;
    padding: 150px 50px 80px;
  }

  .ii-wrap {
    width: calc(100% - 60px);
  }

  .ii-section {
    padding: 78px 0;
  }

  .ii-split,
  .ii-split-narrow,
  .ii-market-layout,
  .ii-market-cards,
  .ii-criteria-grid,
  .ii-process-grid,
  .lima-focus-grid,
  .miami-projects-layout,
  .miami-zone-card {
    grid-template-columns: 1fr;
  }

  .ii-split {
    gap: 34px;
  }

  .ii-split > .ii-copy:first-child,
  .ii-split > .ii-copy:last-child {
    padding-right: 0;
    padding-left: 0;
  }

  .ii-media img {
    position: relative;
    inset: auto;
    height: auto;
    min-height: 280px;
  }

  .ii-metric-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .lima-page .ii-final-cta p {
    margin-top: -28px;
  }

  .miami-section-nav-inner {
    width: calc(100% - 40px);
  }

  .miami-image-mosaic {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 10px;
    height: auto;
    min-height: 0;
  }

  .miami-image-mosaic img {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .miami-projects-layout {
    gap: 38px;
  }

  .miami-zone-card {
    position: relative;
    top: auto;
    left: auto;
    width: 100% !important;
    transform: none !important;
    opacity: 1 !important;
    gap: 24px;
    padding: 24px;
  }

  .san-panel-section {
    grid-template-columns: 1fr;
  }

  .san-panel-section-reverse .san-panel-content {
    order: 2;
  }

  .san-panel-section-reverse .san-panel-media {
    order: 1;
  }

  .san-panel-media {
    min-height: 360px;
  }

  .san-panel-media img {
    position: relative;
    height: auto;
    min-height: 360px;
  }

  .san-panel-content {
    padding: 78px 30px;
  }

  .vender-card-grid {
    grid-template-columns: 1fr;
  }

  .vender-nosotros-intro {
    padding-top: 140px;
  }

  .vender-method-grid,
  .vender-dark-feature,
  .trer-reading-panel {
    grid-template-columns: 1fr;
  }

  .vender-dark-feature {
    gap: 34px;
    padding: 30px;
  }

  .trer-hero {
    padding-top: 150px;
  }

  .trer-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .trer-edition-list article {
    grid-template-columns: 1fr;
  }

  .trer-reading-content {
    padding: 52px 30px;
  }

  .trer-reading-media {
    min-height: 360px;
  }

  .blog-feature-grid,
  .blog-feature-small-grid,
  .blog-list-section .ii-wrap,
  .blog-list-grid,
  .destinos-card-grid-two,
  .red-support-grid,
  .raul-panel-grid,
  .contact-grid-section,
  .contact-form-row,
  .subscribe-grid-section,
  .join-form-section,
  .agents-grid {
    grid-template-columns: 1fr;
  }

  .blog-card-featured {
    min-height: 360px;
  }

  .blog-filters {
    position: relative;
    top: auto;
  }

  .quienes-story-section .ii-wrap {
    gap: 70px;
  }

  .raul-panel-grid {
    padding-top: 100px;
  }

  .raul-panel-content {
    min-height: auto;
    padding: 78px 30px;
  }

  .raul-panel-media {
    min-height: 360px;
  }

  .raul-panel-media img {
    position: relative;
    height: auto;
    min-height: 360px;
  }

  .contact-intro {
    padding-top: 150px;
  }

  .contact-intro-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .contact-panel {
    min-height: auto;
    padding: 78px 30px;
  }

  .contact-panel-media {
    min-height: 420px;
  }

  .contact-panel-media img {
    position: relative;
    height: auto;
    min-height: 420px;
  }

  .join-form-panel {
    min-height: auto;
    padding: 78px 30px;
  }

  .agents-section {
    padding-top: 80px;
  }

  .vender-dark-feature-media img {
    position: relative;
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .miami-zone-cards {
    display: flex;
    flex-direction: column;
    gap: 24px;
    min-height: 0 !important;
  }
}

@media (min-width: 913px) {
  .container {
    padding-right: 150px;
    padding-left: 150px;
  }

  .container-section {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .white-bg-section {
    padding-bottom: 150px;
  }
  
  .last-section {
    padding-bottom: 0;
  }

  .mobile-only {
    display: none;
  }

  .pc-only {
    display: block;
  }
}


/* ================================
   Header (Encabezado)
   ================================ */

.header-realtor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.137);
  background-color: transparent;
  transition: top 0.3s ease-in-out, background-color 0.3s ease;
}

.header-realtor.opaco {
  background-color: #0e1a2b;
}

body:has(.no-hero-page) .header-realtor {
  background-color: #0e1a2b;
}

.header-realtor:hover,
.header-realtor:focus-within {
  background-color: #0e1a2bc1;
}

.header-realtor.menu-active {
  background-color: transparent !important;
}

.header-realtor.menu-active:hover,
.header-realtor.menu-active:focus-within {
  background-color: transparent !important;
}

.header-realtor:not(.opaco):not(.menu-active):hover,
.header-realtor:not(.opaco):not(.menu-active):focus-within {
  background-color: #0e1a2bc1;
}

.header-realtor .logo-realtor {
  width: 50%;
  padding: 35px 0 35px 100px;
}

.header-realtor .logo-realtor img {
  width: 25%;
  height: auto;
  display: block;
}

.header-realtor .menu-btn {
  width: 50%;
  padding: 35px 100px 35px 0;
  text-align: right;
}

.header-realtor .menu-btn a {
  font-size: 20px;
  margin-left: 50px;
  color: #ffffff;
  background-color: transparent;
}

/* Fulscreen button */

.menu-trigger {
  position: relative;
  z-index: 10001;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 24px;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  text-decoration: none;
  line-height: 0;
  font-size: 0;
  flex-shrink: 0;
  cursor: pointer;
  overflow: hidden;
}

.menu-trigger::before,
.menu-trigger::after,
.menu-trigger .menu-trigger__line {
  content: "";
  position: absolute;
  right: 0;
  display: block;
  height: 2px;
  background: #fff;
  border-radius: 999px;
  transition: transform .28s ease, opacity .22s ease, width .28s ease, top .28s ease;
  transform-origin: center;
}

/* línea superior */
.menu-trigger::before {
  top: 3px;
  width: 24px;
}

/* línea del medio */
.menu-trigger .menu-trigger__line {
  top: 11px;
  width: 16px;
}

/* línea inferior */
.menu-trigger::after {
  top: 19px;
  width: 24px;
}

/* estado activo -> X */
.menu-trigger.active::before {
  top: 11px;
  width: 24px;
  transform: rotate(45deg);
}

.menu-trigger.active .menu-trigger__line {
  opacity: 0;
  transform: scaleX(0);
}

.menu-trigger.active::after {
  top: 11px;
  width: 24px;
  transform: rotate(-45deg);
}

/* ================================
   RESPONSIVE HEADER
   ================================ */

@media (max-width: 900px) {

  .header-realtor .logo-realtor img {
    width: 100%;
    height: auto;
    display: block;
  }

  .header-realtor .logo-realtor {
    padding: 30px;
  }

  .header-realtor .menu-btn {
    padding: 30px;
  }
}


/* ================================
   FULLSCREEN MENU
   ================================ */

.fullmenu {
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
}

.fullmenu.visible {
  pointer-events: auto;
}

/* Panel principal */
.fullmenu__panel {
  position: absolute;
  inset: 0;
  background: #0E1A2B;
  transform: translateX(100%);
  transition: transform 480ms cubic-bezier(.2, .9, .2, 1);
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  pointer-events: auto;
}

.fullmenu.visible .fullmenu__panel {
  transform: translateX(0);
}

/* ================================
   COLUMNA IZQUIERDA
   ================================ */

.fullmenu__left {
  min-width: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 0;
  box-sizing: border-box;
  background: #0E1A2B;
  color: #fff;
  overflow: hidden;
}

/* contenedor interno izquierdo */
.fullmenu__left-inner {
  height: 100%;
  min-height: 0;
  display: flex;
  flex-direction: column;
  padding: 9vw 6vw 3vw;
  box-sizing: border-box;
  overflow: hidden;
}

/* Zona con scroll interno SOLO del menú */
.fullmenu__menu-scroll {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 14px;
}

/* Scrollbar opcional */
.fullmenu__menu-scroll::-webkit-scrollbar {
  width: 6px;
}

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

.fullmenu__menu-scroll::-webkit-scrollbar-track {
  background: transparent;
}

/* Contacto/redes abajo */
.fullmenu__left .menu-side {
  width: 100%;
  color: #fff;
  text-align: left;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 2rem;
  flex: 0 0 auto;
}

.fullmenu__left .menu-side .side-links {
  margin-bottom: 0;
}

.fullmenu__left .menu-side .side-link {
  margin: 0;
}

.fullmenu__left .menu-side .side-link a {
  color: #fff;
  text-decoration: none;
}

.fullmenu__left .menu-side .side-link a:hover {
  text-decoration: underline;
}

.side-icons {
  display: flex;
  gap: .8rem;
  align-items: center;
}

.side-icons .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #1F7A5A;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

/* ================================
   COLUMNA DERECHA / VIDEO
   ================================ */

.fullmenu__media {
  position: relative;
  min-width: 0;
  height: 100%;
  overflow: hidden;
}

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

.fullmenu__video-wrapper {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.fullmenu__video-wrapper video {
  position: absolute;
  top: 50%;
  left: 50%;

  width: 100vw;
  height: 56.25vw;

  min-width: 177.78vh;
  min-height: 100vh;

  transform: translate(-50%, -50%);
  pointer-events: none;
}

/* ================================
   MENU WORDPRESS / ACORDEÓN
   ================================ */

.menu-list,
.menu-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-list {
  width: 100%;
}

/* Items principales */
.menu-list>li {
  opacity: 0;
  transform: translateX(30px);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  position: relative;
}

.menu-list>li>.menu-item-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
}

.menu-list>li>.menu-item-head>a {
  font-family: var(--rr-headerfont);
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: clamp(24px, 2vw, 28px);
  line-height: 1;
  padding: 1.4rem 0;
  width: max-content;
}

.menu-list>li>.menu-item-head>a:hover {
  text-decoration: underline;
}

/* botón acordeón */
.menu-list .submenu-toggle {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  position: relative;
  padding: 0;
}

.menu-list .submenu-toggle::before,
.menu-list .submenu-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  background: #fff;
  transform: translate(-50%, -50%);
  transition: transform .25s ease, opacity .25s ease;
}

.menu-list .submenu-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.menu-list>li.is-open>.menu-item-head .submenu-toggle::after {
  transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0;
}

/* Submenú */
.menu-list .sub-menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease, padding .35s ease;
  padding: 0 0 0 1rem;
}

.menu-list>li.is-open>.sub-menu {
  margin-bottom: 1rem;
}

.menu-list .sub-menu li a {
  display: block;
  color: rgba(255, 255, 255, .85);
  text-decoration: none;
  font-size: 18px;
  line-height: 1.4;
  padding: .5rem 0;
}

.menu-list .sub-menu li a:hover {
  color: #fff;
  text-decoration: underline;
}

/* ================================
   ANIMACIONES
   ================================ */

@keyframes itemIn {
  from {
    opacity: 0;
    transform: translateX(30px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes itemOut {
  from {
    opacity: 1;
    transform: translateX(0);
  }

  to {
    opacity: 0;
    transform: translateX(20px);
  }
}

.fullmenu.open .menu-list>li {
  animation-name: itemIn;
  animation-duration: 420ms;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.2, .9, .2, 1);
  animation-delay: calc(0.08s * var(--i) + 0.05s);
}

.fullmenu.closing .menu-list>li {
  animation-name: itemOut;
  animation-duration: 260ms;
  animation-fill-mode: forwards;
  animation-delay: calc(0.04s * (var(--count) - var(--i)));
}

/* Side */
.menu-side .side-links,
.menu-side .side-icons {
  opacity: 0;
  transform: translateX(20px);
}

@keyframes sideIn {
  from {
    opacity: 0;
    transform: translateX(20px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.fullmenu.open .menu-side .side-links {
  animation: sideIn 420ms cubic-bezier(.2, .9, .2, 1) forwards;
  animation-delay: calc(0.08s * var(--count) + 0.25s);
}

.fullmenu.open .menu-side .side-icons {
  animation: sideIn 420ms cubic-bezier(.2, .9, .2, 1) forwards;
  animation-delay: calc(0.08s * var(--count) + 0.35s);
}

.fullmenu.closing .menu-side .side-links,
.fullmenu.closing .menu-side .side-icons {
  animation-name: itemOut;
  animation-duration: 220ms;
  animation-fill-mode: forwards;
  animation-delay: 0s;
}

/* ================================
   BLOQUEO DE SCROLL
   ================================ */

body.menu-open {
  overflow: hidden;
}

html {
  scrollbar-gutter: stable;
}

/* ================================
   RESPONSIVE FULLSCREEN MENU
   ================================ */

@media (max-width: 900px) {
  .fullmenu__panel {
    grid-template-columns: 1fr;
  }

  .fullmenu__media {
    display: none;
  }

  .fullmenu__left-inner {
    padding: 30vw 8vw 8vw;
  }

  .menu-list>li>.menu-item-head>a {
    font-size: 20px;
    padding: 1.1rem 0;
  }

  .menu-list .sub-menu li a {
    font-size: 16px;
  }

  .fullmenu__menu-scroll {
    padding-right: 0;
  }
}


/* ----------------- Footer ----------------- */

/* Footer Container */

.footer-area {
  padding-top: 150px;
  margin: 150px 100px 150px;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.137);
}

.footer-area a {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.footer-area .footer-row {
  display: flex;
  gap: 2%;
  padding-top: 100px;
}

.footer-area .footer-row:first-child {
  padding-top: 0;
}

/* Footer Widgets */

.footer-row .footer-widget {
  width: 25%;
}

.footer-row .footer-widget p {
  line-height: 1.2;
  margin: 0;
  margin-bottom: 15px;
}

.footer-row .footer-widget p:last-child {
  margin-bottom: 0;
}

.footer-widget.logo img {
  width: 64%;
}

.footer-title a {
  font-family: var(--rr-headerfont);
  color: #1F7A5A;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  margin-top: 0;
  display: block;
  margin-bottom: 1.33em;
}

/* Footer Bar */

.footer-bar-container .footer-logo {
  margin: 0 100px;
}

.footer-bar-container .footer-logo img {
  width: 100%;
  display: block;
}

.footer-bar-container .footer-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.137);
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  padding: 35px 0;
  margin: 0 100px;
  line-height: 1.4;
}

.footer-bar-container .footer-bar a {
  color: #fff;
  font-weight: 300;
}

.footer-bar .footer-bar-links a {
  margin-left: 30px;
}

/* ================================
   RESPONSIVE FOOTER
   ================================ */

@media (max-width: 900px) {

  /* Footer Container */

  .footer-area {
    padding: 20px 0;
    margin: 80px 30px;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.137);
  }

  .footer-widget-empty {
    display: none;
  }

  .footer-bar-container .footer-logo,
  .footer-bar-container .footer-bar {
    margin: 0 30px;
  }

  .footer-area .footer-row {
    flex-direction: column;
    text-align: center;
    padding: 0
  }

  /* Footer Widgets */

  .footer-row .footer-widget {
    width: 100%;
    padding: 60px 0 0;
  }

  /* Footer Bar */

  .footer-bar-container {
    text-align: center;
  }

  .footer-bar-container .footer-bar {
    flex-direction: column;
    gap: 20px;
  }

  .footer-bar .footer-bar-links {
    display: flex;
    flex-direction: column;
  }

  .footer-bar .footer-bar-links a {
    margin-left: 0;
  }
}


/* ----------------- Elements ----------------- */

/* WhatsApp Button */

.wa-btn {
  position: fixed;
  width: 50px;
  height: 50px;
  background-color: #1AD03F;
  color: #fff !important;
  border-radius: 50px;
  text-align: center;
  padding-top: 8px;
  font-size: 30px;
  z-index: 998;
  right: 10px;
  bottom: 10px;
}

/* Acordeón */

.accordion-container {
  border-bottom: 1px solid var(--rr-darkgrey);
  padding: 20px;
}

.accordion-container:first-child {
  margin-top: 0;
}

.accordion {
  background-color: #fff;
  cursor: pointer;
  padding: 30px 0 20px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.6s;
  font-weight: 500;
}

.accordion .accordion-btn-text {
  font-size: 16px;
}

.panel {
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
}

.panel p,
.panel li {
  padding-right: 50px;
  line-height: 1.6;
}

.panel ul {
  padding-left: 25px;
}

.accordion:after {
  content: '\002B';
  font-size: 25px;
  line-height: 0.5;
  color: #000;
  float: right;
}

.active {
  color: var(--jlztheme-black);
  background-color: #fff;
}

.active-panel {
  overflow: visible;
  margin-bottom: 30px;
}

.active:after {
  content: "\002D" !important;
  margin-right: 3px;
}

.faq-container .accordion,
.faq-container .panel,
.faq-container .active {
  background-color: var(--jlztheme-grey);
}


/* ----------------- Forms ----------------- */

.form-cf7 .form-container {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.form-cf7 .form-container-33 {
  width: 33.333333333333%;
}

.form-cf7 .form-container-50 {
  width: 50%;
}

.form-cf7 .form-container-100 {
  display: block;
  margin-bottom: 20px;
}

.form-cf7 .form-title {
  margin: 50px 0 10px;
}

.form-cf7 input {
  -webkit-appearance: auto;
  appearance: auto;
}

.form-cf7 input.text,
.form-cf7 input.title,
.wpcf7 form input[type="text"],
.wpcf7 form input[type="email"],
.wpcf7 form input[type="url"],
.wpcf7 form input[type="tel"],
.wpcf7 form textarea,
.wpcf7 form select {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  font-size: 15px;
  font-family: inherit;
  color: #000;
  box-sizing: border-box;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.wpcf7 form input:focus,
.wpcf7 form textarea:focus,
.wpcf7 form select:focus {
  border-color: #000;
  outline: none;
}

.form-cf7 input[type=date] {
  border: 1px solid #ccc;
  font-weight: 300;
}

/* === Campo de archivo (file input) === */
.wpcf7 form input[type="file"] {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  font-size: 15px;
  color: #555;
  cursor: pointer;
  box-sizing: border-box;
}

.wpcf7 form input[type="file"]::-webkit-file-upload-button {
  background: #000;
  color: #fff;
  border: none;
  padding: 8px 14px;
  cursor: pointer;
  transition: background 0.3s;
  font-size: 14px;
}

.wpcf7 form input[type="file"]::-webkit-file-upload-button:hover {
  background: #000;
}

.form-label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #333;
}

.footer-area .form-cf7 input[type=email],
.propiedad-form .form-cf7 input[type=email],
.propiedad-form .form-cf7 input[type=text],
.propiedad-form .form-cf7 input[type=tel] {
  color: #000;
  background-color: #fff;
  border: 1px solid #fff;
}

.form-cf7 textarea {
  height: 120px;
  resize: vertical;
}

.form-cf7 .wpcf7-select {
  height: 44.75px;
  padding: 10px;
}

.form-cf7 .wpcf7-date {
  height: 44.75px;
  width: 100%;
  padding: 10px;
  border: 1px solid var(--rr-beige);
}

.form-cf7 .wpcf7-list-item {
  margin: 0;
  font-size: 14px;
  margin: 20px 0 15px;
}

.form-cf7 .radio-item-form .wpcf7-list-item {
  margin: 0;
  font-size: 14px;
  margin: 10px 20px 0 0;
}

.form-cf7 .wpcf7-spinner {
  display: none;
}

.form-cf7 .wpcf7-submit {
  background: #000;
  color: #fff;
  border: none;
  padding: 12px 28px;
  font-size: 16px;
  cursor: pointer;
  text-transform: uppercase;
}

.footer-area .form-cf7 .wpcf7-submit,
.propiedad-form .form-cf7 .wpcf7-submit {
  background-color: #fff;
  color: #000;
  padding: 10px 50px;
  font-weight: 400;
}

.page-form .form-cf7 .wpcf7-submit {
  width: 100%;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: var(--inverna-brown) !important;
  font-weight: 200;
  opacity: 1;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: var(--inverna-brown) !important;
  font-weight: 200;
  opacity: 1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: var(--inverna-brown) !important;
  font-weight: 200;
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: var(--rr-darkgrey) !important;
  font-weight: 200;
  opacity: 1;
}

.form-cf7 a {
  display: inline !important;
  font-size: 14px;
}

.form-cf7 p {
  margin: 0;
  font-size: 14px;
}

.form-cf7 .form-title-section {
  font-family: var(--rr-headerfont);
  display: block;
  margin: 50px 0 20px;
  font-weight: 600;
  font-size: 17px;
  color: #000;
}


/* ----------------- Home Page ----------------- */

/* Video */

.video-container {
  position: relative;
  width: 100%;
  max-width: 100%;
  background: #0E1A2B;
  overflow: hidden;
  z-index: 1;
}

.cover-video-pc {
  height: 100vh;
  height: 100svh;
  height: 100dvh;
}

.cover-video-mobile {
  display: none !important;
}

.video-iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border: none;
  z-index: 2;
  pointer-events: none;
}

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border: 5px solid #ffffff6c;
  border-top: 5px solid var(--lvm-fuchsia);
  border-radius: 50%;
  animation: spin 1s linear infinite;
  z-index: 1;
}

@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.video-overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  /* 👈 encima del iframe (2) */
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  padding: 0 150px;
}

.video-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(14, 26, 43, 0.60);
  /* capa oscura opcional */
  z-index: -1;
}

.video-overlay-inner {
  color: #fff;
}

h1.hero-title {
  font-size: 58px;
  line-height: 1.1;
}

h2.hero-subtitle {
  font-size: 24px;
}

.video-overlay-inner a {
  display: block;
  width: max-content;
  margin-top: 60px;
  font-size: 24px;
}

/* Section Title */

.section-title {
  text-align: center;
  margin-bottom: 80px;
}

.section-title h2 {
  font-size: 38px;
  line-height: 1.2;
  font-weight: 700;
}

.section-title p {
  font-size: 20px;
  line-height: 1.4;
  margin: 10px 0;
}

/* Center text */

.center-text-section-inner {
  width: 60%;
  margin: auto;
  margin-bottom: 0;
}

.center-text-section h2 {
  margin-bottom: 60px;
}

.center-text-section a {
  margin: auto;
  font-size: 24px;
}

/* Row Card Section */

.row-card-flex-section {
  display: flex;
  flex-direction: row;
  gap: 30px;
  justify-content: space-between;
}

.row-card-flex-section .row-card {
  flex: 1;
}

.row-card-video {
  display: block;
  aspect-ratio: 4 / 3;
  border-radius: 20px;
}

.row-card-video .video-iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 177.78vh;
  height: 100vh;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  border: none;
  z-index: 2;
  pointer-events: none;
}

.row-card-flex-section .row-card .card-content {
  margin-top: 20px;
}

.row-card-flex-section .row-card .card-content h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
}

.row-card-flex-section .row-card .card-content p {
  font-size: 16px;
}

.row-card-flex-section .row-card .card-content a {
  margin-top: 20px;
}

/* Column Card Section */

.column-card-flex-section {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.column-card-inner {
  display: flex;
  align-items: stretch;
  gap: 34px;
  background: #07162b;
  border-radius: 20px;
  padding: 50px 40px;
}

.card-image-wrapper {
  flex: 0 0 62%;
}

.column-card-video {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 14px;
  overflow: hidden;
  display: block;
  background: #000;
}

.column-card-video .video-iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border: none;
}

.card-content {
  flex: 1;
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 20px 0;
}

.column-card-flex-section .column-card .card-content h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
}

.column-card-flex-section .column-card .card-content p {
  font-size: 16px;
  margin-top: 0;
}

.column-card-flex-section .column-card .card-content a {
  margin-top: auto;
}

/* Slider Section */

.slider-section {
  overflow: hidden;
}

.caso-slider {
  padding: 0 12px;
  box-sizing: border-box;
}

.caso-slider-image {
  aspect-ratio: 4 / 3;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}

.caso-slider-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.caso-slider-content h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

.caso-slider-content p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}

.casos-reales-slider .slick-track {
  display: flex;
  align-items: stretch;
}

.casos-reales-slider .slick-slide {
  height: inherit !important;
}

.casos-reales-slider .slick-slide>div {
  height: 100%;
}

.slider-main-btn a {
  margin: 80px auto 0;
}


/* ================================
   RESPONSIVE HOME PAGE
   ================================ */

@media (max-width: 768px) {
  .cover-video-pc {
    display: none;
  }

  .cover-video-mobile {
    display: block !important;
    height: 100vh;
    height: 100svh;
    height: 100dvh;
  }

  .cover-video-mobile .video-iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: none;
    z-index: 2;
    pointer-events: none;
  }

  .cover-video-mobile .video-overlay {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    text-align: left;
    padding: 0 50px 80px;
  }

  .cover-video-mobile .video-overlay::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
        rgba(14, 26, 43, 0.78) 0%,
        rgba(14, 26, 43, 0.42) 38%,
        rgba(14, 26, 43, 0.15) 100%);
    z-index: -1;
  }

  .cover-video-mobile .video-overlay-inner {
    width: 100%;
    max-width: 100%;
    color: #fff;
  }

  .cover-video-mobile h1.hero-title {
    font-size: 34px;
  }

  .cover-video-mobile h2.hero-subtitle {
    font-size: 18px;
    line-height: 1.4;
    max-width: 320px;
  }

  .cover-video-mobile .video-overlay-inner a {
    display: inline-block;
    width: auto;
    margin-top: 20px;
    font-size: 16px;
    padding: 15px 30px;
  }

  .cover-video-mobile .loader {
    width: 44px;
    height: 44px;
    border-width: 4px;
  }

  /* Section Title */

  .section-title h2 {
    font-size: 28px;
  }

  .section-title p {
    font-size: 18px;
  }

  /* Center text */

  .center-text-section-inner {
    width: 100%;
  }

  .center-text-section h2 {
    margin-bottom: 40px;
  }

.center-text-section a {
  font-size: 20px;
}

  /* Row Card Section */

  .row-card-flex-section {
    flex-direction: column;
    gap: 80px;
    text-align: center;
  }

  .row-card-video {
    display: block;
    aspect-ratio: 1 / 1;
    border-radius: 20px;
  }

  .row-card-flex-section .row-card .card-content {
    margin-top: 30px;
  }

  .row-card-flex-section .row-card .card-content a {
    margin: 30px auto 0;
  }

  /* Column Card Section */

  .column-card-section {
    padding-bottom: 80px;
  }

  .column-card-inner {
    flex-direction: column;
    padding: 40px 30px;
  }

  .column-card-video {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
  }

  .card-content {
    padding: 0;
  }

  .column-card-flex-section .column-card .card-content h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
  }

  .column-card-flex-section .column-card .card-content p {
    font-size: 16px;
    margin-top: 0;
  }

  .column-card-flex-section .column-card .card-content a {
    margin-top: 30px;
  }
}


/* =========================
   REVEAL ANIMATIONS
   ========================= */

.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
  will-change: opacity, transform;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-up {
  transform: translateY(32px);
}

.reveal-up.is-visible {
  transform: translateY(0);
}

.delay-1 {
  transition-delay: 0.12s;
}

.delay-2 {
  transition-delay: 0.24s;
}

.delay-3 {
  transition-delay: 0.36s;
}

.delay-4 {
  transition-delay: 0.48s;
}

@media (prefers-reduced-motion: reduce) {
  .reveal,
  .reveal.is-visible,
  .hero-animate .reveal,
  body.loaded .hero-animate .reveal,
  .row-card,
  .column-card-inner,
  .caso-slider,
  .rr-btn,
  .row-card video,
  .row-card img,
  .column-card-video video,
  .column-card-video img,
  .caso-slider-image img {
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}


/* =========================
   STACKED CARDS SECTION
   ========================= */

.stacked-cards-section {
  position: relative;
  height: 280vh;
  z-index: 1;
}

.stacked-cards-wrap {
  position: sticky;
  top: 0;
  height: 100vh;
  height: 100dvh;
  display: flex;
  flex-direction: column;
}

.stacked-cards-header {
  position: relative;
  z-index: 20;
  margin-bottom: 40px;
  transition:
    opacity 0.45s ease,
    transform 0.45s ease,
    margin-bottom 0.45s ease;
}

.stacked-cards-stage {
  position: relative;
  flex: 1;
  min-height: 900px;
  overflow: visible;
  display: block;
}

.stacked-card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-left: 0;
  transition:
    left 0.7s ease,
    transform 0.7s ease,
    opacity 0.7s ease,
    width 0.7s ease;
  will-change: left, transform, opacity, width;
}

.stacked-card .column-card-inner {
  width: 100%;
  transition:
    border-radius 0.7s ease,
    box-shadow 0.7s ease,
    min-height 0.7s ease,
    padding 0.7s ease;
}

/* z-index */
.stacked-card.card-1 { z-index: 1; }
.stacked-card.card-2 { z-index: 2; }
.stacked-card.card-3 { z-index: 3; }

/* la última, cuando toma protagonismo */
.stacked-cards-section.stack-finish .stacked-cards-header {
  opacity: 0;
  transform: translateY(-24px);
  margin-bottom: 0;
  pointer-events: none;
}

.stacked-cards-section.stack-finish .stacked-cards-header {
  position: absolute;
}

.stacked-cards-section.stack-finish .stacked-cards-stage {
  min-height: 100vh !important;
  min-height: 100dvh !important;
}

.stacked-cards-section.stack-finish .card-3 {
  width: 100vw;
}

.stacked-cards-section.stack-finish .card-3 .column-card-inner {
  min-height: 100vh;
  min-height: 100dvh;
  align-items: center;
  border-radius: 0;
  padding: 50px 150px;
  box-shadow: 0 28px 90px rgba(7, 22, 43, 0.28);
}

.stacked-cards-section.stack-finish .card-3 .column-card-video {
  aspect-ratio: auto;
  height: clamp(320px, 52vh, 560px);
  min-height: 0;
}

.stacked-cards-section.stack-finish .card-3 .card-content {
  max-width: 460px;
}

@media (max-width: 991px) {
  .stacked-cards-section {
    height: auto;
  }

  .stacked-cards-wrap {
    position: relative;
    top: auto;
    height: auto;
  }

  .stacked-cards-header {
    margin-bottom: 32px;
  }

  .stacked-cards-stage {
    position: relative;
    min-height: auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .stacked-card {
    position: relative;
    top: auto;
    left: auto;
    width: 100% !important;
    transform: none !important;
    opacity: 1 !important;
  }

  .stacked-card .column-card-inner {
    box-shadow: none;
  }
}

















/********** GENERAL RESPONSIVE STYLES **********/

@media (max-width: 912px) {


  /********** ELEMENTS **********/

  /* Acordeón */

  .accordion-container {
    padding: 0 10px;
  }

  .accordion {
    position: relative;
  }

  .accordion .accordion-btn-text {
    font-size: 14px;
    display: block;
    padding-right: 30px !important;
  }

  .accordion:after {
    position: absolute;
    right: 0;
    top: 35%;
  }

  .panel p {
    padding-right: 0;
  }


  /************** FORMS *****************/

  /* General Form */

  .form-container {
    display: block !important;
  }

  .form-cf7 .form-container-50,
  .form-cf7 .form-container-33 {
    width: 100% !important;
    margin-bottom: 20px;
  }

  .form-cf7 .wpcf7-submit {
    width: 100%;
  }

  /* Inline Form */

  .inline-form-cf7 input.text,
  .inline-form-cf7 input.title,
  .inline-form-cf7 input[type=email],
  .inline-form-cf7 input[type=text] {
    width: 100%;
    margin-top: 10px;
  }

  .inline-form-cf7 .wpcf7-submit {
    margin-top: 30px;
    width: 100%;
  }
}
