.section-title {
  font-weight: 700;
  color: #002b5c;
}
.aviso .badge {
  font-size: 0.85rem;
  letter-spacing: .5px;
  border-radius: 0;
}
.aviso h5 {
  color: #c9a03c;
}
.event-card {
  background: #fff;
  padding: 1rem;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}
.date-pill {
  background: #112f4b;
  color: #fff;
  text-align: center;
  min-width: 60px;
}
.date-pill .day {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}
.date-pill .mon {
  text-transform: uppercase;
  font-size: 0.9rem;
}
.badge-venue {
  background-color: #f0c040 !important;
  color: #000;
}

.link-eventos{
  color: #002b5c;
}
