.modal-saving {
    background-image: url("/assets/img/modal/modal_dk.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 262px;
    border-radius: 20px;
    background-color: transparent !important;
}

.btn-close-modal {
    background-image: url("/assets/img/modal/btn_close.png");
    background-size: cover;
    opacity: 0.9;
}

.modal-header {
    padding: 0.4rem 0.4rem;
}

.link-modal {
    position: absolute;
    bottom: 45px;
    left: 72%;
    width: 95px;
    height: 46px;
    background-image: url("/assets/img/modal/btn_entrar.png");
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width:991px) {
    .modal-saving {
        background-image: url("/assets/img/modal/modal_mb.png");
        height: calc(100% - 19rem);
        min-height: 281px;
        background-size: cover;
        background-position: left;
    }
    .btn-modal-movil {
        position: absolute;
        top: calc(50% + 20px);
        height: 70px;
        width: 164px;
    }
    .link-modal {
        bottom: 5px;
        left: 22%;
    }
}

@media (min-width:992px) {
    .w-modal {
        width: calc(100% - 12rem);
    }
    .align-modal-lg {
        display: flex;
        align-items: flex-end;
    }
}