.entrada{--ease-soft: cubic-bezier(.22, .61, .36, 1)}.entrada-sobe{animation:entrada-sobe .8s var(--ease-soft) both;animation-delay:var(--d, 0ms)}@keyframes entrada-sobe{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}.entrada-barra{animation:entrada-barra .6s var(--ease-soft) both}@keyframes entrada-barra{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:none}}.entrada-cards>li{animation:entrada-card .8s var(--ease-soft) both;animation-delay:calc(var(--d, 0ms) + var(--n, 0) * 90ms)}.entrada-cards>li:nth-child(1){--n: 0}.entrada-cards>li:nth-child(2){--n: 1}.entrada-cards>li:nth-child(3){--n: 2}@keyframes entrada-card{0%{opacity:0;translate:0 18px}to{opacity:1;translate:none}}@supports (animation-timeline: view()){.entrada-revela{animation:entrada-revela linear both;animation-timeline:view();animation-range:entry 0% entry 60%}}@keyframes entrada-revela{0%{opacity:0;translate:0 28px}to{opacity:1;translate:none}}@media(prefers-reduced-motion:reduce){.entrada-barra,.entrada-sobe,.entrada-cards>li{animation:entrada-fade .1s linear both;animation-delay:0ms}.entrada-revela{animation:none}}@keyframes entrada-fade{0%{opacity:0}to{opacity:1}}
