<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 .noticias {
  background: rgba(255, 255, 255, 0.3);
}

.m-page {
  padding-top: 50px;
  padding-bottom: 90px;
}
.m-page .noticias .lista {
  margin-bottom: 10px;
}
.m-page .noticias .lista .item {
  float: none;
  vertical-align: top;
  display: inline-block;
  margin-bottom: 25px;
  text-decoration: none;
}
.m-page .noticias .lista .item time {
  width: 50px;
  float: left;
  padding: 12px 9px;
  background-color: #000000;
  border-radius: 5px 0 0 5px;
  display: block;
}
.m-page .noticias .lista .item time span {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  display: block;
}
.m-page .noticias .lista .item time span.mes {
  font-weight: 700;
}
.m-page .noticias .lista .item .info {
  overflow: hidden;
  background-color: #eeeeee;
  padding: 20px 17px;
  transition: all 0.3s;
}
.m-page .noticias .lista .item .info h3 {
  color: #000000;
  font-size: 17px;
  font-weight: 600;
}
.m-page .noticias .lista .item .info p {
  font-size: 15px;
  color: #333333;
  font-weight: 300;
}
.m-page .noticias .lista .item:hover time span {
  color: #eeeeee;
}
.m-page .noticias .lista .item:hover .info {
  background-color: #FFBF00;
}
.m-page footer {
  text-align: center;
}
@media (min-width: 768px) {
  .m-page {
    padding-top: 70px;
    padding-bottom: 110px;
  }
}
@media (min-width: 992px) {
  .m-page {
    padding-top: 90px;
    padding-bottom: 150px;
  }
}</pre></body></html>