.missao-nascentes {
  position: absolute;
  top: 20%;
  left: 10%;
  width: 17%;
  height: 35%;
  z-index: 5;
}

/* Regiões circulares */
.regiao-nascente {
  position: absolute;
  width: 13%;
  height: 13%;
  border-radius: 50%;
  border: 3px dashed #2ecc71;
  background-color: rgba(46, 204, 113, 0.2);
  z-index: 1;
}

/* Ajuste da posição das regiões */
#regiao-1 { top: -29%; left: 12.7%; }
#regiao-2 { top: 158.3%; left: 165.7%; }
#regiao-3 { top: 202%; left: 498%; }

/* Bolas móveis (nascentes) */
.bloco-nascente {
  position: absolute;
  width: 10%;
  height: 10%;
  background-color: #3498db;
  border-radius: 50%;
  border: 2px solid #21618c;
  z-index: 10;
  cursor: grab;
}

/* Estilo ao segurar */
.bloco-nascente:active {
  cursor: grabbing;
}

#nascente-1 {
  top: -28%;
  left: 12.7%;
}

#nascente-2 {
  top: 158.8%;
  left: 165.7%;
}

#nascente-3 {
  top: 202.3%;
  left: 500.4%;
}

