.line-separator {
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.125);
    margin: 20px 0;
}

/* Personalización de Paginación */
/* .page-item.active .page-link {
    background-color: #556ee6;
    border-color: #556ee6;
    color: #fff;
}

.page-link {
    color: #556ee6;
    border: none;
    margin: 0 2px;
    border-radius: 50% !important;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-link:hover {
    background-color: #eff2f7;
    color: #556ee6;
} */