/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 27 2026 | 19:04:33 */
@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*body {
  background-color: #050505;
  color: #ffffff;
  font-family: Arial, sans-serif;
  overflow-x: hidden;
}*/

/* Canvas como fondo absoluto de pantalla completa */
#fireworksCanvas {
  position: absolute;
  top: 0;
  left: 0;
  /*width: 100vw;
  height: 100vh;*/
  width: 100%;
  height: 100%;
  z-index: 9999999; /* Fondo */
  pointer-events: none; /* Permite interactuar con el contenido de abajo */
	background:transparent !important;
}

/