body.home .parallax-divi{position:relative;overflow:hidden;height:100vh}body.home .parallax-divi::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:inherit;background-size:cover;background-position:center;background-repeat:no-repeat;z-index:1;transform:scale(1.1) translateY(-5%);will-change:transform;animation:diviParallax 10s linear infinite alternate}body.home .parallax-divi>*{position:relative;z-index:2}@keyframes diviParallax{0%{transform:scale(1.1) translateY(-5%)}100%{transform:scale(1.1) translateY(5%)}}.topbar{position:relative;z-index:10}body.home .header-absoluto{position:absolute!important;top:60px;left:0;width:100%;z-index:100;background:transparent!important}body:not(.home) .header-absoluto{position:relative!important;background:#ffffff!important}/*aqui termina*