@font-face {
  font-family: "MaisonNeue";
  src: url("fonts/MaisonNeueExtended-Book.otf");
  font-weight: 400;
}

@font-face {
  font-family: "MaisonNeue";
  src: url("fonts/MaisonNeueExtended-Demi.otf");
  font-weight: 700;
}

@font-face {
  font-family: "MaisonNeue";
  src: url("fonts/MaisonNeueExtended-Light.otf");
  font-weight: 300;
}

/* ──────────────────────────────────────────
RESET & BASE
────────────────────────────────────────── */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  background: #e6e6e6;
  font-family: "MaisonNeue", "Helvetica Neue", Arial, sans-serif;
  color: #323f3e;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}
a {
  text-decoration: none;
  color: inherit;
}
button {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

/* ──────────────────────────────────────────
    NAVIGATION HEADER
    ────────────────────────────────────────── */
.nav-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #e6e6e6;
  border-bottom: 1px solid #000;
  height: 80px;
  width: 100%;
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 60px;
  height: 79px;
}

.nav-logo {
  width: 145px;
  height: 54px;
  overflow: hidden;
}

.nav-logo img {
  width: 145px;
}

.nav-menu {
  display: flex;
  gap: 46px;
  align-items: center;
  height: 100%;
  padding: 20px 0;
}

.nav-btn {
  font-family: inherit;
  font-size: 14.56px;
  line-height: 12.48px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  padding: 10px 0;
  height: 34.32px;
  display: flex;
  align-items: center;
  letter-spacing: 0.02em;
}

/* ──────────────────────────────────────────
HERO — RENDER INICIO
    ────────────────────────────────────────── */
.hero {
  position: relative;
  height: 775px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 60px 60px;
}

.hero-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}

.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.1);
}
.hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.hero-logo-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hero-logo {
  width: 340px;
}
.hero-subtitle {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
}
.hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

/* ──────────────────────────────────────────
INTRO
    ────────────────────────────────────────── */
.intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 150px 0;
  overflow: hidden;
}
.intro-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.intro-text-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: 100%;
  max-width: 884px;
}

.intro-tagline-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.intro-tags {
  font-size: 20px;
  font-weight: 100;
  line-height: 1.497;
  text-align: center;
  color: #323f3e;
  white-space: pre-wrap;
  width: 100%;
}

.intro-title {
  font-size: 50px;
  font-weight: 600;
  line-height: 1.1;
  color: #323f3e;
  text-align: center;
  width: 100%;
}

.intro-body {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.497;
  color: #323f3e;
  text-align: center;
  width: 100%;
}

.intro-btns {
  display: flex;
  gap: 43px;
  align-items: flex-start;
}

.btn-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42.9px;
  padding: 10.4px 35px;
  border-radius: 71.5px;
  font-size: 18.2px;
  font-weight: 400;
  line-height: 15.6px;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  border: none;
}

.btn-beige {
  background: #c9b699;
  color: #000;
}
.btn-dark {
  background: #323f3e;
  color: #fff;
}
.btn-white {
  background: #fff;
  color: #000;
}

/* ──────────────────────────────────────────
CARRUSEL RENDERS
    ────────────────────────────────────────── */
.carousel-section {
  height: 691px;
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}

.carousel-track {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  height: 690px;
  transition: transform 0.5s ease;
  width: 100%;
  justify-content: flex-start;
}

.carousel-slide {
  flex: 0 0 100%;
  height: 690px;
  position: relative;
  overflow: hidden;
}
.carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}
.carousel-controls {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 10;
}

.carousel-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}

.carousel-dot.active {
  background: #fff;
}

/* ──────────────────────────────────────────
MAPA / UBICACIÓN
    ────────────────────────────────────────── */
.mapa {
  background: #c9b699;
  display: flex;
  flex-direction: column;
  gap: 150px;
  align-items: center;
  justify-content: center;
  padding: 150px 0;
  overflow: hidden;
  width: 100%;
}

.mapa-interior {
  display: flex;
  flex-direction: column;
  gap: 100px;
  align-items: center;
  width: 100%;
}

