/* sobreescribo estas clases para las columnas de los filtros */
.filter-col1,
.filter-col2,
.filter-col3,
.filter-col4,
.filter-col5
{
    width: 25%;
}


/* para el menu del header */
  .top-bar {
    border-bottom: 0px;
  }

.paginar .page-item.active .page-link {
  background-color: #000;
  border-color: #000;
}
.paginar .page-link {
  color: #666;
}

.search-form .form-control {
    width: 200px;
}







