/*Ocultar "Deseo recibir información acerca de otros espectáculos"*/
.commercial-mailing-agreement.ng-star-inserted {
    display: none;
}

.background-blur {
    background-image: url('https://client-dists-resources.s3.eu-west-1.amazonaws.com/channels-client/barcelonaopenbancsabadell/assets/bg.jpg');
    /* La URL de tu imagen */
    background-position: center, center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: brightness(80%);
}

/*Custom subfooter link - AVISO LEGAL*/
.subfooter {
    background-color: #0000001a;
    font-size: 12px;
    font-weight: bold;
    padding: 20px 0px 0px 0px;
    display: flex;
    justify-content: center;
}

footer {
    padding-top: 4px !important;
}
/*Quitar underline del enlace anadido*/
.subfooter a {
    text-decoration: none;
}

/*Custom subfooter link - AVISO LEGAL------END*/