.card-contents>h5.title a {
    text-decoration: none;
}
/* paginador */
.dt-paging {
    left: 0 !important;
    right: unset !important;
    margin-bottom: -32px !important;
    margin-left: -0.75rem !important;
    margin-right: 0 !important;
}
/* filtro */
.dt-search {
    top: -50px;
    right: -0.85rem;
}
/* mobile */
@media screen and (max-width:575px) {
    .cards-container {
        padding: 0 0.75rem;
    }
    .dt-search {
        top: 0;
        right: 0;
    }
    .dt-paging {
        position: absolute;
        left: 50% !important;
        transform: translate(-50%, 0);
    }
}