.proyecto-texto h2 {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}
.proyecto-texto p {
  font-size: 1.2rem;
  opacity: 0.8;
}

.proyecto-mapa {
  background-color: #121212;
  color: #fff;
  padding: 2rem 0 4rem;
  position: relative;
  overflow: hidden;
}

.mapa-container {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.mapa-proyecto-img {
  width: 100vw;
  height: 85vh;
  object-fit: cover;
  display: block;
  border-radius: 0;
}

.etiqueta-fija {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 0.5rem 1.2rem;
  border-left: 4px solid #fff;
  font-size: 1.1rem;
  backdrop-filter: blur(4px);
  color: #fff;
  cursor: pointer;
  text-shadow: 0 0 1px #000;
  transition: transform 0.3s ease;
  will-change: transform;
}

.etiqueta-fija:hover {
  transform: scale(1.08);
}


.tarjeta-flotante {
  position: absolute;
  top: 13%;
  left: 16%;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 1rem 1.5rem;
  border-left: 4px solid #fff;
  text-align: center;
  backdrop-filter: blur(4px);
  z-index: 5;
  color: #fff;
}

.bloque-contador {
  margin-bottom: 0.5rem;
}

.numero-contador {
  font-size: 2.4rem;
  font-weight: bold;
  display: block;
  text-shadow: 0 0 1px #000;
}

.descripcion {
  font-size: 1.1rem;
  display: block;
  text-shadow: 0 0 1px #000;
}

/* Responsive */
@media (max-width: 768px) {
  .etiqueta-fija,
  .tarjeta-flotante {
    position: static;
    margin: 1rem auto;
  }

  .tarjeta-flotante {
    width: 90%;
    text-align: center;
  }

  .mapa-proyecto-img {
    height: auto;
    max-height: 80vh;
  }

  .numero-contador {
    font-size: 1.6rem;
  }

  .descripcion {
    font-size: 0.95rem;
  }
}


/* Imagen del mapa adaptada con borde redondeado */
.mapa-proyecto-img {
  width: 80%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.etiqueta-comercial { top: 34%; left: 44%; }
.etiqueta-deportivos { top: 72%; left: 60%; }
.etiqueta-educativo { top: 86%; left: 46%; }
.etiqueta-club { top:55%; left: 47%; }
.etiqueta-verde { top: 44%; left: 65%; }
.etiqueta-acceso { top: 60%; left: 74%; }
.etiqueta-bicisenda { top: 53%; left:33%; }
