.title-pag{
    position: absolute; 
    height:100px; 
    width:100%; 
    text-align: center;
    font-size:70px;
    top: calc(40% - 150px );
    left:0px;
    color:#fff;
    text-shadow: 0.1em 0.1em 0.2em black;
    z-index: 10;
}
.title-img{
    height:100%; 
    filter: brightness(30%);
}