/* Área de destino */
.missao-ecologica-high {
  position: absolute;
  width: 10%;
  aspect-ratio: 1 / 1;
  top: 0.1%;
  left: 52.1%;
  border: 3px solid #ffffff;
  border-radius: 2px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 255, 0);
  z-index: 5;
}

/* Bloco a ser arrastado */
.bloco-robo-high {
  position: absolute;
  top: 87%;
  left: 52.3%;
  width: 7%;
  height: 10%;
  background-color: orange;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  user-select: none;
  cursor: grab;
  z-index: 10;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}
