.content-background-cookies {
    position: fixed !important;
    background-color: rgba(0, 0, 0, 0.199);
    width: 100%;
    height: 100%;
    top: 0;
}

.modal-cookies {
    position: fixed;
    bottom: 0;
    background-color: black;
    transform: translateY(150%);
    transition: transform 0.5s ease, opacity 0.5s ease;
    z-index: 9999 !important;
}

.title-cookies {
    font-weight: bold;
    text-align: center;
}

.summary-cookies {
    text-align: center;
}

.summary-cookies>svg {
    color: white !important;
}

.buttons-cookies {
    padding-top: 15px;
    text-align: center;
}

.style-button {
    border: 1px solid black;
    border-radius: 8px;
}

.modal-cookies.active {
    transform: translateY(0);
    opacity: 1;
}