#contador-online {
  position: absolute;
  top: 80px;
  right: 10px;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-weight: bold;
  font-size: 1.1em;
  padding: 6px 12px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 2;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}

#contador-online img {
  width: 24px;
  height: 24px;
}

@media (max-width: 768px) {
  #contador-online {
    top: auto;
    bottom: 10px;
    left: 10px;
    right: auto;
    font-size: 1em;
  }
}
