/*
 * TEMA DE CORES ATIVO DO SITE
 * Arquivo gerado automaticamente por SiteTema::gerarTemaCSS()
 * Para trocar o tema, altere app/config/portal.ini ([portal] tema = ...)
 *
 * Temas disponíveis: verde | azul | vermelho | marrom | roxo | petroleo
 * Tema atual: azul
 * Gerado em: 1784559118
 */

: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;
}