/* =========================
   BASE
========================= */
.nosotros-page {
  font-family: 'Stolzl', sans-serif;
  color: #4f4f4f;
  background: #ececec;
  padding-top: 82px;
}

.nosotros-page h1,
.nosotros-page h2,
.nosotros-page h3 {
  font-family: 'Zalando Sans SemiExpanded', sans-serif;
}

.nosotros-page p {
  margin: 0;
}

.nosotros-shell {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 44px;
  box-sizing: border-box;
}

.nosotros-kicker {
  margin: 0 0 10px;
  color: #ffa900;
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.25;
}

/* =========================
   INTRO SUPERIOR / BANNER
========================= */
.nosotros-intro {
  background: #ececec;
  padding: 42px 0 55px;
}

.nosotros-intro-grid {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 30px;
  align-items: center;
}

.nosotros-intro-image {
  width: 100%;
  height: 315px;
  overflow: hidden;
}

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

.nosotros-intro-content {
  max-width: 610px;
}

.nosotros-intro-content h1 {
  margin: 0 0 34px;
  color: #4c4c4c;
  font-size: clamp(1.6rem, 2.3vw, 2.05rem);
  font-weight: 700;
  line-height: 1.08;
  text-transform: uppercase;
}

.nosotros-intro-content p {
  max-width: 560px;
  color: #5b5b5b;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.32;
}

.nosotros-intro-content p + p {
  margin-top: 22px;
}

.nosotros-intro-content strong {
  color: #4f4f4f;
  font-weight: 500;
}

/* =========================
   BLOQUE AÉREO
========================= */
.nosotros-aerea {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  isolation: isolate;
}

.nosotros-aerea-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: url('../../../img/aerea.jpg');
  background-size: cover;
  background-position: center;
}

.nosotros-aerea::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.46);
}

.nosotros-aerea-grid {
  min-height: 300px;
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  gap: 80px;
  align-items: center;
}

.nosotros-aerea-text h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.35rem, 2.1vw, 1.75rem);
  font-weight: 800;
  line-height: 1.15;
}

.nosotros-aerea-text h2 span {
  font-family: 'Stolzl', sans-serif;
  font-weight: 400;
}

.nosotros-aerea-text p:not(.nosotros-kicker) {
  max-width: 430px;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
}

/* =========================
   EXPERIENCIA
========================= */
.nosotros-experiencia {
  background: #ffffff;
  padding: 42px 0 36px;
}

.nosotros-experiencia-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 75px;
  align-items: start;
}

.nosotros-experiencia h2 {
  margin: 0 0 8px;
  color: #063f5c;
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  font-weight: 500;
  line-height: 1.05;
}

.nosotros-experiencia p {
  max-width: 530px;
  color: #063f5c;
  font-size: 0.98rem;
  line-height: 1.2;
}

.nosotros-experiencia h3 {
  margin: 0;
  color: #419ebd;
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  font-weight: 800;
  line-height: 1.12;
}

/* =========================
   CAPACIDAD OPERATIVA
========================= */
.nosotros-capacidad {
  background: #ececec;
  padding: 52px 0 48px;
}

.nosotros-section-heading h2 {
  margin: 0 0 14px;
  color: #4c4c4c;
  font-size: clamp(1.5rem, 2.1vw, 2rem);
  font-weight: 800;
  line-height: 1.15;
}

.nosotros-section-heading p {
  max-width: 1080px;
  color: #5b5b5b;
  font-size: 0.95rem;
  line-height: 1.3;
}

.nosotros-capacidad-grid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
}

.nosotros-capacidad-item {
  min-width: 0;
}

.nosotros-capacidad-item img {
  width: 100%;
  height: 220px;
  display: block;
  object-fit: cover;
}

.nosotros-capacidad-item h3 {
  margin: 11px 0 0;
  color: #063f5c;
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.2;
}

/* =========================
   EQUIPO FINAL
========================= */
.nosotros-equipo {
  background: #ececec;
  padding: 20px 0 122px;
}

.nosotros-equipo h2 {
  max-width: 1070px;
  margin: 0 0 12px;
  color: #063f5c;
  font-size: clamp(1.45rem, 2.45vw, 2.1rem);
  font-weight: 800;
  line-height: 1.05;
}

.nosotros-equipo p:not(.nosotros-kicker) {
  max-width: 1110px;
  color: #063f5c;
  font-size: 1.02rem;
  line-height: 1.35;
}

.nosotros-equipo-image {
  margin-top: 28px;
  width: 100%;
  height: 390px;
  overflow: hidden;
}

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

/* =========================
   TABLET
========================= */
@media (max-width: 1024px) {
  .nosotros-shell {
    padding: 0 30px;
  }

  .nosotros-intro-grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }

  .nosotros-intro-image {
    height: 285px;
  }

  .nosotros-aerea-grid {
    gap: 45px;
  }

  .nosotros-experiencia-grid {
    gap: 42px;
  }

  .nosotros-capacidad-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .nosotros-capacidad-item img {
    height: 210px;
  }
}

/* =========================
   MOBILE
========================= */
@media (max-width: 768px) {
  .nosotros-page {
    padding-top: 72px;
  }

  .nosotros-shell {
    padding: 0 22px;
  }

  .nosotros-intro {
    padding: 30px 0 38px;
  }

  .nosotros-intro-grid,
  .nosotros-aerea-grid,
  .nosotros-experiencia-grid {
    grid-template-columns: 1fr;
  }

  .nosotros-intro-image {
    height: 240px;
  }

  .nosotros-intro-content h1 {
    margin-bottom: 22px;
    font-size: 1.45rem;
  }

  .nosotros-intro-content p {
    font-size: 0.94rem;
    line-height: 1.45;
  }

  .nosotros-aerea,
  .nosotros-aerea-grid {
    min-height: auto;
  }

  .nosotros-aerea-grid {
    padding-top: 80px;
    padding-bottom: 58px;
    gap: 28px;
  }

  .nosotros-aerea-text p:not(.nosotros-kicker) {
    max-width: 100%;
  }

  .nosotros-experiencia {
    padding: 36px 0;
  }

  .nosotros-experiencia-grid {
    gap: 28px;
  }

  .nosotros-capacidad {
    padding: 42px 0;
  }

  .nosotros-capacidad-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px 18px;
  }

  .nosotros-capacidad-item img {
    height: 185px;
  }

  .nosotros-equipo {
    padding: 10px 0 70px;
  }

  .nosotros-equipo-image {
    height: 280px;
  }
}

/* =========================
   MOBILE SMALL
========================= */
@media (max-width: 480px) {
  .nosotros-shell {
    padding: 20px 18px;
  }

  .nosotros-intro-image {
    height: 210px;
  }

  .nosotros-capacidad-grid {
    grid-template-columns: 1fr;
  }

  .nosotros-capacidad-item img {
    height: 220px;
  }

  .nosotros-equipo-image {
    height: 230px;
  }
}