.lgpd {
    z-index           : 1111;
    position          : fixed;
    width             : 100%;
    bottom            : 0;
    padding           : 20px;
    /* background     : #5180E0; */
    background        : #000;
    color             : #FFF;
    font-size         : 15px;
    display           : flex;
    justify-content   : center;
    align-items       : center;
}

.lgpd a {
    color: var(--second-color) !important;
}

.lgpd-button {
    background-color: var(--second-color) !important;
    border          : 0;
    border-radius   : 5px;
    color           : #FFF !important;
    cursor          : pointer;
    margin-left     : 1rem;
}