.puntos-transicion-container{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;z-index:1;pointer-events:none}.puntos-transicion-svg{width:80vw;height:20vh;min-width:320px;max-width:900px;min-height:100px;max-height:200px;display:block}.punto-animado{animation:punto-move 1.5s ease-in-out infinite alternate}@keyframes punto-move{0%{transform:translateY(0)}to{transform:translateY(-18px)}}.linea-animada{stroke-dasharray:120;stroke-dashoffset:120;animation:linea-draw 1s ease-in-out forwards}@keyframes linea-draw{to{stroke-dashoffset:0}}