.composicion-fondo-tabla-wrapper {
  margin-top: 2rem;
  border-top: 1px solid #ccc;
  padding-top: 1rem;
}

.composicion-fondo-tabla {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
}

.composicion-fondo-tabla th,
.composicion-fondo-tabla td {
  padding: 0.4rem 0.6rem;
  border-bottom: 1px solid #e5e5e5;
}

.composicion-fondo-tabla .text-right {
  text-align: right;
}

.subclase-row {
  background-color: #f9f9f9;
  font-weight: bold;
}

.activo-row td {
  padding-left: 2rem;
}
.chart-info {
  text-align: center;
  margin-top: 10px;
  font-size: 0.9rem;
  color: #555;
}
.chart-info strong {
  color: #007b6e;
}
#composicion-fondos-chart {
  width: 100%;
  min-height: 520px;
  height: 100%;
}

@media (max-height: 768px) {
  #composicion-fondos-chart {
    min-height: 350px;
  }
}

@media (max-height: 480px) {
  #composicion-fondos-chart {
    min-height: 350px;
  }
}
