.social-media-links--platforms {
  display: none !important;
}

.bg-primary.navbar-static-top{
    background-color: #212529 !important;
}

.navbar .container .col-md-3.col-xl-2.d-none img {
  content: url("https://www.prodepa.pa.gov.br/sites/default/files/icon_sic_eleitoral_preto.png") !important;
  width: 100px;
}
.navbar .container .col-md-3.col-xl-2.d-none.d-md-block.d-lg-block.d-xl-block.text-right {
   width: auto !important;
} 

.views-field-nothing .cards-list {
  margin-top: 1rem;
}

.views-field-nothing .card-item {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-bottom: 8px;
  padding: 12px 16px;
  background: #0071CE;
}

.views-field-nothing .card-item summary {
  cursor: pointer;
  font-weight: bold;
  list-style: none;
  outline: none;
}

.views-field-nothing .card-item summary::-webkit-details-marker {
  display: none;
}

.views-field-nothing .card-item summary::before {
  content: "+ ";
  color: #fff;
}

.views-field-nothing .card-item[open] summary::before {
  content: "− ";
}

.views-field-nothing .card-item .details-content {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #e0e0e0;
}

.view-portfolio-page  .views-field.views-field-nothing {
  margin-top: 2rem;
}

.views-field-nothing .card-item {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-bottom: 8px;
  padding: 0;
  background: #ffffff;
  overflow: hidden;
}

.views-field-nothing .card-item summary {
  cursor: pointer;
  font-weight: bold;
  list-style: none;
  outline: none;
  background: #0071CE;
  color: #fff;
  padding: 12px 16px;
  border-bottom: 3px solid #d32f2f;
  margin: 0;
}

.views-field-nothing .card-item summary::-webkit-details-marker {
  display: none;
}

.views-field-nothing .card-item summary::before {
  content: "+ ";
  color: #fff;
}

.views-field-nothing .card-item[open] summary::before {
  content: "− ";
}

.views-field-nothing .card-item summary h5 {
  color: #fff;
  font-weight: bold;
  margin: 0;
  display: inline;
}

.views-field-nothing .card-item .details-content {
  margin: 0;
  padding: 12px 16px;
  background: #ffffff;
  border-top: none;
}

.views-field-nothing .card-item .details-content span {
  color: #000;
}
.view-portfolio-page .views-field.views-field-nothing span a {
  font-size: 1.8rem;
  text-decoration: none;
  color: #000;
}
.views-field-nothing .card-item--empty {
  background: #0071CE;
  color: #fff;
  padding: 12px 16px;
  border-bottom: 3px solid #d32f2f;
  cursor: default;
}
.views-field-nothing .card-item--empty h5 {
  color: #fff;
  font-weight: bold;
  margin: 0;
  display: inline;
}

.view-portfolio-page .views-field.views-field-nothing span .details-content a {
    font-size: 1rem;
    text-decoration: none;
    color: #0071ce;
}