.sener-portadilla-mercados-header {
    position: relative;

    /* min-height: 500px; */
    height: 627px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #777;

    /* background-size: cover !important; */
    /* background-repeat: no-repeat !important; */
}


.portadilla-mercados__background-resource,
.portadilla-mercados__overlay-background,
.portadilla-mercados__background-resource--image,
.portadilla-mercados__background-resource.darken::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.portadilla-mercados__background-resource--image,
.portadilla-mercados__background-resource.darken::after {
    content: '';
}

.portadilla-mercados__background-resource--image {
    background-size: cover;
    background-repeat: no-repeat;
}

.portadilla-mercados__background-resource.darken::after {
    background-color: rgba(0, 0, 0, 0.5);
}

.portadilla-mercados__background-resource,
.portadilla-mercados__overlay-background {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

}

.portadilla-mercados__background-resource--video {
    max-height: 627px;
    width: auto;
    object-fit: cover;
}

.portadilla-mercados__contenido {
    margin: auto 28px 72px 30px;    
}

.portadilla-mercados__contenido .mercados-h1 {
    margin-bottom: 45px;
    font-family: Noto Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 1;
    letter-spacing: -1.05px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.portadilla-mercados__contenido .mercados-h1 span {
    font-weight: bold;
    line-height: 1;
    text-transform: none;
    /* color: #E9776D; */
}

.portadilla-mercados__contenido .mercados-p {
    font-family: Noto Serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 179%;
    color: #FFFFFF;
}


@media (min-width: 798px) {

    .sener-portadilla-mercados-header {
        height: 776px;
    }

    .portadilla-mercados__background-resource--video {
        max-height: 776px;
    }

    .portadilla-mercados__contenido {
        margin: auto 28px auto 38px;
    }

    .portadilla-mercados__contenido .mercados-h1 {
        margin-bottom: 24px;
        font-size: 93px;
        line-height: 1;
        letter-spacing: -1.55px;
    }

    .portadilla-mercados__contenido .mercados-h1 span {
        line-height: 1;
    }

    .portadilla-mercados__contenido .mercados-p {
        width: 446px;
        font-size: 16px;
        line-height: 156%;
    }

}

@media (min-width:991px) {

    .portadilla-mercados__background-resource--video {
        min-width: 100%;
    }

}