.reflorestamento-cover-middle {
  position: absolute;
  top: 40%;
  right: -1.87%;
  transform: rotate(90deg) scale(0.67);
  width: 14.5%;
  height: 23%;
  background-color: rgba(34, 139, 34, 1);
  border: 3px solid #000000;
  border-radius: 5px;
  z-index: 7;
}

#liberar-sementes-middle {
  position: absolute;
  top: -1%;
  left: 0%;
  width: 100%;
  height: 40%;
  background-color: #2ECC71;
  color: white;
  border: none;
  padding: 2% 4%;
  border-radius: 4%;
  font-size: 160%;
  font-weight: bold;
  cursor: pointer;
  z-index: 10;
  transition: background-color 0.3s, transform 0.3s;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

#liberar-sementes-middle:hover {
  background-color: #27AE60;
  transform: translateY(-2px);
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.3);
}

.semente {
  width: 1%;
  height: 1.6%;
  background-color: #8B4513;
  border-radius: 50%;
  position: absolute;
  z-index: 10;
  cursor: grab;
  border: 2px solid #000;
}

.area-plantio {
  position: absolute;
  z-index: 5;
  transform: translate(50%, -50%);
}

#plantio-middle-2 polygon {
  stroke: #26940af1;
  stroke-width: 6%;
  fill: rgba(0, 255, 0, 0);
}

#plantio-middle-1 {
  position: absolute;
  top: 50.5%;
  left: 76.1%;
  width: 10.4%;
  height: 18%;
  z-index: 4;
}

#plantio-middle1-path {
  stroke: #26940af1;
  stroke-width: 3%;
  fill: rgba(0, 255, 0, 0);
}
