.tableReporteC {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    border-collapse: collapse;
}

.tableReporteC th, .tableReporteC td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.tableReporteC tbody tr:hover{
    background-color: #DAEEFF;
}