#cookieModal .modal-dialog {
    position:fixed;
    top:auto;
    right:auto;
    left:10px;
    bottom:0;
    margin: 10px auto;
    z-index: 999999999;
    width: calc(100% - 20px);
    box-sizing: content-box;
 }
.modal {
    z-index: 99999999 !important;
}
.fade {
    z-index: 9999999;
}

.btn-deucredito {
    background: var(--primary-500);
    border-radius: 5px;
    border: none;
    height: 40px;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.2s linear 0.2s;
    margin: 0 auto 10px auto;
    display: block;
}

.btn-deucredito:hover {
    background: var(--primary-500); filter: brightness(0.8); border: 1px solid var(--azul); transition: all 0.2s linear 0.2s;
}
