.privacidade-overlay {
    width: 100%;
    position: fixed;
    bottom: 0;
    padding-top: 8px;
    padding-bottom: 0px;
    background-color: #e2e2e2;
    font-size: 14px;
    color: #000;
    text-align: center;
    z-index: 300000;
}
.privacidade-overlay a {
    color: #000;
    text-decoration: underline;
}
.privacidade-overlay a:hover {
    color: #333;
}
.privacidade-overlay button {
    display: inline-block;
    margin-left: 54px;
    background-color: #7DAF3B;
    color: #fff;
    padding: 8px;
    border: 0;
    border-radius: 3px;
}
.privacidade-overlay button:hover {
    background-color: rgb(64, 90, 29);
}