     .nosotrosTitle{
        font-family: "helvetica-lt-pro", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size:48px;
        line-height:48px;
        letter-spacing:-0.03em;
        max-width:890px;
        /*background-color:blue;*/
        color:white;
      }
      
      .nosotros{
        display:flex;
        width:100%;

        height:680px;
        padding:109px 20px 86px 20px;
        background-color:black;
        justify-content:center;
        position:relative;
      }
      
      .nosotrosContainer{
        display:flex;
        width:100%;
        max-width:1205px;
        align-items:flex-end;
        /*background-color:green;*/
        z-index:2;
      }
      
      
      .nosotrosFondo{
        display:flex;
        top:0;
        left:0;
        position:absolute;
        width:100%;
        height:100%;
        background-color:grey;
        z-index:0;
      }
      
      .nosotrosFondo img{
        width:100%;
        height:100%;
        object-fit:cover;
        object-position: center;
      }



      @media(max-width:1100px){

            .nosotrosFondo img{
              object-position: 80% center;
            }


            .nosotrosContainer{
              width: 100%;
              max-width: none;
            }


      }

      @media(max-width:700px){

            .nosotrosFondo img{
              object-position: 55% center;
            }

            .nosotrosTitle{
              font-size: 31px;
              line-height: 31px;
              max-width: none;
              text-align: center;
            }

            .nosotrosContainer{
              justify-content: center;
            }

            .nosotros{
              height: 600px;
              padding-left: 15px;
              padding-right: 15px;
              padding-bottom: 90px;
            }


      }


      @media(max-width:559px){

            .nosotrosFondo img{
              object-position: 60% center;
            }


      }