#mundial-particles-root {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2147483646;
  pointer-events: none;
  overflow: hidden;
}

#mundial-particles-root .mp-particle {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  user-select: none;
  will-change: transform;
  pointer-events: none;
}