#lgpd-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #333;
    color: white;
    text-align: center;
    padding: 5px 10px; /* Reduzi a altura */
    font-size: 14px;
    z-index: 1000;
}


#lgpd-banner button {
    background: #00B1EC;
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 14px;
    border-radius: 5px;
}
