/* goat-globe.css - Estilos do globo 3D */

#goatcom-globe-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: unset !important;
  z-index: 0;
  cursor: grab;
}

#goatcom-globe-container:active {
  cursor: grabbing;
}

@media (max-width: 768px) {
  #goatcom-globe-container {
    opacity: 0.2;
  }
}

#goatcom-globe-container canvas {
  display: block;
  touch-action: none;
  outline: none;
  width: 100% !important;
  height: 100% !important;
}
