.mainContent {
  padding-top: 25px;
}

section {
  padding-bottom: 50px;
}
section .agenda-block {
  padding: 60px 4rem;
}
section .agenda-block .table {
  border-bottom: 1px solid #C9DFFE;
  border-top: 1px solid #C9DFFE;
}
section .agenda-block .table tr > td {
  border-top: 2px solid #C9DFFE;
}
section .agenda-block .table tr:nth-child(1) > td {
  border: none;
}
section .td-horario .blockIconValue span,
section .td-lugar .blockIconValue span {
  font-size: 16px;
  line-height: 28px;
  color: #46494D;
}
section .agenda-bloque-arrow a {
  border-radius: 100%;
  border: 1px solid var(--colorCorp) !important;
}
section .td-arrow i {
  color: var(--colorCorp);
}
section .hemeroteca {
  text-transform: uppercase;
}
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: 14px;
  line-height: 20px;
}
section .paginador {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 50px;
}
section .paginador .paginador-cont {
  grid-column: 2;
  text-align: center;
}
section .paginador .paginador-label {
  grid-column: 3;
  font-size: 14px;
  line-height: 20px;
  color: #212429;
  line-height: 40px;
}
@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: 1023px) {
  section .paginador {
    display: block;
  }
  section .paginador .paginador-label {
    text-align: right;
  }
}
@media (max-width: 767px) {
  section .blockFilters {
    margin-bottom: 20px;
  }
  section .agenda-block {
    padding: 30px 10px;
  }
  section .eventos-top {
    display: block;
  }
}/*# sourceMappingURL=eventosFront.css.map */