     .portadaTitle{
        font-family: "helvetica-lt-pro", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size:48px;
        line-height:55px;
        letter-spacing:-0.03em;
        max-width:890px;
        /*background-color:blue;*/
        color:white;
      }
      
      .portada{
        display:flex;
        width:100%;
        height:480px;
        padding:109px 20px 86px 20px;
        background-color:black;
        justify-content:center;
        position:relative;
      }
      
      .portadaContainer{
        display:flex;
        width:100%;
        max-width:1205px;
        align-items:flex-end;
        /*background-color:green;*/
        z-index:2;
      }
      
      
      .portadaFondo{
        display:flex;
        top:0;
        left:0;
        position:absolute;
        width:100%;
        height:100%;
        background-color:grey;
        z-index:0;
      }
      
      .portadaFondo img{
        width:100%;
        height:100%;
        object-fit:cover;
        object-position: center;
      }





@media(max-width:700px){


.portada{
  height: 600px;
}

.portadaContainer{
  justify-content: center;
}

.portadaTitle{
  font-size: 31px;
  line-height: 31px;
}

}