/* ==========================================================================
   MUDANÇAS ELEITORAIS - ARCON
   ========================================================================== */

/* --- Logo Principal (Topo) --- */
.navbar-brand img[src*="01_logo_topo_1.png"] {
    opacity: 0 !important;
}

.navbar-brand {
    background-image: url('https://www.arcon.pa.gov.br/sites/default/files/2026-07/27_Arcon_Topo_Eleitoral.png') !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: left center !important;
    display: block !important;
    min-width: 315px !important;
    min-height: 120px !important;
}

/* --- Logos Cabeçalho (SIC.PA e SIGO) --- */
#block-esic img,
#block-sigo img {
    max-height: 50px !important;
    width: auto !important;
}

#block-sigo img[src*="sigo_0.png"] {
    content: url('https://www.arcon.pa.gov.br/sites/default/files/2026-07/SIGOPreto.png') !important;
    height: 40px !important;
}

/* --- Logo Rodapé (Substituição Corrigida) --- */
/* Foca no elemento img dentro da região do rodapé, usando o atributo src como chave */
.footer-region img[src*="Logo%20rodape.png"] {
    content: url('https://www.arcon.pa.gov.br/sites/default/files/2026-07/27_Arcon_Rodape_Eleitoral.png') !important;
    width: auto !important;
    max-height: 100px !important;
}

/* --- Ajustes de Menu --- */
.menu-principal .navbar-nav {
    flex-direction: row;
    border-bottom: 0.2rem solid #333333;
    margin-bottom: -3px;
}