/* Reset e Base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Times New Roman', serif;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header Informativo - Máxima Sobriedade */
.header-informativo {
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    padding: 20px 0;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.logo-area {
    display: flex;
    align-items: center;
    gap: 15px;
}

.logo {
    height: 60px;
    width: auto;
}

.escritorio-info h1 {
    font-size: 1.5rem;
    font-weight: normal;
    color: #333;
    margin-bottom: 5px;
}

.escritorio-info p {
    font-size: 0.9rem;
    color: #666;
}

.contato-info {
    text-align: right;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contato-item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.contato-link {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #1a1a1a;
    font-size: 0.95rem;
    padding: 5px 10px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.contato-link:hover {
    background-color: #e9ecef;
    color: #000;
}

.contato-link i {
    color: #3c4043;
    font-size: 1rem;
}

.contato-texto {
    font-family: 'Arial', sans-serif;
    letter-spacing: 0.2px;
}

/* Estilo Global para Links */
a {
    color: #2c5282;
    text-decoration: none;
    transition: all 0.3s ease;
}

a:hover {
    color: #1a365d;
}

/* Links na Seção de Contato */
.canal-contato a,
.contatos-footer a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 4px 8px;
    border-radius: 4px;
    color: #2c5282;
    font-family: 'Arial', sans-serif;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.canal-contato a:hover,
.contatos-footer a:hover {
    background-color: #edf2f7;
    color: #1a365d;
}

.canal-contato a i,
.contatos-footer a i {
    color: #4a5568;
}

/* Separador no Footer */
.separador {
    color: #cbd5e0;
    margin: 0 10px;
    font-size: 0.9rem;
}

/* Links no Footer */
.info-footer a {
    color: #2d3748;
}

.info-footer a:hover {
    color: #1a202c;
}

/* Conteúdo Principal */
.conteudo-informativo {
    padding: 40px 0;
}

.titulo-secao {
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.titulo-secao h2 {
    font-size: 1.8rem;
    font-weight: normal;
    color: #333;
    margin-bottom: 10px;
}

.subtitulo-informativo {
    font-size: 1rem;
    color: #666;
    font-style: italic;
}

/* Aviso Ético - Destaque Obrigatório */
.aviso-etico {
    margin-bottom: 40px;
}

.aviso-box {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-left: 4px solid #333;
    padding: 20px;
    border-radius: 4px;
}

.aviso-box h3 {
    font-size: 1.1rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.aviso-box p {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.5;
}

/* Informações Previdenciárias */
.informacoes-previdenciarias {
    margin-bottom: 40px;
}

.informacoes-previdenciarias h3 {
    font-size: 1.4rem;
    font-weight: normal;
    color: #333;
    margin-bottom: 30px;
    text-align: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.modalidade-info {
    margin-bottom: 30px;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 4px;
    background-color: #fafafa;
}

.modalidade-info h4 {
    font-size: 1.1rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}

.conteudo-tecnico p {
    font-size: 0.95rem;
    color: #555;
    margin-bottom: 10px;
}

.conteudo-tecnico strong {
    color: #333;
}

.conteudo-tecnico ul {
    margin-left: 20px;
    margin-top: 10px;
}

.conteudo-tecnico li {
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 5px;
}

/* Informações Complementares */
.informacoes-complementares {
    margin-bottom: 40px;
}

.informacoes-complementares h3 {
    font-size: 1.4rem;
    font-weight: normal;
    color: #333;
    margin-bottom: 30px;
    text-align: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.info-tecnica {
    margin-bottom: 25px;
    padding: 15px;
    border-left: 3px solid #ddd;
    background-color: #f9f9f9;
}

.info-tecnica h4 {
    font-size: 1rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.info-tecnica p {
    font-size: 0.9rem;
    color: #555;
    line-height: 1.5;
}

/* Contato Informativo */
.contato-informativo {
    margin-bottom: 40px;
    padding: 30px;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 4px;
}

.contato-informativo h3 {
    font-size: 1.3rem;
    font-weight: normal;
    color: #333;
    margin-bottom: 25px;
    text-align: center;
}

.dados-contato {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}

.dados-contato h4 {
    font-size: 1rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.dados-contato p {
    font-size: 0.9rem;
    color: #555;
    line-height: 1.4;
}

/* Formulário de Solicitação */
.solicitacao-informacoes {
    margin-bottom: 40px;
    padding: 30px;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    background-color: #fff;
}

.solicitacao-informacoes h3 {
    font-size: 1.3rem;
    font-weight: normal;
    color: #333;
    margin-bottom: 15px;
    text-align: center;
}

.aviso-formulario {
    font-size: 0.9rem;
    color: #666;
    text-align: center;
    margin-bottom: 25px;
    font-style: italic;
}

.form-informacoes {
    max-width: 600px;
    margin: 0 auto;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    font-size: 0.9rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 0.9rem;
    font-family: inherit;
    background-color: #fff;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #666;
    box-shadow: 0 0 3px rgba(102, 102, 102, 0.2);
}

.checkbox-group {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.checkbox-group input[type="checkbox"] {
    width: auto;
    margin-top: 3px;
}

.checkbox-group label {
    font-size: 0.85rem;
    font-weight: normal;
    line-height: 1.4;
}

.btn-enviar {
    background-color: #333;
    color: #fff;
    border: none;
    padding: 12px 30px;
    font-size: 0.9rem;
    border-radius: 3px;
    cursor: pointer;
    display: block;
    margin: 25px auto 0;
    transition: background-color 0.3s ease;
}

.btn-enviar:hover {
    background-color: #555;
}

/* Rodapé Informativo */
.footer-informativo {
    background-color: #f8f9fa;
    border-top: 1px solid #dee2e6;
    padding: 30px 0 20px;
    margin-top: 40px;
}

.footer-content {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 30px;
    align-items: start;
    margin-bottom: 20px;
}

.logo-footer-img {
    height: 50px;
    width: auto;
}

.info-footer h4 {
    font-size: 1rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.info-footer p {
    font-size: 0.85rem;
    color: #666;
    margin-bottom: 5px;
}

.aviso-footer {
    max-width: 300px;
}

.aviso-footer p {
    font-size: 0.8rem;
    color: #666;
    line-height: 1.4;
}

.copyright {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #dee2e6;
}

.copyright p {
    font-size: 0.8rem;
    color: #666;
}

/* Responsividade */
@media (max-width: 768px) {
    .header-content {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .contato-info {
        text-align: center;
    }
    
    .titulo-secao h2 {
        font-size: 1.5rem;
    }
    
    .dados-contato {
        grid-template-columns: 1fr;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 20px;
    }
    
    .aviso-footer {
        max-width: none;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }
    
    .conteudo-informativo {
        padding: 30px 0;
    }
    
    .titulo-secao h2 {
        font-size: 1.3rem;
    }
    
    .modalidade-info,
    .contato-informativo,
    .solicitacao-informacoes {
        padding: 20px;
    }
}

