/* ==========================================================================
   MUDANÇAS ELEITORAIS - SEDAP (Secretaria de Estado de Desenvolvimento Agropecuário e da Pesca)
   ========================================================================== */

/* --- 1. Logos do Topo (Desktop e Mobile) --- */
.navbar-brand img,
.navbar .container .navbar-brand img {
    content: url("https://www.sedap.pa.gov.br/sites/default/files/13_Sedap_Topo_Eleitoral.png") !important;
}

/* --- 2. Logo do SIC (Cabeçalho) --- */
.navbar .container .col-md-3.col-xl-2.d-none.d-md-block.d-lg-block.d-xl-block.text-right img,
#block-esic img {
    content: url("https://www.sedap.pa.gov.br/sites/default/files/icon_sic_eleitoral_preto.png") !important;
    width: 100px !important;
    height: auto !important;
}

/* --- 3. Logos do Rodapé (Desktop e Mobile) --- */
footer img[src*="inline-images/logo-footer"],
.footer img[src*="inline-images/logo-footer"] {
    content: url("https://www.sedap.pa.gov.br/sites/default/files/LogoRodape_Brasao.png") !important;
    width: auto !important;
    max-height: 90px !important;
}