#transparentIcons {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px dashed rgb(88, 215, 107);/*denota visibilidad a los botones para su ajuste*/
  z-index: 9999;
  inset: 0;
  pointer-events: none;

}

.btn-logo {
  pointer-events: auto;
  position: absolute;
  background-color: rgba(73, 227, 119, 0.3); /*denota visibilidad a los botones para su ajuste*/
  cursor: pointer;
  z-index: 10000;
  background-color: transparent;
}