
.background-festividades {
    position: relative !important;
}

.background-festividades::after {
    content: "";
    position: absolute !important;
    top: -14px;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("fundo_natal_19.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    pointer-events: none;
}

.div-festividades {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.div-festividades::after {
    content: "";
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("fundo_natal_18.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    pointer-events: none;
}

@media screen and (max-width: 991px) {

    .background-festividades::after {
        background-size: 100%;
        background-position: bottom right;
    }

    .div-festividades::after {
        background-size: 100%;
        background-position: bottom right;
    }

}