.mapa-map-block {
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-items: center;
  width: 100%;
}

.mapa-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #fff;
  width: 100%;
  padding: 50px 60px 0px 60px;
}

.mapa-title {
  font-size: 50px;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
}

.mapa-img-wrap {
  position: relative;
  width: 100%;
}

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

.mapa-pin-custom {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 80px;
  z-index: 10;
  pointer-events: none;
}

.mapa-desc {
  display: flex;
  gap: 50px;
  align-items: flex-start;
  justify-content: center;
  color: #fff;
  width: 100%;
  padding: 50px 60px 0px 60px;
}

.mapa-desc-title {
  font-size: 33px;
  font-weight: 600;
  line-height: 1.2;
  flex-shrink: 0;
  width: 281px;
}

.mapa-desc-body {
  font-size: 21px;
  font-weight: 400;
  line-height: 1.497;
  flex: 1;
}

/* ──────────────────────────────────────────
INFO COMERCIAL
    ────────────────────────────────────────── */
.info-comercial {
  background: #323f3e;
  display: flex;
  flex-direction: column;
  gap: 74px;
  align-items: center;
  padding: 100px 60px;
  width: 100%;
}

.info-bloque1 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 0 60px;
  width: 100%;
  max-width: 1320px;
}

.info-bloque1-inner {
  display: flex;
  flex: 1;
  align-items: flex-start;
  justify-content: space-between;
  align-self: stretch;
}

.info-col {
  display: flex;
  flex-direction: column;
  gap: 33px;
  flex-shrink: 1;
  width: 325px;
  min-width: 0;
}

.info-col-label {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  text-decoration: underline;
  white-space: nowrap;
}

.info-col-rows {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.info-col-row {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.497;
  color: #fff;
  white-space: nowrap;
}

.info-divider-v {
  width: 1px;
  background: rgba(255, 255, 255, 0.4);
  align-self: stretch;
  flex-shrink: 0;
}
hr.info-hr {
  border: none;
  border-top: 0.5px solid rgba(255, 255, 255, 0.4);
  width: 100%;
  margin: 6px 0;
}

.info-col-delivery {
  gap: 26px;
}
.info-delivery-number {
  font-size: 50px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
}

.info-delivery-sub {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.497;
  color: #fff;
}

/* render debajo de info */
.info-render {
  position: relative;
  height: 649px;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 20px 0 50px;
}

.info-render-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.info-render-bg img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center 65%;
}

.info-render-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.74),
    rgba(255, 255, 255, 0.54)
  );
  mix-blend-mode: multiply;
}

.info-stats {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: space-between;
  padding: 0 91.5px;
}

.stat-item {
  display: flex;
  flex-direction: column;
  gap: 10.53px;
  color: #fff;
}

.stat-number {
  font-size: 48.438px;
  font-weight: 600;
  line-height: 1;
}

.stat-label {
  font-size: 22.113px;
  font-weight: 400;
  line-height: 1.497;
  white-space: nowrap;
}

.stat-divider {
  width: 0.9px;
  background: rgba(255, 255, 255, 0.5);
  align-self: stretch;
}

/* ──────────────────────────────────────────
PLANTAS
    ────────────────────────────────────────── */
.plantas {
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 100px 0;
  width: 100%;
}

.plantas-inner {
  display: flex;
  gap: 60px;
  align-items: flex-start;
  padding: 0 60px;
  width: 100%;
}

.pisos-nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-shrink: 0;
  width: 156px;
  cursor: pointer;
}

.piso-btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 9px 0;
  font-size: 20px;
  font-weight: 100;
  color: #323f3e;
  text-align: left;
  white-space: nowrap;
  transition: font-weight 0.2s;
}

.piso-btn.active {
  font-weight: 600;
}

.plantas-viewer {
  position: relative;
  width: 100%;
  max-width: 888px;
  height: 600px;
  overflow: hidden;
  border: 1px solid #2d2d2d;
}

.planta-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.4s;
}

