.btn-lgpd {
    background: #fff 0 0 no-repeat padding-box;
    border: 2px solid #555;
    border-radius: 8px;
    text-align: center;
    font-size: 16px;
    padding: 10px 20px;
    min-width: 180px;
}

.text-lgpd {
    max-width: 85%;
    color: #333;
}

.footer-lgpd {
    position: fixed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    z-index: 999999;
    bottom: 5%;
    left: 10%;
    margin: auto;
    max-width: 80%;
    min-height: 70px;
    box-shadow: 0 2px 4px 0 #ccc;
    border: solid 1px #eeeeee;
    background-color: #fff;
}

.text-lgpd a {
    color: #333;
    font-weight: bold;
}