/* Estrutura */
.grecaptcha-badge {
  display: none!important;
}

/* Página Inicial */
#mainSlider .slide .img--holder {
  filter: brightness(0.5);
}

#Associacoes path {
  fill: #fff;
  stroke-width: 200;
  stroke: #000000;
  cursor: default;
}
#Associacoes path.ativo {
  fill: #009fe3;
}

.header-logo,
.header-logo img,
.footer-logo img {
  max-width: 100%;
  max-height: 100px;
}

.footer-post-photo img {
  width: 49px;
  height: 49px;
  border-radius: 50%;
  object-fit: cover;
}

/* Página noticia-detalhe */
.blog-post .post-meta-social a [class*="icon"] {
  font-size: 18px;
}