.planta-slide.active {
  opacity: 1;
}

.planta-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ──────────────────────────────────────────
RENDER + TRAMA
    ────────────────────────────────────────── */
.render-trama {
  background: #323f3e;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
}

.trama-left {
  flex: 0 0 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  overflow: hidden;
}

.trama-img {
  width: 100%;
  height: 100%;
}

.trama-right {
  flex: 0 0 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

/* ──────────────────────────────────────────
CONTACTO
    ────────────────────────────────────────── */
.contacto {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 50px 60px;
  width: 100%;
}

.contacto-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  width: 100%;
  max-width: 1300px;
}
.contacto-fields {
  display: flex;
  gap: 50px;
  align-items: flex-start;
  width: 100%;
}
.field-wrap {
  border-bottom: 0.8px solid #000;
  display: flex;
  flex-direction: column;
  height: 35px;
  align-items: flex-start;
  justify-content: center;
  opacity: 0.6;
  padding: 10px 0;
  width: 100%;
  max-width: 400px;
}

.field-wrap input {
  font-family: inherit;
  font-size: 14.56px;
  line-height: 12.48px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  background: transparent;
  border: none;
  outline: none;
  width: 100%;
}

.field-wrap input::placeholder {
  color: #000;
}
.contacto-submit-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
}

.btn-submit {
  background: #000;
  color: #fff;
  font-size: 14.56px;
  font-weight: 400;
  line-height: 12.48px;
  text-transform: uppercase;
  padding: 8.32px 25px;
  height: 35px;
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  font-family: inherit;
}

/* ──────────────────────────────────────────
INFO LOGOS
    ────────────────────────────────────────── */
.info-logos {
  background: #2d2d2d;
  display: flex;
  flex-direction: column;
  height: 588px;
  align-items: center;
  justify-content: center;
  padding: 150px;
  width: 100%;
}

.info-logos-inner {
  display: flex;
  gap: 50px;
  align-items: flex-start;
  width: 100%;
}

.info-logos-col {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}

.info-logos-col-logo {
  height: auto;
  max-height: 120px;
  max-width: 100%;
  display: block;
  object-fit: contain;
  object-position: left;
}
.info-logos-col-title {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
}

.info-logos-col-body {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.497;
  color: #fff;
}

/* ──────────────────────────────────────────
    FOOTER
    ────────────────────────────────────────── */
.footer {
  background: #2d2d2d;
  border-top: 0.5px solid #fff;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 50px 60px;
  width: 100%;
}

.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.footer-logo {
  width: 145px;
  height: 54px;
  overflow: hidden;
}

.footer-logo img {
  width: 145px;
}

.footer-icons {
  display: flex;
  gap: 24px;
  align-items: center;
}

.footer-icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-icon img {
  width: 20px;
  height: 20px;
}

.footer-divider {
  border: none;
  border-top: 0.5px solid rgba(255, 255, 255, 0.4);
  width: 100%;
}

.footer-bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.footer-links {
  display: flex;
  gap: 30px;
  align-items: center;
}
.footer-link-btn {
  font-size: 14.56px;
  line-height: 12.48px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 0;
  height: 34.32px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.footer-contact {
  display: flex;
  gap: 9.6px;
  align-items: center;
}
.footer-sep {
  width: 0.8px;
  height: 20px;
  background: rgba(255, 255, 255, 0.4);
}

/* ──────────────────────────────────────────
WHATSAPP BUTTON
    ────────────────────────────────────────── */
.wp-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  border-radius: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 200;
  cursor: pointer;
  padding: 0;
  overflow: hidden;
}
.wp-btn img {
  width: 64px;
  height: 64px;
}
.wp-hover {
  display: none;
}
.wp-btn:hover .wp-default {
  display: none;
}
.wp-btn:hover .wp-hover {
  display: block;
}

/* ──────────────────────────────────────────
   MENÚ MOBILE (oculto en desktop)
────────────────────────────────────────── */
.mobile-menu {
  display: none;
}

