.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-color-type:#000 !important;
    --bs-table-bg-type:#d7d7d7 !important;
}
.table-striped>tbody>tr:nth-of-type(even)>* {
    --bs-table-color-type: #000 !important; /* Color de texto blanco */
    --bs-table-bg-type: #f5f5f5 !important;   /* Fondo oscuro */
}



