.particles-background {
  height: 700px;
}
@media (max-width: 768px) {
  .particles-background {
    height: 400px;
  }
}
.particles-background::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/wp-content/uploads/2025/11/blur-particulas.webp") center/135% no-repeat;
  z-index: 1;
  pointer-events: none;
}
.particles-background #network {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.particles-background .center-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.8);
  padding: 80px;
  border-radius: 20px;
  text-align: center;
  width: 100%;
  max-width: 750px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  z-index: 5;
}
@media (max-width: 768px) {
  .particles-background .center-box {
    padding: 30px;
  }
}
.particles-background .center-box .particles-title {
  margin: auto;
  line-height: 1.2;
  font-family: "Avenir Next Bold", Sans-serif;
  width: 100%;
  max-width: 459px;
  margin-bottom: 20px;
}
.particles-background .center-box .particles-title .red {
  color: #f45656;
}
.particles-background .center-box .particles-description {
  margin: 0;
  font-family: "Source Sans Pro", Sans-serif;
}

/*# sourceMappingURL=my-particles.css.map */
