#consent-banner {
    display: none; /* Oculto por defecto */
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #f9f9f9;
    padding: 10px;
    text-align: center;
    box-shadow: 0 -2px 4px rgba(0,0,0,0.1);
  }