html[data-corredor]:not([data-corredor=entrar]) [data-cena-dojo]{view-transition-name:dojo-corredor}html[data-corredor]::view-transition{pointer-events:none}html[data-corredor]::view-transition-group(dojo-corredor),html[data-corredor]::view-transition-group(root){animation:none}html[data-corredor]::view-transition-old(root){display:none}html[data-corredor]::view-transition-new(root){animation:none}html[data-corredor]::view-transition-image-pair(dojo-corredor){overflow:clip;isolation:isolate}html[data-corredor]::view-transition-new(dojo-corredor),html[data-corredor]::view-transition-old(dojo-corredor){animation-duration:.62s;animation-timing-function:cubic-bezier(.65,0,.2,1);animation-fill-mode:both;mix-blend-mode:normal;height:100%;-o-object-fit:cover;object-fit:cover}html[data-corredor=avancar]::view-transition-old(dojo-corredor){animation-name:corredor-sair-esquerda}html[data-corredor=avancar]::view-transition-new(dojo-corredor){animation-name:corredor-entrar-direita}html[data-corredor=voltar]::view-transition-old(dojo-corredor){animation-name:corredor-sair-direita}html[data-corredor=voltar]::view-transition-new(dojo-corredor){animation-name:corredor-entrar-esquerda}@keyframes corredor-sair-esquerda{to{transform:translateX(-100%)}}@keyframes corredor-entrar-direita{0%{transform:translateX(100%)}}@keyframes corredor-sair-direita{to{transform:translateX(100%)}}@keyframes corredor-entrar-esquerda{0%{transform:translateX(-100%)}}html[data-corredor=entrar]::view-transition-old(root){display:block;animation:dojo-atravessar .52s cubic-bezier(.22,1,.36,1) both}html[data-corredor=entrar]::view-transition-new(root){animation:dojo-chegar .52s cubic-bezier(.22,1,.36,1) both}@keyframes dojo-atravessar{to{opacity:0;transform:scale(1.12)}}@keyframes dojo-chegar{0%{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}@media (prefers-reduced-motion:reduce){html[data-corredor=entrar]::view-transition-new(root),html[data-corredor=entrar]::view-transition-old(root),html[data-corredor]::view-transition-new(dojo-corredor),html[data-corredor]::view-transition-old(dojo-corredor){animation:none}}