#cookie-banner {
    display:          none;
    position:         fixed;
    top:              0;
    left:             0;
    right:            0;
    bottom:           0;
    background-color: rgba(0, 0, 0, 0.6);
    justify-content:  center;
    align-items:      center;
    z-index:          2147483647;
}

#modal-gestion-cookies {
    display:          none;
    position:         fixed;
    top:              0;
    left:             0;
    right:            0;
    bottom:           0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index:          2147483648;
    overflow-y:       auto;
}

#modal-gestion-cookies > div {
    background: white;
    margin:     20px auto;
    max-height: 90vh;
    overflow-y: auto;
}

#cookies-categorias .cursor-pointer {
    cursor: pointer;
}
