.agenda-card .filters {
  border-bottom: 1px solid #aed6f1;
}
.agenda-card .months {
  display: flex;
  background-color: #d6eaf8;
  justify-content: space-between;
  border-bottom: 1px solid #aed6f1;
}
.agenda-card .months .item {
  position: relative;
  padding: 10px;
  width: 8.3%;
  text-align: center;
  font-size: 16px;
  color: #154360;
}
.agenda-card .months .item:hover {
  background-color: #aed6f1;
}
.agenda-card .months .item.active {
  background-color: #aed6f1;
}
.agenda-card .eventos .item {
  position: relative;
  border-left: 4px solid #ccc;
  border-radius: 2px;
  padding: 0 10px;
}
.agenda-card .eventos .item:not(:last-child) {
  margin-bottom: 15px;
}
.agenda-card .eventos .item .nome {
  font-size: 18px;
  color: #626567;
}
.agenda-card .eventos .item .categoria {
  font-size: 12px;
  color: #b3b6b7;
  line-height: 10px;
}
