/* =========================================================
   NOSOTROS - FONDO SOLO PARA "NUESTRA HISTORIA"
   No modifica hero superior.
   No modifica "Nuestra esencia".
   No modifica menú, footer ni otras páginas.
   ========================================================= */

body.rc-nosotros-bg-fix .rc-nosotros-historia-bg-section {
  position: relative !important;
  overflow: hidden !important;
  background-image:
    linear-gradient(
      90deg,
      rgba(232, 244, 248, 0.50) 0%,
      rgba(232, 244, 248, 0.36) 48%,
      rgba(11, 11, 11, 0.22) 100%
    ),
    url("../img/section-parallax-realtor-center.png") !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
}

body.rc-nosotros-bg-fix .rc-nosotros-historia-bg-section::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  pointer-events: none !important;
  background:
    linear-gradient(
      180deg,
      rgba(255,255,255,0.18) 0%,
      rgba(232,244,248,0.10) 48%,
      rgba(11, 11, 11,0.08) 100%
    ) !important;
}

body.rc-nosotros-bg-fix .rc-nosotros-historia-bg-section > * {
  position: relative !important;
  z-index: 2 !important;
}

@media (max-width: 900px) {
  body.rc-nosotros-bg-fix .rc-nosotros-historia-bg-section {
    background-attachment: scroll !important;
  }
}

/* =========================================================
   FIN CAMBIO PUNTUAL
   ========================================================= */
