.justify-content-center{
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.flex-wrap{
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.pagination{
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
  list-style: none;
}

.pagination a{
  text-decoration: none;
}

.page-link{
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.pagination > li > a{
    background-color: white;
    color: #5A4181;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
    color: #5a5a5a;
    background-color: #eee;
    border-color: #ddd;
}

.pagination > .active > a{
    color: white;
    background-color: var(--principal) !Important;
    border: solid 1px #5A4181 !Important;
}

.pagination > .active > a:hover{
  color: white;
  background-color: gray !Important;
  border: solid 1px #5A4181;
}

/*     GRID  moviles    */
@media screen and (max-width: 576px) {
  .pagination{
    padding-top: 60px;
  }
}