/* Pagination --------------------------------------------------------------------------------------------------------*/
.pagination-block {
  padding-top: 40px;
}

.pagination {
  display: flex;
}

.page-item {
  padding: 5px 10px;
}

.page-link {
  color: #36424A;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.875rem;
  padding: 0 5px;
  position: relative;
  display: block;
  text-decoration: none;
  min-width: 20px;
  text-align: center;
  position: relative;
}
.page-link:hover {
  color: #E55302;
}
.page-link::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 0px;
  border-radius: 5px;
  background-color: #E55302;
}

.active .page-link::before {
  height: 5px;
}

.resultados {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.125rem;
  text-align: center;
  padding-bottom: 10px;
}

.pagina {
  color: #36424A;
  font-size: 0.8125rem;
  line-height: 1.4375rem;
  text-align: center;
  padding-top: 10px;
}

/* Responsive Media Queries --------------------------------------------------------------------------------------------------------*/

/*# sourceMappingURL=pagination.css.map */