
      .nosohero{
        width:100%;
        display:flex;
        padding:107px 20px;
        justify-content:center;
        padding:107px 20px;
        background-color:black;
        justify-content:center;
        min-height:583px;
        position:relative;
      }
      
      .nosohero .contenedor{
        width:100%;
        max-width:1252px;
        display:flex;
        align-items:flex-end;
        /*background-color:purple;*/
        z-index:1;
      }

      .nosohero h2{
        font-size:58px;
        line-height:55px;
        max-width:619.27px;
        color:white;
      }
      
      .nosohero .background{
        width:100%;
        height:100%;
        position:absolute;
        top:0;
        left:0;
        display:flex;
        /*background-color:green;*/
      }
      
      .nosohero img{
        width:100%;
        height:100%;
        object-position:center;
        object-fit:cover;
        z-index:0;
      }



      @media(max-width:1000px){
.nosohero .contenedor{
    align-items: center;
    justify-content: center;
    text-align: center;
}
}