/* privacy-policy.css */

/* Container da página */
.privacy {
    background-color: #fff;
    color: #333;
    line-height: 1.8;
    max-width: 900px;
    margin: 0 auto;
    padding: 120px 20px 60px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Título principal */
.privacy-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1E3E5C;
    margin-bottom: 10px;
}

/* Data de atualização */
.last-update {
    margin-bottom: 40px;
    color: #64748b;
    font-size: 0.95rem;
}

/* Seções */
.privacy-content h2 {
    margin-top: 40px;
    font-size: 1.75rem;
    color: #1E3E5C;
    border-bottom: 2px solid #e2e8f0;
    padding-bottom: 8px;
}

.privacy-content h3 {
    margin-top: 25px;
    font-size: 1.25rem;
    color: #1E3E5C;
}

.privacy-content p {
    margin-bottom: 20px;
    font-size: 1rem;
    color: #334155;
}

.privacy-content ul {
    margin: 15px 0 25px 20px;
}

.privacy-content ul li {
    margin-bottom: 10px;
}

/* Links */
.privacy-content a {
    color: #156082;
    text-decoration: underline;
}

/* Footer ajustes */
.footer-content .footer-section.logo-footer p.footer-tagline {
    color: #64748b;
    margin-top: 10px;
    font-size: 0.9rem;
}