@media (max-width: 768px) {
  .mobile-menu {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 79px;
    left: 0;
    width: 100%;
    background: #e6e6e6;
    border-bottom: 1px solid #000;
    z-index: 99;
    padding: 20px 30px;
    gap: 20px;
    transform: translateY(-110%);
    transition: transform 0.3s ease;
  }
  .mobile-menu.open {
    transform: translateY(0);
  }
  .mobile-menu-link {
    font-size: 14.56px;
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 0.02em;
    text-decoration: none;
  }
}

/* ──────────────────────────────────────────
   HAMBURGER (oculto en desktop)
────────────────────────────────────────── */
.nav-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 3px;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
}
.nav-hamburger span {
  display: block;
  width: 18.75px;
  height: 2px;
  background: #000;
  border-radius: 2px;
}

/* ──────────────────────────────────────────
   TABLET — 769px a 1100px
────────────────────────────────────────── */
@media (min-width: 769px) and (max-width: 1200px) {
  /* NAV */
  .nav-inner { padding: 0 30px; }

  /* HERO */
  .hero { padding: 60px 30px; }

  /* INTRO */
  .intro { padding: 100px 40px; }

  /* INFO COMERCIAL */
  .info-comercial { padding: 80px 30px; }
  .info-bloque1 { padding: 0; }
  .info-bloque1-inner { gap: 20px; }
  .info-col { width: auto; flex: 1; }
  .info-col-row { font-size: 16px; white-space: normal; }
  .info-col-label { font-size: 16px; }
  .info-delivery-number { font-size: 36px; }
  .info-delivery-sub { font-size: 16px; }

  /* STATS */
  .info-stats { padding: 0 30px; gap: 10px; }
  .stat-number { font-size: 32px; }
  .stat-label { font-size: 14px; white-space: normal; max-width: 80px; }

  /* MAPA */
  .mapa-header { padding: 40px 40px 0; }
  .mapa-desc { padding: 40px 40px 0; }
  .mapa-title { font-size: 36px; }

  /* PLANTAS */
  .plantas-inner { gap: 30px; padding: 0 30px; }
  .pisos-nav { width: 120px; }
  .piso-btn { font-size: 16px; }

  /* CONTACTO */
  .contacto { padding: 50px 40px; }
  .contacto-inner { max-width: 100%; }

  /* INFO LOGOS */
  .info-logos { padding: 80px 40px; }

  /* FOOTER */
  .footer { padding: 50px 40px; }
  .footer-links { gap: 12px; }
  .footer-link-btn { font-size: 11px; }
}

