@import url('root.css');

.section-page-nosotros {
    color: var(--primary-blue);
    /* Color del texto para contraste */
    padding-left: 4% !important;

}



.imagentop{
        background-image: url('../images/laEmpresa/empresa_top.webp');

}
.imagenmedio{
    background-image: url('../images/laEmpresa/empresa_middle.webp');
}
.imagenabajo{
        background-image: url('../images/laEmpresa/empresa_foot.webp');
}
.fondoImagenNosotros {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    /* Efecto parallax al desplazarse */
    min-height: 600px;
    /* Altura mínima personalizada */
    width: 100%;
    position: relative;
    overflow: hidden;
    /* Evita desbordamientos */
    padding: 2rem;
}
@media (max-width: 850px) {
    .section-page-nosotros{
        width: 100% !important;
    }
      .section-page-nosotros h3 {
       font-size: larger !important;
    }
  .section-page-nosotros p {
       font-size: medium !important;
    }
}

@media (max-width: 1100px) {
 .section-page-nosotros{
  padding-left: 3% !important;;
 }
    }

@media (min-width: 1300px) {
 .section-page-nosotros{
  padding-left: 20% !important;;
 }
    }

@media (max-width: 700px) {
    .div-sobreNosotros {
        width: 100% !important;
    }
}
@media (max-width: 767px) {
  .fondoImagenNosotros {
    background-attachment: scroll;  /* desactiva parallax */
    min-height: 350px;              /* menos alto = menos escalado */
    background-position: center top;
  }
}
@media (min-resolution: 192dpi) {
  .fondoImagenNosotros {
    background-image: url("../images/laEmpresa/empresa_foot@2x.webp");
  }
}