.privacidade-page {
    min-height: 100vh;
    background-color: #060606;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.header-privacidade {
    background: var(--background_secundario);
    padding: 15px;
}
.header-privacidade ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}
.header-privacidade ul *{
    font-size: 14px;
    font-weight: normal;
}

.privacidade {
    padding: 100px 0 50px;
}
.privacidade h1 {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
}
.privacidade p {
    padding-bottom: 10px;
}

.privacidade-page footer {
    background: transparent;
    padding: 0;
    text-align: center;
    border: none;
}
.privacidade-page footer img {
    width: 25px;
}
