/* ==========================================================================
   CONFIGURAÇÕES GERAIS E TOPO (DESKTOP)
   ========================================================================== */

.navbar.navbar-expand-md.navbar-dark.bg-primary.navbar-static-top.d-none.d-md-block {
    background-color: #373737 !important;
}

.navbar .container .text-right img {
    content: url("https://www.prodepa.pa.gov.br/sites/default/files/icon_sic_eleitoral_preto.png") !important;
    width: 100px;
}

.navbar-brand img {
    content: url("https://jucepa.pa.gov.br/sites/default/files/logo_jucepa_pb.png") !important;
}

.equipamentos img {
    max-height: unset !important;
}

ul.sf-menu a:hover, 
ul.sf-menu a:active, 
ul.sf-menu a:focus {
    color: #a5a5a5 !important;
}


/* ==========================================================================
   MODAL ELEITORAL
   ========================================================================== */

.modal-eleitoral-bg {
    display: none;
    position: fixed;
    top: 0; 
    left: 0; 
    width: 100vw; 
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999999;
    justify-content: center;
    align-items: center;
}

.modal-eleitoral-caixa {
    position: relative;
    max-width: 600px;
    width: 90%;
    z-index: 10000000;
}

.modal-eleitoral-fechar {
    position: absolute;
    top: -15px;
    right: -15px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    background-color: #000;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    cursor: pointer;
    z-index: 10000001;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.modal-eleitoral-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.5);
}


/* ==========================================================================
   CORREÇÃO TOTAL DA BARRA MOBILE (JUCEPA)
   ========================================================================== */

/* Força o container inteiro da barra superior mobile e todos os seus filhos a ficarem cinzas */
.container-fluid.line-red-bottom,
.container-fluid.line-red-bottom *,
.container-fluid.line-red-bottom .bg-primary {
    background-color: #3d3d3d !important;
    background-image: none !important;
    background: #3d3d3d !important;
}