.estrella-container {
  position: absolute;
  top: 4px; /* ajusta según preferencia */
  left: 4px; /* ajusta según preferencia */
  width: 35px;
  height: 35px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.estrella-destacada {
  width: 100%;
  height: auto;
  animation: latido 2s infinite ease-in-out;
  position: relative;
  z-index: 2;
}

.onda {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 223, 0, 0.4);
  border-radius: 50%;
  animation: onda 2s infinite ease-out;
  z-index: 1;
}
