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

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