/* =============================================================================
                CSS    de las particulas
   ========================================================================== */

/* ---- Tamaño de las particulas ---- */
/***********************************
*version: 10                       *
*fecha: 26-08-2022                 *
*Dev: https://github.com/barry503  *
*Develop:Raiz Tecnologica          *
*Web:https://raiztecnologica.com   *
**********************************/
.js-count-particles{
  font-size: 11.1em;
}



/* ---- particles.js contenedor ---- */

#particles-js{
  width: 100%;
  height: 100%;
  /*background-color: #000;*/
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
 z-index: -200;
 position: absolute;
}