div.dt-buttons {
    padding-top: 5px;
}

.dataTables_paginate {
    font-size: small;
}

.buttons-pdf,
.buttons-excel,
.buttons-csv,
.buttons-print,
.buttons-copy {
    padding: revert !important;
}

label:not(.form-check-label):not(.custom-file-label) {
    font-weight: 0 !important;
}

div.modal #registros .titulos {
    background-color: aquamarine;
}
div.modal #registros .totalhoras {
    background-color: rgba(255, 165, 0, 0.5);
}
div.modal #registros .labels {
    background-color: rgba(192, 192, 192, 0.5);
}

@media (max-width: 767.98px) {
    .miimagen {
        width: 50%;
    }

    div.modal #registros {
        font-size: small;
    }
}
/* @media (max-width: 1400px) {
    .miimagen {
        width: 100%;
    }
} */
