.estado-badge {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  color: #222;
  margin-top: 8px;
}

.kpi-kilos {
  margin: 20px 0 25px;
  padding: 12px 0;
  text-align: center;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.kpi-titulo {
  color: #777;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}

.kpi-valor {
  margin-top: 4px;
  font-size: 34px;
  font-weight: 700;
  color: #333;
  line-height: 1.1;
}

.kpi-unidad {
  margin-top: 3px;
  font-size: 14px;
  color: #777;
}

.panel-agrupacion {
  margin-top: 35px;
  border: 2px solid #d9d9d9;
  border-radius: 6px;
  background: #fff;
  padding: 20px;
}

.panel-agrupacion h4 {
  margin-top: 0;
  margin-bottom: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  font-weight: 600;
}

.panel-agrupacion p {
  color: #666;
  margin-bottom: 20px;
}

.tabla-contribuciones {
  margin-bottom: 0;
}

.tabla-contribuciones thead {
  background: #f7f7f7;
}

.tabla-contribuciones td {
  vertical-align: middle !important;
}

.tabla-contribuciones td.text-right,
.tabla-contribuciones th.text-right {
  text-align: right;
}
