
.eletele-entrada{perspective:900px;transform-style:preserve-3d}
.eletele-quadrado{opacity:1;transform:translate3d(0,0,0);transform-style:preserve-3d;backface-visibility:hidden}
.eletele-entrada.animar-cubo .eletele-quadrado{opacity:0}
.eletele-entrada.animar-cubo .q1{animation:cubo-q1 3.85s cubic-bezier(.22,.7,.25,1) 0s both}
.eletele-entrada.animar-cubo .q2{animation:cubo-q2 3.85s cubic-bezier(.22,.7,.25,1) .12s both}
.eletele-entrada.animar-cubo .q3{animation:cubo-q3 3.85s cubic-bezier(.22,.7,.25,1) .24s both}
.eletele-entrada.animar-cubo .q4{animation:cubo-q4 3.85s cubic-bezier(.22,.7,.25,1) .36s both}
@keyframes cubo-q1{0%{opacity:0;transform:translate(-55px,-35px) rotateY(-18deg) rotateZ(-3deg) scale(.94)}45%{opacity:1;transform:translate(10px,8px) rotateY(7deg) rotateZ(1deg) scale(1.01)}100%{opacity:1;transform:translate(0) rotateY(0) rotateZ(0) scale(1)}}
@keyframes cubo-q2{0%{opacity:0;transform:translate(55px,-35px) rotateY(18deg) rotateZ(3deg) scale(.94)}45%{opacity:1;transform:translate(-10px,8px) rotateY(-7deg) rotateZ(-1deg) scale(1.01)}100%{opacity:1;transform:translate(0) rotateY(0) rotateZ(0) scale(1)}}
@keyframes cubo-q3{0%{opacity:0;transform:translate(-55px,35px) rotateY(18deg) rotateZ(3deg) scale(.94)}45%{opacity:1;transform:translate(10px,-8px) rotateY(-7deg) rotateZ(-1deg) scale(1.01)}100%{opacity:1;transform:translate(0) rotateY(0) rotateZ(0) scale(1)}}
@keyframes cubo-q4{0%{opacity:0;transform:translate(55px,35px) rotateY(-18deg) rotateZ(-3deg) scale(.94)}45%{opacity:1;transform:translate(-10px,-8px) rotateY(7deg) rotateZ(1deg) scale(1.01)}100%{opacity:1;transform:translate(0) rotateY(0) rotateZ(0) scale(1)}}
@media (prefers-reduced-motion:reduce){.eletele-quadrado{opacity:1!important;transform:none!important;animation:none!important}}
