/**************** MSG DE ERROR ************************/
.alert-wrapper {
  display: none !important;
}
/*******************************************************/

.view-content .badge a{
   color: white;
}

.col-md-6 {

width:100%;
}

@media(max-width: 893px) {

.view-banner-master img {
  width: 100% !important;
  }
}
.view-banner-master img {
  width: 890px;
  height: 130px;
  margin: 1rem 0;
}

.view-banner-master div {
  display:flex;
  justify-content: center;
}

#block-views-block-pop-up-block-1 {
  display: none;
}

.bannerp .col-md-6 {
   width: 100% !important;
}

.spb_overlay {
   top: 0 !important;
}

.spb_top_center {
   top: 16rem !important;
}

@media (max-width: 500px) {
    .spb-popup-main-wrapper.spb_top_center {
        width: 300px !important;
    }

   .bannerp img {
       width:100% !important;
   }
}

/**************** POP UP ************************/


.bannerp img {
   width: -webkit-fill-available;;
   height: inherit;
}

/* Mudança Eleitoral - SEIRDH */

/* 1. Muda a cor da barra de navegação do topo para cinza */
nav.navbar.bg-primary {
    background-color: #555555 !important; 
}

/* 2. Substitui a logo do Topo */
.navbar-brand img.img-fluid {
    content: url('https://www.seirdh.pa.gov.br/sites/default/files/14_SEIRDH_Topo_Eleitoral.png') !important;
}

/* 3. Substitui a logo do Rodapé */
.field--name-body img.align-center {
    content: url('https://www.seirdh.pa.gov.br/sites/default/files/LogoRodape_Brasao.png') !important;
}