.titulo-moderno {
  background-color: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  gap: 1rem;
  border-radius: 0.5rem;
  box-shadow: 0 0 20px rgba(0,255,255,0.05);
  flex-wrap: wrap;
}

.titulo-texto {
  font-size: 2.5rem;
  font-weight: bold;
  margin: 0;
  white-space: nowrap;
}

.titulo-icono {
  height: 6.5rem; /* se adapta a texto */
  aspect-ratio: 1 / 1;
  object-fit: contain;
  filter: drop-shadow(0 0 4px rgba(255,255,255,0.3));
}


