.js .js-section-scroll {
    opacity: 0;
    transform: translate3d(-30px, 0, 0);
    transition: 1.8s;
  }
  
  .js .js-section-scroll.ativo {
    opacity: 1;
    transform: translate3d(0, 0, 0)!important;
  }
  