/* Felipe Panegassi */
.conteudo .local .bg .selos {
  margin-top: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 425px) {
  .single-noticias .page-container .page-content main .noticias-text p {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #1b312a;
    position: relative;
    max-height: inherit !important;
  }
}

.aba-content div {
  margin-bottom: 15px;
}

.aba-content table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #363636;
  background-color: #d7d7d7;
}

.aba-content th {
  padding: 5px;
  border: 1px solid #363636;
  text-align: center;
}

.aba-content td {
  padding: 5px;
  border: 1px solid #363636;
}

.aba-content tr:nth-child(even) {
  background-color: #cfcece;
}

/* Guilherme Fonseca */
.post-type-archive-insights .insights__card,
.page-template-page-insights .insights__card {
  width: 100%;
}
