.particles-js{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: relative;
}
.particle-banner-content h2{font-weight: 800;
    text-transform: uppercase;
    font-size: 50px;
    color: #FFF;}
.particle-banner-content{
    position: absolute;
    width: 100%;
    height: 100%;
}
.particle-banner-content .texto-cta{
    color: #FFF;
}

.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
    @media (max-width: 767px) {
      .particle-banner-content h2 {
  font-size: 40px; } }  