.border-box {
  position: relative;
}

.icon-container {
  color: #fb0000; /* Cambia el color del icono según sea necesario */
}

.pano-box {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#panorama {
  width: 100vw;
  height: 50vh;
}

/* Contenedor para el visor pannellum */
.pannellum-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.pannellum-wrapper > div {
  width: 100%;
  height: 100%;
}


