.mainContent {
  padding-top: 25px;
}

section .eventos-top {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section .eventos-top .section-tit1 {
  margin-bottom: 0;
}
section .eventos-top .btn {
  font-size: 12px;
  line-height: 16px;
}
@media (min-width: 1024px) {
  section .blockFilters {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section .blockFilters {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  section .blockFilters {
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=eventosFront.css.map */