<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.m-header .fundo nav ul li .institucional {
  background: rgba(255, 255, 255, 0.3);
}
.m-header .fundo nav ul li .profissionais {
  color: #FFBF00;
}

.m-page {
  padding-top: 70px;
}
.m-page h2 {
  font-size: 17px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 5px;
}
.m-page section {
  margin-bottom: 50px;
}
.m-page section header {
  text-align: center;
  margin-bottom: 50px;
}
.m-page section header h2 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 5px;
}
.m-page section .lista .item {
  margin-bottom: 50px;
}
.m-page section .lista .item .inner img {
  margin-right: 20px;
  width: 150px;
  padding: 13px;
  border: 3px solid #FFBF00;
  border-radius: 100%;
  display: none;
  margin-bottom: 10px;
}
.m-page section .lista .item .inner h3 {
  font-size: 16px;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}
.m-page section .lista .item .inner h4 {
  font-size: 15px;
  font-weight: 600;
}
.m-page section .lista .item .inner h5 {
  font-size: 14px;
  font-weight: 400;
}
.m-page section .lista .item .inner p {
  font-size: 14px;
  color: #000000;
  font-weight: 300;
}
.m-page section .lista .item .inner p span {
  font-weight: 600;
  margin-bottom: 0;
  font-size: 14px;
  color: #333333;
  display: inline-block;
}
.m-page section .lista .item .inner i {
  font-size: 14px;
  font-weight: 300;
  color: #333333;
  display: block;
}
@media (min-width: 768px) {
  .m-page {
    padding-top: 90px;
  }
  .m-page section .lista .item {
    display: inline-block;
    vertical-align: top;
    float: none;
  }
}
@media (min-width: 992px) {
  .m-page .diretoria {
    margin-bottom: 70px;
  }
}</pre></body></html>