.cookie-policy {
    margin: 20px;
    padding: 20px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.cookie-policy header {
    background-color: #0065a0;
    color: white;
    padding: 20px;
    text-align: center;
    border-radius: 8px 8px 0 0;
}
.cookie-policy footer {
    background-color: #0065a0;
    color: white;
    text-align: center;
    padding: 10px;
    border-radius: 0 0 8px 8px;
}
#cookie-banner {
    display: none; /* Ocultar el banner por defecto */
}