/*
 * PORTAL DA TRANSPARÊNCIA — TEMA ATIVO
 * Arquivo gerado automaticamente por Home_Portal.php
 * Para trocar o tema, altere a constante PORTAL_TEMA em:
 *   app/control/portal_controle/Home_Portal.php
 *
 * Temas disponíveis: verde | azul | vermelho
 * Tema atual: azul
 * Gerado em: 1778033970
 */

:root {
    /* ── Cores principais ── */
    --pt-primaria:          #125f8f;
    --pt-dark:              #0d4d75;
    --pt-barra:             #125f8f;
    --pt-barra-hover:       #0d4d75;
    --pt-barra-link-hover:  #cce4f6;
    --pt-barra-ativo-bg:    #093d5f;
    --pt-grad-fim:          #b8cfe8;
    --pt-texto:             #125f8f;
    --pt-comp:              #4a89ad;
    --pt-light:             #e8f3fb;
    --pt-icone-filter:      none;

    /* ── Footer ── */
    --pt-footer-bg1:        #d0e4f3;
    --pt-footer-bg2:        #eaf2f8;
    --pt-footer-borda:      #125f8f;
    --pt-footer-borda-op:   rgba(18,95,143,0.85);
    --pt-footer-link:       #0d4d75;
    --pt-footer-link-hover: #125f8f;
    --pt-footer-social:     #125f8f;
    --pt-portal-footer-bg:  #0d4d75df;
}