.transparencia-detalhes {
  margin-top: 20px;
}

#transparencia-detalhes .panel-heading {
  padding: 0;
}

#transparencia-detalhes .panel-title > a {
  display: flex;
  justify-content: space-between;
  text-decoration: none;
  padding: 10px 15px;
  font-weight: 600;
}

#transparencia-detalhes .panel-title > a.collapsed > .toggle::before {
  content: '\25BC';
}

#transparencia-detalhes .panel-title > a:not(.collapsed) > .toggle::before  {
  content: '\25B2';
}

#transparencia-detalhes .cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#transparencia-detalhes .card {
  border: 1px solid rgba(0,0,0,.1);
  margin: 5px;
  padding: 5px;
  border-radius: 3%;
  box-shadow: 0 6px 15px rgb(0 0 0 / 5%);
  width: 230px;
  background-image: linear-gradient(33deg, #fff 0%, #f1f1f1 100% );
}

#transparencia-detalhes .card .card-body {
  font-weight: 600;
}

#transparencia-detalhes .panel, 
#transparencia-detalhes .panel-heading {
  border-radius: 0;
  border: none;
}
