    .custom-grey-table {
      width: 100%;
      border-collapse: separate;
      background-color: white; /* Fondo entre celdas */
    }

    .custom-grey-table th,
    .custom-grey-table td {
      text-align: center;
      padding: 8px;
      vertical-align: middle;
    }

    .custom-grey-table th {
      background-color: #000;
      color: white;
    }
    .custom-grey-table td:nth-child(even){
      background-color: #f0f0f0;
    }


    .custom-grey-table td:nth-child(odd) {
      background-color: #d9d9d9;
    }

   .table-responsive.industrial td>a{
          color: var(--color-primary-10);
    }

    .custom-grey-table td:nth-child(1),
    .custom-grey-table td:nth-child(2) {
      background-color: #f0f0f0;
    }