/* ──────────────────────────────────────────
   MOBILE — max 768px
────────────────────────────────────────── */
@media (max-width: 768px) {
  /* BASE */
  body {
    width: 100%;
  }

  /* NAV */
  .nav-header {
    width: 100%;
    height: 79px;
  }
  .nav-inner {
    padding: 0 15px;
  }
  .nav-menu {
    display: none;
  }
  .nav-hamburger {
    display: flex;
  }

  /* HERO */
  .hero {
    height: 309px;
    padding: 20px 30px;
    align-items: flex-end;
    justify-content: flex-start;
  }
  .hero-content {
    align-items: flex-start;
  }
  .hero-logo {
    width: 200px;
  }
  .hero-subtitle {
    font-size: 12.8px;
  }

  /* INTRO */
  .intro {
    padding: 60px 30px;
    align-items: flex-start;
  }
  .intro-inner {
    align-items: flex-start;
  }
  .intro-text-wrap {
    width: 100%;
  }
  .intro-tags {
    font-size: 14px;
    text-align: left;
  }
  .intro-title {
    font-size: 40px;
    text-align: left;
  }
  .intro-body {
    font-size: 18px;
    text-align: left;
    line-height: 1.547;
  }
  .intro-btns {
    flex-direction: column;
    gap: 20px;
  }
  .btn-pill {
    font-size: 14px;
    padding: 11px 20px;
    height: auto;
  }

  /* CAROUSEL */
  .carousel-section {
    height: 600px;
    overflow: hidden;
  }
  .carousel-track {
    height: 600px;
  }
  .carousel-slide {
    height: 600px;
  }

  /* MAPA */
  .mapa {
    padding: 60px 0;
    gap: 30px;
  }
  .mapa-interior {
    gap: 30px;
  }
  .mapa-map-block {
    gap: 30px;
  }
  .mapa-header {
    padding: 30px 30px 0;
  }
  .mapa-title {
    font-size: 29px;
  }
  .mapa-img-wrap {
    height: 300px;
  }
  .mapa-desc {
    flex-direction: column;
    gap: 30px;
    padding: 30px 30px 0;
  }
  .mapa-desc-title {
    font-size: 40px;
    width: 100%;
  }
  .mapa-desc-body {
    font-size: 18px;
  }

  /* INFO COMERCIAL */
  .info-comercial {
    padding: 60px 30px;
    width: 100%;
    gap: 40px;
  }
  .info-bloque1 {
    width: 100%;
    padding: 0;
  }
  .info-bloque1-inner {
    flex-direction: column;
    gap: 40px;
  }
  .info-col {
    width: 100%;
  }
  .info-col-row {
    font-size: 18px;
    white-space: normal;
  }
  .info-divider-v {
    width: 100%;
    height: 1px;
    align-self: auto;
    flex-shrink: 0;
  }
  .info-delivery-number {
    font-size: 30px;
  }
  .info-delivery-sub {
    font-size: 18px;
  }

  /* ESTADÍSTICAS */
  .info-render {
    height: 500px;
    padding: 20px 0 30px;
    align-items: flex-end;
  }
  .info-render-bg img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
  }
  .info-stats {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 0 30px;
    width: 100%;
  }
  .stat-item {
    flex-direction: row;
    gap: 7px;
    align-items: center;
    padding: 12px 0;
    width: 100%;
  }
  .stat-number {
    font-size: 26.641px;
  }
  .stat-label {
    font-size: 16px;
    white-space: normal;
  }
  .stat-divider {
    width: 100%;
    height: 0.9px;
    align-self: auto;
    flex-shrink: 0;
  }

  /* PLANTAS */
  .plantas {
    padding: 60px 0;
  }
  .plantas-inner {
    flex-direction: column;
    padding: 0 30px;
    gap: 60px;
  }
  .pisos-nav {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    gap: 0;
  }
  .piso-btn {
    font-size: 14px;
    padding: 5px 0;
  }
  .plantas-viewer {
    width: 100%;
    height: 340px;
  }
  .planta-slide img {
    object-fit: contain;
    object-position: center;
  }

  /* RENDER + TRAMA */
  .render-trama {
    flex-direction: column;
    width: 100%;
    height: auto;
  }
  .trama-left {
    height: 350px;
    padding: 0;
    width: 100%;
    overflow: hidden;
  }
  .trama-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .trama-right {
    height: 350px;
    width: 100%;
    overflow: hidden;
  }
  .trama-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* CONTACTO */
  .contacto {
    padding: 60px 30px;
    overflow: hidden;
  }
  .contacto-inner {
    width: 100%;
  }
  .contacto-inner form {
    width: 100%;
  }
  .contacto-fields {
    flex-direction: column;
    gap: 60px;
    width: 100%;
  }
  .field-wrap {
    width: 100%;
  }
  .contacto-submit-wrap {
    width: 100%;
  }

  /* INFO LOGOS */
  .info-logos {
    height: auto;
    padding: 100px 30px;
  }
  .info-logos-inner {
    flex-direction: column;
    gap: 30px;
  }
  .info-logos-col-title {
    font-size: 18px;
  }
  .info-logos-col-body {
    font-size: 13px;
  }

  /* FOOTER */
  .footer {
    width: 100%;
    padding: 50px 30px;
    gap: 30px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
  }
  .footer-links {
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
  }
  .footer-contact {
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
  }
  .footer-sep {
    display: none;
  }
  .footer-link-btn {
    font-size: 13px;
    font-weight: 700;
  }
}
