.contenedor-listado-rc {
  font-family: 'Gotham', sans-serif;
  font-size: 16px;
}

.status-a {
  background-color: #d4edda;
  color: #155724;
  padding: 5px 10px;
  border-radius: 15px;
}

.status-b {
  background-color: #d6d8db;
  color: #383d41;
  padding: 5px 10px;
  border-radius: 15px;
}

.status-c {
  background-color: #fff3cd;
  color: #856404;
  padding: 5px 10px;
  border-radius: 15px;
}

.text-tit-listado-rc {
  font-family: 'Gotham', sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: orange;
}

.text-item-listado-rc {
  font-family: 'Gotham', sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: #545456;
}

