.entidade-capa {
  background-image: url('../img/herois.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 60vh;
}

.entidade-heading:after {
/*  content: ".";*/
  font-family: 'Bootstrap-Icons';
  font-size: 0.3em;
  vertical-align: sub;
  content: "\F3CF";
  color: var(--bs-entidade-6);
}

a.pdf {
  text-decoration: none;
  color: var(--bs-entidade-3);
}

a.pdf:before {
  font-family: 'Bootstrap-Icons';
  font-size: 1.2em;
  content: "\F63E  ";
}