.zoom-modal {
  display: none;
  position: fixed;
  z-index: 1050;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
}

.zoom-content {
  margin: auto;
  display: block;
  max-width: 90%;
  max-height: 90%;
  animation: zoomIn 0.3s;
}

.zoom-close {
  position: absolute;
  top: 20px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

@keyframes zoomIn {
  from {
    transform: scale(0.7);
  }
  to {
    transform: scale(1);
  }
}

#bloco-carrosel-grid {
  cursor: pointer;
}

#bloco-carrosel-planta {
  cursor: pointer;
}
