:root{--primary: #ea5b1b;--primary-darken: #cf5217;--primary-lighten: #ea5d1b18;--error: #f33;--border: #9a9a9a}.ripple-button{position:relative;overflow:hidden;width:fit-content;padding:0;border:0;display:inline-block}.ripple{border-radius:50%;position:absolute;transform:scale(0);animation:ripples .6s linear}@keyframes ripples{to{transform:scale(2.51);opacity:0}}.spinner{width:48px;height:48px;border-radius:50%;position:relative;animation:rotate 1s linear infinite}.spinner:before{content:"";box-sizing:border-box;position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;border:5px solid var(--primary);animation:prixClipFix 2s linear infinite}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes prixClipFix{0%{clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}25%{clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}50%{clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}75%{clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}to{clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}}.spinner-container.full-screen{position:fixed;top:0;left:0;display:flex;z-index:9999;justify-content:center;align-items:center;height:100vh;width:100vw;background-color:#0006}.spinner-container.full-screen .spinner{width:64px;height:64px}.spinner-container.full-screen .spinner:before{border:6px solid var(--primary)}.button{border-radius:10px;height:50px;width:100%;cursor:pointer;background-color:#fff;color:var(--primary);border:1px solid var(--primary);font-weight:700;font-size:16px}.button:hover{background-color:var(--primary-lighten)}.button:disabled{background-color:var(--primary);opacity:.5}.button:disabled:hover{background-color:var(--primary)}.button-contained{background-color:var(--primary);color:#fff;border:none}.button-contained:hover{background-color:var(--primary-darken)}.button-error{background-color:var(--error);color:var(--error);border:3px solid var(--error)}.button-error:disabled{background-color:var(--error);opacity:.5}.button-error:disabled:hover{background-color:var(--error)}.fab{border-radius:50%;height:48px;width:48px;cursor:pointer;display:flex;justify-content:center;align-items:center;background-color:#fff;color:var(--primary);fill:var(--primary);border:1px solid var(--primary);font-weight:700;font-size:16px}.fab:hover{background-color:var(--primary-lighten)}.fab:disabled{background-color:var(--primary);opacity:.5}.fab:disabled:hover{background-color:var(--primary)}.fab-fixed{position:fixed;bottom:30px;right:30px;z-index:1000;box-shadow:0 2px 4px #0000004d}.fab-contained{background-color:var(--primary);color:#fff;fill:#fff;border:none}.fab-contained:hover{background-color:var(--primary-darken)}.fab-error{background-color:var(--error);color:var(--error);fill:var(--error);border:3px solid var(--error)}.fab-error:disabled{background-color:var(--error);opacity:.5}.fab-error:disabled:hover{background-color:var(--error)}.input{width:100%;position:relative}.input label{margin-bottom:0;margin-top:.5rem}.container-input{display:flex;position:relative}.input .left-icon{position:absolute;top:50%;transform:translateY(-50%);left:0;width:48px;height:44px;background-color:var(--primary);border-radius:10px 0 0 10px;display:flex;justify-content:center;align-items:center;fill:#fff}.input .left-icon svg{width:20px;height:20px}.password-icon{position:absolute;top:5px;right:8px;z-index:9;cursor:pointer;padding:8px;fill:var(--border);display:flex;justify-content:center;align-items:center}input:not([type=checkbox]){min-width:100%;width:100%;border:1px solid var(--border);color:#000!important;background-color:#fff;border-radius:10px;height:44px;padding:0 20px;-webkit-appearance:none;opacity:1;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}input:not([type=checkbox]).left-icon-input{min-width:calc(100% - 86px);padding-left:62px}input:not([type=checkbox]):disabled{background-color:#fff}input:not([type=checkbox])::placeholder{color:var(--border);font-size:12px;font-style:normal;font-weight:400;line-height:normal}input:not([type=checkbox]):focus{border:2px solid var(--primary);outline:none}input:not([type=checkbox]):focus svg{color:#000}@supports not (-webkit-touch-callout: none){input[type=number],input[type=time],input[type=date],input[type=month]{-webkit-appearance:none}}input[type=date]::-webkit-calendar-picker-indicator{background:transparent;color:transparent;cursor:pointer;height:auto;top:0;right:0;bottom:0;left:0;position:absolute;width:auto}input[type=time]::-webkit-inner-spin-button,input[type=time]::-webkit-calendar-picker-indicator,input[type=datetime]::-webkit-inner-spin-button,input[type=datetime]::-webkit-calendar-picker-indicator{display:none;-webkit-appearance:none}input[type=date]::-webkit-inner-spin-button,input[type=date]::-webkit-calendar-picker-indicator{display:block!important;-webkit-appearance:auto!important}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=time]::-webkit-calendar-picker-indicator{background:none;display:none}input[type=time]::-webkit-date-and-time-value,input[type=date]::-webkit-date-and-time-value{margin:0;width:100%;text-align:left}::-webkit-input-placeholder{text-align:left}:-moz-placeholder{text-align:left}.modal-all-page{position:fixed;top:0;left:0;z-index:9999;width:100%;height:100%;background-color:#00000080}.modal-container{position:fixed;top:50%;left:50%;z-index:9999;transform:translate(-50%,-50%);box-shadow:0 0 10px #0000004d;background-color:#fff;border-radius:5px;padding:20px;width:calc(90vw - 40px);display:flex;flex-direction:column}.modal-width-sx{max-width:400px}.modal-width-md{max-width:550px}.modal-width-lg{max-width:900px}.modal-header{display:flex;justify-content:center;align-items:start;flex:0 0 auto;margin-bottom:12px}.modal-header .modal-title{font-size:2rem;font-weight:700;margin:0}.modal-body{height:fit-content;min-height:60px;max-height:75vh;overflow-y:auto;flex:1 1 auto}.modal-action{display:flex;flex-direction:row;justify-content:flex-end;align-items:end;height:70px;flex:0 0 auto;background-color:#fff}.modal-action-2,.modal-action-3{justify-content:space-between}.modal-action button{min-width:120px;width:fit-content;height:45px}.time-modal{span {margin-left: 5px; margin-right: 1rem; font-size: 1.3em;} select {width: 65px; height: 30px; border-radius: 5px; border: none; border-bottom: 1px solid gray; padding: 0 5px; font-size: 1.3em; color: black; &:focus {border: none; outline: none; svg {color: black;}}}}.time-modal .time-modal-body{display:flex;justify-content:center;align-items:center;margin-top:10px}.carrousel{overflow:hidden}.carrousel-container{display:flex}.carrousel-item{flex:0 0 100%;min-width:0}.carrousel-dots{display:flex;flex-direction:row;gap:10px;justify-content:center;margin:20px 0 40px}.carrousel-dot{height:10px;width:10px;border-radius:50%;background-color:var(--border);cursor:pointer}.carrousel-dot.carrousel-dot-selected{background-color:var(--primary)}.footer{position:fixed;bottom:0;background:#fff;width:100vw;z-index:10;display:flex;justify-content:space-around;align-items:end;box-shadow:0 0 5px #7d7d7d1a}.footer>div{color:#ea5b1b;font-weight:700;display:flex;flex-direction:column;align-items:center;cursor:pointer;padding:8px 30px 20px}.footer>div.footer-active{background-color:#f0f0f0}.footer>div svg{fill:#ea5b1b;height:28px}.footer>div.footer-chat{position:relative}.footer>div.footer-chat img{position:absolute;top:-68px;right:10px;width:68px;height:68px;border-radius:40px;border:3px solid #ea5b1b}.footer .count-novedades-item{position:absolute;top:-75px;right:3px;z-index:10;background-color:#cf0000;height:22px;width:27px;border-radius:50%;color:#fff;font-size:15px;padding-top:5px;text-align:center}.home .runner-pro-home-header{height:38px;background-color:#ea5b1b;padding:9px 0;display:flex;justify-content:center;align-items:center;box-shadow:0 0 5px #7d7d7d}.home .runner-pro-home-header img{color:#fff;width:526px;height:76px}.home .runner-pro-home-header .container-comunidad-img,.home .runner-pro-home-header .container-logo{width:45%;display:flex;justify-content:center}.home .runner-pro-home-header.container-logo-with-comunidad img{width:420px;height:60px}.home .runner-pro-home-header.container-logo-with-comunidad .comunidad-img{height:15px;width:150px}.home .runner-pro-home-header.container-logo-with-comunidad .comunidad-colaboracion{color:#fff;font-size:22px}.home .runner-pro-outer-wrap .runner-pro-outer-wrap-content{display:flex;flex-direction:column;gap:25px;padding-top:32px}.home-calendar .wrapper{background:white;border-radius:10px;padding:30px}.home-calendar .wrapper .header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin-bottom:30px}.home-calendar .wrapper .header svg{cursor:pointer}.home-calendar .wrapper .header .current-date{font-size:1.45rem;font-weight:500;margin:0}.home-calendar .wrapper .table-calendar .weeks,.home-calendar .wrapper .table-calendar .days{display:grid;grid-template-columns:repeat(7,1fr);padding:0;margin:0}.home-calendar .wrapper .table-calendar .weeks .cell,.home-calendar .wrapper .table-calendar .days .cell{color:#333;width:100%;padding:10px 0;text-align:center;cursor:default}.home-calendar .wrapper .table-calendar .days{cursor:pointer;padding-top:10px;border-top:1px solid #ccc}.home-calendar .wrapper .table-calendar .days .cell{display:flex;justify-content:center;align-items:center}.home-calendar-day{display:flex;flex-direction:column;justify-content:center;align-items:center}.home-calendar-day .cell-number{height:30px;width:30px;border-radius:50%;display:flex;flex-direction:column;justify-content:center;align-items:center;cursor:pointer}.home-calendar-day .workout-multiple-container{display:flex;flex-direction:row;gap:3px}.home-calendar-day .workout-multiple-container .workout-multiple-item{width:4px;height:4px;border-radius:2px}.home-calendar-day .done{background-color:#4bf286}.home-calendar-day .done.workout-multiple-item{background-color:#0b993d}.home-calendar-day .almost-done{background-color:#e5f22e}.home-calendar-day .almost-done.workout-multiple-item{background-color:#777f08}.home-calendar-day .not-done{background-color:#f2622e}.home-calendar-day .not-done.workout-multiple-item{background-color:#972f09}.home-calendar-day .pending{background-color:#e8e8e8}.home-calendar-day .pending.workout-multiple-item{background-color:#828282}.home-calendar-day .today{background-color:#fff}.home-calendar-day-modal .home-calendar-day-modal-workouts{display:flex;flex-direction:column;border:1px solid #9a9a9a;border-radius:4px}.home-calendar-day-modal .home-calendar-day-modal-workouts .home-calendar-day-modal-workout{padding:8px 12px;display:flex;flex-direction:row;justify-content:space-between;border-bottom:1px solid #9a9a9a;min-height:40px}.home-calendar-day-modal .home-calendar-day-modal-workouts .home-calendar-day-modal-workout:last-child{border-bottom:none}.home-calendar-day-modal .home-calendar-day-modal-workouts .home-calendar-day-modal-workout div{display:flex;flex-direction:column}.home-calendar-day-modal .home-calendar-day-modal-workouts .home-calendar-day-modal-workout div:first-child{max-width:80%}.home-calendar-day-modal .home-calendar-day-modal-workouts .home-calendar-day-modal-workout div:last-child{max-width:80%;align-items:flex-end}.home-calendar-day-modal .home-calendar-day-modal-workouts .home-calendar-day-modal-workout .title{font-weight:700;font-size:1.2rem}.home-calendar-day-modal .home-calendar-day-modal-workouts .home-calendar-day-modal-workout .description{color:#717171}.home-goal{padding:15px 0;width:100%;border-radius:16px;border:3px solid #ea5b1b;background:white;box-shadow:0 4px 28px #2e31761a}.home-goal-actual{display:flex}.home-goal-actual p{color:#333;text-align:left;font-size:12px;margin:0;opacity:.7}.home-goal-actual-left{padding:0 21px;border-right:1px solid #e8e8e8}.home-goal-actual-left span{color:#333;text-align:center;font-size:24px;font-style:normal;font-weight:600;line-height:normal;letter-spacing:.28px}.home-goal-actual-left h6{color:#333;font-size:14px;font-style:normal;font-weight:600;line-height:normal;letter-spacing:.14px;margin-top:5px}.home-goal-actual-right{padding-left:21px}.home-goal-actual-right h2{color:#ea5b1b;font-size:24px;font-style:normal;font-weight:700;line-height:normal;letter-spacing:.28px;margin:5px 0 0}.home-goal-new{position:relative;cursor:pointer}.home-goal-new-title{color:#ea5b1b;text-align:center;font-size:24px;font-weight:600;margin:0}.home-goal-new-icon{position:absolute;right:28px;top:calc(50% - 12px);height:24px;width:24px;fill:#717171}.nuevo-objetivo-modal-body{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));flex-direction:column;gap:12px}.home-initial-task{padding:15px 18px;width:calc(100% - 36px);border-radius:16px;border:3px solid #ea5b1b;background:white;box-shadow:0 4px 28px #2e31761a;position:relative}.home-initial-task p{margin:0}.home-initial-task .home-initial-task-title{font-size:20px;font-weight:700}.home-initial-task .home-initial-task-title b{color:#ea5b1b;font-size:22px;font-style:italic}.home-initial-task .home-initial-task-progress{position:absolute;top:15px;right:18px;--d: 50px;--border: 12px;border-radius:var(--d);height:var(--d);width:var(--d)}.home-initial-task .home-initial-task-progress.home-initial-task-progress-20{background:conic-gradient(#ea5b1b 72deg,rgba(0,0,0,.18) 72deg);animation:progressCircleAnimation20 .5s ease forwards}@keyframes progressCircleAnimation20{1%{background:conic-gradient(#ea5b1b .72deg,rgba(0,0,0,.18) .72deg)}2%{background:conic-gradient(#ea5b1b 1.44deg,rgba(0,0,0,.18) 1.44deg)}3%{background:conic-gradient(#ea5b1b 2.16deg,rgba(0,0,0,.18) 2.16deg)}4%{background:conic-gradient(#ea5b1b 2.88deg,rgba(0,0,0,.18) 2.88deg)}5%{background:conic-gradient(#ea5b1b 3.6deg,rgba(0,0,0,.18) 3.6deg)}6%{background:conic-gradient(#ea5b1b 4.32deg,rgba(0,0,0,.18) 4.32deg)}7%{background:conic-gradient(#ea5b1b 5.04deg,rgba(0,0,0,.18) 5.04deg)}8%{background:conic-gradient(#ea5b1b 5.76deg,rgba(0,0,0,.18) 5.76deg)}9%{background:conic-gradient(#ea5b1b 6.48deg,rgba(0,0,0,.18) 6.48deg)}10%{background:conic-gradient(#ea5b1b 7.2deg,rgba(0,0,0,.18) 7.2deg)}11%{background:conic-gradient(#ea5b1b 7.92deg,rgba(0,0,0,.18) 7.92deg)}12%{background:conic-gradient(#ea5b1b 8.64deg,rgba(0,0,0,.18) 8.64deg)}13%{background:conic-gradient(#ea5b1b 9.36deg,rgba(0,0,0,.18) 9.36deg)}14%{background:conic-gradient(#ea5b1b 10.08deg,rgba(0,0,0,.18) 10.08deg)}15%{background:conic-gradient(#ea5b1b 10.8deg,rgba(0,0,0,.18) 10.8deg)}16%{background:conic-gradient(#ea5b1b 11.52deg,rgba(0,0,0,.18) 11.52deg)}17%{background:conic-gradient(#ea5b1b 12.24deg,rgba(0,0,0,.18) 12.24deg)}18%{background:conic-gradient(#ea5b1b 12.96deg,rgba(0,0,0,.18) 12.96deg)}19%{background:conic-gradient(#ea5b1b 13.68deg,rgba(0,0,0,.18) 13.68deg)}20%{background:conic-gradient(#ea5b1b 14.4deg,rgba(0,0,0,.18) 14.4deg)}21%{background:conic-gradient(#ea5b1b 15.12deg,rgba(0,0,0,.18) 15.12deg)}22%{background:conic-gradient(#ea5b1b 15.84deg,rgba(0,0,0,.18) 15.84deg)}23%{background:conic-gradient(#ea5b1b 16.56deg,rgba(0,0,0,.18) 16.56deg)}24%{background:conic-gradient(#ea5b1b 17.28deg,rgba(0,0,0,.18) 17.28deg)}25%{background:conic-gradient(#ea5b1b 18deg,rgba(0,0,0,.18) 18deg)}26%{background:conic-gradient(#ea5b1b 18.72deg,rgba(0,0,0,.18) 18.72deg)}27%{background:conic-gradient(#ea5b1b 19.44deg,rgba(0,0,0,.18) 19.44deg)}28%{background:conic-gradient(#ea5b1b 20.16deg,rgba(0,0,0,.18) 20.16deg)}29%{background:conic-gradient(#ea5b1b 20.88deg,rgba(0,0,0,.18) 20.88deg)}30%{background:conic-gradient(#ea5b1b 21.6deg,rgba(0,0,0,.18) 21.6deg)}31%{background:conic-gradient(#ea5b1b 22.32deg,rgba(0,0,0,.18) 22.32deg)}32%{background:conic-gradient(#ea5b1b 23.04deg,rgba(0,0,0,.18) 23.04deg)}33%{background:conic-gradient(#ea5b1b 23.76deg,rgba(0,0,0,.18) 23.76deg)}34%{background:conic-gradient(#ea5b1b 24.48deg,rgba(0,0,0,.18) 24.48deg)}35%{background:conic-gradient(#ea5b1b 25.2deg,rgba(0,0,0,.18) 25.2deg)}36%{background:conic-gradient(#ea5b1b 25.92deg,rgba(0,0,0,.18) 25.92deg)}37%{background:conic-gradient(#ea5b1b 26.64deg,rgba(0,0,0,.18) 26.64deg)}38%{background:conic-gradient(#ea5b1b 27.36deg,rgba(0,0,0,.18) 27.36deg)}39%{background:conic-gradient(#ea5b1b 28.08deg,rgba(0,0,0,.18) 28.08deg)}40%{background:conic-gradient(#ea5b1b 28.8deg,rgba(0,0,0,.18) 28.8deg)}41%{background:conic-gradient(#ea5b1b 29.52deg,rgba(0,0,0,.18) 29.52deg)}42%{background:conic-gradient(#ea5b1b 30.24deg,rgba(0,0,0,.18) 30.24deg)}43%{background:conic-gradient(#ea5b1b 30.96deg,rgba(0,0,0,.18) 30.96deg)}44%{background:conic-gradient(#ea5b1b 31.68deg,rgba(0,0,0,.18) 31.68deg)}45%{background:conic-gradient(#ea5b1b 32.4deg,rgba(0,0,0,.18) 32.4deg)}46%{background:conic-gradient(#ea5b1b 33.12deg,rgba(0,0,0,.18) 33.12deg)}47%{background:conic-gradient(#ea5b1b 33.84deg,rgba(0,0,0,.18) 33.84deg)}48%{background:conic-gradient(#ea5b1b 34.56deg,rgba(0,0,0,.18) 34.56deg)}49%{background:conic-gradient(#ea5b1b 35.28deg,rgba(0,0,0,.18) 35.28deg)}50%{background:conic-gradient(#ea5b1b 36deg,rgba(0,0,0,.18) 36deg)}51%{background:conic-gradient(#ea5b1b 36.72deg,rgba(0,0,0,.18) 36.72deg)}52%{background:conic-gradient(#ea5b1b 37.44deg,rgba(0,0,0,.18) 37.44deg)}53%{background:conic-gradient(#ea5b1b 38.16deg,rgba(0,0,0,.18) 38.16deg)}54%{background:conic-gradient(#ea5b1b 38.88deg,rgba(0,0,0,.18) 38.88deg)}55%{background:conic-gradient(#ea5b1b 39.6deg,rgba(0,0,0,.18) 39.6deg)}56%{background:conic-gradient(#ea5b1b 40.32deg,rgba(0,0,0,.18) 40.32deg)}57%{background:conic-gradient(#ea5b1b 41.04deg,rgba(0,0,0,.18) 41.04deg)}58%{background:conic-gradient(#ea5b1b 41.76deg,rgba(0,0,0,.18) 41.76deg)}59%{background:conic-gradient(#ea5b1b 42.48deg,rgba(0,0,0,.18) 42.48deg)}60%{background:conic-gradient(#ea5b1b 43.2deg,rgba(0,0,0,.18) 43.2deg)}61%{background:conic-gradient(#ea5b1b 43.92deg,rgba(0,0,0,.18) 43.92deg)}62%{background:conic-gradient(#ea5b1b 44.64deg,rgba(0,0,0,.18) 44.64deg)}63%{background:conic-gradient(#ea5b1b 45.36deg,rgba(0,0,0,.18) 45.36deg)}64%{background:conic-gradient(#ea5b1b 46.08deg,rgba(0,0,0,.18) 46.08deg)}65%{background:conic-gradient(#ea5b1b 46.8deg,rgba(0,0,0,.18) 46.8deg)}66%{background:conic-gradient(#ea5b1b 47.52deg,rgba(0,0,0,.18) 47.52deg)}67%{background:conic-gradient(#ea5b1b 48.24deg,rgba(0,0,0,.18) 48.24deg)}68%{background:conic-gradient(#ea5b1b 48.96deg,rgba(0,0,0,.18) 48.96deg)}69%{background:conic-gradient(#ea5b1b 49.68deg,rgba(0,0,0,.18) 49.68deg)}70%{background:conic-gradient(#ea5b1b 50.4deg,rgba(0,0,0,.18) 50.4deg)}71%{background:conic-gradient(#ea5b1b 51.12deg,rgba(0,0,0,.18) 51.12deg)}72%{background:conic-gradient(#ea5b1b 51.84deg,rgba(0,0,0,.18) 51.84deg)}73%{background:conic-gradient(#ea5b1b 52.56deg,rgba(0,0,0,.18) 52.56deg)}74%{background:conic-gradient(#ea5b1b 53.28deg,rgba(0,0,0,.18) 53.28deg)}75%{background:conic-gradient(#ea5b1b 54deg,rgba(0,0,0,.18) 54deg)}76%{background:conic-gradient(#ea5b1b 54.72deg,rgba(0,0,0,.18) 54.72deg)}77%{background:conic-gradient(#ea5b1b 55.44deg,rgba(0,0,0,.18) 55.44deg)}78%{background:conic-gradient(#ea5b1b 56.16deg,rgba(0,0,0,.18) 56.16deg)}79%{background:conic-gradient(#ea5b1b 56.88deg,rgba(0,0,0,.18) 56.88deg)}80%{background:conic-gradient(#ea5b1b 57.6deg,rgba(0,0,0,.18) 57.6deg)}81%{background:conic-gradient(#ea5b1b 58.32deg,rgba(0,0,0,.18) 58.32deg)}82%{background:conic-gradient(#ea5b1b 59.04deg,rgba(0,0,0,.18) 59.04deg)}83%{background:conic-gradient(#ea5b1b 59.76deg,rgba(0,0,0,.18) 59.76deg)}84%{background:conic-gradient(#ea5b1b 60.48deg,rgba(0,0,0,.18) 60.48deg)}85%{background:conic-gradient(#ea5b1b 61.2deg,rgba(0,0,0,.18) 61.2deg)}86%{background:conic-gradient(#ea5b1b 61.92deg,rgba(0,0,0,.18) 61.92deg)}87%{background:conic-gradient(#ea5b1b 62.64deg,rgba(0,0,0,.18) 62.64deg)}88%{background:conic-gradient(#ea5b1b 63.36deg,rgba(0,0,0,.18) 63.36deg)}89%{background:conic-gradient(#ea5b1b 64.08deg,rgba(0,0,0,.18) 64.08deg)}90%{background:conic-gradient(#ea5b1b 64.8deg,rgba(0,0,0,.18) 64.8deg)}91%{background:conic-gradient(#ea5b1b 65.52deg,rgba(0,0,0,.18) 65.52deg)}92%{background:conic-gradient(#ea5b1b 66.24deg,rgba(0,0,0,.18) 66.24deg)}93%{background:conic-gradient(#ea5b1b 66.96deg,rgba(0,0,0,.18) 66.96deg)}94%{background:conic-gradient(#ea5b1b 67.68deg,rgba(0,0,0,.18) 67.68deg)}95%{background:conic-gradient(#ea5b1b 68.4deg,rgba(0,0,0,.18) 68.4deg)}96%{background:conic-gradient(#ea5b1b 69.12deg,rgba(0,0,0,.18) 69.12deg)}97%{background:conic-gradient(#ea5b1b 69.84deg,rgba(0,0,0,.18) 69.84deg)}98%{background:conic-gradient(#ea5b1b 70.56deg,rgba(0,0,0,.18) 70.56deg)}99%{background:conic-gradient(#ea5b1b 71.28deg,rgba(0,0,0,.18) 71.28deg)}to{background:conic-gradient(#ea5b1b 72deg,rgba(0,0,0,.18) 72deg)}}.home-initial-task .home-initial-task-progress.home-initial-task-progress-40{background:conic-gradient(#ea5b1b 144deg,rgba(0,0,0,.18) 144deg);animation:progressCircleAnimation40 .5s ease forwards}@keyframes progressCircleAnimation40{1%{background:conic-gradient(#ea5b1b 1.44deg,rgba(0,0,0,.18) 1.44deg)}2%{background:conic-gradient(#ea5b1b 2.88deg,rgba(0,0,0,.18) 2.88deg)}3%{background:conic-gradient(#ea5b1b 4.32deg,rgba(0,0,0,.18) 4.32deg)}4%{background:conic-gradient(#ea5b1b 5.76deg,rgba(0,0,0,.18) 5.76deg)}5%{background:conic-gradient(#ea5b1b 7.2deg,rgba(0,0,0,.18) 7.2deg)}6%{background:conic-gradient(#ea5b1b 8.64deg,rgba(0,0,0,.18) 8.64deg)}7%{background:conic-gradient(#ea5b1b 10.08deg,rgba(0,0,0,.18) 10.08deg)}8%{background:conic-gradient(#ea5b1b 11.52deg,rgba(0,0,0,.18) 11.52deg)}9%{background:conic-gradient(#ea5b1b 12.96deg,rgba(0,0,0,.18) 12.96deg)}10%{background:conic-gradient(#ea5b1b 14.4deg,rgba(0,0,0,.18) 14.4deg)}11%{background:conic-gradient(#ea5b1b 15.84deg,rgba(0,0,0,.18) 15.84deg)}12%{background:conic-gradient(#ea5b1b 17.28deg,rgba(0,0,0,.18) 17.28deg)}13%{background:conic-gradient(#ea5b1b 18.72deg,rgba(0,0,0,.18) 18.72deg)}14%{background:conic-gradient(#ea5b1b 20.16deg,rgba(0,0,0,.18) 20.16deg)}15%{background:conic-gradient(#ea5b1b 21.6deg,rgba(0,0,0,.18) 21.6deg)}16%{background:conic-gradient(#ea5b1b 23.04deg,rgba(0,0,0,.18) 23.04deg)}17%{background:conic-gradient(#ea5b1b 24.48deg,rgba(0,0,0,.18) 24.48deg)}18%{background:conic-gradient(#ea5b1b 25.92deg,rgba(0,0,0,.18) 25.92deg)}19%{background:conic-gradient(#ea5b1b 27.36deg,rgba(0,0,0,.18) 27.36deg)}20%{background:conic-gradient(#ea5b1b 28.8deg,rgba(0,0,0,.18) 28.8deg)}21%{background:conic-gradient(#ea5b1b 30.24deg,rgba(0,0,0,.18) 30.24deg)}22%{background:conic-gradient(#ea5b1b 31.68deg,rgba(0,0,0,.18) 31.68deg)}23%{background:conic-gradient(#ea5b1b 33.12deg,rgba(0,0,0,.18) 33.12deg)}24%{background:conic-gradient(#ea5b1b 34.56deg,rgba(0,0,0,.18) 34.56deg)}25%{background:conic-gradient(#ea5b1b 36deg,rgba(0,0,0,.18) 36deg)}26%{background:conic-gradient(#ea5b1b 37.44deg,rgba(0,0,0,.18) 37.44deg)}27%{background:conic-gradient(#ea5b1b 38.88deg,rgba(0,0,0,.18) 38.88deg)}28%{background:conic-gradient(#ea5b1b 40.32deg,rgba(0,0,0,.18) 40.32deg)}29%{background:conic-gradient(#ea5b1b 41.76deg,rgba(0,0,0,.18) 41.76deg)}30%{background:conic-gradient(#ea5b1b 43.2deg,rgba(0,0,0,.18) 43.2deg)}31%{background:conic-gradient(#ea5b1b 44.64deg,rgba(0,0,0,.18) 44.64deg)}32%{background:conic-gradient(#ea5b1b 46.08deg,rgba(0,0,0,.18) 46.08deg)}33%{background:conic-gradient(#ea5b1b 47.52deg,rgba(0,0,0,.18) 47.52deg)}34%{background:conic-gradient(#ea5b1b 48.96deg,rgba(0,0,0,.18) 48.96deg)}35%{background:conic-gradient(#ea5b1b 50.4deg,rgba(0,0,0,.18) 50.4deg)}36%{background:conic-gradient(#ea5b1b 51.84deg,rgba(0,0,0,.18) 51.84deg)}37%{background:conic-gradient(#ea5b1b 53.28deg,rgba(0,0,0,.18) 53.28deg)}38%{background:conic-gradient(#ea5b1b 54.72deg,rgba(0,0,0,.18) 54.72deg)}39%{background:conic-gradient(#ea5b1b 56.16deg,rgba(0,0,0,.18) 56.16deg)}40%{background:conic-gradient(#ea5b1b 57.6deg,rgba(0,0,0,.18) 57.6deg)}41%{background:conic-gradient(#ea5b1b 59.04deg,rgba(0,0,0,.18) 59.04deg)}42%{background:conic-gradient(#ea5b1b 60.48deg,rgba(0,0,0,.18) 60.48deg)}43%{background:conic-gradient(#ea5b1b 61.92deg,rgba(0,0,0,.18) 61.92deg)}44%{background:conic-gradient(#ea5b1b 63.36deg,rgba(0,0,0,.18) 63.36deg)}45%{background:conic-gradient(#ea5b1b 64.8deg,rgba(0,0,0,.18) 64.8deg)}46%{background:conic-gradient(#ea5b1b 66.24deg,rgba(0,0,0,.18) 66.24deg)}47%{background:conic-gradient(#ea5b1b 67.68deg,rgba(0,0,0,.18) 67.68deg)}48%{background:conic-gradient(#ea5b1b 69.12deg,rgba(0,0,0,.18) 69.12deg)}49%{background:conic-gradient(#ea5b1b 70.56deg,rgba(0,0,0,.18) 70.56deg)}50%{background:conic-gradient(#ea5b1b 72deg,rgba(0,0,0,.18) 72deg)}51%{background:conic-gradient(#ea5b1b 73.44deg,rgba(0,0,0,.18) 73.44deg)}52%{background:conic-gradient(#ea5b1b 74.88deg,rgba(0,0,0,.18) 74.88deg)}53%{background:conic-gradient(#ea5b1b 76.32deg,rgba(0,0,0,.18) 76.32deg)}54%{background:conic-gradient(#ea5b1b 77.76deg,rgba(0,0,0,.18) 77.76deg)}55%{background:conic-gradient(#ea5b1b 79.2deg,rgba(0,0,0,.18) 79.2deg)}56%{background:conic-gradient(#ea5b1b 80.64deg,rgba(0,0,0,.18) 80.64deg)}57%{background:conic-gradient(#ea5b1b 82.08deg,rgba(0,0,0,.18) 82.08deg)}58%{background:conic-gradient(#ea5b1b 83.52deg,rgba(0,0,0,.18) 83.52deg)}59%{background:conic-gradient(#ea5b1b 84.96deg,rgba(0,0,0,.18) 84.96deg)}60%{background:conic-gradient(#ea5b1b 86.4deg,rgba(0,0,0,.18) 86.4deg)}61%{background:conic-gradient(#ea5b1b 87.84deg,rgba(0,0,0,.18) 87.84deg)}62%{background:conic-gradient(#ea5b1b 89.28deg,rgba(0,0,0,.18) 89.28deg)}63%{background:conic-gradient(#ea5b1b 90.72deg,rgba(0,0,0,.18) 90.72deg)}64%{background:conic-gradient(#ea5b1b 92.16deg,rgba(0,0,0,.18) 92.16deg)}65%{background:conic-gradient(#ea5b1b 93.6deg,rgba(0,0,0,.18) 93.6deg)}66%{background:conic-gradient(#ea5b1b 95.04deg,rgba(0,0,0,.18) 95.04deg)}67%{background:conic-gradient(#ea5b1b 96.48deg,rgba(0,0,0,.18) 96.48deg)}68%{background:conic-gradient(#ea5b1b 97.92deg,rgba(0,0,0,.18) 97.92deg)}69%{background:conic-gradient(#ea5b1b 99.36deg,rgba(0,0,0,.18) 99.36deg)}70%{background:conic-gradient(#ea5b1b 100.8deg,rgba(0,0,0,.18) 100.8deg)}71%{background:conic-gradient(#ea5b1b 102.24deg,rgba(0,0,0,.18) 102.24deg)}72%{background:conic-gradient(#ea5b1b 103.68deg,rgba(0,0,0,.18) 103.68deg)}73%{background:conic-gradient(#ea5b1b 105.12deg,rgba(0,0,0,.18) 105.12deg)}74%{background:conic-gradient(#ea5b1b 106.56deg,rgba(0,0,0,.18) 106.56deg)}75%{background:conic-gradient(#ea5b1b 108deg,rgba(0,0,0,.18) 108deg)}76%{background:conic-gradient(#ea5b1b 109.44deg,rgba(0,0,0,.18) 109.44deg)}77%{background:conic-gradient(#ea5b1b 110.88deg,rgba(0,0,0,.18) 110.88deg)}78%{background:conic-gradient(#ea5b1b 112.32deg,rgba(0,0,0,.18) 112.32deg)}79%{background:conic-gradient(#ea5b1b 113.76deg,rgba(0,0,0,.18) 113.76deg)}80%{background:conic-gradient(#ea5b1b 115.2deg,rgba(0,0,0,.18) 115.2deg)}81%{background:conic-gradient(#ea5b1b 116.64deg,rgba(0,0,0,.18) 116.64deg)}82%{background:conic-gradient(#ea5b1b 118.08deg,rgba(0,0,0,.18) 118.08deg)}83%{background:conic-gradient(#ea5b1b 119.52deg,rgba(0,0,0,.18) 119.52deg)}84%{background:conic-gradient(#ea5b1b 120.96deg,rgba(0,0,0,.18) 120.96deg)}85%{background:conic-gradient(#ea5b1b 122.4deg,rgba(0,0,0,.18) 122.4deg)}86%{background:conic-gradient(#ea5b1b 123.84deg,rgba(0,0,0,.18) 123.84deg)}87%{background:conic-gradient(#ea5b1b 125.28deg,rgba(0,0,0,.18) 125.28deg)}88%{background:conic-gradient(#ea5b1b 126.72deg,rgba(0,0,0,.18) 126.72deg)}89%{background:conic-gradient(#ea5b1b 128.16deg,rgba(0,0,0,.18) 128.16deg)}90%{background:conic-gradient(#ea5b1b 129.6deg,rgba(0,0,0,.18) 129.6deg)}91%{background:conic-gradient(#ea5b1b 131.04deg,rgba(0,0,0,.18) 131.04deg)}92%{background:conic-gradient(#ea5b1b 132.48deg,rgba(0,0,0,.18) 132.48deg)}93%{background:conic-gradient(#ea5b1b 133.92deg,rgba(0,0,0,.18) 133.92deg)}94%{background:conic-gradient(#ea5b1b 135.36deg,rgba(0,0,0,.18) 135.36deg)}95%{background:conic-gradient(#ea5b1b 136.8deg,rgba(0,0,0,.18) 136.8deg)}96%{background:conic-gradient(#ea5b1b 138.24deg,rgba(0,0,0,.18) 138.24deg)}97%{background:conic-gradient(#ea5b1b 139.68deg,rgba(0,0,0,.18) 139.68deg)}98%{background:conic-gradient(#ea5b1b 141.12deg,rgba(0,0,0,.18) 141.12deg)}99%{background:conic-gradient(#ea5b1b 142.56deg,rgba(0,0,0,.18) 142.56deg)}to{background:conic-gradient(#ea5b1b 144deg,rgba(0,0,0,.18) 144deg)}}.home-initial-task .home-initial-task-progress.home-initial-task-progress-60{background:conic-gradient(#ea5b1b 216deg,rgba(0,0,0,.18) 216deg);animation:progressCircleAnimation60 .5s ease forwards}@keyframes progressCircleAnimation60{1%{background:conic-gradient(#ea5b1b 2.16deg,rgba(0,0,0,.18) 2.16deg)}2%{background:conic-gradient(#ea5b1b 4.32deg,rgba(0,0,0,.18) 4.32deg)}3%{background:conic-gradient(#ea5b1b 6.48deg,rgba(0,0,0,.18) 6.48deg)}4%{background:conic-gradient(#ea5b1b 8.64deg,rgba(0,0,0,.18) 8.64deg)}5%{background:conic-gradient(#ea5b1b 10.8deg,rgba(0,0,0,.18) 10.8deg)}6%{background:conic-gradient(#ea5b1b 12.96deg,rgba(0,0,0,.18) 12.96deg)}7%{background:conic-gradient(#ea5b1b 15.12deg,rgba(0,0,0,.18) 15.12deg)}8%{background:conic-gradient(#ea5b1b 17.28deg,rgba(0,0,0,.18) 17.28deg)}9%{background:conic-gradient(#ea5b1b 19.44deg,rgba(0,0,0,.18) 19.44deg)}10%{background:conic-gradient(#ea5b1b 21.6deg,rgba(0,0,0,.18) 21.6deg)}11%{background:conic-gradient(#ea5b1b 23.76deg,rgba(0,0,0,.18) 23.76deg)}12%{background:conic-gradient(#ea5b1b 25.92deg,rgba(0,0,0,.18) 25.92deg)}13%{background:conic-gradient(#ea5b1b 28.08deg,rgba(0,0,0,.18) 28.08deg)}14%{background:conic-gradient(#ea5b1b 30.24deg,rgba(0,0,0,.18) 30.24deg)}15%{background:conic-gradient(#ea5b1b 32.4deg,rgba(0,0,0,.18) 32.4deg)}16%{background:conic-gradient(#ea5b1b 34.56deg,rgba(0,0,0,.18) 34.56deg)}17%{background:conic-gradient(#ea5b1b 36.72deg,rgba(0,0,0,.18) 36.72deg)}18%{background:conic-gradient(#ea5b1b 38.88deg,rgba(0,0,0,.18) 38.88deg)}19%{background:conic-gradient(#ea5b1b 41.04deg,rgba(0,0,0,.18) 41.04deg)}20%{background:conic-gradient(#ea5b1b 43.2deg,rgba(0,0,0,.18) 43.2deg)}21%{background:conic-gradient(#ea5b1b 45.36deg,rgba(0,0,0,.18) 45.36deg)}22%{background:conic-gradient(#ea5b1b 47.52deg,rgba(0,0,0,.18) 47.52deg)}23%{background:conic-gradient(#ea5b1b 49.68deg,rgba(0,0,0,.18) 49.68deg)}24%{background:conic-gradient(#ea5b1b 51.84deg,rgba(0,0,0,.18) 51.84deg)}25%{background:conic-gradient(#ea5b1b 54deg,rgba(0,0,0,.18) 54deg)}26%{background:conic-gradient(#ea5b1b 56.16deg,rgba(0,0,0,.18) 56.16deg)}27%{background:conic-gradient(#ea5b1b 58.32deg,rgba(0,0,0,.18) 58.32deg)}28%{background:conic-gradient(#ea5b1b 60.48deg,rgba(0,0,0,.18) 60.48deg)}29%{background:conic-gradient(#ea5b1b 62.64deg,rgba(0,0,0,.18) 62.64deg)}30%{background:conic-gradient(#ea5b1b 64.8deg,rgba(0,0,0,.18) 64.8deg)}31%{background:conic-gradient(#ea5b1b 66.96deg,rgba(0,0,0,.18) 66.96deg)}32%{background:conic-gradient(#ea5b1b 69.12deg,rgba(0,0,0,.18) 69.12deg)}33%{background:conic-gradient(#ea5b1b 71.28deg,rgba(0,0,0,.18) 71.28deg)}34%{background:conic-gradient(#ea5b1b 73.44deg,rgba(0,0,0,.18) 73.44deg)}35%{background:conic-gradient(#ea5b1b 75.6deg,rgba(0,0,0,.18) 75.6deg)}36%{background:conic-gradient(#ea5b1b 77.76deg,rgba(0,0,0,.18) 77.76deg)}37%{background:conic-gradient(#ea5b1b 79.92deg,rgba(0,0,0,.18) 79.92deg)}38%{background:conic-gradient(#ea5b1b 82.08deg,rgba(0,0,0,.18) 82.08deg)}39%{background:conic-gradient(#ea5b1b 84.24deg,rgba(0,0,0,.18) 84.24deg)}40%{background:conic-gradient(#ea5b1b 86.4deg,rgba(0,0,0,.18) 86.4deg)}41%{background:conic-gradient(#ea5b1b 88.56deg,rgba(0,0,0,.18) 88.56deg)}42%{background:conic-gradient(#ea5b1b 90.72deg,rgba(0,0,0,.18) 90.72deg)}43%{background:conic-gradient(#ea5b1b 92.88deg,rgba(0,0,0,.18) 92.88deg)}44%{background:conic-gradient(#ea5b1b 95.04deg,rgba(0,0,0,.18) 95.04deg)}45%{background:conic-gradient(#ea5b1b 97.2deg,rgba(0,0,0,.18) 97.2deg)}46%{background:conic-gradient(#ea5b1b 99.36deg,rgba(0,0,0,.18) 99.36deg)}47%{background:conic-gradient(#ea5b1b 101.52deg,rgba(0,0,0,.18) 101.52deg)}48%{background:conic-gradient(#ea5b1b 103.68deg,rgba(0,0,0,.18) 103.68deg)}49%{background:conic-gradient(#ea5b1b 105.84deg,rgba(0,0,0,.18) 105.84deg)}50%{background:conic-gradient(#ea5b1b 108deg,rgba(0,0,0,.18) 108deg)}51%{background:conic-gradient(#ea5b1b 110.16deg,rgba(0,0,0,.18) 110.16deg)}52%{background:conic-gradient(#ea5b1b 112.32deg,rgba(0,0,0,.18) 112.32deg)}53%{background:conic-gradient(#ea5b1b 114.48deg,rgba(0,0,0,.18) 114.48deg)}54%{background:conic-gradient(#ea5b1b 116.64deg,rgba(0,0,0,.18) 116.64deg)}55%{background:conic-gradient(#ea5b1b 118.8deg,rgba(0,0,0,.18) 118.8deg)}56%{background:conic-gradient(#ea5b1b 120.96deg,rgba(0,0,0,.18) 120.96deg)}57%{background:conic-gradient(#ea5b1b 123.12deg,rgba(0,0,0,.18) 123.12deg)}58%{background:conic-gradient(#ea5b1b 125.28deg,rgba(0,0,0,.18) 125.28deg)}59%{background:conic-gradient(#ea5b1b 127.44deg,rgba(0,0,0,.18) 127.44deg)}60%{background:conic-gradient(#ea5b1b 129.6deg,rgba(0,0,0,.18) 129.6deg)}61%{background:conic-gradient(#ea5b1b 131.76deg,rgba(0,0,0,.18) 131.76deg)}62%{background:conic-gradient(#ea5b1b 133.92deg,rgba(0,0,0,.18) 133.92deg)}63%{background:conic-gradient(#ea5b1b 136.08deg,rgba(0,0,0,.18) 136.08deg)}64%{background:conic-gradient(#ea5b1b 138.24deg,rgba(0,0,0,.18) 138.24deg)}65%{background:conic-gradient(#ea5b1b 140.4deg,rgba(0,0,0,.18) 140.4deg)}66%{background:conic-gradient(#ea5b1b 142.56deg,rgba(0,0,0,.18) 142.56deg)}67%{background:conic-gradient(#ea5b1b 144.72deg,rgba(0,0,0,.18) 144.72deg)}68%{background:conic-gradient(#ea5b1b 146.88deg,rgba(0,0,0,.18) 146.88deg)}69%{background:conic-gradient(#ea5b1b 149.04deg,rgba(0,0,0,.18) 149.04deg)}70%{background:conic-gradient(#ea5b1b 151.2deg,rgba(0,0,0,.18) 151.2deg)}71%{background:conic-gradient(#ea5b1b 153.36deg,rgba(0,0,0,.18) 153.36deg)}72%{background:conic-gradient(#ea5b1b 155.52deg,rgba(0,0,0,.18) 155.52deg)}73%{background:conic-gradient(#ea5b1b 157.68deg,rgba(0,0,0,.18) 157.68deg)}74%{background:conic-gradient(#ea5b1b 159.84deg,rgba(0,0,0,.18) 159.84deg)}75%{background:conic-gradient(#ea5b1b 162deg,rgba(0,0,0,.18) 162deg)}76%{background:conic-gradient(#ea5b1b 164.16deg,rgba(0,0,0,.18) 164.16deg)}77%{background:conic-gradient(#ea5b1b 166.32deg,rgba(0,0,0,.18) 166.32deg)}78%{background:conic-gradient(#ea5b1b 168.48deg,rgba(0,0,0,.18) 168.48deg)}79%{background:conic-gradient(#ea5b1b 170.64deg,rgba(0,0,0,.18) 170.64deg)}80%{background:conic-gradient(#ea5b1b 172.8deg,rgba(0,0,0,.18) 172.8deg)}81%{background:conic-gradient(#ea5b1b 174.96deg,rgba(0,0,0,.18) 174.96deg)}82%{background:conic-gradient(#ea5b1b 177.12deg,rgba(0,0,0,.18) 177.12deg)}83%{background:conic-gradient(#ea5b1b 179.28deg,rgba(0,0,0,.18) 179.28deg)}84%{background:conic-gradient(#ea5b1b 181.44deg,rgba(0,0,0,.18) 181.44deg)}85%{background:conic-gradient(#ea5b1b 183.6deg,rgba(0,0,0,.18) 183.6deg)}86%{background:conic-gradient(#ea5b1b 185.76deg,rgba(0,0,0,.18) 185.76deg)}87%{background:conic-gradient(#ea5b1b 187.92deg,rgba(0,0,0,.18) 187.92deg)}88%{background:conic-gradient(#ea5b1b 190.08deg,rgba(0,0,0,.18) 190.08deg)}89%{background:conic-gradient(#ea5b1b 192.24deg,rgba(0,0,0,.18) 192.24deg)}90%{background:conic-gradient(#ea5b1b 194.4deg,rgba(0,0,0,.18) 194.4deg)}91%{background:conic-gradient(#ea5b1b 196.56deg,rgba(0,0,0,.18) 196.56deg)}92%{background:conic-gradient(#ea5b1b 198.72deg,rgba(0,0,0,.18) 198.72deg)}93%{background:conic-gradient(#ea5b1b 200.88deg,rgba(0,0,0,.18) 200.88deg)}94%{background:conic-gradient(#ea5b1b 203.04deg,rgba(0,0,0,.18) 203.04deg)}95%{background:conic-gradient(#ea5b1b 205.2deg,rgba(0,0,0,.18) 205.2deg)}96%{background:conic-gradient(#ea5b1b 207.36deg,rgba(0,0,0,.18) 207.36deg)}97%{background:conic-gradient(#ea5b1b 209.52deg,rgba(0,0,0,.18) 209.52deg)}98%{background:conic-gradient(#ea5b1b 211.68deg,rgba(0,0,0,.18) 211.68deg)}99%{background:conic-gradient(#ea5b1b 213.84deg,rgba(0,0,0,.18) 213.84deg)}to{background:conic-gradient(#ea5b1b 216deg,rgba(0,0,0,.18) 216deg)}}.home-initial-task .home-initial-task-progress.home-initial-task-progress-80{background:conic-gradient(#ea5b1b 288deg,rgba(0,0,0,.18) 288deg);animation:progressCircleAnimation80 .5s ease forwards}@keyframes progressCircleAnimation80{1%{background:conic-gradient(#ea5b1b 2.88deg,rgba(0,0,0,.18) 2.88deg)}2%{background:conic-gradient(#ea5b1b 5.76deg,rgba(0,0,0,.18) 5.76deg)}3%{background:conic-gradient(#ea5b1b 8.64deg,rgba(0,0,0,.18) 8.64deg)}4%{background:conic-gradient(#ea5b1b 11.52deg,rgba(0,0,0,.18) 11.52deg)}5%{background:conic-gradient(#ea5b1b 14.4deg,rgba(0,0,0,.18) 14.4deg)}6%{background:conic-gradient(#ea5b1b 17.28deg,rgba(0,0,0,.18) 17.28deg)}7%{background:conic-gradient(#ea5b1b 20.16deg,rgba(0,0,0,.18) 20.16deg)}8%{background:conic-gradient(#ea5b1b 23.04deg,rgba(0,0,0,.18) 23.04deg)}9%{background:conic-gradient(#ea5b1b 25.92deg,rgba(0,0,0,.18) 25.92deg)}10%{background:conic-gradient(#ea5b1b 28.8deg,rgba(0,0,0,.18) 28.8deg)}11%{background:conic-gradient(#ea5b1b 31.68deg,rgba(0,0,0,.18) 31.68deg)}12%{background:conic-gradient(#ea5b1b 34.56deg,rgba(0,0,0,.18) 34.56deg)}13%{background:conic-gradient(#ea5b1b 37.44deg,rgba(0,0,0,.18) 37.44deg)}14%{background:conic-gradient(#ea5b1b 40.32deg,rgba(0,0,0,.18) 40.32deg)}15%{background:conic-gradient(#ea5b1b 43.2deg,rgba(0,0,0,.18) 43.2deg)}16%{background:conic-gradient(#ea5b1b 46.08deg,rgba(0,0,0,.18) 46.08deg)}17%{background:conic-gradient(#ea5b1b 48.96deg,rgba(0,0,0,.18) 48.96deg)}18%{background:conic-gradient(#ea5b1b 51.84deg,rgba(0,0,0,.18) 51.84deg)}19%{background:conic-gradient(#ea5b1b 54.72deg,rgba(0,0,0,.18) 54.72deg)}20%{background:conic-gradient(#ea5b1b 57.6deg,rgba(0,0,0,.18) 57.6deg)}21%{background:conic-gradient(#ea5b1b 60.48deg,rgba(0,0,0,.18) 60.48deg)}22%{background:conic-gradient(#ea5b1b 63.36deg,rgba(0,0,0,.18) 63.36deg)}23%{background:conic-gradient(#ea5b1b 66.24deg,rgba(0,0,0,.18) 66.24deg)}24%{background:conic-gradient(#ea5b1b 69.12deg,rgba(0,0,0,.18) 69.12deg)}25%{background:conic-gradient(#ea5b1b 72deg,rgba(0,0,0,.18) 72deg)}26%{background:conic-gradient(#ea5b1b 74.88deg,rgba(0,0,0,.18) 74.88deg)}27%{background:conic-gradient(#ea5b1b 77.76deg,rgba(0,0,0,.18) 77.76deg)}28%{background:conic-gradient(#ea5b1b 80.64deg,rgba(0,0,0,.18) 80.64deg)}29%{background:conic-gradient(#ea5b1b 83.52deg,rgba(0,0,0,.18) 83.52deg)}30%{background:conic-gradient(#ea5b1b 86.4deg,rgba(0,0,0,.18) 86.4deg)}31%{background:conic-gradient(#ea5b1b 89.28deg,rgba(0,0,0,.18) 89.28deg)}32%{background:conic-gradient(#ea5b1b 92.16deg,rgba(0,0,0,.18) 92.16deg)}33%{background:conic-gradient(#ea5b1b 95.04deg,rgba(0,0,0,.18) 95.04deg)}34%{background:conic-gradient(#ea5b1b 97.92deg,rgba(0,0,0,.18) 97.92deg)}35%{background:conic-gradient(#ea5b1b 100.8deg,rgba(0,0,0,.18) 100.8deg)}36%{background:conic-gradient(#ea5b1b 103.68deg,rgba(0,0,0,.18) 103.68deg)}37%{background:conic-gradient(#ea5b1b 106.56deg,rgba(0,0,0,.18) 106.56deg)}38%{background:conic-gradient(#ea5b1b 109.44deg,rgba(0,0,0,.18) 109.44deg)}39%{background:conic-gradient(#ea5b1b 112.32deg,rgba(0,0,0,.18) 112.32deg)}40%{background:conic-gradient(#ea5b1b 115.2deg,rgba(0,0,0,.18) 115.2deg)}41%{background:conic-gradient(#ea5b1b 118.08deg,rgba(0,0,0,.18) 118.08deg)}42%{background:conic-gradient(#ea5b1b 120.96deg,rgba(0,0,0,.18) 120.96deg)}43%{background:conic-gradient(#ea5b1b 123.84deg,rgba(0,0,0,.18) 123.84deg)}44%{background:conic-gradient(#ea5b1b 126.72deg,rgba(0,0,0,.18) 126.72deg)}45%{background:conic-gradient(#ea5b1b 129.6deg,rgba(0,0,0,.18) 129.6deg)}46%{background:conic-gradient(#ea5b1b 132.48deg,rgba(0,0,0,.18) 132.48deg)}47%{background:conic-gradient(#ea5b1b 135.36deg,rgba(0,0,0,.18) 135.36deg)}48%{background:conic-gradient(#ea5b1b 138.24deg,rgba(0,0,0,.18) 138.24deg)}49%{background:conic-gradient(#ea5b1b 141.12deg,rgba(0,0,0,.18) 141.12deg)}50%{background:conic-gradient(#ea5b1b 144deg,rgba(0,0,0,.18) 144deg)}51%{background:conic-gradient(#ea5b1b 146.88deg,rgba(0,0,0,.18) 146.88deg)}52%{background:conic-gradient(#ea5b1b 149.76deg,rgba(0,0,0,.18) 149.76deg)}53%{background:conic-gradient(#ea5b1b 152.64deg,rgba(0,0,0,.18) 152.64deg)}54%{background:conic-gradient(#ea5b1b 155.52deg,rgba(0,0,0,.18) 155.52deg)}55%{background:conic-gradient(#ea5b1b 158.4deg,rgba(0,0,0,.18) 158.4deg)}56%{background:conic-gradient(#ea5b1b 161.28deg,rgba(0,0,0,.18) 161.28deg)}57%{background:conic-gradient(#ea5b1b 164.16deg,rgba(0,0,0,.18) 164.16deg)}58%{background:conic-gradient(#ea5b1b 167.04deg,rgba(0,0,0,.18) 167.04deg)}59%{background:conic-gradient(#ea5b1b 169.92deg,rgba(0,0,0,.18) 169.92deg)}60%{background:conic-gradient(#ea5b1b 172.8deg,rgba(0,0,0,.18) 172.8deg)}61%{background:conic-gradient(#ea5b1b 175.68deg,rgba(0,0,0,.18) 175.68deg)}62%{background:conic-gradient(#ea5b1b 178.56deg,rgba(0,0,0,.18) 178.56deg)}63%{background:conic-gradient(#ea5b1b 181.44deg,rgba(0,0,0,.18) 181.44deg)}64%{background:conic-gradient(#ea5b1b 184.32deg,rgba(0,0,0,.18) 184.32deg)}65%{background:conic-gradient(#ea5b1b 187.2deg,rgba(0,0,0,.18) 187.2deg)}66%{background:conic-gradient(#ea5b1b 190.08deg,rgba(0,0,0,.18) 190.08deg)}67%{background:conic-gradient(#ea5b1b 192.96deg,rgba(0,0,0,.18) 192.96deg)}68%{background:conic-gradient(#ea5b1b 195.84deg,rgba(0,0,0,.18) 195.84deg)}69%{background:conic-gradient(#ea5b1b 198.72deg,rgba(0,0,0,.18) 198.72deg)}70%{background:conic-gradient(#ea5b1b 201.6deg,rgba(0,0,0,.18) 201.6deg)}71%{background:conic-gradient(#ea5b1b 204.48deg,rgba(0,0,0,.18) 204.48deg)}72%{background:conic-gradient(#ea5b1b 207.36deg,rgba(0,0,0,.18) 207.36deg)}73%{background:conic-gradient(#ea5b1b 210.24deg,rgba(0,0,0,.18) 210.24deg)}74%{background:conic-gradient(#ea5b1b 213.12deg,rgba(0,0,0,.18) 213.12deg)}75%{background:conic-gradient(#ea5b1b 216deg,rgba(0,0,0,.18) 216deg)}76%{background:conic-gradient(#ea5b1b 218.88deg,rgba(0,0,0,.18) 218.88deg)}77%{background:conic-gradient(#ea5b1b 221.76deg,rgba(0,0,0,.18) 221.76deg)}78%{background:conic-gradient(#ea5b1b 224.64deg,rgba(0,0,0,.18) 224.64deg)}79%{background:conic-gradient(#ea5b1b 227.52deg,rgba(0,0,0,.18) 227.52deg)}80%{background:conic-gradient(#ea5b1b 230.4deg,rgba(0,0,0,.18) 230.4deg)}81%{background:conic-gradient(#ea5b1b 233.28deg,rgba(0,0,0,.18) 233.28deg)}82%{background:conic-gradient(#ea5b1b 236.16deg,rgba(0,0,0,.18) 236.16deg)}83%{background:conic-gradient(#ea5b1b 239.04deg,rgba(0,0,0,.18) 239.04deg)}84%{background:conic-gradient(#ea5b1b 241.92deg,rgba(0,0,0,.18) 241.92deg)}85%{background:conic-gradient(#ea5b1b 244.8deg,rgba(0,0,0,.18) 244.8deg)}86%{background:conic-gradient(#ea5b1b 247.68deg,rgba(0,0,0,.18) 247.68deg)}87%{background:conic-gradient(#ea5b1b 250.56deg,rgba(0,0,0,.18) 250.56deg)}88%{background:conic-gradient(#ea5b1b 253.44deg,rgba(0,0,0,.18) 253.44deg)}89%{background:conic-gradient(#ea5b1b 256.32deg,rgba(0,0,0,.18) 256.32deg)}90%{background:conic-gradient(#ea5b1b 259.2deg,rgba(0,0,0,.18) 259.2deg)}91%{background:conic-gradient(#ea5b1b 262.08deg,rgba(0,0,0,.18) 262.08deg)}92%{background:conic-gradient(#ea5b1b 264.96deg,rgba(0,0,0,.18) 264.96deg)}93%{background:conic-gradient(#ea5b1b 267.84deg,rgba(0,0,0,.18) 267.84deg)}94%{background:conic-gradient(#ea5b1b 270.72deg,rgba(0,0,0,.18) 270.72deg)}95%{background:conic-gradient(#ea5b1b 273.6deg,rgba(0,0,0,.18) 273.6deg)}96%{background:conic-gradient(#ea5b1b 276.48deg,rgba(0,0,0,.18) 276.48deg)}97%{background:conic-gradient(#ea5b1b 279.36deg,rgba(0,0,0,.18) 279.36deg)}98%{background:conic-gradient(#ea5b1b 282.24deg,rgba(0,0,0,.18) 282.24deg)}99%{background:conic-gradient(#ea5b1b 285.12deg,rgba(0,0,0,.18) 285.12deg)}to{background:conic-gradient(#ea5b1b 288deg,rgba(0,0,0,.18) 288deg)}}.home-initial-task .home-initial-task-progress .home-initial-task-progress-circle{background-color:#fff;width:calc(var(--d) - var(--border));height:calc(var(--d) - var(--border));border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.home-initial-task .home-initial-task-progress span{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:14px;font-weight:600;color:#ea5b1b}.home-initial-task .home-initial-task-container{margin-top:10px;display:flex;flex-direction:column;gap:2px}.home-initial-task .home-initial-task-container .home-initial-task-item{display:flex;flex-direction:row}.home-initial-task .home-initial-task-container .home-initial-task-item .home-initial-task-item-check{width:18px;height:18px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:3px;border:2px solid #ea5b1b!important;margin-right:10px}.home-initial-task .home-initial-task-container .home-initial-task-item .home-initial-task-item-title{max-width:fit-content;width:calc(100% - 28px);margin-top:3px}.home-initial-task .home-initial-task-container .home-initial-task-item.home-initial-task-item-completed .home-initial-task-item-check{accent-color:#ea5b1b;-webkit-appearance:auto;-moz-appearance:auto;appearance:auto;animation:check .6s linear forwards .1s}.home-initial-task .home-initial-task-container .home-initial-task-item.home-initial-task-item-completed .home-initial-task-item-title{color:#ea5b1b;position:relative;font-weight:600}.home-initial-task .home-initial-task-container .home-initial-task-item.home-initial-task-item-completed .home-initial-task-item-title:after{content:" ";position:absolute;top:47%;left:0;width:fit-content;height:2px;opacity:1;background:#ea5b1b;animation:strike .5s linear forwards .05s}@media ((max-width: 600px)){.home-initial-task .home-initial-task-progress{top:64px;right:36px}}@keyframes check{0%{transform:scale(.5)}70%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes strike{0%{width:0;height:3px;opacity:1}to{width:100%;height:1px;opacity:.8}}.prueba-planes{min-height:120px}.prueba-planes p{margin:0}.prueba-planes .subscription-expired-plans{display:flex;flex-direction:column;gap:20px;margin-top:14px}.prueba-planes .subscription-expired-plans .subscription-expired-plan{display:flex;flex-direction:column;justify-content:space-between;gap:10px;align-items:center;background-color:#ea5b1b;color:#fff;border-radius:8px;padding:10px 10px 16px;cursor:pointer}.prueba-planes .subscription-expired-plans .subscription-expired-plan .subscription-expired-plan-title{font-weight:700;font-size:1.3rem}.prueba-planes .subscription-expired-plans .subscription-expired-plan .subscription-expired-plan-price-container{display:flex;flex-direction:row;width:100%}.prueba-planes .subscription-expired-plans .subscription-expired-plan .subscription-expired-plan-price-container-pago{display:flex;flex-direction:column;align-items:start;margin-left:10px;width:45%}.prueba-planes .subscription-expired-plans .subscription-expired-plan .subscription-expired-plan-price-container-pago .subscription-expired-plan-price-container-subpago{width:fit-content;display:flex;flex-direction:column;align-items:start;margin-top:-10px}.prueba-planes .subscription-expired-plans .subscription-expired-plan .subscription-expired-plan-price-container-pago .subscription-expired-plan-price-before{font-size:1.5rem;text-align:center;text-decoration:line-through;margin-bottom:-9px}.prueba-planes .subscription-expired-plans .subscription-expired-plan .subscription-expired-plan-price-container-pago .subscription-expired-plan-price{font-size:3rem;font-weight:700}.prueba-planes .subscription-expired-plans .subscription-expired-plan .subscription-expired-plan-price-container-pago .subscription-expired-plan-price-big{font-size:2.5rem;margin-top:8px}.prueba-planes .subscription-expired-plans .subscription-expired-plan .subscription-expired-plan-price-container-pago .subscription-expired-plan-price-very-big{font-size:2.1rem;margin-top:14px}.prueba-planes .subscription-expired-plans .subscription-expired-plan .subscription-expired-plan-price-container-pago .subscription-expired-plan-price-extra-big{font-size:1.7rem;margin-top:14px}.prueba-planes .subscription-expired-plans .subscription-expired-plan .subscription-expired-plan-price-container-pago .subscription-expired-plan-price-after{margin-top:-9px}.prueba-planes .subscription-expired-plans .subscription-expired-plan .subscription-expired-plan-price-container-seleccionar{display:flex;flex-direction:column;align-items:center;width:55%}.prueba-planes .subscription-expired-plans .subscription-expired-plan .subscription-expired-plan-price-container-seleccionar .subscription-expired-plan-description{font-size:.8rem;margin-bottom:2px}.prueba-planes .subscription-expired-plans .subscription-expired-plan .subscription-expired-plan-price-container-seleccionar .subscription-expired-plan-button{color:#000;background-color:#fff;width:100%;text-align:center;padding:6px 0;border-radius:30px;font-size:1.2rem;font-weight:700;font-style:italic}.prueba-planes .subscription-expired-plans .prueba-planes-can-change{margin-top:-10px;font-size:.9rem}.prueba-planes .subscription-expired-ios-terms{margin-top:20px;font-size:.9rem}.prueba-planes .prueba-planes-spinner{display:flex;justify-content:center;align-items:center;margin-top:20px}.prueba-planes .subscription-reload-text-container p{margin-bottom:30px}.home-ofert-prueba-7-dias-20-descuento-plan{padding:12px 10px 15px;width:calc(100% - 24px);border-radius:16px;border:5px solid #ea5b1b;background:white;box-shadow:0 4px 28px #2e31761a;display:flex;flex-direction:row;margin-top:50px;cursor:pointer}.home-ofert-prueba-7-dias-20-descuento-plan p{margin:0}.home-ofert-prueba-7-dias-20-descuento-plan .home-ofert-prueba-7-dias-20-descuento-plan-img{width:22%;margin-left:3%}.home-ofert-prueba-7-dias-20-descuento-plan .home-ofert-prueba-7-dias-20-descuento-plan-img img{width:100%;margin-top:-80px;transform:rotate(7deg);animation:rotateDescuentoPlanImg 2s ease-in-out .5s}.home-ofert-prueba-7-dias-20-descuento-plan .home-ofert-prueba-7-dias-20-descuento-plan-right{display:flex;flex-direction:column;width:67%;margin-left:5%}.home-ofert-prueba-7-dias-20-descuento-plan .home-ofert-prueba-7-dias-20-descuento-plan-right .home-ofert-prueba-7-dias-20-descuento-plan-title{color:#ea5b1b;font-size:32px;font-weight:600}.home-ofert-prueba-7-dias-20-descuento-plan .home-ofert-prueba-7-dias-20-descuento-plan-right .home-ofert-prueba-7-dias-20-descuento-plan-description{font-weight:600;font-size:28px;margin-bottom:10px}.home-ofert-prueba-7-dias-20-descuento-plan .home-ofert-prueba-7-dias-20-descuento-plan-right .home-ofert-prueba-7-dias-20-descuento-plan-action{display:flex;flex-direction:row;justify-content:space-between;font-size:20px;align-items:end}.home-ofert-prueba-7-dias-20-descuento-plan .home-ofert-prueba-7-dias-20-descuento-plan-right .home-ofert-prueba-7-dias-20-descuento-plan-action .home-ofert-prueba-7-dias-20-descuento-plan-countdown{font-style:italic}.home-ofert-prueba-7-dias-20-descuento-plan .home-ofert-prueba-7-dias-20-descuento-plan-right .home-ofert-prueba-7-dias-20-descuento-plan-action .home-ofert-prueba-7-dias-20-descuento-plan-cta{color:#717171}.home-ofert-prueba-7-dias-20-descuento-plan .home-ofert-prueba-7-dias-20-descuento-plan-right .home-ofert-prueba-7-dias-20-descuento-plan-action .home-ofert-prueba-7-dias-20-descuento-plan-cta svg{transform:rotate(180deg);height:12px;fill:#717171}@media ((max-width: 600px)){.home-ofert-prueba-7-dias-20-descuento-plan{padding:12px 10px;margin-top:20px}.home-ofert-prueba-7-dias-20-descuento-plan .home-ofert-prueba-7-dias-20-descuento-plan-img{width:34%;margin-left:-10%}.home-ofert-prueba-7-dias-20-descuento-plan .home-ofert-prueba-7-dias-20-descuento-plan-img img{margin-top:-50px;transform:rotate(8deg)}.home-ofert-prueba-7-dias-20-descuento-plan .home-ofert-prueba-7-dias-20-descuento-plan-right{width:75%;margin-left:5%}.home-ofert-prueba-7-dias-20-descuento-plan .home-ofert-prueba-7-dias-20-descuento-plan-right .home-ofert-prueba-7-dias-20-descuento-plan-title{font-size:25px}.home-ofert-prueba-7-dias-20-descuento-plan .home-ofert-prueba-7-dias-20-descuento-plan-right .home-ofert-prueba-7-dias-20-descuento-plan-description{font-size:18px;margin-bottom:0}.home-ofert-prueba-7-dias-20-descuento-plan .home-ofert-prueba-7-dias-20-descuento-plan-right .home-ofert-prueba-7-dias-20-descuento-plan-action{display:flex;flex-direction:column;align-items:start;gap:2px;margin-top:5px;font-size:16px}}@keyframes rotateDescuentoPlanImg{0%{transform:rotate(7deg) scale(.95)}16%{transform:rotate(-5deg) scale(1.05)}33%{transform:rotate(5deg) scale(.95)}50%{transform:rotate(-5deg) scale(1.05)}66%{transform:rotate(5deg) scale(.95)}83%{transform:rotate(-5deg) scale(1.05)}to{transform:rotate(7deg) scale(1)}}.home-week{border-radius:16px;background:var(--white, #fff);padding:24px 28px 24px 16px}.home-week .summary-of-week h6{color:var(--dark, #333);font-size:18px;font-style:normal;font-weight:600;line-height:normal;letter-spacing:.14px;margin-bottom:24px}.home-week .summary-of-week span{color:#ea5b1b;font-weight:700;margin-left:8px}.home-week .km-counts{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:16px;color:var(--dark, #666)!important}.home-week .km-counts p{margin:0}.home-week .progress{border-radius:4px!important;height:8px!important}.home-week .progress .progress-bar{border-radius:4px;background:#ea5b1b!important}.workout-strength-item{background-color:#fff;height:82px;border-radius:12px;display:flex;flex-direction:row;align-items:center;border:1px solid #e5e5e5;position:relative}.workout-strength-item .container-image{width:calc(30% - 12px);max-height:180px;height:64px;margin-left:12px}.workout-strength-item .container-image img{width:100%;height:100%;object-fit:contain}.workout-strength-item .container-video{padding:10px;position:absolute;top:5px;right:5px;color:"#0a0a0a";cursor:pointer;font-size:18px}.workout-strength-item .container-text{width:80%;display:flex;flex-direction:column;justify-content:center;padding:0 16px}.workout-strength-item .container-text .title{font-size:15px;font-weight:600;margin:0}.workout-strength-item .container-text .series-reps{font-size:14px;font-weight:400;margin:5px 0 0}.workout-strength-item.workout-strength-item-open{height:fit-content;flex-direction:column}.workout-strength-item.workout-strength-item-open .container-image{width:100%;height:400px;margin:0}.workout-strength-item.workout-strength-item-open .container-image img{width:100%;height:100%;object-fit:contain}.workout-strength-item.workout-strength-item-open .container-text{width:80%;display:flex;flex-direction:column;justify-content:center;padding:0 16px;margin-bottom:12px}.workout-strength-item.workout-strength-item-open .container-text .title{font-size:15px;font-weight:600;margin:0}.workout-strength-item.workout-strength-item-open .container-text .series-reps,.workout-strength-item.workout-strength-item-open .container-text .description{font-size:14px;font-weight:400;margin:5px 0 0}.workout-strength-video-modal video{max-height:60vh;width:100%}.workout-strength-video-modal .container-spinner{display:flex;justify-content:center;align-items:center;height:200px}.home-workout{display:flex;flex-direction:column;gap:25px}.home-workout .header-card{padding:25px 30px;display:flex;justify-content:space-between;align-items:center;color:#ea5b1b;fill:#ea5b1b}.home-workout .header-card h4{font-style:normal;margin:0}.home-workout .home-workout-card{background:#fff;border-radius:16px}.home-workout .card-image{padding-bottom:16px;position:relative}.home-workout .card-image span{height:100%;aspect-ratio:1/1}.home-workout .card-image img{width:100%}.home-workout .card-image .card-image-play-video{position:absolute;top:50%;left:50%;height:60px;width:60px;transform:translate(-50%,-50%);cursor:pointer;fill:#ea5b1b;background-color:#f9d1be;border:5px solid #ea5b1b;border-radius:50%;display:flex;justify-content:center;align-items:center}.home-workout .card-image .card-image-play-video svg{margin-right:-4px;height:36px;width:36px}.home-workout .container-video-onboarding{width:100vw;height:100vh;position:fixed;background-color:#000c;top:env(safe-area-inset-top);left:env(safe-area-inset-left);z-index:999999}.home-workout .container-video-onboarding video{max-height:calc(100vh - env(safe-area-inset-bottom) - env(safe-area-inset-top));width:100%}.home-workout .card-content{padding:0 29px 13px 24px}.home-workout .card-content h4{font-size:20px;margin:0}.home-workout .card-content p{color:var(--gray-04, #666);font-size:14px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.14px}.home-workout .card-content button{margin-top:10px}.home-workout .done{display:flex;flex-flow:row wrap;justify-content:center;row-gap:22px;margin-top:20px}.home-workout .done .done-item{display:flex;flex-direction:column;align-items:center;flex:50%}.home-workout .done .done-item .done-item-header{color:var(--dark, #333)}.home-workout .done .done-item .done-item-value{font-size:38px;font-weight:600;margin-top:12px}.appbar-container{display:flex;justify-content:center;align-items:center;border-bottom:4px solid #ea5b1b;position:relative;background-color:#fff;height:60px}.appbar-container .left-icons,.appbar-container .right-icons{position:absolute;top:14px;fill:#ea5b1b;cursor:pointer;display:flex;flex-direction:row;gap:16px}.appbar-container .left-icons{left:14px}.appbar-container .right-icons{right:14px}.appbar-container .icon{font-size:18px;cursor:pointer;padding:8px}.appbar-container h5{color:#ea5b1b;font-size:22px}@media (max-width: 600px){.appbar-container{height:52px}.appbar-container .left-icons,.appbar-container .right-icons{top:8px}.appbar-container h5{font-size:20px;margin:2px 0 0}}.influencer p{margin:0}.influencer .container{padding-top:20px;display:flex;flex-direction:column;gap:30px}.influencer .influencer-filter h2{margin:0 0 5px}.influencer .influencer-filter .influencer-filter-container{display:flex;flex-direction:row;gap:20px}.influencer .influencer-clic h2{margin:0 0 10px}.influencer .influencer-boxes-container{display:flex;flex-direction:row;gap:20px}.influencer .influencer-boxes-container .influencer-box{width:calc(50% - 10px);border-radius:6px;padding:12px 20px;background-color:#fff}.influencer .influencer-boxes-container .influencer-box .influencer-box-title{font-weight:700;font-size:1.2rem}.influencer .influencer-tabla-container h2{margin:0 0 10px}.influencer .influencer-tabla-container .influencer-tabla{display:flex;flex-direction:column;min-width:100%;overflow-x:auto}.influencer .influencer-tabla-container .influencer-tabla .influencer-tabla-header,.influencer .influencer-tabla-container .influencer-tabla .influencer-tabla-row{display:flex;flex-direction:row;width:100%}.influencer .influencer-tabla-container .influencer-tabla .influencer-tabla-header .influencer-tabla-item,.influencer .influencer-tabla-container .influencer-tabla .influencer-tabla-row .influencer-tabla-item{width:22%;padding:8px 5px 6px;text-align:center;min-width:65px;border-bottom:1px solid #9a9a9a}.influencer .influencer-tabla-container .influencer-tabla .influencer-tabla-header .influencer-tabla-item:first-child,.influencer .influencer-tabla-container .influencer-tabla .influencer-tabla-row .influencer-tabla-item:first-child{text-align:left;padding-left:8px;width:30%;min-width:70px;border-left:1px solid #9a9a9a}.influencer .influencer-tabla-container .influencer-tabla .influencer-tabla-header .influencer-tabla-item:last-child,.influencer .influencer-tabla-container .influencer-tabla .influencer-tabla-row .influencer-tabla-item:last-child{padding-right:8px;border-right:1px solid #9a9a9a}.influencer .influencer-tabla-container .influencer-tabla .influencer-tabla-header{font-weight:700;border-top-left-radius:4px;border-top-right-radius:4px;background-color:#f5af90}.influencer .influencer-tabla-container .influencer-tabla .influencer-tabla-header .influencer-tabla-item{border-top:1px solid #9a9a9a;background-color:#f5af90}.influencer .influencer-tabla-container .influencer-tabla .influencer-tabla-header .influencer-tabla-item:first-child{border-top-left-radius:4px}.influencer .influencer-tabla-container .influencer-tabla .influencer-tabla-header .influencer-tabla-item:last-child{border-top-right-radius:4px}.influencer .influencer-tabla-container .influencer-tabla .influencer-tabla-row:last-child .influencer-tabla-item:first-child{border-bottom-left-radius:4px}.influencer .influencer-tabla-container .influencer-tabla .influencer-tabla-row:last-child .influencer-tabla-item:last-child{border-bottom-right-radius:4px}.authentication-google{width:calc(100% - 40px);height:46px;border:1px solid silver;border-radius:4px;display:flex;flex-direction:row;align-items:center;padding:0 20px;position:relative;cursor:pointer;background-color:#fff}.authentication-google:hover{background-color:#e7e7e7}.authentication-google img{width:32px;height:32px;position:absolute;top:calc(50% - 16px);left:20px}.authentication-google p{margin:0;width:100%;text-align:center;align-self:center;font-size:18px;color:#3e3e3e}@media ((max-width: 600px)){.authentication-google{height:42px}.authentication-google img{width:30px;height:30px;top:calc(50% - 15px)}.authentication-google p{font-size:16px}}.boxes{width:100%;position:relative}.boxes input{opacity:0;height:1px;width:1px;position:absolute}.boxes label{margin-bottom:0;margin-top:.5rem}.boxes .container-boxes{display:flex;display:grid;gap:16px 10px}.boxes .container-boxes.container-boxes-1{grid-template-columns:repeat(1,minmax(0,1fr))}.boxes .container-boxes.container-boxes-2{grid-template-columns:repeat(2,minmax(0,1fr))}.boxes .container-boxes.container-boxes-3{grid-template-columns:repeat(3,minmax(0,1fr))}.boxes .box{background-color:#9a9a9a;cursor:pointer;color:#fff;padding:20px 10px;border-radius:8px;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative}.boxes .box .box-img{position:absolute;top:0;left:0;object-fit:cover;width:100%;border-radius:8px;opacity:.6}.boxes .box .box-left-icon{position:absolute;top:calc(50% - 21px);left:20px;width:42px;height:42px;object-fit:cover;border-radius:8px}.boxes .box .box-label{font-weight:700;z-index:99;font-style:italic;width:80%;text-align:center}.boxes .box .box-label.box-label-left-icon{text-align:left;width:calc(100% - 80px);margin-left:60px}.boxes .box .box-sublabel{font-style:italic;text-align:center;z-index:99}.boxes .box .box-sublabel.box-sublabel-left-icon{text-align:left;margin-left:60px;width:calc(100% - 80px)}.boxes .box.box-has-img{padding:0;background-color:#676767}.boxes .box.box-checked{background-color:#ea5b1b}.boxes .box.animation{animation:selected .4s ease-in-out}@keyframes selected{0%{transform:scale(1);background-color:#ea5b1b}50%{transform:scale(1.05);background-color:#f39e78}to{transform:scale(1);background-color:#ea5b1b}}.boxes .boxes-new{gap:10px}.boxes .boxes-new .box{background-color:#fff;border:1px solid #ea5b1b;cursor:pointer;color:#ea5b1b;padding:8px 20px;align-items:flex-start}.boxes .boxes-new .box .box-label{color:#ea5b1b;text-align:left;font-size:16px!important}.boxes .boxes-new .box.box-checked{background-color:#ea5b1b}.boxes .boxes-new .box.box-checked .box-label{color:#fff}.register-prueba-gratis{width:100vw;min-height:100vh;height:100%;position:fixed;top:0;left:0;z-index:1000;background-color:#fff;overflow-y:auto}.register-prueba-gratis .container{display:flex;flex-direction:column;gap:20px;padding-bottom:20px}.register-prueba-gratis .prueba-title{font-size:24px;font-weight:700;text-align:center;font-style:italic}.register-prueba-gratis .prueba-title b{color:#ea5b1b;font-weight:800;font-style:italic}.register-prueba-gratis p{margin:0}.register-prueba-gratis .prueba-header{height:38px;background-color:#ea5b1b;padding:calc(9px + env(safe-area-inset-top)) 14px 9px;display:flex;justify-content:center;align-items:center;box-shadow:0 0 5px #7d7d7d;fill:#fff}.register-prueba-gratis .prueba-header img{color:#fff;width:526px;height:76px}.register-prueba-gratis .prueba-title-container{display:flex;flex-direction:column;align-items:center;margin:30px 0 0;gap:10px}.register-prueba-gratis .prueba-title-container .prueba-title-user{display:flex;justify-content:center;align-items:center}.register-prueba-gratis .prueba-title-container .prueba-title-user.prueba-title-user-photo{height:100px;width:100px}.register-prueba-gratis .prueba-title-container .prueba-title-user.prueba-title-user-photo img{border-radius:50%;width:100%;height:100%;object-fit:cover}.register-prueba-gratis .prueba-title-container .prueba-title-user.prueba-title-user-no-photo{fill:#ea5b1b;transform:skew(-4deg);border-radius:10px;border:4px solid #ea5b1b;height:72px;width:72px}.register-prueba-gratis .prueba-title-container .prueba-title-user.prueba-title-user-no-photo svg{height:52px;width:52px}.register-prueba-gratis .prueba-title-container .prueba-title{padding:0 20px}.register-prueba-gratis .prueba-grafico{max-width:100vw;margin-top:10px;position:relative}.register-prueba-gratis .prueba-grafico .prueba-title{margin-bottom:16px;z-index:3;position:relative}.register-prueba-gratis .prueba-grafico img{width:100%}.register-prueba-gratis .prueba-grafico .prueba-grafico-animation-box-container{width:100%;aspect-ratio:3508/1561;position:absolute;bottom:0;left:0;z-index:2}.register-prueba-gratis .prueba-grafico .prueba-grafico-animation-box-container .prueba-grafico-animation-box{background-color:#fff;width:100%;height:100%;padding-bottom:60px;animation:pruebaGraficoAnimation 3s linear forwards 0s 1}.register-prueba-gratis .prueba-grafico .prueba-grafico-background-down{background-color:#fadbcc;height:20px;width:100%;margin-top:-10px}@media (max-width: 600px){.register-prueba-gratis .prueba-grafico-fullwidth{width:100vw;margin-left:calc(-2.5vw - 15px)}}@keyframes pruebaGraficoAnimation{0%{margin-left:0;width:100%}20%{margin-left:15%;width:85%}43%{margin-left:43%;width:57%}65%{margin-left:67%;width:33%}to{margin-left:100%;width:0%;display:none}}.register-prueba-gratis .prueba-semana-ejemplo .prueba-semana-ejemplo-container{display:flex;flex-direction:column;margin-top:16px}.register-prueba-gratis .prueba-semana-ejemplo .prueba-semana-ejemplo-container .prueba-semana-ejemplo-dia{border-right:1px solid #c8c8c8;border-left:1px solid #c8c8c8;padding:6px 20px 2px 25px;position:relative;height:40px}.register-prueba-gratis .prueba-semana-ejemplo .prueba-semana-ejemplo-container .prueba-semana-ejemplo-dia:nth-child(1){border-top:1px solid #c8c8c8}.register-prueba-gratis .prueba-semana-ejemplo .prueba-semana-ejemplo-container .prueba-semana-ejemplo-dia:last-child{border-bottom:1px solid #c8c8c8}.register-prueba-gratis .prueba-semana-ejemplo .prueba-semana-ejemplo-container .prueba-semana-ejemplo-dia .prueba-semana-ejemplo-icon{position:absolute;top:8px;left:26px}.register-prueba-gratis .prueba-semana-ejemplo .prueba-semana-ejemplo-container .prueba-semana-ejemplo-dia .prueba-semana-ejemplo-icon svg{height:14px;width:14px;color:#717171;fill:#717171}.register-prueba-gratis .prueba-semana-ejemplo .prueba-semana-ejemplo-container .prueba-semana-ejemplo-dia .prueba-semana-ejemplo-tipo{position:absolute;top:7px;left:7px;width:9px;height:calc(100% - 14px);background-color:#9a9a9a}.register-prueba-gratis .prueba-semana-ejemplo .prueba-semana-ejemplo-container .prueba-semana-ejemplo-dia .prueba-semana-ejemplo-tipo.prueba-semana-ejemplo-tipo-correr{background-color:#db0e18e6}.register-prueba-gratis .prueba-semana-ejemplo .prueba-semana-ejemplo-container .prueba-semana-ejemplo-dia .prueba-semana-ejemplo-tipo.prueba-semana-ejemplo-tipo-fuerza{background-color:#0ea4dbe6}.register-prueba-gratis .prueba-semana-ejemplo .prueba-semana-ejemplo-container .prueba-semana-ejemplo-dia .prueba-semana-ejemplo-title{padding-left:22px;width:calc(100% - 22px)}.register-prueba-gratis .prueba-semana-ejemplo .prueba-semana-ejemplo-container .prueba-semana-ejemplo-dia .prueba-semana-ejemplo-description{font-size:.75rem;color:#717171}.register-prueba-gratis .prueba-semana-ejemplo .prueba-semana-ejemplo-explicacion{margin-top:5px;font-size:.9rem;color:#717171}.register-prueba-gratis .prueba-caracteristicas{display:flex;flex-direction:column;align-items:center;gap:10px}.register-prueba-gratis .prueba-caracteristicas .prueba-caracteristicas-captura{width:90%;margin-top:10px;margin-bottom:20px}.register-prueba-gratis .prueba-caracteristicas .carrousel-container{max-width:100vw}.register-prueba-gratis .prueba-caracteristicas .prueba-caracteristicas-item{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px;width:100%;max-width:100vw;fill:#ea5b1b}.register-prueba-gratis .prueba-caracteristicas .prueba-caracteristicas-item .prueba-caracteristicas-item-subcontainer{display:flex;flex-direction:row;align-items:center;width:80%;background-color:#efefef;padding:20px 10px;border-radius:12px}.register-prueba-gratis .prueba-caracteristicas .prueba-caracteristicas-item .prueba-caracteristicas-item-subcontainer img{height:42px;width:42px}.register-prueba-gratis .prueba-caracteristicas .prueba-caracteristicas-item .prueba-caracteristicas-item-subcontainer .prueba-caracteristicas-item-text{display:flex;flex-direction:column;text-align:left;margin-left:10px;width:calc(100% - 52px)}.register-prueba-gratis .prueba-caracteristicas .prueba-caracteristicas-item .prueba-caracteristicas-item-subcontainer .prueba-caracteristicas-item-text .prueba-caracteristicas-item-title{font-weight:600;font-size:1.2rem;margin-bottom:2px}.register-prueba-gratis .prueba-caracteristicas .prueba-caracteristicas-item .prueba-caracteristicas-item-subcontainer .prueba-caracteristicas-item-text .prueba-caracteristicas-item-descripcion{font-size:.9rem}.register-prueba-gratis .prueba-caracteristicas .prueba-caracteristicas-lista .prueba-caracteristicas-lista-header{display:flex;flex-direction:row}.register-prueba-gratis .prueba-caracteristicas .prueba-caracteristicas-lista .prueba-caracteristicas-lista-header .prueba-caracteristicas-lista-title{font-size:1.3rem;font-weight:600;margin-bottom:10px}.register-prueba-gratis .prueba-caracteristicas .prueba-caracteristicas-lista .prueba-caracteristicas-lista-header .prueba-caracteristicas-info{padding:5px 5px 5px 10px;margin-top:-5px;fill:#ea5b1b}.register-prueba-gratis .prueba-caracteristicas .prueba-caracteristicas-lista .prueba-caracteristicas-lista-container{display:flex;flex-direction:column;gap:6px}.register-prueba-gratis .prueba-caracteristicas .prueba-caracteristicas-lista .prueba-caracteristicas-lista-container .prueba-caracteristicas-lista-item{display:flex;flex-direction:row}.register-prueba-gratis .prueba-caracteristicas .prueba-caracteristicas-lista .prueba-caracteristicas-lista-container .prueba-caracteristicas-lista-item svg{height:20px;width:20px;fill:#ea5b1b}.register-prueba-gratis .prueba-caracteristicas .prueba-caracteristicas-lista .prueba-caracteristicas-lista-container .prueba-caracteristicas-lista-item .prueba-caracteristicas-lista-item-descripcion{width:calc(90% - 30px);margin-left:10px}.register-prueba-gratis .prueba-caracteristicas .prueba-caracteristicas-lista-modal-container{display:flex;flex-direction:column;gap:20px}.register-prueba-gratis .prueba-pasos .prueba-pasos-box{box-shadow:0 0 5px #b6b6b6;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:16px 10px;border-radius:10px;margin:10px 20px 0;transform:skew(-3deg)}.register-prueba-gratis .prueba-pasos .prueba-pasos-box .prueba-pasos-progress{width:14px;height:180px;border-radius:5px;background-color:#cfcfcf;margin-left:30px;transform:skew(-1deg)}.register-prueba-gratis .prueba-pasos .prueba-pasos-box .prueba-pasos-progress .prueba-pasos-progress-fill{height:35%;width:100%;background-color:#ea5b1b;border-radius:5px}.register-prueba-gratis .prueba-pasos .prueba-pasos-box .prueba-pasos-progress .prueba-pasos-progress-fill-full{height:100%}.register-prueba-gratis .prueba-pasos .prueba-pasos-box .prueba-pasos-lista{width:70%;display:flex;flex-direction:column;gap:15px}.register-prueba-gratis .prueba-pasos .prueba-pasos-box .prueba-pasos-lista p{font-weight:600}.register-prueba-gratis .prueba-planes-select .prueba-planes-select-container{display:flex;flex-direction:column;gap:20px;margin-top:10px}.register-prueba-gratis .prueba-planes-select .prueba-planes-select-container .prueba-planes-select-item{display:flex;flex-direction:row;justify-content:space-between;background-color:#f5f5f5;padding:10px 20px;border-radius:10px;position:relative}.register-prueba-gratis .prueba-planes-select .prueba-planes-select-container .prueba-planes-select-item.prueba-planes-select-container-selected{background-color:#ea5b1b;color:#fff}.register-prueba-gratis .prueba-planes-select .prueba-planes-select-container .prueba-planes-select-item .prueba-planes-select-ahorro{position:absolute;top:-10px;right:-4px;font-size:.8rem;font-weight:600;padding:2px 4px;border-radius:4px}.register-prueba-gratis .prueba-planes-select .prueba-planes-select-container .prueba-planes-select-item .prueba-planes-select-ahorro.prueba-planes-select-ahorro-outlined{border:1px solid #ea5b1b;background-color:#fff;color:#000}.register-prueba-gratis .prueba-planes-select .prueba-planes-select-container .prueba-planes-select-item .prueba-planes-select-ahorro.prueba-planes-select-ahorro-filled{background-color:#ea5b1b;color:#fff}.register-prueba-gratis .prueba-planes-select .prueba-planes-select-container .prueba-planes-select-item .prueba-planes-select-container-left .prueba-planes-select-precio{font-size:1.15rem}.register-prueba-gratis .prueba-planes-select .prueba-planes-select-container .prueba-planes-select-item .prueba-planes-select-container-right{font-size:.8rem;display:flex;flex-direction:column;align-items:center;justify-content:center}.register-prueba-gratis .prueba-testimonios .prueba-testimonios-item .prueba-testimonios-video{max-width:100%;max-height:60vh}.register-prueba-gratis .prueba-testimonios .prueba-testimonios-item .prueba-testimonios-video video{width:100%;max-height:50vh}@media (height <= 700px){.register-prueba-gratis .landing-top-logo{margin:0}.register-prueba-gratis .landing-carrousel .landing-carrousel-container .landing-carrousel-item img{width:100px;height:100px}.register-prueba-gratis .landing-carrousel .landing-carrousel-container .landing-carrousel-item .landing-carrousel-item-title{margin-top:20px}}.register-prueba-gratis .prueba-dudas{display:flex;flex-direction:column;align-items:center}.register-prueba-gratis .prueba-dudas .prueba-dudas-images{display:flex;flex-direction:row;justify-content:center;gap:20px;margin-top:10px}.register-prueba-gratis .prueba-dudas .prueba-dudas-images .prueba-dudas-image{position:relative;width:35%}.register-prueba-gratis .prueba-dudas .prueba-dudas-images .prueba-dudas-image .prueba-dudas-alias{position:absolute;bottom:-10px;right:10px;font-size:.7rem;font-weight:500;color:#717171}.register-prueba-gratis .prueba-dudas .prueba-dudas-images .prueba-dudas-image img{width:100%;aspect-ratio:119/179;border-radius:20px;transform:skew(-3deg)}.register-prueba-gratis .prueba-dudas .prueba-dudas-whatsapp{background-color:#000;height:44px;width:fit-content;padding:0 20px;gap:10px;margin-top:16px;border-radius:24px;color:#fff;fill:#fff;display:flex;flex-direction:row;align-items:center;justify-content:space-around}.register-prueba-gratis .prueba-dudas .prueba-dudas-whatsapp p{font-size:1.3rem;font-weight:600}.register-prueba-gratis .prueba-dudas .prueba-dudas-whatsapp svg{height:34px;width:34px}.register-prueba-gratis .prueba-action-space{height:calc(100px + env(safe-area-inset-bottom))}.register-prueba-gratis .prueba-action{display:flex;flex-direction:column;align-items:center;background-color:#fadbcc;padding:10px 0 5px;box-shadow:0 0 5px #43434366}.register-prueba-gratis .prueba-action.prueba-action-only-button{background-color:#fff;box-shadow:none}.register-prueba-gratis .prueba-action.prueba-action-fixed{position:fixed;bottom:0;padding-bottom:env(safe-area-inset-bottom);left:0;right:0}.register-prueba-gratis .prueba-action button{width:fit-content;height:fit-content;border-radius:100px;padding:10px 30px;font-size:1.5rem;box-shadow:0 0 5px #43434366;min-width:75%}.register-prueba-gratis .prueba-action p{font-size:.9rem;font-weight:500;margin-top:5px}.select{width:100%}.select label{margin-bottom:0;margin-top:.5rem}.select .container-input{display:flex;position:relative}.select .left-icon{position:absolute;top:50%;transform:translateY(-50%);left:0;width:48px;height:46px;background-color:#ea5b1b;border-radius:10px 0 0 10px;display:flex;justify-content:center;align-items:center}.select .left-icon svg{color:#fff;font-size:20px}.select select{width:100%;border:1px solid #9a9a9a;border-radius:10px;height:44px;padding:0 20px;background-color:#fff;color:#000;font-size:.8em;opacity:1;text-indent:1px}.select select.left-icon-input{padding-left:62px}.select select:disabled{background-color:#fff}.select select::placeholder{color:#9a9a9a;font-size:12px;font-style:normal;font-weight:400;line-height:normal}.select select:focus{border:2px solid black;padding:11px 9px;outline:none}.select select:focus svg{color:#000}.textarea{width:100%}.textarea label{margin-bottom:0;margin-top:.5rem}.textarea .container-input{display:flex;position:relative}.textarea .left-icon{position:absolute;top:50%;transform:translateY(-50%);left:0;width:48px;height:44px;background-color:#ea5b1b;border-radius:10px 0 0 10px;display:flex;justify-content:center;align-items:center}.textarea .left-icon svg{color:#fff;font-size:20px}.textarea textarea{min-width:100%;width:100%;border:1px solid #9a9a9a;color:#000!important;background-color:#fff;border-radius:10px;height:44px;padding:0 20px;-webkit-appearance:none;-moz-appearance:none;appearance:none;opacity:1;box-sizing:border-box}.textarea textarea.left-icon-input{min-width:calc(100% - 86px);padding-left:62px}.textarea textarea:disabled{background-color:#fff}.textarea textarea::placeholder{color:#9a9a9a;font-size:12px;font-style:normal;font-weight:400;line-height:normal}.textarea textarea:focus{border:2px solid black;outline:none}.textarea textarea:focus svg{color:#000}.textarea ::input-placeholder{text-align:left}.textarea :placeholder{text-align:left}.initial-form{background-color:#fff;min-height:calc(100vh - env(safe-area-inset-top))}.initial-form .container{padding-bottom:0}.initial-form .top-logo{text-align:center}.initial-form .top-logo img{max-height:100px}.initial-form h3,.initial-form .description{text-align:center}.initial-form .container-inputs{width:100%;display:flex;flex-direction:column;align-items:center;gap:16px}.initial-form .container-inputs .singup-providers{width:100%;display:flex;flex-direction:column;gap:16px;margin-bottom:30px}.initial-form .fuerza-material-container{width:100%;display:flex;flex-direction:column;align-items:start}.initial-form .fuerza-material-container .fuerza-material-subcontainer{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:10px 20px}.initial-form .fuerza-material-container .fuerza-material-subcontainer .fuerza-material-item{display:flex;flex-direction:row;max-width:200px;justify-content:space-between;align-items:center}.initial-form .disponibilidad-container{width:100%;display:flex;flex-direction:column;align-items:center}.initial-form .disponibilidad-container .disponibilidad-label{width:100%;border:1px solid #9a9a9a;height:44px;cursor:pointer;display:flex;justify-content:center;align-items:center;border-radius:10px;margin:0;box-sizing:border-box}.initial-form .disponibilidad-container .disponibilidad-label.disponibilidad-label-open{border:2px solid #ea5b1b;border-radius:10px 10px 0 0}.initial-form .disponibilidad-container input{border-radius:0 0 10px 10px!important;border:2px solid #ea5b1b;border-top:none}.authentication-apple{width:calc(100% - 40px);height:46px;border-radius:4px;display:flex;flex-direction:row;align-items:center;padding:0 20px;position:relative;cursor:pointer;background-color:#000}.authentication-apple:hover{background-color:#262626}.authentication-apple img{width:28px;height:28px;position:absolute;top:calc(50% - 14px);left:22px}.authentication-apple p{margin:0;width:100%;text-align:center;align-self:center;font-size:18px;color:#fff}@media ((max-width: 600px)){.authentication-apple{height:42px}.authentication-apple img{width:24px;height:24px;top:calc(50% - 12px);left:25px}.authentication-apple p{font-size:16px}}.notification-native-ios{display:flex;flex-direction:column;border:1px solid rgb(227,227,227);border-radius:8px;background-color:#ddd;box-shadow:0 0 8px 1px #66666638}.notification-native-ios .notification-native-ios-title{font-size:1.1rem;font-weight:700;margin-bottom:10px;text-align:center;padding:20px 20px 0}.notification-native-ios .notification-native-ios-description{margin:0 20px 10px;font-size:1rem;text-align:center}.notification-native-ios .notification-native-ios-actions{display:flex;flex-direction:row;align-self:flex-end;margin-top:10px;border-top:1px solid #9a9a9a;width:100%}.notification-native-ios .notification-native-ios-actions .notification-native-ios-action{padding:12px 14px;font-weight:700;width:50%;text-align:center}.notification-native-ios .notification-native-ios-actions .notification-native-ios-action.notification-native-ios-action-disabled{color:#717171}.notification-native-ios .notification-native-ios-actions .notification-native-ios-action.notification-native-ios-action-enabled{color:#ea5b1b;position:relative;border-left:1px solid #9a9a9a}.notification-native-android{display:flex;flex-direction:column;align-items:center;border:1px solid rgb(227,227,227);padding:20px;border-radius:8px;box-shadow:0 0 8px 1px #66666638}.notification-native-android .notification-native-android-description{margin-bottom:10px;font-size:1rem;text-align:center;margin-top:10px}.notification-native-android .notification-native-android-actions{display:flex;flex-direction:column-reverse;gap:10px;margin-top:10px;width:100%}.notification-native-android .notification-native-android-actions .notification-native-android-action{border-radius:8px;padding:8px 14px;font-weight:700;text-align:center}.notification-native-android .notification-native-android-actions .notification-native-android-action.notification-native-android-action-disabled{color:#717171;border:2px solid #9a9a9a}.notification-native-android .notification-native-android-actions .notification-native-android-action.notification-native-android-action-enabled{color:#ea5b1b;border:2px solid #ea5b1b;position:relative}.notification-native-web{display:flex;flex-direction:column;border:1px solid rgb(227,227,227);padding:20px;border-radius:8px;box-shadow:0 0 8px 1px #66666638}.notification-native-web .notification-native-web-title{font-size:1.1rem;font-weight:700;margin-bottom:10px}.notification-native-web .notification-native-web-description{margin-bottom:10px;font-size:1rem;display:flex;flex-direction:row;align-items:center;gap:10px}.notification-native-web .notification-native-web-actions{display:flex;flex-direction:row;align-self:flex-end;gap:20px;margin-top:10px}.notification-native-web .notification-native-web-actions .notification-native-web-action{border-radius:8px;padding:8px 14px;font-weight:700}.notification-native-web .notification-native-web-actions .notification-native-web-action.notification-native-web-action-disabled{color:#717171;border:2px solid #9a9a9a}.notification-native-web .notification-native-web-actions .notification-native-web-action.notification-native-web-action-enabled{color:#ea5b1b;border:2px solid #ea5b1b;position:relative}.notification-native-flecha{position:absolute;bottom:-40px;width:30px;left:calc(50% - 15px);fill:#ea5b1b;transform:rotate(270deg);animation:flechaAnimation 1s 5}.notification-native-flecha svg{width:100%;height:100%}@keyframes flechaAnimation{0%{bottom:-40px}50%{bottom:-50px}to{bottom:-40px}}.initial-form-prueba{background-color:#fff;min-height:calc(100vh - env(safe-area-inset-top))}.initial-form-prueba .initial-form-prueba-first-appbar{background-color:#ea5b1b;height:120px;width:100vw;clip-path:polygon(0 0,90% 0%,82% 100%,0% 100%);position:relative}.initial-form-prueba .initial-form-prueba-first-appbar img{height:100px;position:absolute;left:30px;bottom:-10px}@media ((max-width: 1000px)){.initial-form-prueba .initial-form-prueba-first-appbar{clip-path:polygon(0 0,90% 0%,82% 100%,0% 100%)}.initial-form-prueba .initial-form-prueba-first-appbar img{height:100px}}@media ((max-width: 600px)){.initial-form-prueba .initial-form-prueba-first-appbar{clip-path:polygon(0 0,90% 0%,74% 100%,0% 100%);height:85px}.initial-form-prueba .initial-form-prueba-first-appbar img{height:85px}}.initial-form-prueba .initial-form-prueba-appbar{height:56px;background-color:#ea5b1b;width:100vw;clip-path:polygon(0 0,100% 0,100% 25%,98% 100%,0 100%);position:relative}.initial-form-prueba .initial-form-prueba-appbar .initial-form-prueba-subappbar{background-color:#fff;clip-path:polygon(0 0,100% 0,100% 25%,98% 100%,0 100%);width:calc(100vw + 5px);height:56px;position:absolute;top:-4px;left:-6px;display:flex;flex-direction:row;align-items:center}.initial-form-prueba .initial-form-prueba-appbar .appbar-logo-container{background-color:#ea5b1b;width:100px;height:100%;display:flex;flex-direction:column;justify-content:center;padding-left:24px;padding-bottom:2px;clip-path:polygon(0 0,100% 0,70% 100%,0% 100%)}.initial-form-prueba .initial-form-prueba-appbar .appbar-logo-container img{width:60px;height:60px;margin-bottom:-10px}.initial-form-prueba .initial-form-prueba-appbar .appbar-title-container{width:calc(100% - 170px);display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:-10px;font-size:20px;color:#ea5b1b;font-weight:700;font-style:italic}.initial-form-prueba .initial-form-prueba-appbar .appbar-title-container svg{fill:#ea5b1b;cursor:pointer}@media ((max-width: 1000px)){.initial-form-prueba .initial-form-prueba-appbar,.initial-form-prueba .initial-form-prueba-appbar .initial-form-prueba-subappbar{clip-path:polygon(0 0,100% 0,100% 25%,96% 100%,0 100%)}.initial-form-prueba .initial-form-prueba-appbar .appbar-logo-container{clip-path:polygon(0 0,100% 0,70% 100%,0% 100%)}}@media ((max-width: 600px)){.initial-form-prueba .initial-form-prueba-appbar,.initial-form-prueba .initial-form-prueba-appbar .initial-form-prueba-subappbar{clip-path:polygon(0 0,100% 0,100% 25%,93% 100%,0 100%)}.initial-form-prueba .initial-form-prueba-appbar .appbar-logo-container{clip-path:polygon(0 0,100% 0,67% 100%,0% 100%)}.initial-form-prueba .initial-form-prueba-appbar .appbar-title-container{font-size:18px}}.initial-form-prueba .container{padding-bottom:0}.initial-form-prueba h3{text-align:center;font-size:1.3rem;color:#ea5b1b;font-style:italic;margin:15px 0}.initial-form-prueba h4{text-align:center;font-size:1.1rem;color:#ea5b1b;font-style:italic;margin:-5px 0 15px}.initial-form-prueba .appbar-progress-container{width:100%;margin:20px 0 30px;height:12px;border-radius:10px;background-color:gray}.initial-form-prueba .appbar-progress-container .appbar-progress-filled{height:100%;background-color:#ea5b1b;border-radius:10px}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-8.appbar-progress-filled-8-0-0{animation:progressBarKeyFrame8-0-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame8-0-0{0%{width:0%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-8.appbar-progress-filled-8-1-0{animation:progressBarKeyFrame8-1-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame8-1-0{0%{width:12.5%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-8.appbar-progress-filled-8-0-1{animation:progressBarKeyFrame8-0-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame8-0-1{0%{width:0%}to{width:12.5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-8.appbar-progress-filled-8-1-1{animation:progressBarKeyFrame8-1-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame8-1-1{0%{width:12.5%}to{width:12.5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-8.appbar-progress-filled-8-2-0{animation:progressBarKeyFrame8-2-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame8-2-0{0%{width:25%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-8.appbar-progress-filled-8-0-2{animation:progressBarKeyFrame8-0-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame8-0-2{0%{width:0%}to{width:25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-8.appbar-progress-filled-8-2-1{animation:progressBarKeyFrame8-2-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame8-2-1{0%{width:25%}to{width:12.5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-8.appbar-progress-filled-8-1-2{animation:progressBarKeyFrame8-1-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame8-1-2{0%{width:12.5%}to{width:25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-8.appbar-progress-filled-8-2-2{animation:progressBarKeyFrame8-2-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame8-2-2{0%{width:25%}to{width:25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-8.appbar-progress-filled-8-3-0{animation:progressBarKeyFrame8-3-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame8-3-0{0%{width:37.5%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-8.appbar-progress-filled-8-0-3{animation:progressBarKeyFrame8-0-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame8-0-3{0%{width:0%}to{width:37.5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-8.appbar-progress-filled-8-3-1{animation:progressBarKeyFrame8-3-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame8-3-1{0%{width:37.5%}to{width:12.5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-8.appbar-progress-filled-8-1-3{animation:progressBarKeyFrame8-1-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame8-1-3{0%{width:12.5%}to{width:37.5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-8.appbar-progress-filled-8-3-2{animation:progressBarKeyFrame8-3-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame8-3-2{0%{width:37.5%}to{width:25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-8.appbar-progress-filled-8-2-3{animation:progressBarKeyFrame8-2-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame8-2-3{0%{width:25%}to{width:37.5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-8.appbar-progress-filled-8-3-3{animation:progressBarKeyFrame8-3-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame8-3-3{0%{width:37.5%}to{width:37.5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-8.appbar-progress-filled-8-4-0{animation:progressBarKeyFrame8-4-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame8-4-0{0%{width:50%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-8.appbar-progress-filled-8-0-4{animation:progressBarKeyFrame8-0-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame8-0-4{0%{width:0%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-8.appbar-progress-filled-8-4-1{animation:progressBarKeyFrame8-4-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame8-4-1{0%{width:50%}to{width:12.5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-8.appbar-progress-filled-8-1-4{animation:progressBarKeyFrame8-1-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame8-1-4{0%{width:12.5%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-8.appbar-progress-filled-8-4-2{animation:progressBarKeyFrame8-4-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame8-4-2{0%{width:50%}to{width:25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-8.appbar-progress-filled-8-2-4{animation:progressBarKeyFrame8-2-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame8-2-4{0%{width:25%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-8.appbar-progress-filled-8-4-3{animation:progressBarKeyFrame8-4-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame8-4-3{0%{width:50%}to{width:37.5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-8.appbar-progress-filled-8-3-4{animation:progressBarKeyFrame8-3-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame8-3-4{0%{width:37.5%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-8.appbar-progress-filled-8-4-4{animation:progressBarKeyFrame8-4-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame8-4-4{0%{width:50%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-8.appbar-progress-filled-8-5-0{animation:progressBarKeyFrame8-5-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame8-5-0{0%{width:62.5%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-8.appbar-progress-filled-8-0-5{animation:progressBarKeyFrame8-0-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame8-0-5{0%{width:0%}to{width:62.5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-8.appbar-progress-filled-8-5-1{animation:progressBarKeyFrame8-5-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame8-5-1{0%{width:62.5%}to{width:12.5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-8.appbar-progress-filled-8-1-5{animation:progressBarKeyFrame8-1-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame8-1-5{0%{width:12.5%}to{width:62.5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-8.appbar-progress-filled-8-5-2{animation:progressBarKeyFrame8-5-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame8-5-2{0%{width:62.5%}to{width:25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-8.appbar-progress-filled-8-2-5{animation:progressBarKeyFrame8-2-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame8-2-5{0%{width:25%}to{width:62.5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-8.appbar-progress-filled-8-5-3{animation:progressBarKeyFrame8-5-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame8-5-3{0%{width:62.5%}to{width:37.5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-8.appbar-progress-filled-8-3-5{animation:progressBarKeyFrame8-3-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame8-3-5{0%{width:37.5%}to{width:62.5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-8.appbar-progress-filled-8-5-4{animation:progressBarKeyFrame8-5-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame8-5-4{0%{width:62.5%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-8.appbar-progress-filled-8-4-5{animation:progressBarKeyFrame8-4-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame8-4-5{0%{width:50%}to{width:62.5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-8.appbar-progress-filled-8-5-5{animation:progressBarKeyFrame8-5-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame8-5-5{0%{width:62.5%}to{width:62.5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-8.appbar-progress-filled-8-6-0{animation:progressBarKeyFrame8-6-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame8-6-0{0%{width:75%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-8.appbar-progress-filled-8-0-6{animation:progressBarKeyFrame8-0-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame8-0-6{0%{width:0%}to{width:75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-8.appbar-progress-filled-8-6-1{animation:progressBarKeyFrame8-6-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame8-6-1{0%{width:75%}to{width:12.5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-8.appbar-progress-filled-8-1-6{animation:progressBarKeyFrame8-1-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame8-1-6{0%{width:12.5%}to{width:75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-8.appbar-progress-filled-8-6-2{animation:progressBarKeyFrame8-6-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame8-6-2{0%{width:75%}to{width:25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-8.appbar-progress-filled-8-2-6{animation:progressBarKeyFrame8-2-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame8-2-6{0%{width:25%}to{width:75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-8.appbar-progress-filled-8-6-3{animation:progressBarKeyFrame8-6-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame8-6-3{0%{width:75%}to{width:37.5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-8.appbar-progress-filled-8-3-6{animation:progressBarKeyFrame8-3-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame8-3-6{0%{width:37.5%}to{width:75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-8.appbar-progress-filled-8-6-4{animation:progressBarKeyFrame8-6-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame8-6-4{0%{width:75%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-8.appbar-progress-filled-8-4-6{animation:progressBarKeyFrame8-4-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame8-4-6{0%{width:50%}to{width:75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-8.appbar-progress-filled-8-6-5{animation:progressBarKeyFrame8-6-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame8-6-5{0%{width:75%}to{width:62.5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-8.appbar-progress-filled-8-5-6{animation:progressBarKeyFrame8-5-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame8-5-6{0%{width:62.5%}to{width:75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-8.appbar-progress-filled-8-6-6{animation:progressBarKeyFrame8-6-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame8-6-6{0%{width:75%}to{width:75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-8.appbar-progress-filled-8-7-0{animation:progressBarKeyFrame8-7-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame8-7-0{0%{width:87.5%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-8.appbar-progress-filled-8-0-7{animation:progressBarKeyFrame8-0-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame8-0-7{0%{width:0%}to{width:87.5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-8.appbar-progress-filled-8-7-1{animation:progressBarKeyFrame8-7-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame8-7-1{0%{width:87.5%}to{width:12.5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-8.appbar-progress-filled-8-1-7{animation:progressBarKeyFrame8-1-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame8-1-7{0%{width:12.5%}to{width:87.5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-8.appbar-progress-filled-8-7-2{animation:progressBarKeyFrame8-7-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame8-7-2{0%{width:87.5%}to{width:25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-8.appbar-progress-filled-8-2-7{animation:progressBarKeyFrame8-2-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame8-2-7{0%{width:25%}to{width:87.5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-8.appbar-progress-filled-8-7-3{animation:progressBarKeyFrame8-7-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame8-7-3{0%{width:87.5%}to{width:37.5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-8.appbar-progress-filled-8-3-7{animation:progressBarKeyFrame8-3-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame8-3-7{0%{width:37.5%}to{width:87.5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-8.appbar-progress-filled-8-7-4{animation:progressBarKeyFrame8-7-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame8-7-4{0%{width:87.5%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-8.appbar-progress-filled-8-4-7{animation:progressBarKeyFrame8-4-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame8-4-7{0%{width:50%}to{width:87.5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-8.appbar-progress-filled-8-7-5{animation:progressBarKeyFrame8-7-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame8-7-5{0%{width:87.5%}to{width:62.5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-8.appbar-progress-filled-8-5-7{animation:progressBarKeyFrame8-5-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame8-5-7{0%{width:62.5%}to{width:87.5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-8.appbar-progress-filled-8-7-6{animation:progressBarKeyFrame8-7-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame8-7-6{0%{width:87.5%}to{width:75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-8.appbar-progress-filled-8-6-7{animation:progressBarKeyFrame8-6-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame8-6-7{0%{width:75%}to{width:87.5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-8.appbar-progress-filled-8-7-7{animation:progressBarKeyFrame8-7-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame8-7-7{0%{width:87.5%}to{width:87.5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-9.appbar-progress-filled-9-0-0{animation:progressBarKeyFrame9-0-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame9-0-0{0%{width:0%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-9.appbar-progress-filled-9-1-0{animation:progressBarKeyFrame9-1-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame9-1-0{0%{width:11.1111111111%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-9.appbar-progress-filled-9-0-1{animation:progressBarKeyFrame9-0-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame9-0-1{0%{width:0%}to{width:11.1111111111%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-9.appbar-progress-filled-9-1-1{animation:progressBarKeyFrame9-1-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame9-1-1{0%{width:11.1111111111%}to{width:11.1111111111%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-9.appbar-progress-filled-9-2-0{animation:progressBarKeyFrame9-2-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame9-2-0{0%{width:22.2222222222%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-9.appbar-progress-filled-9-0-2{animation:progressBarKeyFrame9-0-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame9-0-2{0%{width:0%}to{width:22.2222222222%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-9.appbar-progress-filled-9-2-1{animation:progressBarKeyFrame9-2-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame9-2-1{0%{width:22.2222222222%}to{width:11.1111111111%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-9.appbar-progress-filled-9-1-2{animation:progressBarKeyFrame9-1-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame9-1-2{0%{width:11.1111111111%}to{width:22.2222222222%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-9.appbar-progress-filled-9-2-2{animation:progressBarKeyFrame9-2-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame9-2-2{0%{width:22.2222222222%}to{width:22.2222222222%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-9.appbar-progress-filled-9-3-0{animation:progressBarKeyFrame9-3-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame9-3-0{0%{width:33.3333333333%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-9.appbar-progress-filled-9-0-3{animation:progressBarKeyFrame9-0-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame9-0-3{0%{width:0%}to{width:33.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-9.appbar-progress-filled-9-3-1{animation:progressBarKeyFrame9-3-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame9-3-1{0%{width:33.3333333333%}to{width:11.1111111111%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-9.appbar-progress-filled-9-1-3{animation:progressBarKeyFrame9-1-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame9-1-3{0%{width:11.1111111111%}to{width:33.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-9.appbar-progress-filled-9-3-2{animation:progressBarKeyFrame9-3-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame9-3-2{0%{width:33.3333333333%}to{width:22.2222222222%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-9.appbar-progress-filled-9-2-3{animation:progressBarKeyFrame9-2-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame9-2-3{0%{width:22.2222222222%}to{width:33.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-9.appbar-progress-filled-9-3-3{animation:progressBarKeyFrame9-3-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame9-3-3{0%{width:33.3333333333%}to{width:33.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-9.appbar-progress-filled-9-4-0{animation:progressBarKeyFrame9-4-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame9-4-0{0%{width:44.4444444444%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-9.appbar-progress-filled-9-0-4{animation:progressBarKeyFrame9-0-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame9-0-4{0%{width:0%}to{width:44.4444444444%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-9.appbar-progress-filled-9-4-1{animation:progressBarKeyFrame9-4-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame9-4-1{0%{width:44.4444444444%}to{width:11.1111111111%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-9.appbar-progress-filled-9-1-4{animation:progressBarKeyFrame9-1-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame9-1-4{0%{width:11.1111111111%}to{width:44.4444444444%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-9.appbar-progress-filled-9-4-2{animation:progressBarKeyFrame9-4-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame9-4-2{0%{width:44.4444444444%}to{width:22.2222222222%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-9.appbar-progress-filled-9-2-4{animation:progressBarKeyFrame9-2-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame9-2-4{0%{width:22.2222222222%}to{width:44.4444444444%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-9.appbar-progress-filled-9-4-3{animation:progressBarKeyFrame9-4-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame9-4-3{0%{width:44.4444444444%}to{width:33.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-9.appbar-progress-filled-9-3-4{animation:progressBarKeyFrame9-3-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame9-3-4{0%{width:33.3333333333%}to{width:44.4444444444%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-9.appbar-progress-filled-9-4-4{animation:progressBarKeyFrame9-4-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame9-4-4{0%{width:44.4444444444%}to{width:44.4444444444%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-9.appbar-progress-filled-9-5-0{animation:progressBarKeyFrame9-5-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame9-5-0{0%{width:55.5555555556%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-9.appbar-progress-filled-9-0-5{animation:progressBarKeyFrame9-0-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame9-0-5{0%{width:0%}to{width:55.5555555556%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-9.appbar-progress-filled-9-5-1{animation:progressBarKeyFrame9-5-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame9-5-1{0%{width:55.5555555556%}to{width:11.1111111111%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-9.appbar-progress-filled-9-1-5{animation:progressBarKeyFrame9-1-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame9-1-5{0%{width:11.1111111111%}to{width:55.5555555556%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-9.appbar-progress-filled-9-5-2{animation:progressBarKeyFrame9-5-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame9-5-2{0%{width:55.5555555556%}to{width:22.2222222222%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-9.appbar-progress-filled-9-2-5{animation:progressBarKeyFrame9-2-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame9-2-5{0%{width:22.2222222222%}to{width:55.5555555556%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-9.appbar-progress-filled-9-5-3{animation:progressBarKeyFrame9-5-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame9-5-3{0%{width:55.5555555556%}to{width:33.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-9.appbar-progress-filled-9-3-5{animation:progressBarKeyFrame9-3-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame9-3-5{0%{width:33.3333333333%}to{width:55.5555555556%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-9.appbar-progress-filled-9-5-4{animation:progressBarKeyFrame9-5-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame9-5-4{0%{width:55.5555555556%}to{width:44.4444444444%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-9.appbar-progress-filled-9-4-5{animation:progressBarKeyFrame9-4-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame9-4-5{0%{width:44.4444444444%}to{width:55.5555555556%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-9.appbar-progress-filled-9-5-5{animation:progressBarKeyFrame9-5-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame9-5-5{0%{width:55.5555555556%}to{width:55.5555555556%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-9.appbar-progress-filled-9-6-0{animation:progressBarKeyFrame9-6-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame9-6-0{0%{width:66.6666666667%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-9.appbar-progress-filled-9-0-6{animation:progressBarKeyFrame9-0-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame9-0-6{0%{width:0%}to{width:66.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-9.appbar-progress-filled-9-6-1{animation:progressBarKeyFrame9-6-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame9-6-1{0%{width:66.6666666667%}to{width:11.1111111111%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-9.appbar-progress-filled-9-1-6{animation:progressBarKeyFrame9-1-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame9-1-6{0%{width:11.1111111111%}to{width:66.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-9.appbar-progress-filled-9-6-2{animation:progressBarKeyFrame9-6-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame9-6-2{0%{width:66.6666666667%}to{width:22.2222222222%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-9.appbar-progress-filled-9-2-6{animation:progressBarKeyFrame9-2-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame9-2-6{0%{width:22.2222222222%}to{width:66.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-9.appbar-progress-filled-9-6-3{animation:progressBarKeyFrame9-6-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame9-6-3{0%{width:66.6666666667%}to{width:33.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-9.appbar-progress-filled-9-3-6{animation:progressBarKeyFrame9-3-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame9-3-6{0%{width:33.3333333333%}to{width:66.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-9.appbar-progress-filled-9-6-4{animation:progressBarKeyFrame9-6-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame9-6-4{0%{width:66.6666666667%}to{width:44.4444444444%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-9.appbar-progress-filled-9-4-6{animation:progressBarKeyFrame9-4-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame9-4-6{0%{width:44.4444444444%}to{width:66.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-9.appbar-progress-filled-9-6-5{animation:progressBarKeyFrame9-6-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame9-6-5{0%{width:66.6666666667%}to{width:55.5555555556%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-9.appbar-progress-filled-9-5-6{animation:progressBarKeyFrame9-5-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame9-5-6{0%{width:55.5555555556%}to{width:66.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-9.appbar-progress-filled-9-6-6{animation:progressBarKeyFrame9-6-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame9-6-6{0%{width:66.6666666667%}to{width:66.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-9.appbar-progress-filled-9-7-0{animation:progressBarKeyFrame9-7-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame9-7-0{0%{width:77.7777777778%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-9.appbar-progress-filled-9-0-7{animation:progressBarKeyFrame9-0-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame9-0-7{0%{width:0%}to{width:77.7777777778%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-9.appbar-progress-filled-9-7-1{animation:progressBarKeyFrame9-7-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame9-7-1{0%{width:77.7777777778%}to{width:11.1111111111%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-9.appbar-progress-filled-9-1-7{animation:progressBarKeyFrame9-1-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame9-1-7{0%{width:11.1111111111%}to{width:77.7777777778%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-9.appbar-progress-filled-9-7-2{animation:progressBarKeyFrame9-7-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame9-7-2{0%{width:77.7777777778%}to{width:22.2222222222%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-9.appbar-progress-filled-9-2-7{animation:progressBarKeyFrame9-2-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame9-2-7{0%{width:22.2222222222%}to{width:77.7777777778%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-9.appbar-progress-filled-9-7-3{animation:progressBarKeyFrame9-7-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame9-7-3{0%{width:77.7777777778%}to{width:33.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-9.appbar-progress-filled-9-3-7{animation:progressBarKeyFrame9-3-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame9-3-7{0%{width:33.3333333333%}to{width:77.7777777778%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-9.appbar-progress-filled-9-7-4{animation:progressBarKeyFrame9-7-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame9-7-4{0%{width:77.7777777778%}to{width:44.4444444444%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-9.appbar-progress-filled-9-4-7{animation:progressBarKeyFrame9-4-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame9-4-7{0%{width:44.4444444444%}to{width:77.7777777778%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-9.appbar-progress-filled-9-7-5{animation:progressBarKeyFrame9-7-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame9-7-5{0%{width:77.7777777778%}to{width:55.5555555556%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-9.appbar-progress-filled-9-5-7{animation:progressBarKeyFrame9-5-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame9-5-7{0%{width:55.5555555556%}to{width:77.7777777778%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-9.appbar-progress-filled-9-7-6{animation:progressBarKeyFrame9-7-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame9-7-6{0%{width:77.7777777778%}to{width:66.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-9.appbar-progress-filled-9-6-7{animation:progressBarKeyFrame9-6-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame9-6-7{0%{width:66.6666666667%}to{width:77.7777777778%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-9.appbar-progress-filled-9-7-7{animation:progressBarKeyFrame9-7-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame9-7-7{0%{width:77.7777777778%}to{width:77.7777777778%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-9.appbar-progress-filled-9-8-0{animation:progressBarKeyFrame9-8-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame9-8-0{0%{width:88.8888888889%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-9.appbar-progress-filled-9-0-8{animation:progressBarKeyFrame9-0-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame9-0-8{0%{width:0%}to{width:88.8888888889%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-9.appbar-progress-filled-9-8-1{animation:progressBarKeyFrame9-8-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame9-8-1{0%{width:88.8888888889%}to{width:11.1111111111%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-9.appbar-progress-filled-9-1-8{animation:progressBarKeyFrame9-1-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame9-1-8{0%{width:11.1111111111%}to{width:88.8888888889%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-9.appbar-progress-filled-9-8-2{animation:progressBarKeyFrame9-8-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame9-8-2{0%{width:88.8888888889%}to{width:22.2222222222%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-9.appbar-progress-filled-9-2-8{animation:progressBarKeyFrame9-2-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame9-2-8{0%{width:22.2222222222%}to{width:88.8888888889%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-9.appbar-progress-filled-9-8-3{animation:progressBarKeyFrame9-8-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame9-8-3{0%{width:88.8888888889%}to{width:33.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-9.appbar-progress-filled-9-3-8{animation:progressBarKeyFrame9-3-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame9-3-8{0%{width:33.3333333333%}to{width:88.8888888889%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-9.appbar-progress-filled-9-8-4{animation:progressBarKeyFrame9-8-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame9-8-4{0%{width:88.8888888889%}to{width:44.4444444444%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-9.appbar-progress-filled-9-4-8{animation:progressBarKeyFrame9-4-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame9-4-8{0%{width:44.4444444444%}to{width:88.8888888889%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-9.appbar-progress-filled-9-8-5{animation:progressBarKeyFrame9-8-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame9-8-5{0%{width:88.8888888889%}to{width:55.5555555556%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-9.appbar-progress-filled-9-5-8{animation:progressBarKeyFrame9-5-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame9-5-8{0%{width:55.5555555556%}to{width:88.8888888889%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-9.appbar-progress-filled-9-8-6{animation:progressBarKeyFrame9-8-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame9-8-6{0%{width:88.8888888889%}to{width:66.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-9.appbar-progress-filled-9-6-8{animation:progressBarKeyFrame9-6-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame9-6-8{0%{width:66.6666666667%}to{width:88.8888888889%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-9.appbar-progress-filled-9-8-7{animation:progressBarKeyFrame9-8-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame9-8-7{0%{width:88.8888888889%}to{width:77.7777777778%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-9.appbar-progress-filled-9-7-8{animation:progressBarKeyFrame9-7-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame9-7-8{0%{width:77.7777777778%}to{width:88.8888888889%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-9.appbar-progress-filled-9-8-8{animation:progressBarKeyFrame9-8-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame9-8-8{0%{width:88.8888888889%}to{width:88.8888888889%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-0-0{animation:progressBarKeyFrame10-0-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-0-0{0%{width:0%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-1-0{animation:progressBarKeyFrame10-1-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-1-0{0%{width:10%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-0-1{animation:progressBarKeyFrame10-0-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-0-1{0%{width:0%}to{width:10%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-1-1{animation:progressBarKeyFrame10-1-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-1-1{0%{width:10%}to{width:10%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-2-0{animation:progressBarKeyFrame10-2-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-2-0{0%{width:20%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-0-2{animation:progressBarKeyFrame10-0-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-0-2{0%{width:0%}to{width:20%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-2-1{animation:progressBarKeyFrame10-2-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-2-1{0%{width:20%}to{width:10%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-1-2{animation:progressBarKeyFrame10-1-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-1-2{0%{width:10%}to{width:20%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-2-2{animation:progressBarKeyFrame10-2-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-2-2{0%{width:20%}to{width:20%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-3-0{animation:progressBarKeyFrame10-3-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-3-0{0%{width:30%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-0-3{animation:progressBarKeyFrame10-0-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-0-3{0%{width:0%}to{width:30%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-3-1{animation:progressBarKeyFrame10-3-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-3-1{0%{width:30%}to{width:10%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-1-3{animation:progressBarKeyFrame10-1-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-1-3{0%{width:10%}to{width:30%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-3-2{animation:progressBarKeyFrame10-3-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-3-2{0%{width:30%}to{width:20%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-2-3{animation:progressBarKeyFrame10-2-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-2-3{0%{width:20%}to{width:30%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-3-3{animation:progressBarKeyFrame10-3-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-3-3{0%{width:30%}to{width:30%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-4-0{animation:progressBarKeyFrame10-4-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-4-0{0%{width:40%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-0-4{animation:progressBarKeyFrame10-0-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-0-4{0%{width:0%}to{width:40%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-4-1{animation:progressBarKeyFrame10-4-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-4-1{0%{width:40%}to{width:10%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-1-4{animation:progressBarKeyFrame10-1-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-1-4{0%{width:10%}to{width:40%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-4-2{animation:progressBarKeyFrame10-4-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-4-2{0%{width:40%}to{width:20%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-2-4{animation:progressBarKeyFrame10-2-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-2-4{0%{width:20%}to{width:40%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-4-3{animation:progressBarKeyFrame10-4-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-4-3{0%{width:40%}to{width:30%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-3-4{animation:progressBarKeyFrame10-3-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-3-4{0%{width:30%}to{width:40%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-4-4{animation:progressBarKeyFrame10-4-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-4-4{0%{width:40%}to{width:40%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-5-0{animation:progressBarKeyFrame10-5-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-5-0{0%{width:50%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-0-5{animation:progressBarKeyFrame10-0-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-0-5{0%{width:0%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-5-1{animation:progressBarKeyFrame10-5-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-5-1{0%{width:50%}to{width:10%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-1-5{animation:progressBarKeyFrame10-1-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-1-5{0%{width:10%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-5-2{animation:progressBarKeyFrame10-5-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-5-2{0%{width:50%}to{width:20%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-2-5{animation:progressBarKeyFrame10-2-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-2-5{0%{width:20%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-5-3{animation:progressBarKeyFrame10-5-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-5-3{0%{width:50%}to{width:30%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-3-5{animation:progressBarKeyFrame10-3-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-3-5{0%{width:30%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-5-4{animation:progressBarKeyFrame10-5-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-5-4{0%{width:50%}to{width:40%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-4-5{animation:progressBarKeyFrame10-4-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-4-5{0%{width:40%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-5-5{animation:progressBarKeyFrame10-5-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-5-5{0%{width:50%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-6-0{animation:progressBarKeyFrame10-6-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-6-0{0%{width:60%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-0-6{animation:progressBarKeyFrame10-0-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-0-6{0%{width:0%}to{width:60%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-6-1{animation:progressBarKeyFrame10-6-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-6-1{0%{width:60%}to{width:10%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-1-6{animation:progressBarKeyFrame10-1-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-1-6{0%{width:10%}to{width:60%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-6-2{animation:progressBarKeyFrame10-6-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-6-2{0%{width:60%}to{width:20%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-2-6{animation:progressBarKeyFrame10-2-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-2-6{0%{width:20%}to{width:60%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-6-3{animation:progressBarKeyFrame10-6-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-6-3{0%{width:60%}to{width:30%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-3-6{animation:progressBarKeyFrame10-3-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-3-6{0%{width:30%}to{width:60%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-6-4{animation:progressBarKeyFrame10-6-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-6-4{0%{width:60%}to{width:40%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-4-6{animation:progressBarKeyFrame10-4-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-4-6{0%{width:40%}to{width:60%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-6-5{animation:progressBarKeyFrame10-6-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-6-5{0%{width:60%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-5-6{animation:progressBarKeyFrame10-5-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-5-6{0%{width:50%}to{width:60%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-6-6{animation:progressBarKeyFrame10-6-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-6-6{0%{width:60%}to{width:60%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-7-0{animation:progressBarKeyFrame10-7-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-7-0{0%{width:70%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-0-7{animation:progressBarKeyFrame10-0-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-0-7{0%{width:0%}to{width:70%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-7-1{animation:progressBarKeyFrame10-7-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-7-1{0%{width:70%}to{width:10%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-1-7{animation:progressBarKeyFrame10-1-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-1-7{0%{width:10%}to{width:70%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-7-2{animation:progressBarKeyFrame10-7-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-7-2{0%{width:70%}to{width:20%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-2-7{animation:progressBarKeyFrame10-2-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-2-7{0%{width:20%}to{width:70%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-7-3{animation:progressBarKeyFrame10-7-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-7-3{0%{width:70%}to{width:30%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-3-7{animation:progressBarKeyFrame10-3-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-3-7{0%{width:30%}to{width:70%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-7-4{animation:progressBarKeyFrame10-7-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-7-4{0%{width:70%}to{width:40%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-4-7{animation:progressBarKeyFrame10-4-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-4-7{0%{width:40%}to{width:70%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-7-5{animation:progressBarKeyFrame10-7-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-7-5{0%{width:70%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-5-7{animation:progressBarKeyFrame10-5-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-5-7{0%{width:50%}to{width:70%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-7-6{animation:progressBarKeyFrame10-7-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-7-6{0%{width:70%}to{width:60%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-6-7{animation:progressBarKeyFrame10-6-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-6-7{0%{width:60%}to{width:70%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-7-7{animation:progressBarKeyFrame10-7-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-7-7{0%{width:70%}to{width:70%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-8-0{animation:progressBarKeyFrame10-8-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-8-0{0%{width:80%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-0-8{animation:progressBarKeyFrame10-0-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-0-8{0%{width:0%}to{width:80%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-8-1{animation:progressBarKeyFrame10-8-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-8-1{0%{width:80%}to{width:10%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-1-8{animation:progressBarKeyFrame10-1-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-1-8{0%{width:10%}to{width:80%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-8-2{animation:progressBarKeyFrame10-8-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-8-2{0%{width:80%}to{width:20%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-2-8{animation:progressBarKeyFrame10-2-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-2-8{0%{width:20%}to{width:80%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-8-3{animation:progressBarKeyFrame10-8-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-8-3{0%{width:80%}to{width:30%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-3-8{animation:progressBarKeyFrame10-3-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-3-8{0%{width:30%}to{width:80%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-8-4{animation:progressBarKeyFrame10-8-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-8-4{0%{width:80%}to{width:40%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-4-8{animation:progressBarKeyFrame10-4-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-4-8{0%{width:40%}to{width:80%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-8-5{animation:progressBarKeyFrame10-8-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-8-5{0%{width:80%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-5-8{animation:progressBarKeyFrame10-5-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-5-8{0%{width:50%}to{width:80%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-8-6{animation:progressBarKeyFrame10-8-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-8-6{0%{width:80%}to{width:60%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-6-8{animation:progressBarKeyFrame10-6-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-6-8{0%{width:60%}to{width:80%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-8-7{animation:progressBarKeyFrame10-8-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-8-7{0%{width:80%}to{width:70%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-7-8{animation:progressBarKeyFrame10-7-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-7-8{0%{width:70%}to{width:80%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-8-8{animation:progressBarKeyFrame10-8-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-8-8{0%{width:80%}to{width:80%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-9-0{animation:progressBarKeyFrame10-9-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-9-0{0%{width:90%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-0-9{animation:progressBarKeyFrame10-0-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-0-9{0%{width:0%}to{width:90%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-9-1{animation:progressBarKeyFrame10-9-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-9-1{0%{width:90%}to{width:10%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-1-9{animation:progressBarKeyFrame10-1-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-1-9{0%{width:10%}to{width:90%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-9-2{animation:progressBarKeyFrame10-9-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-9-2{0%{width:90%}to{width:20%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-2-9{animation:progressBarKeyFrame10-2-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-2-9{0%{width:20%}to{width:90%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-9-3{animation:progressBarKeyFrame10-9-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-9-3{0%{width:90%}to{width:30%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-3-9{animation:progressBarKeyFrame10-3-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-3-9{0%{width:30%}to{width:90%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-9-4{animation:progressBarKeyFrame10-9-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-9-4{0%{width:90%}to{width:40%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-4-9{animation:progressBarKeyFrame10-4-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-4-9{0%{width:40%}to{width:90%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-9-5{animation:progressBarKeyFrame10-9-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-9-5{0%{width:90%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-5-9{animation:progressBarKeyFrame10-5-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-5-9{0%{width:50%}to{width:90%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-9-6{animation:progressBarKeyFrame10-9-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-9-6{0%{width:90%}to{width:60%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-6-9{animation:progressBarKeyFrame10-6-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-6-9{0%{width:60%}to{width:90%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-9-7{animation:progressBarKeyFrame10-9-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-9-7{0%{width:90%}to{width:70%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-7-9{animation:progressBarKeyFrame10-7-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-7-9{0%{width:70%}to{width:90%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-9-8{animation:progressBarKeyFrame10-9-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-9-8{0%{width:90%}to{width:80%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-8-9{animation:progressBarKeyFrame10-8-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-8-9{0%{width:80%}to{width:90%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-10.appbar-progress-filled-10-9-9{animation:progressBarKeyFrame10-9-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame10-9-9{0%{width:90%}to{width:90%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-0-0{animation:progressBarKeyFrame11-0-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-0-0{0%{width:0%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-1-0{animation:progressBarKeyFrame11-1-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-1-0{0%{width:9.0909090909%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-0-1{animation:progressBarKeyFrame11-0-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-0-1{0%{width:0%}to{width:9.0909090909%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-1-1{animation:progressBarKeyFrame11-1-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-1-1{0%{width:9.0909090909%}to{width:9.0909090909%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-2-0{animation:progressBarKeyFrame11-2-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-2-0{0%{width:18.1818181818%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-0-2{animation:progressBarKeyFrame11-0-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-0-2{0%{width:0%}to{width:18.1818181818%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-2-1{animation:progressBarKeyFrame11-2-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-2-1{0%{width:18.1818181818%}to{width:9.0909090909%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-1-2{animation:progressBarKeyFrame11-1-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-1-2{0%{width:9.0909090909%}to{width:18.1818181818%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-2-2{animation:progressBarKeyFrame11-2-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-2-2{0%{width:18.1818181818%}to{width:18.1818181818%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-3-0{animation:progressBarKeyFrame11-3-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-3-0{0%{width:27.2727272727%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-0-3{animation:progressBarKeyFrame11-0-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-0-3{0%{width:0%}to{width:27.2727272727%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-3-1{animation:progressBarKeyFrame11-3-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-3-1{0%{width:27.2727272727%}to{width:9.0909090909%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-1-3{animation:progressBarKeyFrame11-1-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-1-3{0%{width:9.0909090909%}to{width:27.2727272727%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-3-2{animation:progressBarKeyFrame11-3-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-3-2{0%{width:27.2727272727%}to{width:18.1818181818%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-2-3{animation:progressBarKeyFrame11-2-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-2-3{0%{width:18.1818181818%}to{width:27.2727272727%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-3-3{animation:progressBarKeyFrame11-3-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-3-3{0%{width:27.2727272727%}to{width:27.2727272727%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-4-0{animation:progressBarKeyFrame11-4-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-4-0{0%{width:36.3636363636%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-0-4{animation:progressBarKeyFrame11-0-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-0-4{0%{width:0%}to{width:36.3636363636%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-4-1{animation:progressBarKeyFrame11-4-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-4-1{0%{width:36.3636363636%}to{width:9.0909090909%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-1-4{animation:progressBarKeyFrame11-1-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-1-4{0%{width:9.0909090909%}to{width:36.3636363636%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-4-2{animation:progressBarKeyFrame11-4-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-4-2{0%{width:36.3636363636%}to{width:18.1818181818%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-2-4{animation:progressBarKeyFrame11-2-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-2-4{0%{width:18.1818181818%}to{width:36.3636363636%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-4-3{animation:progressBarKeyFrame11-4-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-4-3{0%{width:36.3636363636%}to{width:27.2727272727%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-3-4{animation:progressBarKeyFrame11-3-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-3-4{0%{width:27.2727272727%}to{width:36.3636363636%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-4-4{animation:progressBarKeyFrame11-4-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-4-4{0%{width:36.3636363636%}to{width:36.3636363636%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-5-0{animation:progressBarKeyFrame11-5-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-5-0{0%{width:45.4545454545%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-0-5{animation:progressBarKeyFrame11-0-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-0-5{0%{width:0%}to{width:45.4545454545%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-5-1{animation:progressBarKeyFrame11-5-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-5-1{0%{width:45.4545454545%}to{width:9.0909090909%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-1-5{animation:progressBarKeyFrame11-1-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-1-5{0%{width:9.0909090909%}to{width:45.4545454545%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-5-2{animation:progressBarKeyFrame11-5-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-5-2{0%{width:45.4545454545%}to{width:18.1818181818%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-2-5{animation:progressBarKeyFrame11-2-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-2-5{0%{width:18.1818181818%}to{width:45.4545454545%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-5-3{animation:progressBarKeyFrame11-5-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-5-3{0%{width:45.4545454545%}to{width:27.2727272727%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-3-5{animation:progressBarKeyFrame11-3-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-3-5{0%{width:27.2727272727%}to{width:45.4545454545%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-5-4{animation:progressBarKeyFrame11-5-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-5-4{0%{width:45.4545454545%}to{width:36.3636363636%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-4-5{animation:progressBarKeyFrame11-4-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-4-5{0%{width:36.3636363636%}to{width:45.4545454545%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-5-5{animation:progressBarKeyFrame11-5-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-5-5{0%{width:45.4545454545%}to{width:45.4545454545%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-6-0{animation:progressBarKeyFrame11-6-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-6-0{0%{width:54.5454545455%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-0-6{animation:progressBarKeyFrame11-0-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-0-6{0%{width:0%}to{width:54.5454545455%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-6-1{animation:progressBarKeyFrame11-6-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-6-1{0%{width:54.5454545455%}to{width:9.0909090909%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-1-6{animation:progressBarKeyFrame11-1-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-1-6{0%{width:9.0909090909%}to{width:54.5454545455%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-6-2{animation:progressBarKeyFrame11-6-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-6-2{0%{width:54.5454545455%}to{width:18.1818181818%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-2-6{animation:progressBarKeyFrame11-2-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-2-6{0%{width:18.1818181818%}to{width:54.5454545455%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-6-3{animation:progressBarKeyFrame11-6-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-6-3{0%{width:54.5454545455%}to{width:27.2727272727%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-3-6{animation:progressBarKeyFrame11-3-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-3-6{0%{width:27.2727272727%}to{width:54.5454545455%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-6-4{animation:progressBarKeyFrame11-6-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-6-4{0%{width:54.5454545455%}to{width:36.3636363636%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-4-6{animation:progressBarKeyFrame11-4-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-4-6{0%{width:36.3636363636%}to{width:54.5454545455%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-6-5{animation:progressBarKeyFrame11-6-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-6-5{0%{width:54.5454545455%}to{width:45.4545454545%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-5-6{animation:progressBarKeyFrame11-5-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-5-6{0%{width:45.4545454545%}to{width:54.5454545455%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-6-6{animation:progressBarKeyFrame11-6-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-6-6{0%{width:54.5454545455%}to{width:54.5454545455%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-7-0{animation:progressBarKeyFrame11-7-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-7-0{0%{width:63.6363636364%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-0-7{animation:progressBarKeyFrame11-0-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-0-7{0%{width:0%}to{width:63.6363636364%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-7-1{animation:progressBarKeyFrame11-7-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-7-1{0%{width:63.6363636364%}to{width:9.0909090909%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-1-7{animation:progressBarKeyFrame11-1-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-1-7{0%{width:9.0909090909%}to{width:63.6363636364%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-7-2{animation:progressBarKeyFrame11-7-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-7-2{0%{width:63.6363636364%}to{width:18.1818181818%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-2-7{animation:progressBarKeyFrame11-2-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-2-7{0%{width:18.1818181818%}to{width:63.6363636364%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-7-3{animation:progressBarKeyFrame11-7-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-7-3{0%{width:63.6363636364%}to{width:27.2727272727%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-3-7{animation:progressBarKeyFrame11-3-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-3-7{0%{width:27.2727272727%}to{width:63.6363636364%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-7-4{animation:progressBarKeyFrame11-7-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-7-4{0%{width:63.6363636364%}to{width:36.3636363636%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-4-7{animation:progressBarKeyFrame11-4-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-4-7{0%{width:36.3636363636%}to{width:63.6363636364%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-7-5{animation:progressBarKeyFrame11-7-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-7-5{0%{width:63.6363636364%}to{width:45.4545454545%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-5-7{animation:progressBarKeyFrame11-5-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-5-7{0%{width:45.4545454545%}to{width:63.6363636364%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-7-6{animation:progressBarKeyFrame11-7-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-7-6{0%{width:63.6363636364%}to{width:54.5454545455%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-6-7{animation:progressBarKeyFrame11-6-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-6-7{0%{width:54.5454545455%}to{width:63.6363636364%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-7-7{animation:progressBarKeyFrame11-7-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-7-7{0%{width:63.6363636364%}to{width:63.6363636364%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-8-0{animation:progressBarKeyFrame11-8-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-8-0{0%{width:72.7272727273%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-0-8{animation:progressBarKeyFrame11-0-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-0-8{0%{width:0%}to{width:72.7272727273%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-8-1{animation:progressBarKeyFrame11-8-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-8-1{0%{width:72.7272727273%}to{width:9.0909090909%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-1-8{animation:progressBarKeyFrame11-1-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-1-8{0%{width:9.0909090909%}to{width:72.7272727273%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-8-2{animation:progressBarKeyFrame11-8-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-8-2{0%{width:72.7272727273%}to{width:18.1818181818%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-2-8{animation:progressBarKeyFrame11-2-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-2-8{0%{width:18.1818181818%}to{width:72.7272727273%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-8-3{animation:progressBarKeyFrame11-8-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-8-3{0%{width:72.7272727273%}to{width:27.2727272727%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-3-8{animation:progressBarKeyFrame11-3-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-3-8{0%{width:27.2727272727%}to{width:72.7272727273%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-8-4{animation:progressBarKeyFrame11-8-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-8-4{0%{width:72.7272727273%}to{width:36.3636363636%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-4-8{animation:progressBarKeyFrame11-4-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-4-8{0%{width:36.3636363636%}to{width:72.7272727273%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-8-5{animation:progressBarKeyFrame11-8-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-8-5{0%{width:72.7272727273%}to{width:45.4545454545%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-5-8{animation:progressBarKeyFrame11-5-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-5-8{0%{width:45.4545454545%}to{width:72.7272727273%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-8-6{animation:progressBarKeyFrame11-8-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-8-6{0%{width:72.7272727273%}to{width:54.5454545455%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-6-8{animation:progressBarKeyFrame11-6-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-6-8{0%{width:54.5454545455%}to{width:72.7272727273%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-8-7{animation:progressBarKeyFrame11-8-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-8-7{0%{width:72.7272727273%}to{width:63.6363636364%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-7-8{animation:progressBarKeyFrame11-7-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-7-8{0%{width:63.6363636364%}to{width:72.7272727273%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-8-8{animation:progressBarKeyFrame11-8-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-8-8{0%{width:72.7272727273%}to{width:72.7272727273%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-9-0{animation:progressBarKeyFrame11-9-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-9-0{0%{width:81.8181818182%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-0-9{animation:progressBarKeyFrame11-0-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-0-9{0%{width:0%}to{width:81.8181818182%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-9-1{animation:progressBarKeyFrame11-9-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-9-1{0%{width:81.8181818182%}to{width:9.0909090909%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-1-9{animation:progressBarKeyFrame11-1-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-1-9{0%{width:9.0909090909%}to{width:81.8181818182%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-9-2{animation:progressBarKeyFrame11-9-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-9-2{0%{width:81.8181818182%}to{width:18.1818181818%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-2-9{animation:progressBarKeyFrame11-2-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-2-9{0%{width:18.1818181818%}to{width:81.8181818182%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-9-3{animation:progressBarKeyFrame11-9-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-9-3{0%{width:81.8181818182%}to{width:27.2727272727%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-3-9{animation:progressBarKeyFrame11-3-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-3-9{0%{width:27.2727272727%}to{width:81.8181818182%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-9-4{animation:progressBarKeyFrame11-9-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-9-4{0%{width:81.8181818182%}to{width:36.3636363636%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-4-9{animation:progressBarKeyFrame11-4-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-4-9{0%{width:36.3636363636%}to{width:81.8181818182%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-9-5{animation:progressBarKeyFrame11-9-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-9-5{0%{width:81.8181818182%}to{width:45.4545454545%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-5-9{animation:progressBarKeyFrame11-5-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-5-9{0%{width:45.4545454545%}to{width:81.8181818182%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-9-6{animation:progressBarKeyFrame11-9-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-9-6{0%{width:81.8181818182%}to{width:54.5454545455%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-6-9{animation:progressBarKeyFrame11-6-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-6-9{0%{width:54.5454545455%}to{width:81.8181818182%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-9-7{animation:progressBarKeyFrame11-9-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-9-7{0%{width:81.8181818182%}to{width:63.6363636364%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-7-9{animation:progressBarKeyFrame11-7-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-7-9{0%{width:63.6363636364%}to{width:81.8181818182%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-9-8{animation:progressBarKeyFrame11-9-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-9-8{0%{width:81.8181818182%}to{width:72.7272727273%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-8-9{animation:progressBarKeyFrame11-8-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-8-9{0%{width:72.7272727273%}to{width:81.8181818182%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-9-9{animation:progressBarKeyFrame11-9-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-9-9{0%{width:81.8181818182%}to{width:81.8181818182%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-10-0{animation:progressBarKeyFrame11-10-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-10-0{0%{width:90.9090909091%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-0-10{animation:progressBarKeyFrame11-0-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-0-10{0%{width:0%}to{width:90.9090909091%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-10-1{animation:progressBarKeyFrame11-10-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-10-1{0%{width:90.9090909091%}to{width:9.0909090909%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-1-10{animation:progressBarKeyFrame11-1-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-1-10{0%{width:9.0909090909%}to{width:90.9090909091%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-10-2{animation:progressBarKeyFrame11-10-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-10-2{0%{width:90.9090909091%}to{width:18.1818181818%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-2-10{animation:progressBarKeyFrame11-2-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-2-10{0%{width:18.1818181818%}to{width:90.9090909091%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-10-3{animation:progressBarKeyFrame11-10-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-10-3{0%{width:90.9090909091%}to{width:27.2727272727%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-3-10{animation:progressBarKeyFrame11-3-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-3-10{0%{width:27.2727272727%}to{width:90.9090909091%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-10-4{animation:progressBarKeyFrame11-10-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-10-4{0%{width:90.9090909091%}to{width:36.3636363636%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-4-10{animation:progressBarKeyFrame11-4-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-4-10{0%{width:36.3636363636%}to{width:90.9090909091%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-10-5{animation:progressBarKeyFrame11-10-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-10-5{0%{width:90.9090909091%}to{width:45.4545454545%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-5-10{animation:progressBarKeyFrame11-5-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-5-10{0%{width:45.4545454545%}to{width:90.9090909091%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-10-6{animation:progressBarKeyFrame11-10-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-10-6{0%{width:90.9090909091%}to{width:54.5454545455%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-6-10{animation:progressBarKeyFrame11-6-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-6-10{0%{width:54.5454545455%}to{width:90.9090909091%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-10-7{animation:progressBarKeyFrame11-10-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-10-7{0%{width:90.9090909091%}to{width:63.6363636364%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-7-10{animation:progressBarKeyFrame11-7-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-7-10{0%{width:63.6363636364%}to{width:90.9090909091%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-10-8{animation:progressBarKeyFrame11-10-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-10-8{0%{width:90.9090909091%}to{width:72.7272727273%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-8-10{animation:progressBarKeyFrame11-8-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-8-10{0%{width:72.7272727273%}to{width:90.9090909091%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-10-9{animation:progressBarKeyFrame11-10-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-10-9{0%{width:90.9090909091%}to{width:81.8181818182%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-9-10{animation:progressBarKeyFrame11-9-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-9-10{0%{width:81.8181818182%}to{width:90.9090909091%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-11.appbar-progress-filled-11-10-10{animation:progressBarKeyFrame11-10-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame11-10-10{0%{width:90.9090909091%}to{width:90.9090909091%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-0-0{animation:progressBarKeyFrame12-0-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-0-0{0%{width:0%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-1-0{animation:progressBarKeyFrame12-1-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-1-0{0%{width:8.3333333333%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-0-1{animation:progressBarKeyFrame12-0-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-0-1{0%{width:0%}to{width:8.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-1-1{animation:progressBarKeyFrame12-1-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-1-1{0%{width:8.3333333333%}to{width:8.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-2-0{animation:progressBarKeyFrame12-2-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-2-0{0%{width:16.6666666667%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-0-2{animation:progressBarKeyFrame12-0-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-0-2{0%{width:0%}to{width:16.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-2-1{animation:progressBarKeyFrame12-2-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-2-1{0%{width:16.6666666667%}to{width:8.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-1-2{animation:progressBarKeyFrame12-1-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-1-2{0%{width:8.3333333333%}to{width:16.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-2-2{animation:progressBarKeyFrame12-2-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-2-2{0%{width:16.6666666667%}to{width:16.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-3-0{animation:progressBarKeyFrame12-3-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-3-0{0%{width:25%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-0-3{animation:progressBarKeyFrame12-0-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-0-3{0%{width:0%}to{width:25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-3-1{animation:progressBarKeyFrame12-3-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-3-1{0%{width:25%}to{width:8.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-1-3{animation:progressBarKeyFrame12-1-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-1-3{0%{width:8.3333333333%}to{width:25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-3-2{animation:progressBarKeyFrame12-3-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-3-2{0%{width:25%}to{width:16.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-2-3{animation:progressBarKeyFrame12-2-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-2-3{0%{width:16.6666666667%}to{width:25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-3-3{animation:progressBarKeyFrame12-3-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-3-3{0%{width:25%}to{width:25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-4-0{animation:progressBarKeyFrame12-4-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-4-0{0%{width:33.3333333333%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-0-4{animation:progressBarKeyFrame12-0-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-0-4{0%{width:0%}to{width:33.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-4-1{animation:progressBarKeyFrame12-4-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-4-1{0%{width:33.3333333333%}to{width:8.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-1-4{animation:progressBarKeyFrame12-1-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-1-4{0%{width:8.3333333333%}to{width:33.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-4-2{animation:progressBarKeyFrame12-4-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-4-2{0%{width:33.3333333333%}to{width:16.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-2-4{animation:progressBarKeyFrame12-2-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-2-4{0%{width:16.6666666667%}to{width:33.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-4-3{animation:progressBarKeyFrame12-4-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-4-3{0%{width:33.3333333333%}to{width:25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-3-4{animation:progressBarKeyFrame12-3-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-3-4{0%{width:25%}to{width:33.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-4-4{animation:progressBarKeyFrame12-4-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-4-4{0%{width:33.3333333333%}to{width:33.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-5-0{animation:progressBarKeyFrame12-5-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-5-0{0%{width:41.6666666667%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-0-5{animation:progressBarKeyFrame12-0-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-0-5{0%{width:0%}to{width:41.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-5-1{animation:progressBarKeyFrame12-5-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-5-1{0%{width:41.6666666667%}to{width:8.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-1-5{animation:progressBarKeyFrame12-1-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-1-5{0%{width:8.3333333333%}to{width:41.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-5-2{animation:progressBarKeyFrame12-5-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-5-2{0%{width:41.6666666667%}to{width:16.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-2-5{animation:progressBarKeyFrame12-2-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-2-5{0%{width:16.6666666667%}to{width:41.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-5-3{animation:progressBarKeyFrame12-5-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-5-3{0%{width:41.6666666667%}to{width:25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-3-5{animation:progressBarKeyFrame12-3-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-3-5{0%{width:25%}to{width:41.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-5-4{animation:progressBarKeyFrame12-5-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-5-4{0%{width:41.6666666667%}to{width:33.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-4-5{animation:progressBarKeyFrame12-4-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-4-5{0%{width:33.3333333333%}to{width:41.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-5-5{animation:progressBarKeyFrame12-5-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-5-5{0%{width:41.6666666667%}to{width:41.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-6-0{animation:progressBarKeyFrame12-6-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-6-0{0%{width:50%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-0-6{animation:progressBarKeyFrame12-0-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-0-6{0%{width:0%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-6-1{animation:progressBarKeyFrame12-6-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-6-1{0%{width:50%}to{width:8.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-1-6{animation:progressBarKeyFrame12-1-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-1-6{0%{width:8.3333333333%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-6-2{animation:progressBarKeyFrame12-6-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-6-2{0%{width:50%}to{width:16.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-2-6{animation:progressBarKeyFrame12-2-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-2-6{0%{width:16.6666666667%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-6-3{animation:progressBarKeyFrame12-6-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-6-3{0%{width:50%}to{width:25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-3-6{animation:progressBarKeyFrame12-3-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-3-6{0%{width:25%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-6-4{animation:progressBarKeyFrame12-6-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-6-4{0%{width:50%}to{width:33.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-4-6{animation:progressBarKeyFrame12-4-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-4-6{0%{width:33.3333333333%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-6-5{animation:progressBarKeyFrame12-6-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-6-5{0%{width:50%}to{width:41.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-5-6{animation:progressBarKeyFrame12-5-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-5-6{0%{width:41.6666666667%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-6-6{animation:progressBarKeyFrame12-6-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-6-6{0%{width:50%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-7-0{animation:progressBarKeyFrame12-7-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-7-0{0%{width:58.3333333333%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-0-7{animation:progressBarKeyFrame12-0-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-0-7{0%{width:0%}to{width:58.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-7-1{animation:progressBarKeyFrame12-7-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-7-1{0%{width:58.3333333333%}to{width:8.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-1-7{animation:progressBarKeyFrame12-1-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-1-7{0%{width:8.3333333333%}to{width:58.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-7-2{animation:progressBarKeyFrame12-7-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-7-2{0%{width:58.3333333333%}to{width:16.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-2-7{animation:progressBarKeyFrame12-2-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-2-7{0%{width:16.6666666667%}to{width:58.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-7-3{animation:progressBarKeyFrame12-7-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-7-3{0%{width:58.3333333333%}to{width:25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-3-7{animation:progressBarKeyFrame12-3-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-3-7{0%{width:25%}to{width:58.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-7-4{animation:progressBarKeyFrame12-7-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-7-4{0%{width:58.3333333333%}to{width:33.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-4-7{animation:progressBarKeyFrame12-4-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-4-7{0%{width:33.3333333333%}to{width:58.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-7-5{animation:progressBarKeyFrame12-7-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-7-5{0%{width:58.3333333333%}to{width:41.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-5-7{animation:progressBarKeyFrame12-5-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-5-7{0%{width:41.6666666667%}to{width:58.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-7-6{animation:progressBarKeyFrame12-7-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-7-6{0%{width:58.3333333333%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-6-7{animation:progressBarKeyFrame12-6-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-6-7{0%{width:50%}to{width:58.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-7-7{animation:progressBarKeyFrame12-7-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-7-7{0%{width:58.3333333333%}to{width:58.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-8-0{animation:progressBarKeyFrame12-8-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-8-0{0%{width:66.6666666667%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-0-8{animation:progressBarKeyFrame12-0-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-0-8{0%{width:0%}to{width:66.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-8-1{animation:progressBarKeyFrame12-8-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-8-1{0%{width:66.6666666667%}to{width:8.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-1-8{animation:progressBarKeyFrame12-1-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-1-8{0%{width:8.3333333333%}to{width:66.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-8-2{animation:progressBarKeyFrame12-8-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-8-2{0%{width:66.6666666667%}to{width:16.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-2-8{animation:progressBarKeyFrame12-2-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-2-8{0%{width:16.6666666667%}to{width:66.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-8-3{animation:progressBarKeyFrame12-8-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-8-3{0%{width:66.6666666667%}to{width:25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-3-8{animation:progressBarKeyFrame12-3-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-3-8{0%{width:25%}to{width:66.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-8-4{animation:progressBarKeyFrame12-8-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-8-4{0%{width:66.6666666667%}to{width:33.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-4-8{animation:progressBarKeyFrame12-4-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-4-8{0%{width:33.3333333333%}to{width:66.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-8-5{animation:progressBarKeyFrame12-8-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-8-5{0%{width:66.6666666667%}to{width:41.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-5-8{animation:progressBarKeyFrame12-5-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-5-8{0%{width:41.6666666667%}to{width:66.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-8-6{animation:progressBarKeyFrame12-8-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-8-6{0%{width:66.6666666667%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-6-8{animation:progressBarKeyFrame12-6-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-6-8{0%{width:50%}to{width:66.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-8-7{animation:progressBarKeyFrame12-8-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-8-7{0%{width:66.6666666667%}to{width:58.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-7-8{animation:progressBarKeyFrame12-7-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-7-8{0%{width:58.3333333333%}to{width:66.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-8-8{animation:progressBarKeyFrame12-8-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-8-8{0%{width:66.6666666667%}to{width:66.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-9-0{animation:progressBarKeyFrame12-9-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-9-0{0%{width:75%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-0-9{animation:progressBarKeyFrame12-0-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-0-9{0%{width:0%}to{width:75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-9-1{animation:progressBarKeyFrame12-9-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-9-1{0%{width:75%}to{width:8.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-1-9{animation:progressBarKeyFrame12-1-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-1-9{0%{width:8.3333333333%}to{width:75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-9-2{animation:progressBarKeyFrame12-9-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-9-2{0%{width:75%}to{width:16.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-2-9{animation:progressBarKeyFrame12-2-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-2-9{0%{width:16.6666666667%}to{width:75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-9-3{animation:progressBarKeyFrame12-9-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-9-3{0%{width:75%}to{width:25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-3-9{animation:progressBarKeyFrame12-3-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-3-9{0%{width:25%}to{width:75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-9-4{animation:progressBarKeyFrame12-9-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-9-4{0%{width:75%}to{width:33.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-4-9{animation:progressBarKeyFrame12-4-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-4-9{0%{width:33.3333333333%}to{width:75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-9-5{animation:progressBarKeyFrame12-9-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-9-5{0%{width:75%}to{width:41.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-5-9{animation:progressBarKeyFrame12-5-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-5-9{0%{width:41.6666666667%}to{width:75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-9-6{animation:progressBarKeyFrame12-9-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-9-6{0%{width:75%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-6-9{animation:progressBarKeyFrame12-6-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-6-9{0%{width:50%}to{width:75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-9-7{animation:progressBarKeyFrame12-9-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-9-7{0%{width:75%}to{width:58.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-7-9{animation:progressBarKeyFrame12-7-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-7-9{0%{width:58.3333333333%}to{width:75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-9-8{animation:progressBarKeyFrame12-9-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-9-8{0%{width:75%}to{width:66.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-8-9{animation:progressBarKeyFrame12-8-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-8-9{0%{width:66.6666666667%}to{width:75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-9-9{animation:progressBarKeyFrame12-9-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-9-9{0%{width:75%}to{width:75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-10-0{animation:progressBarKeyFrame12-10-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-10-0{0%{width:83.3333333333%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-0-10{animation:progressBarKeyFrame12-0-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-0-10{0%{width:0%}to{width:83.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-10-1{animation:progressBarKeyFrame12-10-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-10-1{0%{width:83.3333333333%}to{width:8.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-1-10{animation:progressBarKeyFrame12-1-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-1-10{0%{width:8.3333333333%}to{width:83.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-10-2{animation:progressBarKeyFrame12-10-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-10-2{0%{width:83.3333333333%}to{width:16.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-2-10{animation:progressBarKeyFrame12-2-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-2-10{0%{width:16.6666666667%}to{width:83.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-10-3{animation:progressBarKeyFrame12-10-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-10-3{0%{width:83.3333333333%}to{width:25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-3-10{animation:progressBarKeyFrame12-3-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-3-10{0%{width:25%}to{width:83.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-10-4{animation:progressBarKeyFrame12-10-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-10-4{0%{width:83.3333333333%}to{width:33.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-4-10{animation:progressBarKeyFrame12-4-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-4-10{0%{width:33.3333333333%}to{width:83.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-10-5{animation:progressBarKeyFrame12-10-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-10-5{0%{width:83.3333333333%}to{width:41.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-5-10{animation:progressBarKeyFrame12-5-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-5-10{0%{width:41.6666666667%}to{width:83.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-10-6{animation:progressBarKeyFrame12-10-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-10-6{0%{width:83.3333333333%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-6-10{animation:progressBarKeyFrame12-6-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-6-10{0%{width:50%}to{width:83.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-10-7{animation:progressBarKeyFrame12-10-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-10-7{0%{width:83.3333333333%}to{width:58.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-7-10{animation:progressBarKeyFrame12-7-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-7-10{0%{width:58.3333333333%}to{width:83.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-10-8{animation:progressBarKeyFrame12-10-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-10-8{0%{width:83.3333333333%}to{width:66.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-8-10{animation:progressBarKeyFrame12-8-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-8-10{0%{width:66.6666666667%}to{width:83.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-10-9{animation:progressBarKeyFrame12-10-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-10-9{0%{width:83.3333333333%}to{width:75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-9-10{animation:progressBarKeyFrame12-9-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-9-10{0%{width:75%}to{width:83.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-10-10{animation:progressBarKeyFrame12-10-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-10-10{0%{width:83.3333333333%}to{width:83.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-11-0{animation:progressBarKeyFrame12-11-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-11-0{0%{width:91.6666666667%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-0-11{animation:progressBarKeyFrame12-0-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-0-11{0%{width:0%}to{width:91.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-11-1{animation:progressBarKeyFrame12-11-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-11-1{0%{width:91.6666666667%}to{width:8.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-1-11{animation:progressBarKeyFrame12-1-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-1-11{0%{width:8.3333333333%}to{width:91.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-11-2{animation:progressBarKeyFrame12-11-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-11-2{0%{width:91.6666666667%}to{width:16.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-2-11{animation:progressBarKeyFrame12-2-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-2-11{0%{width:16.6666666667%}to{width:91.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-11-3{animation:progressBarKeyFrame12-11-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-11-3{0%{width:91.6666666667%}to{width:25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-3-11{animation:progressBarKeyFrame12-3-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-3-11{0%{width:25%}to{width:91.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-11-4{animation:progressBarKeyFrame12-11-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-11-4{0%{width:91.6666666667%}to{width:33.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-4-11{animation:progressBarKeyFrame12-4-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-4-11{0%{width:33.3333333333%}to{width:91.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-11-5{animation:progressBarKeyFrame12-11-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-11-5{0%{width:91.6666666667%}to{width:41.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-5-11{animation:progressBarKeyFrame12-5-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-5-11{0%{width:41.6666666667%}to{width:91.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-11-6{animation:progressBarKeyFrame12-11-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-11-6{0%{width:91.6666666667%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-6-11{animation:progressBarKeyFrame12-6-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-6-11{0%{width:50%}to{width:91.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-11-7{animation:progressBarKeyFrame12-11-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-11-7{0%{width:91.6666666667%}to{width:58.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-7-11{animation:progressBarKeyFrame12-7-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-7-11{0%{width:58.3333333333%}to{width:91.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-11-8{animation:progressBarKeyFrame12-11-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-11-8{0%{width:91.6666666667%}to{width:66.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-8-11{animation:progressBarKeyFrame12-8-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-8-11{0%{width:66.6666666667%}to{width:91.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-11-9{animation:progressBarKeyFrame12-11-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-11-9{0%{width:91.6666666667%}to{width:75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-9-11{animation:progressBarKeyFrame12-9-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-9-11{0%{width:75%}to{width:91.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-11-10{animation:progressBarKeyFrame12-11-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-11-10{0%{width:91.6666666667%}to{width:83.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-10-11{animation:progressBarKeyFrame12-10-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-10-11{0%{width:83.3333333333%}to{width:91.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-12.appbar-progress-filled-12-11-11{animation:progressBarKeyFrame12-11-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame12-11-11{0%{width:91.6666666667%}to{width:91.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-0-0{animation:progressBarKeyFrame13-0-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-0-0{0%{width:0%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-1-0{animation:progressBarKeyFrame13-1-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-1-0{0%{width:7.6923076923%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-0-1{animation:progressBarKeyFrame13-0-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-0-1{0%{width:0%}to{width:7.6923076923%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-1-1{animation:progressBarKeyFrame13-1-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-1-1{0%{width:7.6923076923%}to{width:7.6923076923%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-2-0{animation:progressBarKeyFrame13-2-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-2-0{0%{width:15.3846153846%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-0-2{animation:progressBarKeyFrame13-0-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-0-2{0%{width:0%}to{width:15.3846153846%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-2-1{animation:progressBarKeyFrame13-2-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-2-1{0%{width:15.3846153846%}to{width:7.6923076923%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-1-2{animation:progressBarKeyFrame13-1-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-1-2{0%{width:7.6923076923%}to{width:15.3846153846%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-2-2{animation:progressBarKeyFrame13-2-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-2-2{0%{width:15.3846153846%}to{width:15.3846153846%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-3-0{animation:progressBarKeyFrame13-3-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-3-0{0%{width:23.0769230769%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-0-3{animation:progressBarKeyFrame13-0-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-0-3{0%{width:0%}to{width:23.0769230769%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-3-1{animation:progressBarKeyFrame13-3-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-3-1{0%{width:23.0769230769%}to{width:7.6923076923%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-1-3{animation:progressBarKeyFrame13-1-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-1-3{0%{width:7.6923076923%}to{width:23.0769230769%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-3-2{animation:progressBarKeyFrame13-3-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-3-2{0%{width:23.0769230769%}to{width:15.3846153846%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-2-3{animation:progressBarKeyFrame13-2-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-2-3{0%{width:15.3846153846%}to{width:23.0769230769%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-3-3{animation:progressBarKeyFrame13-3-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-3-3{0%{width:23.0769230769%}to{width:23.0769230769%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-4-0{animation:progressBarKeyFrame13-4-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-4-0{0%{width:30.7692307692%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-0-4{animation:progressBarKeyFrame13-0-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-0-4{0%{width:0%}to{width:30.7692307692%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-4-1{animation:progressBarKeyFrame13-4-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-4-1{0%{width:30.7692307692%}to{width:7.6923076923%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-1-4{animation:progressBarKeyFrame13-1-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-1-4{0%{width:7.6923076923%}to{width:30.7692307692%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-4-2{animation:progressBarKeyFrame13-4-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-4-2{0%{width:30.7692307692%}to{width:15.3846153846%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-2-4{animation:progressBarKeyFrame13-2-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-2-4{0%{width:15.3846153846%}to{width:30.7692307692%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-4-3{animation:progressBarKeyFrame13-4-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-4-3{0%{width:30.7692307692%}to{width:23.0769230769%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-3-4{animation:progressBarKeyFrame13-3-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-3-4{0%{width:23.0769230769%}to{width:30.7692307692%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-4-4{animation:progressBarKeyFrame13-4-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-4-4{0%{width:30.7692307692%}to{width:30.7692307692%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-5-0{animation:progressBarKeyFrame13-5-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-5-0{0%{width:38.4615384615%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-0-5{animation:progressBarKeyFrame13-0-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-0-5{0%{width:0%}to{width:38.4615384615%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-5-1{animation:progressBarKeyFrame13-5-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-5-1{0%{width:38.4615384615%}to{width:7.6923076923%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-1-5{animation:progressBarKeyFrame13-1-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-1-5{0%{width:7.6923076923%}to{width:38.4615384615%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-5-2{animation:progressBarKeyFrame13-5-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-5-2{0%{width:38.4615384615%}to{width:15.3846153846%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-2-5{animation:progressBarKeyFrame13-2-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-2-5{0%{width:15.3846153846%}to{width:38.4615384615%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-5-3{animation:progressBarKeyFrame13-5-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-5-3{0%{width:38.4615384615%}to{width:23.0769230769%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-3-5{animation:progressBarKeyFrame13-3-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-3-5{0%{width:23.0769230769%}to{width:38.4615384615%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-5-4{animation:progressBarKeyFrame13-5-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-5-4{0%{width:38.4615384615%}to{width:30.7692307692%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-4-5{animation:progressBarKeyFrame13-4-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-4-5{0%{width:30.7692307692%}to{width:38.4615384615%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-5-5{animation:progressBarKeyFrame13-5-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-5-5{0%{width:38.4615384615%}to{width:38.4615384615%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-6-0{animation:progressBarKeyFrame13-6-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-6-0{0%{width:46.1538461538%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-0-6{animation:progressBarKeyFrame13-0-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-0-6{0%{width:0%}to{width:46.1538461538%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-6-1{animation:progressBarKeyFrame13-6-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-6-1{0%{width:46.1538461538%}to{width:7.6923076923%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-1-6{animation:progressBarKeyFrame13-1-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-1-6{0%{width:7.6923076923%}to{width:46.1538461538%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-6-2{animation:progressBarKeyFrame13-6-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-6-2{0%{width:46.1538461538%}to{width:15.3846153846%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-2-6{animation:progressBarKeyFrame13-2-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-2-6{0%{width:15.3846153846%}to{width:46.1538461538%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-6-3{animation:progressBarKeyFrame13-6-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-6-3{0%{width:46.1538461538%}to{width:23.0769230769%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-3-6{animation:progressBarKeyFrame13-3-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-3-6{0%{width:23.0769230769%}to{width:46.1538461538%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-6-4{animation:progressBarKeyFrame13-6-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-6-4{0%{width:46.1538461538%}to{width:30.7692307692%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-4-6{animation:progressBarKeyFrame13-4-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-4-6{0%{width:30.7692307692%}to{width:46.1538461538%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-6-5{animation:progressBarKeyFrame13-6-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-6-5{0%{width:46.1538461538%}to{width:38.4615384615%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-5-6{animation:progressBarKeyFrame13-5-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-5-6{0%{width:38.4615384615%}to{width:46.1538461538%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-6-6{animation:progressBarKeyFrame13-6-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-6-6{0%{width:46.1538461538%}to{width:46.1538461538%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-7-0{animation:progressBarKeyFrame13-7-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-7-0{0%{width:53.8461538462%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-0-7{animation:progressBarKeyFrame13-0-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-0-7{0%{width:0%}to{width:53.8461538462%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-7-1{animation:progressBarKeyFrame13-7-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-7-1{0%{width:53.8461538462%}to{width:7.6923076923%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-1-7{animation:progressBarKeyFrame13-1-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-1-7{0%{width:7.6923076923%}to{width:53.8461538462%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-7-2{animation:progressBarKeyFrame13-7-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-7-2{0%{width:53.8461538462%}to{width:15.3846153846%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-2-7{animation:progressBarKeyFrame13-2-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-2-7{0%{width:15.3846153846%}to{width:53.8461538462%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-7-3{animation:progressBarKeyFrame13-7-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-7-3{0%{width:53.8461538462%}to{width:23.0769230769%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-3-7{animation:progressBarKeyFrame13-3-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-3-7{0%{width:23.0769230769%}to{width:53.8461538462%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-7-4{animation:progressBarKeyFrame13-7-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-7-4{0%{width:53.8461538462%}to{width:30.7692307692%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-4-7{animation:progressBarKeyFrame13-4-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-4-7{0%{width:30.7692307692%}to{width:53.8461538462%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-7-5{animation:progressBarKeyFrame13-7-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-7-5{0%{width:53.8461538462%}to{width:38.4615384615%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-5-7{animation:progressBarKeyFrame13-5-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-5-7{0%{width:38.4615384615%}to{width:53.8461538462%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-7-6{animation:progressBarKeyFrame13-7-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-7-6{0%{width:53.8461538462%}to{width:46.1538461538%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-6-7{animation:progressBarKeyFrame13-6-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-6-7{0%{width:46.1538461538%}to{width:53.8461538462%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-7-7{animation:progressBarKeyFrame13-7-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-7-7{0%{width:53.8461538462%}to{width:53.8461538462%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-8-0{animation:progressBarKeyFrame13-8-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-8-0{0%{width:61.5384615385%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-0-8{animation:progressBarKeyFrame13-0-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-0-8{0%{width:0%}to{width:61.5384615385%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-8-1{animation:progressBarKeyFrame13-8-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-8-1{0%{width:61.5384615385%}to{width:7.6923076923%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-1-8{animation:progressBarKeyFrame13-1-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-1-8{0%{width:7.6923076923%}to{width:61.5384615385%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-8-2{animation:progressBarKeyFrame13-8-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-8-2{0%{width:61.5384615385%}to{width:15.3846153846%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-2-8{animation:progressBarKeyFrame13-2-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-2-8{0%{width:15.3846153846%}to{width:61.5384615385%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-8-3{animation:progressBarKeyFrame13-8-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-8-3{0%{width:61.5384615385%}to{width:23.0769230769%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-3-8{animation:progressBarKeyFrame13-3-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-3-8{0%{width:23.0769230769%}to{width:61.5384615385%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-8-4{animation:progressBarKeyFrame13-8-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-8-4{0%{width:61.5384615385%}to{width:30.7692307692%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-4-8{animation:progressBarKeyFrame13-4-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-4-8{0%{width:30.7692307692%}to{width:61.5384615385%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-8-5{animation:progressBarKeyFrame13-8-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-8-5{0%{width:61.5384615385%}to{width:38.4615384615%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-5-8{animation:progressBarKeyFrame13-5-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-5-8{0%{width:38.4615384615%}to{width:61.5384615385%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-8-6{animation:progressBarKeyFrame13-8-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-8-6{0%{width:61.5384615385%}to{width:46.1538461538%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-6-8{animation:progressBarKeyFrame13-6-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-6-8{0%{width:46.1538461538%}to{width:61.5384615385%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-8-7{animation:progressBarKeyFrame13-8-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-8-7{0%{width:61.5384615385%}to{width:53.8461538462%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-7-8{animation:progressBarKeyFrame13-7-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-7-8{0%{width:53.8461538462%}to{width:61.5384615385%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-8-8{animation:progressBarKeyFrame13-8-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-8-8{0%{width:61.5384615385%}to{width:61.5384615385%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-9-0{animation:progressBarKeyFrame13-9-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-9-0{0%{width:69.2307692308%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-0-9{animation:progressBarKeyFrame13-0-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-0-9{0%{width:0%}to{width:69.2307692308%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-9-1{animation:progressBarKeyFrame13-9-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-9-1{0%{width:69.2307692308%}to{width:7.6923076923%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-1-9{animation:progressBarKeyFrame13-1-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-1-9{0%{width:7.6923076923%}to{width:69.2307692308%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-9-2{animation:progressBarKeyFrame13-9-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-9-2{0%{width:69.2307692308%}to{width:15.3846153846%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-2-9{animation:progressBarKeyFrame13-2-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-2-9{0%{width:15.3846153846%}to{width:69.2307692308%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-9-3{animation:progressBarKeyFrame13-9-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-9-3{0%{width:69.2307692308%}to{width:23.0769230769%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-3-9{animation:progressBarKeyFrame13-3-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-3-9{0%{width:23.0769230769%}to{width:69.2307692308%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-9-4{animation:progressBarKeyFrame13-9-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-9-4{0%{width:69.2307692308%}to{width:30.7692307692%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-4-9{animation:progressBarKeyFrame13-4-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-4-9{0%{width:30.7692307692%}to{width:69.2307692308%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-9-5{animation:progressBarKeyFrame13-9-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-9-5{0%{width:69.2307692308%}to{width:38.4615384615%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-5-9{animation:progressBarKeyFrame13-5-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-5-9{0%{width:38.4615384615%}to{width:69.2307692308%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-9-6{animation:progressBarKeyFrame13-9-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-9-6{0%{width:69.2307692308%}to{width:46.1538461538%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-6-9{animation:progressBarKeyFrame13-6-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-6-9{0%{width:46.1538461538%}to{width:69.2307692308%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-9-7{animation:progressBarKeyFrame13-9-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-9-7{0%{width:69.2307692308%}to{width:53.8461538462%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-7-9{animation:progressBarKeyFrame13-7-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-7-9{0%{width:53.8461538462%}to{width:69.2307692308%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-9-8{animation:progressBarKeyFrame13-9-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-9-8{0%{width:69.2307692308%}to{width:61.5384615385%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-8-9{animation:progressBarKeyFrame13-8-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-8-9{0%{width:61.5384615385%}to{width:69.2307692308%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-9-9{animation:progressBarKeyFrame13-9-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-9-9{0%{width:69.2307692308%}to{width:69.2307692308%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-10-0{animation:progressBarKeyFrame13-10-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-10-0{0%{width:76.9230769231%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-0-10{animation:progressBarKeyFrame13-0-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-0-10{0%{width:0%}to{width:76.9230769231%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-10-1{animation:progressBarKeyFrame13-10-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-10-1{0%{width:76.9230769231%}to{width:7.6923076923%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-1-10{animation:progressBarKeyFrame13-1-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-1-10{0%{width:7.6923076923%}to{width:76.9230769231%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-10-2{animation:progressBarKeyFrame13-10-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-10-2{0%{width:76.9230769231%}to{width:15.3846153846%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-2-10{animation:progressBarKeyFrame13-2-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-2-10{0%{width:15.3846153846%}to{width:76.9230769231%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-10-3{animation:progressBarKeyFrame13-10-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-10-3{0%{width:76.9230769231%}to{width:23.0769230769%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-3-10{animation:progressBarKeyFrame13-3-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-3-10{0%{width:23.0769230769%}to{width:76.9230769231%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-10-4{animation:progressBarKeyFrame13-10-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-10-4{0%{width:76.9230769231%}to{width:30.7692307692%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-4-10{animation:progressBarKeyFrame13-4-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-4-10{0%{width:30.7692307692%}to{width:76.9230769231%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-10-5{animation:progressBarKeyFrame13-10-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-10-5{0%{width:76.9230769231%}to{width:38.4615384615%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-5-10{animation:progressBarKeyFrame13-5-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-5-10{0%{width:38.4615384615%}to{width:76.9230769231%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-10-6{animation:progressBarKeyFrame13-10-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-10-6{0%{width:76.9230769231%}to{width:46.1538461538%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-6-10{animation:progressBarKeyFrame13-6-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-6-10{0%{width:46.1538461538%}to{width:76.9230769231%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-10-7{animation:progressBarKeyFrame13-10-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-10-7{0%{width:76.9230769231%}to{width:53.8461538462%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-7-10{animation:progressBarKeyFrame13-7-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-7-10{0%{width:53.8461538462%}to{width:76.9230769231%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-10-8{animation:progressBarKeyFrame13-10-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-10-8{0%{width:76.9230769231%}to{width:61.5384615385%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-8-10{animation:progressBarKeyFrame13-8-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-8-10{0%{width:61.5384615385%}to{width:76.9230769231%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-10-9{animation:progressBarKeyFrame13-10-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-10-9{0%{width:76.9230769231%}to{width:69.2307692308%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-9-10{animation:progressBarKeyFrame13-9-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-9-10{0%{width:69.2307692308%}to{width:76.9230769231%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-10-10{animation:progressBarKeyFrame13-10-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-10-10{0%{width:76.9230769231%}to{width:76.9230769231%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-11-0{animation:progressBarKeyFrame13-11-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-11-0{0%{width:84.6153846154%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-0-11{animation:progressBarKeyFrame13-0-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-0-11{0%{width:0%}to{width:84.6153846154%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-11-1{animation:progressBarKeyFrame13-11-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-11-1{0%{width:84.6153846154%}to{width:7.6923076923%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-1-11{animation:progressBarKeyFrame13-1-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-1-11{0%{width:7.6923076923%}to{width:84.6153846154%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-11-2{animation:progressBarKeyFrame13-11-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-11-2{0%{width:84.6153846154%}to{width:15.3846153846%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-2-11{animation:progressBarKeyFrame13-2-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-2-11{0%{width:15.3846153846%}to{width:84.6153846154%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-11-3{animation:progressBarKeyFrame13-11-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-11-3{0%{width:84.6153846154%}to{width:23.0769230769%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-3-11{animation:progressBarKeyFrame13-3-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-3-11{0%{width:23.0769230769%}to{width:84.6153846154%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-11-4{animation:progressBarKeyFrame13-11-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-11-4{0%{width:84.6153846154%}to{width:30.7692307692%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-4-11{animation:progressBarKeyFrame13-4-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-4-11{0%{width:30.7692307692%}to{width:84.6153846154%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-11-5{animation:progressBarKeyFrame13-11-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-11-5{0%{width:84.6153846154%}to{width:38.4615384615%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-5-11{animation:progressBarKeyFrame13-5-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-5-11{0%{width:38.4615384615%}to{width:84.6153846154%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-11-6{animation:progressBarKeyFrame13-11-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-11-6{0%{width:84.6153846154%}to{width:46.1538461538%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-6-11{animation:progressBarKeyFrame13-6-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-6-11{0%{width:46.1538461538%}to{width:84.6153846154%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-11-7{animation:progressBarKeyFrame13-11-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-11-7{0%{width:84.6153846154%}to{width:53.8461538462%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-7-11{animation:progressBarKeyFrame13-7-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-7-11{0%{width:53.8461538462%}to{width:84.6153846154%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-11-8{animation:progressBarKeyFrame13-11-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-11-8{0%{width:84.6153846154%}to{width:61.5384615385%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-8-11{animation:progressBarKeyFrame13-8-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-8-11{0%{width:61.5384615385%}to{width:84.6153846154%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-11-9{animation:progressBarKeyFrame13-11-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-11-9{0%{width:84.6153846154%}to{width:69.2307692308%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-9-11{animation:progressBarKeyFrame13-9-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-9-11{0%{width:69.2307692308%}to{width:84.6153846154%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-11-10{animation:progressBarKeyFrame13-11-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-11-10{0%{width:84.6153846154%}to{width:76.9230769231%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-10-11{animation:progressBarKeyFrame13-10-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-10-11{0%{width:76.9230769231%}to{width:84.6153846154%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-11-11{animation:progressBarKeyFrame13-11-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-11-11{0%{width:84.6153846154%}to{width:84.6153846154%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-12-0{animation:progressBarKeyFrame13-12-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-12-0{0%{width:92.3076923077%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-0-12{animation:progressBarKeyFrame13-0-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-0-12{0%{width:0%}to{width:92.3076923077%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-12-1{animation:progressBarKeyFrame13-12-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-12-1{0%{width:92.3076923077%}to{width:7.6923076923%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-1-12{animation:progressBarKeyFrame13-1-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-1-12{0%{width:7.6923076923%}to{width:92.3076923077%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-12-2{animation:progressBarKeyFrame13-12-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-12-2{0%{width:92.3076923077%}to{width:15.3846153846%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-2-12{animation:progressBarKeyFrame13-2-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-2-12{0%{width:15.3846153846%}to{width:92.3076923077%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-12-3{animation:progressBarKeyFrame13-12-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-12-3{0%{width:92.3076923077%}to{width:23.0769230769%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-3-12{animation:progressBarKeyFrame13-3-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-3-12{0%{width:23.0769230769%}to{width:92.3076923077%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-12-4{animation:progressBarKeyFrame13-12-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-12-4{0%{width:92.3076923077%}to{width:30.7692307692%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-4-12{animation:progressBarKeyFrame13-4-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-4-12{0%{width:30.7692307692%}to{width:92.3076923077%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-12-5{animation:progressBarKeyFrame13-12-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-12-5{0%{width:92.3076923077%}to{width:38.4615384615%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-5-12{animation:progressBarKeyFrame13-5-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-5-12{0%{width:38.4615384615%}to{width:92.3076923077%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-12-6{animation:progressBarKeyFrame13-12-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-12-6{0%{width:92.3076923077%}to{width:46.1538461538%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-6-12{animation:progressBarKeyFrame13-6-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-6-12{0%{width:46.1538461538%}to{width:92.3076923077%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-12-7{animation:progressBarKeyFrame13-12-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-12-7{0%{width:92.3076923077%}to{width:53.8461538462%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-7-12{animation:progressBarKeyFrame13-7-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-7-12{0%{width:53.8461538462%}to{width:92.3076923077%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-12-8{animation:progressBarKeyFrame13-12-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-12-8{0%{width:92.3076923077%}to{width:61.5384615385%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-8-12{animation:progressBarKeyFrame13-8-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-8-12{0%{width:61.5384615385%}to{width:92.3076923077%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-12-9{animation:progressBarKeyFrame13-12-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-12-9{0%{width:92.3076923077%}to{width:69.2307692308%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-9-12{animation:progressBarKeyFrame13-9-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-9-12{0%{width:69.2307692308%}to{width:92.3076923077%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-12-10{animation:progressBarKeyFrame13-12-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-12-10{0%{width:92.3076923077%}to{width:76.9230769231%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-10-12{animation:progressBarKeyFrame13-10-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-10-12{0%{width:76.9230769231%}to{width:92.3076923077%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-12-11{animation:progressBarKeyFrame13-12-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-12-11{0%{width:92.3076923077%}to{width:84.6153846154%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-11-12{animation:progressBarKeyFrame13-11-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-11-12{0%{width:84.6153846154%}to{width:92.3076923077%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-13.appbar-progress-filled-13-12-12{animation:progressBarKeyFrame13-12-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame13-12-12{0%{width:92.3076923077%}to{width:92.3076923077%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-0-0{animation:progressBarKeyFrame14-0-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-0-0{0%{width:0%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-1-0{animation:progressBarKeyFrame14-1-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-1-0{0%{width:7.1428571429%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-0-1{animation:progressBarKeyFrame14-0-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-0-1{0%{width:0%}to{width:7.1428571429%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-1-1{animation:progressBarKeyFrame14-1-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-1-1{0%{width:7.1428571429%}to{width:7.1428571429%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-2-0{animation:progressBarKeyFrame14-2-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-2-0{0%{width:14.2857142857%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-0-2{animation:progressBarKeyFrame14-0-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-0-2{0%{width:0%}to{width:14.2857142857%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-2-1{animation:progressBarKeyFrame14-2-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-2-1{0%{width:14.2857142857%}to{width:7.1428571429%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-1-2{animation:progressBarKeyFrame14-1-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-1-2{0%{width:7.1428571429%}to{width:14.2857142857%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-2-2{animation:progressBarKeyFrame14-2-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-2-2{0%{width:14.2857142857%}to{width:14.2857142857%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-3-0{animation:progressBarKeyFrame14-3-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-3-0{0%{width:21.4285714286%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-0-3{animation:progressBarKeyFrame14-0-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-0-3{0%{width:0%}to{width:21.4285714286%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-3-1{animation:progressBarKeyFrame14-3-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-3-1{0%{width:21.4285714286%}to{width:7.1428571429%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-1-3{animation:progressBarKeyFrame14-1-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-1-3{0%{width:7.1428571429%}to{width:21.4285714286%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-3-2{animation:progressBarKeyFrame14-3-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-3-2{0%{width:21.4285714286%}to{width:14.2857142857%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-2-3{animation:progressBarKeyFrame14-2-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-2-3{0%{width:14.2857142857%}to{width:21.4285714286%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-3-3{animation:progressBarKeyFrame14-3-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-3-3{0%{width:21.4285714286%}to{width:21.4285714286%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-4-0{animation:progressBarKeyFrame14-4-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-4-0{0%{width:28.5714285714%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-0-4{animation:progressBarKeyFrame14-0-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-0-4{0%{width:0%}to{width:28.5714285714%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-4-1{animation:progressBarKeyFrame14-4-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-4-1{0%{width:28.5714285714%}to{width:7.1428571429%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-1-4{animation:progressBarKeyFrame14-1-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-1-4{0%{width:7.1428571429%}to{width:28.5714285714%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-4-2{animation:progressBarKeyFrame14-4-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-4-2{0%{width:28.5714285714%}to{width:14.2857142857%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-2-4{animation:progressBarKeyFrame14-2-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-2-4{0%{width:14.2857142857%}to{width:28.5714285714%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-4-3{animation:progressBarKeyFrame14-4-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-4-3{0%{width:28.5714285714%}to{width:21.4285714286%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-3-4{animation:progressBarKeyFrame14-3-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-3-4{0%{width:21.4285714286%}to{width:28.5714285714%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-4-4{animation:progressBarKeyFrame14-4-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-4-4{0%{width:28.5714285714%}to{width:28.5714285714%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-5-0{animation:progressBarKeyFrame14-5-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-5-0{0%{width:35.7142857143%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-0-5{animation:progressBarKeyFrame14-0-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-0-5{0%{width:0%}to{width:35.7142857143%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-5-1{animation:progressBarKeyFrame14-5-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-5-1{0%{width:35.7142857143%}to{width:7.1428571429%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-1-5{animation:progressBarKeyFrame14-1-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-1-5{0%{width:7.1428571429%}to{width:35.7142857143%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-5-2{animation:progressBarKeyFrame14-5-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-5-2{0%{width:35.7142857143%}to{width:14.2857142857%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-2-5{animation:progressBarKeyFrame14-2-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-2-5{0%{width:14.2857142857%}to{width:35.7142857143%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-5-3{animation:progressBarKeyFrame14-5-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-5-3{0%{width:35.7142857143%}to{width:21.4285714286%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-3-5{animation:progressBarKeyFrame14-3-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-3-5{0%{width:21.4285714286%}to{width:35.7142857143%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-5-4{animation:progressBarKeyFrame14-5-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-5-4{0%{width:35.7142857143%}to{width:28.5714285714%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-4-5{animation:progressBarKeyFrame14-4-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-4-5{0%{width:28.5714285714%}to{width:35.7142857143%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-5-5{animation:progressBarKeyFrame14-5-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-5-5{0%{width:35.7142857143%}to{width:35.7142857143%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-6-0{animation:progressBarKeyFrame14-6-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-6-0{0%{width:42.8571428571%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-0-6{animation:progressBarKeyFrame14-0-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-0-6{0%{width:0%}to{width:42.8571428571%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-6-1{animation:progressBarKeyFrame14-6-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-6-1{0%{width:42.8571428571%}to{width:7.1428571429%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-1-6{animation:progressBarKeyFrame14-1-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-1-6{0%{width:7.1428571429%}to{width:42.8571428571%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-6-2{animation:progressBarKeyFrame14-6-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-6-2{0%{width:42.8571428571%}to{width:14.2857142857%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-2-6{animation:progressBarKeyFrame14-2-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-2-6{0%{width:14.2857142857%}to{width:42.8571428571%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-6-3{animation:progressBarKeyFrame14-6-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-6-3{0%{width:42.8571428571%}to{width:21.4285714286%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-3-6{animation:progressBarKeyFrame14-3-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-3-6{0%{width:21.4285714286%}to{width:42.8571428571%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-6-4{animation:progressBarKeyFrame14-6-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-6-4{0%{width:42.8571428571%}to{width:28.5714285714%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-4-6{animation:progressBarKeyFrame14-4-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-4-6{0%{width:28.5714285714%}to{width:42.8571428571%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-6-5{animation:progressBarKeyFrame14-6-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-6-5{0%{width:42.8571428571%}to{width:35.7142857143%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-5-6{animation:progressBarKeyFrame14-5-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-5-6{0%{width:35.7142857143%}to{width:42.8571428571%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-6-6{animation:progressBarKeyFrame14-6-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-6-6{0%{width:42.8571428571%}to{width:42.8571428571%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-7-0{animation:progressBarKeyFrame14-7-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-7-0{0%{width:50%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-0-7{animation:progressBarKeyFrame14-0-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-0-7{0%{width:0%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-7-1{animation:progressBarKeyFrame14-7-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-7-1{0%{width:50%}to{width:7.1428571429%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-1-7{animation:progressBarKeyFrame14-1-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-1-7{0%{width:7.1428571429%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-7-2{animation:progressBarKeyFrame14-7-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-7-2{0%{width:50%}to{width:14.2857142857%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-2-7{animation:progressBarKeyFrame14-2-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-2-7{0%{width:14.2857142857%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-7-3{animation:progressBarKeyFrame14-7-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-7-3{0%{width:50%}to{width:21.4285714286%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-3-7{animation:progressBarKeyFrame14-3-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-3-7{0%{width:21.4285714286%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-7-4{animation:progressBarKeyFrame14-7-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-7-4{0%{width:50%}to{width:28.5714285714%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-4-7{animation:progressBarKeyFrame14-4-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-4-7{0%{width:28.5714285714%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-7-5{animation:progressBarKeyFrame14-7-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-7-5{0%{width:50%}to{width:35.7142857143%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-5-7{animation:progressBarKeyFrame14-5-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-5-7{0%{width:35.7142857143%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-7-6{animation:progressBarKeyFrame14-7-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-7-6{0%{width:50%}to{width:42.8571428571%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-6-7{animation:progressBarKeyFrame14-6-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-6-7{0%{width:42.8571428571%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-7-7{animation:progressBarKeyFrame14-7-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-7-7{0%{width:50%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-8-0{animation:progressBarKeyFrame14-8-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-8-0{0%{width:57.1428571429%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-0-8{animation:progressBarKeyFrame14-0-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-0-8{0%{width:0%}to{width:57.1428571429%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-8-1{animation:progressBarKeyFrame14-8-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-8-1{0%{width:57.1428571429%}to{width:7.1428571429%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-1-8{animation:progressBarKeyFrame14-1-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-1-8{0%{width:7.1428571429%}to{width:57.1428571429%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-8-2{animation:progressBarKeyFrame14-8-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-8-2{0%{width:57.1428571429%}to{width:14.2857142857%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-2-8{animation:progressBarKeyFrame14-2-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-2-8{0%{width:14.2857142857%}to{width:57.1428571429%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-8-3{animation:progressBarKeyFrame14-8-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-8-3{0%{width:57.1428571429%}to{width:21.4285714286%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-3-8{animation:progressBarKeyFrame14-3-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-3-8{0%{width:21.4285714286%}to{width:57.1428571429%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-8-4{animation:progressBarKeyFrame14-8-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-8-4{0%{width:57.1428571429%}to{width:28.5714285714%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-4-8{animation:progressBarKeyFrame14-4-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-4-8{0%{width:28.5714285714%}to{width:57.1428571429%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-8-5{animation:progressBarKeyFrame14-8-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-8-5{0%{width:57.1428571429%}to{width:35.7142857143%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-5-8{animation:progressBarKeyFrame14-5-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-5-8{0%{width:35.7142857143%}to{width:57.1428571429%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-8-6{animation:progressBarKeyFrame14-8-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-8-6{0%{width:57.1428571429%}to{width:42.8571428571%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-6-8{animation:progressBarKeyFrame14-6-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-6-8{0%{width:42.8571428571%}to{width:57.1428571429%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-8-7{animation:progressBarKeyFrame14-8-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-8-7{0%{width:57.1428571429%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-7-8{animation:progressBarKeyFrame14-7-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-7-8{0%{width:50%}to{width:57.1428571429%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-8-8{animation:progressBarKeyFrame14-8-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-8-8{0%{width:57.1428571429%}to{width:57.1428571429%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-9-0{animation:progressBarKeyFrame14-9-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-9-0{0%{width:64.2857142857%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-0-9{animation:progressBarKeyFrame14-0-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-0-9{0%{width:0%}to{width:64.2857142857%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-9-1{animation:progressBarKeyFrame14-9-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-9-1{0%{width:64.2857142857%}to{width:7.1428571429%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-1-9{animation:progressBarKeyFrame14-1-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-1-9{0%{width:7.1428571429%}to{width:64.2857142857%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-9-2{animation:progressBarKeyFrame14-9-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-9-2{0%{width:64.2857142857%}to{width:14.2857142857%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-2-9{animation:progressBarKeyFrame14-2-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-2-9{0%{width:14.2857142857%}to{width:64.2857142857%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-9-3{animation:progressBarKeyFrame14-9-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-9-3{0%{width:64.2857142857%}to{width:21.4285714286%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-3-9{animation:progressBarKeyFrame14-3-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-3-9{0%{width:21.4285714286%}to{width:64.2857142857%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-9-4{animation:progressBarKeyFrame14-9-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-9-4{0%{width:64.2857142857%}to{width:28.5714285714%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-4-9{animation:progressBarKeyFrame14-4-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-4-9{0%{width:28.5714285714%}to{width:64.2857142857%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-9-5{animation:progressBarKeyFrame14-9-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-9-5{0%{width:64.2857142857%}to{width:35.7142857143%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-5-9{animation:progressBarKeyFrame14-5-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-5-9{0%{width:35.7142857143%}to{width:64.2857142857%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-9-6{animation:progressBarKeyFrame14-9-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-9-6{0%{width:64.2857142857%}to{width:42.8571428571%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-6-9{animation:progressBarKeyFrame14-6-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-6-9{0%{width:42.8571428571%}to{width:64.2857142857%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-9-7{animation:progressBarKeyFrame14-9-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-9-7{0%{width:64.2857142857%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-7-9{animation:progressBarKeyFrame14-7-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-7-9{0%{width:50%}to{width:64.2857142857%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-9-8{animation:progressBarKeyFrame14-9-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-9-8{0%{width:64.2857142857%}to{width:57.1428571429%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-8-9{animation:progressBarKeyFrame14-8-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-8-9{0%{width:57.1428571429%}to{width:64.2857142857%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-9-9{animation:progressBarKeyFrame14-9-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-9-9{0%{width:64.2857142857%}to{width:64.2857142857%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-10-0{animation:progressBarKeyFrame14-10-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-10-0{0%{width:71.4285714286%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-0-10{animation:progressBarKeyFrame14-0-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-0-10{0%{width:0%}to{width:71.4285714286%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-10-1{animation:progressBarKeyFrame14-10-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-10-1{0%{width:71.4285714286%}to{width:7.1428571429%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-1-10{animation:progressBarKeyFrame14-1-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-1-10{0%{width:7.1428571429%}to{width:71.4285714286%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-10-2{animation:progressBarKeyFrame14-10-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-10-2{0%{width:71.4285714286%}to{width:14.2857142857%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-2-10{animation:progressBarKeyFrame14-2-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-2-10{0%{width:14.2857142857%}to{width:71.4285714286%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-10-3{animation:progressBarKeyFrame14-10-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-10-3{0%{width:71.4285714286%}to{width:21.4285714286%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-3-10{animation:progressBarKeyFrame14-3-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-3-10{0%{width:21.4285714286%}to{width:71.4285714286%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-10-4{animation:progressBarKeyFrame14-10-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-10-4{0%{width:71.4285714286%}to{width:28.5714285714%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-4-10{animation:progressBarKeyFrame14-4-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-4-10{0%{width:28.5714285714%}to{width:71.4285714286%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-10-5{animation:progressBarKeyFrame14-10-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-10-5{0%{width:71.4285714286%}to{width:35.7142857143%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-5-10{animation:progressBarKeyFrame14-5-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-5-10{0%{width:35.7142857143%}to{width:71.4285714286%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-10-6{animation:progressBarKeyFrame14-10-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-10-6{0%{width:71.4285714286%}to{width:42.8571428571%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-6-10{animation:progressBarKeyFrame14-6-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-6-10{0%{width:42.8571428571%}to{width:71.4285714286%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-10-7{animation:progressBarKeyFrame14-10-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-10-7{0%{width:71.4285714286%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-7-10{animation:progressBarKeyFrame14-7-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-7-10{0%{width:50%}to{width:71.4285714286%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-10-8{animation:progressBarKeyFrame14-10-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-10-8{0%{width:71.4285714286%}to{width:57.1428571429%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-8-10{animation:progressBarKeyFrame14-8-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-8-10{0%{width:57.1428571429%}to{width:71.4285714286%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-10-9{animation:progressBarKeyFrame14-10-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-10-9{0%{width:71.4285714286%}to{width:64.2857142857%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-9-10{animation:progressBarKeyFrame14-9-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-9-10{0%{width:64.2857142857%}to{width:71.4285714286%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-10-10{animation:progressBarKeyFrame14-10-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-10-10{0%{width:71.4285714286%}to{width:71.4285714286%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-11-0{animation:progressBarKeyFrame14-11-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-11-0{0%{width:78.5714285714%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-0-11{animation:progressBarKeyFrame14-0-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-0-11{0%{width:0%}to{width:78.5714285714%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-11-1{animation:progressBarKeyFrame14-11-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-11-1{0%{width:78.5714285714%}to{width:7.1428571429%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-1-11{animation:progressBarKeyFrame14-1-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-1-11{0%{width:7.1428571429%}to{width:78.5714285714%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-11-2{animation:progressBarKeyFrame14-11-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-11-2{0%{width:78.5714285714%}to{width:14.2857142857%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-2-11{animation:progressBarKeyFrame14-2-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-2-11{0%{width:14.2857142857%}to{width:78.5714285714%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-11-3{animation:progressBarKeyFrame14-11-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-11-3{0%{width:78.5714285714%}to{width:21.4285714286%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-3-11{animation:progressBarKeyFrame14-3-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-3-11{0%{width:21.4285714286%}to{width:78.5714285714%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-11-4{animation:progressBarKeyFrame14-11-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-11-4{0%{width:78.5714285714%}to{width:28.5714285714%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-4-11{animation:progressBarKeyFrame14-4-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-4-11{0%{width:28.5714285714%}to{width:78.5714285714%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-11-5{animation:progressBarKeyFrame14-11-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-11-5{0%{width:78.5714285714%}to{width:35.7142857143%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-5-11{animation:progressBarKeyFrame14-5-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-5-11{0%{width:35.7142857143%}to{width:78.5714285714%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-11-6{animation:progressBarKeyFrame14-11-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-11-6{0%{width:78.5714285714%}to{width:42.8571428571%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-6-11{animation:progressBarKeyFrame14-6-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-6-11{0%{width:42.8571428571%}to{width:78.5714285714%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-11-7{animation:progressBarKeyFrame14-11-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-11-7{0%{width:78.5714285714%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-7-11{animation:progressBarKeyFrame14-7-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-7-11{0%{width:50%}to{width:78.5714285714%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-11-8{animation:progressBarKeyFrame14-11-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-11-8{0%{width:78.5714285714%}to{width:57.1428571429%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-8-11{animation:progressBarKeyFrame14-8-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-8-11{0%{width:57.1428571429%}to{width:78.5714285714%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-11-9{animation:progressBarKeyFrame14-11-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-11-9{0%{width:78.5714285714%}to{width:64.2857142857%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-9-11{animation:progressBarKeyFrame14-9-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-9-11{0%{width:64.2857142857%}to{width:78.5714285714%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-11-10{animation:progressBarKeyFrame14-11-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-11-10{0%{width:78.5714285714%}to{width:71.4285714286%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-10-11{animation:progressBarKeyFrame14-10-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-10-11{0%{width:71.4285714286%}to{width:78.5714285714%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-11-11{animation:progressBarKeyFrame14-11-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-11-11{0%{width:78.5714285714%}to{width:78.5714285714%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-12-0{animation:progressBarKeyFrame14-12-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-12-0{0%{width:85.7142857143%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-0-12{animation:progressBarKeyFrame14-0-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-0-12{0%{width:0%}to{width:85.7142857143%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-12-1{animation:progressBarKeyFrame14-12-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-12-1{0%{width:85.7142857143%}to{width:7.1428571429%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-1-12{animation:progressBarKeyFrame14-1-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-1-12{0%{width:7.1428571429%}to{width:85.7142857143%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-12-2{animation:progressBarKeyFrame14-12-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-12-2{0%{width:85.7142857143%}to{width:14.2857142857%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-2-12{animation:progressBarKeyFrame14-2-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-2-12{0%{width:14.2857142857%}to{width:85.7142857143%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-12-3{animation:progressBarKeyFrame14-12-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-12-3{0%{width:85.7142857143%}to{width:21.4285714286%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-3-12{animation:progressBarKeyFrame14-3-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-3-12{0%{width:21.4285714286%}to{width:85.7142857143%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-12-4{animation:progressBarKeyFrame14-12-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-12-4{0%{width:85.7142857143%}to{width:28.5714285714%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-4-12{animation:progressBarKeyFrame14-4-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-4-12{0%{width:28.5714285714%}to{width:85.7142857143%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-12-5{animation:progressBarKeyFrame14-12-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-12-5{0%{width:85.7142857143%}to{width:35.7142857143%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-5-12{animation:progressBarKeyFrame14-5-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-5-12{0%{width:35.7142857143%}to{width:85.7142857143%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-12-6{animation:progressBarKeyFrame14-12-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-12-6{0%{width:85.7142857143%}to{width:42.8571428571%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-6-12{animation:progressBarKeyFrame14-6-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-6-12{0%{width:42.8571428571%}to{width:85.7142857143%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-12-7{animation:progressBarKeyFrame14-12-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-12-7{0%{width:85.7142857143%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-7-12{animation:progressBarKeyFrame14-7-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-7-12{0%{width:50%}to{width:85.7142857143%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-12-8{animation:progressBarKeyFrame14-12-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-12-8{0%{width:85.7142857143%}to{width:57.1428571429%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-8-12{animation:progressBarKeyFrame14-8-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-8-12{0%{width:57.1428571429%}to{width:85.7142857143%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-12-9{animation:progressBarKeyFrame14-12-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-12-9{0%{width:85.7142857143%}to{width:64.2857142857%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-9-12{animation:progressBarKeyFrame14-9-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-9-12{0%{width:64.2857142857%}to{width:85.7142857143%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-12-10{animation:progressBarKeyFrame14-12-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-12-10{0%{width:85.7142857143%}to{width:71.4285714286%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-10-12{animation:progressBarKeyFrame14-10-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-10-12{0%{width:71.4285714286%}to{width:85.7142857143%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-12-11{animation:progressBarKeyFrame14-12-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-12-11{0%{width:85.7142857143%}to{width:78.5714285714%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-11-12{animation:progressBarKeyFrame14-11-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-11-12{0%{width:78.5714285714%}to{width:85.7142857143%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-12-12{animation:progressBarKeyFrame14-12-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-12-12{0%{width:85.7142857143%}to{width:85.7142857143%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-13-0{animation:progressBarKeyFrame14-13-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-13-0{0%{width:92.8571428571%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-0-13{animation:progressBarKeyFrame14-0-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-0-13{0%{width:0%}to{width:92.8571428571%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-13-1{animation:progressBarKeyFrame14-13-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-13-1{0%{width:92.8571428571%}to{width:7.1428571429%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-1-13{animation:progressBarKeyFrame14-1-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-1-13{0%{width:7.1428571429%}to{width:92.8571428571%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-13-2{animation:progressBarKeyFrame14-13-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-13-2{0%{width:92.8571428571%}to{width:14.2857142857%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-2-13{animation:progressBarKeyFrame14-2-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-2-13{0%{width:14.2857142857%}to{width:92.8571428571%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-13-3{animation:progressBarKeyFrame14-13-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-13-3{0%{width:92.8571428571%}to{width:21.4285714286%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-3-13{animation:progressBarKeyFrame14-3-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-3-13{0%{width:21.4285714286%}to{width:92.8571428571%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-13-4{animation:progressBarKeyFrame14-13-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-13-4{0%{width:92.8571428571%}to{width:28.5714285714%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-4-13{animation:progressBarKeyFrame14-4-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-4-13{0%{width:28.5714285714%}to{width:92.8571428571%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-13-5{animation:progressBarKeyFrame14-13-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-13-5{0%{width:92.8571428571%}to{width:35.7142857143%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-5-13{animation:progressBarKeyFrame14-5-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-5-13{0%{width:35.7142857143%}to{width:92.8571428571%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-13-6{animation:progressBarKeyFrame14-13-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-13-6{0%{width:92.8571428571%}to{width:42.8571428571%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-6-13{animation:progressBarKeyFrame14-6-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-6-13{0%{width:42.8571428571%}to{width:92.8571428571%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-13-7{animation:progressBarKeyFrame14-13-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-13-7{0%{width:92.8571428571%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-7-13{animation:progressBarKeyFrame14-7-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-7-13{0%{width:50%}to{width:92.8571428571%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-13-8{animation:progressBarKeyFrame14-13-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-13-8{0%{width:92.8571428571%}to{width:57.1428571429%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-8-13{animation:progressBarKeyFrame14-8-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-8-13{0%{width:57.1428571429%}to{width:92.8571428571%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-13-9{animation:progressBarKeyFrame14-13-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-13-9{0%{width:92.8571428571%}to{width:64.2857142857%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-9-13{animation:progressBarKeyFrame14-9-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-9-13{0%{width:64.2857142857%}to{width:92.8571428571%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-13-10{animation:progressBarKeyFrame14-13-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-13-10{0%{width:92.8571428571%}to{width:71.4285714286%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-10-13{animation:progressBarKeyFrame14-10-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-10-13{0%{width:71.4285714286%}to{width:92.8571428571%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-13-11{animation:progressBarKeyFrame14-13-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-13-11{0%{width:92.8571428571%}to{width:78.5714285714%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-11-13{animation:progressBarKeyFrame14-11-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-11-13{0%{width:78.5714285714%}to{width:92.8571428571%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-13-12{animation:progressBarKeyFrame14-13-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-13-12{0%{width:92.8571428571%}to{width:85.7142857143%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-12-13{animation:progressBarKeyFrame14-12-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-12-13{0%{width:85.7142857143%}to{width:92.8571428571%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-14.appbar-progress-filled-14-13-13{animation:progressBarKeyFrame14-13-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame14-13-13{0%{width:92.8571428571%}to{width:92.8571428571%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-0-0{animation:progressBarKeyFrame15-0-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-0-0{0%{width:0%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-1-0{animation:progressBarKeyFrame15-1-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-1-0{0%{width:6.6666666667%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-0-1{animation:progressBarKeyFrame15-0-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-0-1{0%{width:0%}to{width:6.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-1-1{animation:progressBarKeyFrame15-1-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-1-1{0%{width:6.6666666667%}to{width:6.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-2-0{animation:progressBarKeyFrame15-2-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-2-0{0%{width:13.3333333333%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-0-2{animation:progressBarKeyFrame15-0-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-0-2{0%{width:0%}to{width:13.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-2-1{animation:progressBarKeyFrame15-2-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-2-1{0%{width:13.3333333333%}to{width:6.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-1-2{animation:progressBarKeyFrame15-1-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-1-2{0%{width:6.6666666667%}to{width:13.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-2-2{animation:progressBarKeyFrame15-2-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-2-2{0%{width:13.3333333333%}to{width:13.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-3-0{animation:progressBarKeyFrame15-3-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-3-0{0%{width:20%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-0-3{animation:progressBarKeyFrame15-0-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-0-3{0%{width:0%}to{width:20%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-3-1{animation:progressBarKeyFrame15-3-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-3-1{0%{width:20%}to{width:6.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-1-3{animation:progressBarKeyFrame15-1-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-1-3{0%{width:6.6666666667%}to{width:20%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-3-2{animation:progressBarKeyFrame15-3-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-3-2{0%{width:20%}to{width:13.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-2-3{animation:progressBarKeyFrame15-2-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-2-3{0%{width:13.3333333333%}to{width:20%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-3-3{animation:progressBarKeyFrame15-3-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-3-3{0%{width:20%}to{width:20%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-4-0{animation:progressBarKeyFrame15-4-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-4-0{0%{width:26.6666666667%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-0-4{animation:progressBarKeyFrame15-0-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-0-4{0%{width:0%}to{width:26.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-4-1{animation:progressBarKeyFrame15-4-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-4-1{0%{width:26.6666666667%}to{width:6.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-1-4{animation:progressBarKeyFrame15-1-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-1-4{0%{width:6.6666666667%}to{width:26.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-4-2{animation:progressBarKeyFrame15-4-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-4-2{0%{width:26.6666666667%}to{width:13.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-2-4{animation:progressBarKeyFrame15-2-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-2-4{0%{width:13.3333333333%}to{width:26.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-4-3{animation:progressBarKeyFrame15-4-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-4-3{0%{width:26.6666666667%}to{width:20%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-3-4{animation:progressBarKeyFrame15-3-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-3-4{0%{width:20%}to{width:26.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-4-4{animation:progressBarKeyFrame15-4-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-4-4{0%{width:26.6666666667%}to{width:26.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-5-0{animation:progressBarKeyFrame15-5-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-5-0{0%{width:33.3333333333%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-0-5{animation:progressBarKeyFrame15-0-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-0-5{0%{width:0%}to{width:33.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-5-1{animation:progressBarKeyFrame15-5-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-5-1{0%{width:33.3333333333%}to{width:6.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-1-5{animation:progressBarKeyFrame15-1-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-1-5{0%{width:6.6666666667%}to{width:33.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-5-2{animation:progressBarKeyFrame15-5-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-5-2{0%{width:33.3333333333%}to{width:13.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-2-5{animation:progressBarKeyFrame15-2-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-2-5{0%{width:13.3333333333%}to{width:33.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-5-3{animation:progressBarKeyFrame15-5-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-5-3{0%{width:33.3333333333%}to{width:20%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-3-5{animation:progressBarKeyFrame15-3-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-3-5{0%{width:20%}to{width:33.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-5-4{animation:progressBarKeyFrame15-5-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-5-4{0%{width:33.3333333333%}to{width:26.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-4-5{animation:progressBarKeyFrame15-4-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-4-5{0%{width:26.6666666667%}to{width:33.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-5-5{animation:progressBarKeyFrame15-5-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-5-5{0%{width:33.3333333333%}to{width:33.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-6-0{animation:progressBarKeyFrame15-6-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-6-0{0%{width:40%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-0-6{animation:progressBarKeyFrame15-0-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-0-6{0%{width:0%}to{width:40%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-6-1{animation:progressBarKeyFrame15-6-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-6-1{0%{width:40%}to{width:6.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-1-6{animation:progressBarKeyFrame15-1-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-1-6{0%{width:6.6666666667%}to{width:40%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-6-2{animation:progressBarKeyFrame15-6-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-6-2{0%{width:40%}to{width:13.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-2-6{animation:progressBarKeyFrame15-2-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-2-6{0%{width:13.3333333333%}to{width:40%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-6-3{animation:progressBarKeyFrame15-6-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-6-3{0%{width:40%}to{width:20%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-3-6{animation:progressBarKeyFrame15-3-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-3-6{0%{width:20%}to{width:40%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-6-4{animation:progressBarKeyFrame15-6-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-6-4{0%{width:40%}to{width:26.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-4-6{animation:progressBarKeyFrame15-4-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-4-6{0%{width:26.6666666667%}to{width:40%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-6-5{animation:progressBarKeyFrame15-6-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-6-5{0%{width:40%}to{width:33.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-5-6{animation:progressBarKeyFrame15-5-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-5-6{0%{width:33.3333333333%}to{width:40%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-6-6{animation:progressBarKeyFrame15-6-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-6-6{0%{width:40%}to{width:40%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-7-0{animation:progressBarKeyFrame15-7-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-7-0{0%{width:46.6666666667%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-0-7{animation:progressBarKeyFrame15-0-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-0-7{0%{width:0%}to{width:46.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-7-1{animation:progressBarKeyFrame15-7-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-7-1{0%{width:46.6666666667%}to{width:6.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-1-7{animation:progressBarKeyFrame15-1-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-1-7{0%{width:6.6666666667%}to{width:46.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-7-2{animation:progressBarKeyFrame15-7-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-7-2{0%{width:46.6666666667%}to{width:13.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-2-7{animation:progressBarKeyFrame15-2-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-2-7{0%{width:13.3333333333%}to{width:46.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-7-3{animation:progressBarKeyFrame15-7-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-7-3{0%{width:46.6666666667%}to{width:20%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-3-7{animation:progressBarKeyFrame15-3-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-3-7{0%{width:20%}to{width:46.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-7-4{animation:progressBarKeyFrame15-7-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-7-4{0%{width:46.6666666667%}to{width:26.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-4-7{animation:progressBarKeyFrame15-4-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-4-7{0%{width:26.6666666667%}to{width:46.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-7-5{animation:progressBarKeyFrame15-7-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-7-5{0%{width:46.6666666667%}to{width:33.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-5-7{animation:progressBarKeyFrame15-5-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-5-7{0%{width:33.3333333333%}to{width:46.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-7-6{animation:progressBarKeyFrame15-7-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-7-6{0%{width:46.6666666667%}to{width:40%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-6-7{animation:progressBarKeyFrame15-6-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-6-7{0%{width:40%}to{width:46.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-7-7{animation:progressBarKeyFrame15-7-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-7-7{0%{width:46.6666666667%}to{width:46.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-8-0{animation:progressBarKeyFrame15-8-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-8-0{0%{width:53.3333333333%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-0-8{animation:progressBarKeyFrame15-0-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-0-8{0%{width:0%}to{width:53.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-8-1{animation:progressBarKeyFrame15-8-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-8-1{0%{width:53.3333333333%}to{width:6.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-1-8{animation:progressBarKeyFrame15-1-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-1-8{0%{width:6.6666666667%}to{width:53.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-8-2{animation:progressBarKeyFrame15-8-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-8-2{0%{width:53.3333333333%}to{width:13.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-2-8{animation:progressBarKeyFrame15-2-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-2-8{0%{width:13.3333333333%}to{width:53.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-8-3{animation:progressBarKeyFrame15-8-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-8-3{0%{width:53.3333333333%}to{width:20%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-3-8{animation:progressBarKeyFrame15-3-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-3-8{0%{width:20%}to{width:53.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-8-4{animation:progressBarKeyFrame15-8-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-8-4{0%{width:53.3333333333%}to{width:26.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-4-8{animation:progressBarKeyFrame15-4-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-4-8{0%{width:26.6666666667%}to{width:53.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-8-5{animation:progressBarKeyFrame15-8-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-8-5{0%{width:53.3333333333%}to{width:33.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-5-8{animation:progressBarKeyFrame15-5-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-5-8{0%{width:33.3333333333%}to{width:53.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-8-6{animation:progressBarKeyFrame15-8-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-8-6{0%{width:53.3333333333%}to{width:40%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-6-8{animation:progressBarKeyFrame15-6-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-6-8{0%{width:40%}to{width:53.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-8-7{animation:progressBarKeyFrame15-8-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-8-7{0%{width:53.3333333333%}to{width:46.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-7-8{animation:progressBarKeyFrame15-7-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-7-8{0%{width:46.6666666667%}to{width:53.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-8-8{animation:progressBarKeyFrame15-8-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-8-8{0%{width:53.3333333333%}to{width:53.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-9-0{animation:progressBarKeyFrame15-9-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-9-0{0%{width:60%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-0-9{animation:progressBarKeyFrame15-0-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-0-9{0%{width:0%}to{width:60%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-9-1{animation:progressBarKeyFrame15-9-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-9-1{0%{width:60%}to{width:6.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-1-9{animation:progressBarKeyFrame15-1-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-1-9{0%{width:6.6666666667%}to{width:60%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-9-2{animation:progressBarKeyFrame15-9-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-9-2{0%{width:60%}to{width:13.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-2-9{animation:progressBarKeyFrame15-2-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-2-9{0%{width:13.3333333333%}to{width:60%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-9-3{animation:progressBarKeyFrame15-9-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-9-3{0%{width:60%}to{width:20%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-3-9{animation:progressBarKeyFrame15-3-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-3-9{0%{width:20%}to{width:60%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-9-4{animation:progressBarKeyFrame15-9-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-9-4{0%{width:60%}to{width:26.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-4-9{animation:progressBarKeyFrame15-4-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-4-9{0%{width:26.6666666667%}to{width:60%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-9-5{animation:progressBarKeyFrame15-9-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-9-5{0%{width:60%}to{width:33.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-5-9{animation:progressBarKeyFrame15-5-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-5-9{0%{width:33.3333333333%}to{width:60%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-9-6{animation:progressBarKeyFrame15-9-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-9-6{0%{width:60%}to{width:40%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-6-9{animation:progressBarKeyFrame15-6-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-6-9{0%{width:40%}to{width:60%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-9-7{animation:progressBarKeyFrame15-9-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-9-7{0%{width:60%}to{width:46.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-7-9{animation:progressBarKeyFrame15-7-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-7-9{0%{width:46.6666666667%}to{width:60%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-9-8{animation:progressBarKeyFrame15-9-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-9-8{0%{width:60%}to{width:53.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-8-9{animation:progressBarKeyFrame15-8-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-8-9{0%{width:53.3333333333%}to{width:60%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-9-9{animation:progressBarKeyFrame15-9-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-9-9{0%{width:60%}to{width:60%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-10-0{animation:progressBarKeyFrame15-10-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-10-0{0%{width:66.6666666667%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-0-10{animation:progressBarKeyFrame15-0-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-0-10{0%{width:0%}to{width:66.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-10-1{animation:progressBarKeyFrame15-10-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-10-1{0%{width:66.6666666667%}to{width:6.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-1-10{animation:progressBarKeyFrame15-1-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-1-10{0%{width:6.6666666667%}to{width:66.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-10-2{animation:progressBarKeyFrame15-10-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-10-2{0%{width:66.6666666667%}to{width:13.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-2-10{animation:progressBarKeyFrame15-2-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-2-10{0%{width:13.3333333333%}to{width:66.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-10-3{animation:progressBarKeyFrame15-10-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-10-3{0%{width:66.6666666667%}to{width:20%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-3-10{animation:progressBarKeyFrame15-3-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-3-10{0%{width:20%}to{width:66.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-10-4{animation:progressBarKeyFrame15-10-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-10-4{0%{width:66.6666666667%}to{width:26.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-4-10{animation:progressBarKeyFrame15-4-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-4-10{0%{width:26.6666666667%}to{width:66.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-10-5{animation:progressBarKeyFrame15-10-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-10-5{0%{width:66.6666666667%}to{width:33.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-5-10{animation:progressBarKeyFrame15-5-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-5-10{0%{width:33.3333333333%}to{width:66.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-10-6{animation:progressBarKeyFrame15-10-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-10-6{0%{width:66.6666666667%}to{width:40%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-6-10{animation:progressBarKeyFrame15-6-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-6-10{0%{width:40%}to{width:66.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-10-7{animation:progressBarKeyFrame15-10-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-10-7{0%{width:66.6666666667%}to{width:46.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-7-10{animation:progressBarKeyFrame15-7-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-7-10{0%{width:46.6666666667%}to{width:66.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-10-8{animation:progressBarKeyFrame15-10-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-10-8{0%{width:66.6666666667%}to{width:53.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-8-10{animation:progressBarKeyFrame15-8-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-8-10{0%{width:53.3333333333%}to{width:66.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-10-9{animation:progressBarKeyFrame15-10-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-10-9{0%{width:66.6666666667%}to{width:60%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-9-10{animation:progressBarKeyFrame15-9-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-9-10{0%{width:60%}to{width:66.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-10-10{animation:progressBarKeyFrame15-10-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-10-10{0%{width:66.6666666667%}to{width:66.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-11-0{animation:progressBarKeyFrame15-11-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-11-0{0%{width:73.3333333333%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-0-11{animation:progressBarKeyFrame15-0-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-0-11{0%{width:0%}to{width:73.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-11-1{animation:progressBarKeyFrame15-11-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-11-1{0%{width:73.3333333333%}to{width:6.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-1-11{animation:progressBarKeyFrame15-1-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-1-11{0%{width:6.6666666667%}to{width:73.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-11-2{animation:progressBarKeyFrame15-11-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-11-2{0%{width:73.3333333333%}to{width:13.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-2-11{animation:progressBarKeyFrame15-2-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-2-11{0%{width:13.3333333333%}to{width:73.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-11-3{animation:progressBarKeyFrame15-11-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-11-3{0%{width:73.3333333333%}to{width:20%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-3-11{animation:progressBarKeyFrame15-3-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-3-11{0%{width:20%}to{width:73.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-11-4{animation:progressBarKeyFrame15-11-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-11-4{0%{width:73.3333333333%}to{width:26.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-4-11{animation:progressBarKeyFrame15-4-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-4-11{0%{width:26.6666666667%}to{width:73.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-11-5{animation:progressBarKeyFrame15-11-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-11-5{0%{width:73.3333333333%}to{width:33.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-5-11{animation:progressBarKeyFrame15-5-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-5-11{0%{width:33.3333333333%}to{width:73.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-11-6{animation:progressBarKeyFrame15-11-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-11-6{0%{width:73.3333333333%}to{width:40%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-6-11{animation:progressBarKeyFrame15-6-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-6-11{0%{width:40%}to{width:73.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-11-7{animation:progressBarKeyFrame15-11-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-11-7{0%{width:73.3333333333%}to{width:46.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-7-11{animation:progressBarKeyFrame15-7-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-7-11{0%{width:46.6666666667%}to{width:73.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-11-8{animation:progressBarKeyFrame15-11-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-11-8{0%{width:73.3333333333%}to{width:53.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-8-11{animation:progressBarKeyFrame15-8-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-8-11{0%{width:53.3333333333%}to{width:73.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-11-9{animation:progressBarKeyFrame15-11-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-11-9{0%{width:73.3333333333%}to{width:60%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-9-11{animation:progressBarKeyFrame15-9-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-9-11{0%{width:60%}to{width:73.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-11-10{animation:progressBarKeyFrame15-11-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-11-10{0%{width:73.3333333333%}to{width:66.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-10-11{animation:progressBarKeyFrame15-10-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-10-11{0%{width:66.6666666667%}to{width:73.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-11-11{animation:progressBarKeyFrame15-11-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-11-11{0%{width:73.3333333333%}to{width:73.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-12-0{animation:progressBarKeyFrame15-12-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-12-0{0%{width:80%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-0-12{animation:progressBarKeyFrame15-0-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-0-12{0%{width:0%}to{width:80%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-12-1{animation:progressBarKeyFrame15-12-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-12-1{0%{width:80%}to{width:6.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-1-12{animation:progressBarKeyFrame15-1-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-1-12{0%{width:6.6666666667%}to{width:80%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-12-2{animation:progressBarKeyFrame15-12-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-12-2{0%{width:80%}to{width:13.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-2-12{animation:progressBarKeyFrame15-2-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-2-12{0%{width:13.3333333333%}to{width:80%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-12-3{animation:progressBarKeyFrame15-12-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-12-3{0%{width:80%}to{width:20%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-3-12{animation:progressBarKeyFrame15-3-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-3-12{0%{width:20%}to{width:80%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-12-4{animation:progressBarKeyFrame15-12-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-12-4{0%{width:80%}to{width:26.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-4-12{animation:progressBarKeyFrame15-4-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-4-12{0%{width:26.6666666667%}to{width:80%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-12-5{animation:progressBarKeyFrame15-12-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-12-5{0%{width:80%}to{width:33.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-5-12{animation:progressBarKeyFrame15-5-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-5-12{0%{width:33.3333333333%}to{width:80%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-12-6{animation:progressBarKeyFrame15-12-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-12-6{0%{width:80%}to{width:40%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-6-12{animation:progressBarKeyFrame15-6-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-6-12{0%{width:40%}to{width:80%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-12-7{animation:progressBarKeyFrame15-12-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-12-7{0%{width:80%}to{width:46.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-7-12{animation:progressBarKeyFrame15-7-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-7-12{0%{width:46.6666666667%}to{width:80%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-12-8{animation:progressBarKeyFrame15-12-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-12-8{0%{width:80%}to{width:53.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-8-12{animation:progressBarKeyFrame15-8-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-8-12{0%{width:53.3333333333%}to{width:80%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-12-9{animation:progressBarKeyFrame15-12-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-12-9{0%{width:80%}to{width:60%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-9-12{animation:progressBarKeyFrame15-9-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-9-12{0%{width:60%}to{width:80%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-12-10{animation:progressBarKeyFrame15-12-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-12-10{0%{width:80%}to{width:66.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-10-12{animation:progressBarKeyFrame15-10-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-10-12{0%{width:66.6666666667%}to{width:80%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-12-11{animation:progressBarKeyFrame15-12-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-12-11{0%{width:80%}to{width:73.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-11-12{animation:progressBarKeyFrame15-11-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-11-12{0%{width:73.3333333333%}to{width:80%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-12-12{animation:progressBarKeyFrame15-12-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-12-12{0%{width:80%}to{width:80%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-13-0{animation:progressBarKeyFrame15-13-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-13-0{0%{width:86.6666666667%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-0-13{animation:progressBarKeyFrame15-0-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-0-13{0%{width:0%}to{width:86.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-13-1{animation:progressBarKeyFrame15-13-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-13-1{0%{width:86.6666666667%}to{width:6.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-1-13{animation:progressBarKeyFrame15-1-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-1-13{0%{width:6.6666666667%}to{width:86.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-13-2{animation:progressBarKeyFrame15-13-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-13-2{0%{width:86.6666666667%}to{width:13.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-2-13{animation:progressBarKeyFrame15-2-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-2-13{0%{width:13.3333333333%}to{width:86.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-13-3{animation:progressBarKeyFrame15-13-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-13-3{0%{width:86.6666666667%}to{width:20%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-3-13{animation:progressBarKeyFrame15-3-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-3-13{0%{width:20%}to{width:86.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-13-4{animation:progressBarKeyFrame15-13-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-13-4{0%{width:86.6666666667%}to{width:26.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-4-13{animation:progressBarKeyFrame15-4-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-4-13{0%{width:26.6666666667%}to{width:86.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-13-5{animation:progressBarKeyFrame15-13-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-13-5{0%{width:86.6666666667%}to{width:33.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-5-13{animation:progressBarKeyFrame15-5-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-5-13{0%{width:33.3333333333%}to{width:86.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-13-6{animation:progressBarKeyFrame15-13-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-13-6{0%{width:86.6666666667%}to{width:40%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-6-13{animation:progressBarKeyFrame15-6-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-6-13{0%{width:40%}to{width:86.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-13-7{animation:progressBarKeyFrame15-13-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-13-7{0%{width:86.6666666667%}to{width:46.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-7-13{animation:progressBarKeyFrame15-7-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-7-13{0%{width:46.6666666667%}to{width:86.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-13-8{animation:progressBarKeyFrame15-13-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-13-8{0%{width:86.6666666667%}to{width:53.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-8-13{animation:progressBarKeyFrame15-8-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-8-13{0%{width:53.3333333333%}to{width:86.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-13-9{animation:progressBarKeyFrame15-13-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-13-9{0%{width:86.6666666667%}to{width:60%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-9-13{animation:progressBarKeyFrame15-9-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-9-13{0%{width:60%}to{width:86.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-13-10{animation:progressBarKeyFrame15-13-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-13-10{0%{width:86.6666666667%}to{width:66.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-10-13{animation:progressBarKeyFrame15-10-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-10-13{0%{width:66.6666666667%}to{width:86.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-13-11{animation:progressBarKeyFrame15-13-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-13-11{0%{width:86.6666666667%}to{width:73.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-11-13{animation:progressBarKeyFrame15-11-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-11-13{0%{width:73.3333333333%}to{width:86.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-13-12{animation:progressBarKeyFrame15-13-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-13-12{0%{width:86.6666666667%}to{width:80%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-12-13{animation:progressBarKeyFrame15-12-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-12-13{0%{width:80%}to{width:86.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-13-13{animation:progressBarKeyFrame15-13-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-13-13{0%{width:86.6666666667%}to{width:86.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-14-0{animation:progressBarKeyFrame15-14-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-14-0{0%{width:93.3333333333%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-0-14{animation:progressBarKeyFrame15-0-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-0-14{0%{width:0%}to{width:93.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-14-1{animation:progressBarKeyFrame15-14-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-14-1{0%{width:93.3333333333%}to{width:6.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-1-14{animation:progressBarKeyFrame15-1-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-1-14{0%{width:6.6666666667%}to{width:93.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-14-2{animation:progressBarKeyFrame15-14-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-14-2{0%{width:93.3333333333%}to{width:13.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-2-14{animation:progressBarKeyFrame15-2-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-2-14{0%{width:13.3333333333%}to{width:93.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-14-3{animation:progressBarKeyFrame15-14-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-14-3{0%{width:93.3333333333%}to{width:20%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-3-14{animation:progressBarKeyFrame15-3-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-3-14{0%{width:20%}to{width:93.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-14-4{animation:progressBarKeyFrame15-14-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-14-4{0%{width:93.3333333333%}to{width:26.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-4-14{animation:progressBarKeyFrame15-4-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-4-14{0%{width:26.6666666667%}to{width:93.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-14-5{animation:progressBarKeyFrame15-14-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-14-5{0%{width:93.3333333333%}to{width:33.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-5-14{animation:progressBarKeyFrame15-5-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-5-14{0%{width:33.3333333333%}to{width:93.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-14-6{animation:progressBarKeyFrame15-14-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-14-6{0%{width:93.3333333333%}to{width:40%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-6-14{animation:progressBarKeyFrame15-6-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-6-14{0%{width:40%}to{width:93.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-14-7{animation:progressBarKeyFrame15-14-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-14-7{0%{width:93.3333333333%}to{width:46.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-7-14{animation:progressBarKeyFrame15-7-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-7-14{0%{width:46.6666666667%}to{width:93.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-14-8{animation:progressBarKeyFrame15-14-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-14-8{0%{width:93.3333333333%}to{width:53.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-8-14{animation:progressBarKeyFrame15-8-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-8-14{0%{width:53.3333333333%}to{width:93.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-14-9{animation:progressBarKeyFrame15-14-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-14-9{0%{width:93.3333333333%}to{width:60%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-9-14{animation:progressBarKeyFrame15-9-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-9-14{0%{width:60%}to{width:93.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-14-10{animation:progressBarKeyFrame15-14-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-14-10{0%{width:93.3333333333%}to{width:66.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-10-14{animation:progressBarKeyFrame15-10-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-10-14{0%{width:66.6666666667%}to{width:93.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-14-11{animation:progressBarKeyFrame15-14-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-14-11{0%{width:93.3333333333%}to{width:73.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-11-14{animation:progressBarKeyFrame15-11-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-11-14{0%{width:73.3333333333%}to{width:93.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-14-12{animation:progressBarKeyFrame15-14-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-14-12{0%{width:93.3333333333%}to{width:80%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-12-14{animation:progressBarKeyFrame15-12-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-12-14{0%{width:80%}to{width:93.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-14-13{animation:progressBarKeyFrame15-14-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-14-13{0%{width:93.3333333333%}to{width:86.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-13-14{animation:progressBarKeyFrame15-13-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-13-14{0%{width:86.6666666667%}to{width:93.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-15.appbar-progress-filled-15-14-14{animation:progressBarKeyFrame15-14-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame15-14-14{0%{width:93.3333333333%}to{width:93.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-0-0{animation:progressBarKeyFrame16-0-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-0-0{0%{width:0%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-1-0{animation:progressBarKeyFrame16-1-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-1-0{0%{width:6.25%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-0-1{animation:progressBarKeyFrame16-0-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-0-1{0%{width:0%}to{width:6.25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-1-1{animation:progressBarKeyFrame16-1-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-1-1{0%{width:6.25%}to{width:6.25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-2-0{animation:progressBarKeyFrame16-2-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-2-0{0%{width:12.5%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-0-2{animation:progressBarKeyFrame16-0-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-0-2{0%{width:0%}to{width:12.5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-2-1{animation:progressBarKeyFrame16-2-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-2-1{0%{width:12.5%}to{width:6.25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-1-2{animation:progressBarKeyFrame16-1-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-1-2{0%{width:6.25%}to{width:12.5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-2-2{animation:progressBarKeyFrame16-2-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-2-2{0%{width:12.5%}to{width:12.5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-3-0{animation:progressBarKeyFrame16-3-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-3-0{0%{width:18.75%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-0-3{animation:progressBarKeyFrame16-0-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-0-3{0%{width:0%}to{width:18.75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-3-1{animation:progressBarKeyFrame16-3-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-3-1{0%{width:18.75%}to{width:6.25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-1-3{animation:progressBarKeyFrame16-1-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-1-3{0%{width:6.25%}to{width:18.75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-3-2{animation:progressBarKeyFrame16-3-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-3-2{0%{width:18.75%}to{width:12.5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-2-3{animation:progressBarKeyFrame16-2-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-2-3{0%{width:12.5%}to{width:18.75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-3-3{animation:progressBarKeyFrame16-3-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-3-3{0%{width:18.75%}to{width:18.75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-4-0{animation:progressBarKeyFrame16-4-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-4-0{0%{width:25%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-0-4{animation:progressBarKeyFrame16-0-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-0-4{0%{width:0%}to{width:25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-4-1{animation:progressBarKeyFrame16-4-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-4-1{0%{width:25%}to{width:6.25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-1-4{animation:progressBarKeyFrame16-1-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-1-4{0%{width:6.25%}to{width:25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-4-2{animation:progressBarKeyFrame16-4-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-4-2{0%{width:25%}to{width:12.5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-2-4{animation:progressBarKeyFrame16-2-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-2-4{0%{width:12.5%}to{width:25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-4-3{animation:progressBarKeyFrame16-4-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-4-3{0%{width:25%}to{width:18.75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-3-4{animation:progressBarKeyFrame16-3-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-3-4{0%{width:18.75%}to{width:25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-4-4{animation:progressBarKeyFrame16-4-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-4-4{0%{width:25%}to{width:25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-5-0{animation:progressBarKeyFrame16-5-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-5-0{0%{width:31.25%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-0-5{animation:progressBarKeyFrame16-0-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-0-5{0%{width:0%}to{width:31.25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-5-1{animation:progressBarKeyFrame16-5-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-5-1{0%{width:31.25%}to{width:6.25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-1-5{animation:progressBarKeyFrame16-1-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-1-5{0%{width:6.25%}to{width:31.25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-5-2{animation:progressBarKeyFrame16-5-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-5-2{0%{width:31.25%}to{width:12.5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-2-5{animation:progressBarKeyFrame16-2-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-2-5{0%{width:12.5%}to{width:31.25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-5-3{animation:progressBarKeyFrame16-5-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-5-3{0%{width:31.25%}to{width:18.75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-3-5{animation:progressBarKeyFrame16-3-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-3-5{0%{width:18.75%}to{width:31.25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-5-4{animation:progressBarKeyFrame16-5-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-5-4{0%{width:31.25%}to{width:25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-4-5{animation:progressBarKeyFrame16-4-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-4-5{0%{width:25%}to{width:31.25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-5-5{animation:progressBarKeyFrame16-5-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-5-5{0%{width:31.25%}to{width:31.25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-6-0{animation:progressBarKeyFrame16-6-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-6-0{0%{width:37.5%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-0-6{animation:progressBarKeyFrame16-0-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-0-6{0%{width:0%}to{width:37.5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-6-1{animation:progressBarKeyFrame16-6-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-6-1{0%{width:37.5%}to{width:6.25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-1-6{animation:progressBarKeyFrame16-1-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-1-6{0%{width:6.25%}to{width:37.5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-6-2{animation:progressBarKeyFrame16-6-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-6-2{0%{width:37.5%}to{width:12.5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-2-6{animation:progressBarKeyFrame16-2-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-2-6{0%{width:12.5%}to{width:37.5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-6-3{animation:progressBarKeyFrame16-6-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-6-3{0%{width:37.5%}to{width:18.75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-3-6{animation:progressBarKeyFrame16-3-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-3-6{0%{width:18.75%}to{width:37.5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-6-4{animation:progressBarKeyFrame16-6-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-6-4{0%{width:37.5%}to{width:25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-4-6{animation:progressBarKeyFrame16-4-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-4-6{0%{width:25%}to{width:37.5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-6-5{animation:progressBarKeyFrame16-6-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-6-5{0%{width:37.5%}to{width:31.25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-5-6{animation:progressBarKeyFrame16-5-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-5-6{0%{width:31.25%}to{width:37.5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-6-6{animation:progressBarKeyFrame16-6-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-6-6{0%{width:37.5%}to{width:37.5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-7-0{animation:progressBarKeyFrame16-7-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-7-0{0%{width:43.75%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-0-7{animation:progressBarKeyFrame16-0-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-0-7{0%{width:0%}to{width:43.75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-7-1{animation:progressBarKeyFrame16-7-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-7-1{0%{width:43.75%}to{width:6.25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-1-7{animation:progressBarKeyFrame16-1-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-1-7{0%{width:6.25%}to{width:43.75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-7-2{animation:progressBarKeyFrame16-7-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-7-2{0%{width:43.75%}to{width:12.5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-2-7{animation:progressBarKeyFrame16-2-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-2-7{0%{width:12.5%}to{width:43.75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-7-3{animation:progressBarKeyFrame16-7-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-7-3{0%{width:43.75%}to{width:18.75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-3-7{animation:progressBarKeyFrame16-3-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-3-7{0%{width:18.75%}to{width:43.75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-7-4{animation:progressBarKeyFrame16-7-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-7-4{0%{width:43.75%}to{width:25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-4-7{animation:progressBarKeyFrame16-4-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-4-7{0%{width:25%}to{width:43.75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-7-5{animation:progressBarKeyFrame16-7-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-7-5{0%{width:43.75%}to{width:31.25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-5-7{animation:progressBarKeyFrame16-5-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-5-7{0%{width:31.25%}to{width:43.75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-7-6{animation:progressBarKeyFrame16-7-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-7-6{0%{width:43.75%}to{width:37.5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-6-7{animation:progressBarKeyFrame16-6-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-6-7{0%{width:37.5%}to{width:43.75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-7-7{animation:progressBarKeyFrame16-7-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-7-7{0%{width:43.75%}to{width:43.75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-8-0{animation:progressBarKeyFrame16-8-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-8-0{0%{width:50%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-0-8{animation:progressBarKeyFrame16-0-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-0-8{0%{width:0%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-8-1{animation:progressBarKeyFrame16-8-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-8-1{0%{width:50%}to{width:6.25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-1-8{animation:progressBarKeyFrame16-1-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-1-8{0%{width:6.25%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-8-2{animation:progressBarKeyFrame16-8-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-8-2{0%{width:50%}to{width:12.5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-2-8{animation:progressBarKeyFrame16-2-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-2-8{0%{width:12.5%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-8-3{animation:progressBarKeyFrame16-8-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-8-3{0%{width:50%}to{width:18.75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-3-8{animation:progressBarKeyFrame16-3-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-3-8{0%{width:18.75%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-8-4{animation:progressBarKeyFrame16-8-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-8-4{0%{width:50%}to{width:25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-4-8{animation:progressBarKeyFrame16-4-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-4-8{0%{width:25%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-8-5{animation:progressBarKeyFrame16-8-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-8-5{0%{width:50%}to{width:31.25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-5-8{animation:progressBarKeyFrame16-5-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-5-8{0%{width:31.25%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-8-6{animation:progressBarKeyFrame16-8-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-8-6{0%{width:50%}to{width:37.5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-6-8{animation:progressBarKeyFrame16-6-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-6-8{0%{width:37.5%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-8-7{animation:progressBarKeyFrame16-8-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-8-7{0%{width:50%}to{width:43.75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-7-8{animation:progressBarKeyFrame16-7-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-7-8{0%{width:43.75%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-8-8{animation:progressBarKeyFrame16-8-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-8-8{0%{width:50%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-9-0{animation:progressBarKeyFrame16-9-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-9-0{0%{width:56.25%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-0-9{animation:progressBarKeyFrame16-0-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-0-9{0%{width:0%}to{width:56.25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-9-1{animation:progressBarKeyFrame16-9-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-9-1{0%{width:56.25%}to{width:6.25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-1-9{animation:progressBarKeyFrame16-1-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-1-9{0%{width:6.25%}to{width:56.25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-9-2{animation:progressBarKeyFrame16-9-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-9-2{0%{width:56.25%}to{width:12.5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-2-9{animation:progressBarKeyFrame16-2-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-2-9{0%{width:12.5%}to{width:56.25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-9-3{animation:progressBarKeyFrame16-9-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-9-3{0%{width:56.25%}to{width:18.75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-3-9{animation:progressBarKeyFrame16-3-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-3-9{0%{width:18.75%}to{width:56.25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-9-4{animation:progressBarKeyFrame16-9-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-9-4{0%{width:56.25%}to{width:25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-4-9{animation:progressBarKeyFrame16-4-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-4-9{0%{width:25%}to{width:56.25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-9-5{animation:progressBarKeyFrame16-9-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-9-5{0%{width:56.25%}to{width:31.25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-5-9{animation:progressBarKeyFrame16-5-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-5-9{0%{width:31.25%}to{width:56.25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-9-6{animation:progressBarKeyFrame16-9-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-9-6{0%{width:56.25%}to{width:37.5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-6-9{animation:progressBarKeyFrame16-6-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-6-9{0%{width:37.5%}to{width:56.25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-9-7{animation:progressBarKeyFrame16-9-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-9-7{0%{width:56.25%}to{width:43.75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-7-9{animation:progressBarKeyFrame16-7-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-7-9{0%{width:43.75%}to{width:56.25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-9-8{animation:progressBarKeyFrame16-9-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-9-8{0%{width:56.25%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-8-9{animation:progressBarKeyFrame16-8-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-8-9{0%{width:50%}to{width:56.25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-9-9{animation:progressBarKeyFrame16-9-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-9-9{0%{width:56.25%}to{width:56.25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-10-0{animation:progressBarKeyFrame16-10-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-10-0{0%{width:62.5%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-0-10{animation:progressBarKeyFrame16-0-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-0-10{0%{width:0%}to{width:62.5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-10-1{animation:progressBarKeyFrame16-10-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-10-1{0%{width:62.5%}to{width:6.25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-1-10{animation:progressBarKeyFrame16-1-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-1-10{0%{width:6.25%}to{width:62.5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-10-2{animation:progressBarKeyFrame16-10-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-10-2{0%{width:62.5%}to{width:12.5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-2-10{animation:progressBarKeyFrame16-2-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-2-10{0%{width:12.5%}to{width:62.5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-10-3{animation:progressBarKeyFrame16-10-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-10-3{0%{width:62.5%}to{width:18.75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-3-10{animation:progressBarKeyFrame16-3-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-3-10{0%{width:18.75%}to{width:62.5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-10-4{animation:progressBarKeyFrame16-10-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-10-4{0%{width:62.5%}to{width:25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-4-10{animation:progressBarKeyFrame16-4-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-4-10{0%{width:25%}to{width:62.5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-10-5{animation:progressBarKeyFrame16-10-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-10-5{0%{width:62.5%}to{width:31.25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-5-10{animation:progressBarKeyFrame16-5-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-5-10{0%{width:31.25%}to{width:62.5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-10-6{animation:progressBarKeyFrame16-10-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-10-6{0%{width:62.5%}to{width:37.5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-6-10{animation:progressBarKeyFrame16-6-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-6-10{0%{width:37.5%}to{width:62.5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-10-7{animation:progressBarKeyFrame16-10-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-10-7{0%{width:62.5%}to{width:43.75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-7-10{animation:progressBarKeyFrame16-7-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-7-10{0%{width:43.75%}to{width:62.5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-10-8{animation:progressBarKeyFrame16-10-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-10-8{0%{width:62.5%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-8-10{animation:progressBarKeyFrame16-8-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-8-10{0%{width:50%}to{width:62.5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-10-9{animation:progressBarKeyFrame16-10-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-10-9{0%{width:62.5%}to{width:56.25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-9-10{animation:progressBarKeyFrame16-9-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-9-10{0%{width:56.25%}to{width:62.5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-10-10{animation:progressBarKeyFrame16-10-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-10-10{0%{width:62.5%}to{width:62.5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-11-0{animation:progressBarKeyFrame16-11-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-11-0{0%{width:68.75%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-0-11{animation:progressBarKeyFrame16-0-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-0-11{0%{width:0%}to{width:68.75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-11-1{animation:progressBarKeyFrame16-11-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-11-1{0%{width:68.75%}to{width:6.25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-1-11{animation:progressBarKeyFrame16-1-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-1-11{0%{width:6.25%}to{width:68.75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-11-2{animation:progressBarKeyFrame16-11-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-11-2{0%{width:68.75%}to{width:12.5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-2-11{animation:progressBarKeyFrame16-2-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-2-11{0%{width:12.5%}to{width:68.75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-11-3{animation:progressBarKeyFrame16-11-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-11-3{0%{width:68.75%}to{width:18.75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-3-11{animation:progressBarKeyFrame16-3-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-3-11{0%{width:18.75%}to{width:68.75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-11-4{animation:progressBarKeyFrame16-11-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-11-4{0%{width:68.75%}to{width:25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-4-11{animation:progressBarKeyFrame16-4-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-4-11{0%{width:25%}to{width:68.75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-11-5{animation:progressBarKeyFrame16-11-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-11-5{0%{width:68.75%}to{width:31.25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-5-11{animation:progressBarKeyFrame16-5-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-5-11{0%{width:31.25%}to{width:68.75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-11-6{animation:progressBarKeyFrame16-11-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-11-6{0%{width:68.75%}to{width:37.5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-6-11{animation:progressBarKeyFrame16-6-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-6-11{0%{width:37.5%}to{width:68.75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-11-7{animation:progressBarKeyFrame16-11-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-11-7{0%{width:68.75%}to{width:43.75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-7-11{animation:progressBarKeyFrame16-7-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-7-11{0%{width:43.75%}to{width:68.75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-11-8{animation:progressBarKeyFrame16-11-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-11-8{0%{width:68.75%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-8-11{animation:progressBarKeyFrame16-8-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-8-11{0%{width:50%}to{width:68.75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-11-9{animation:progressBarKeyFrame16-11-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-11-9{0%{width:68.75%}to{width:56.25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-9-11{animation:progressBarKeyFrame16-9-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-9-11{0%{width:56.25%}to{width:68.75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-11-10{animation:progressBarKeyFrame16-11-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-11-10{0%{width:68.75%}to{width:62.5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-10-11{animation:progressBarKeyFrame16-10-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-10-11{0%{width:62.5%}to{width:68.75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-11-11{animation:progressBarKeyFrame16-11-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-11-11{0%{width:68.75%}to{width:68.75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-12-0{animation:progressBarKeyFrame16-12-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-12-0{0%{width:75%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-0-12{animation:progressBarKeyFrame16-0-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-0-12{0%{width:0%}to{width:75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-12-1{animation:progressBarKeyFrame16-12-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-12-1{0%{width:75%}to{width:6.25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-1-12{animation:progressBarKeyFrame16-1-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-1-12{0%{width:6.25%}to{width:75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-12-2{animation:progressBarKeyFrame16-12-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-12-2{0%{width:75%}to{width:12.5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-2-12{animation:progressBarKeyFrame16-2-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-2-12{0%{width:12.5%}to{width:75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-12-3{animation:progressBarKeyFrame16-12-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-12-3{0%{width:75%}to{width:18.75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-3-12{animation:progressBarKeyFrame16-3-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-3-12{0%{width:18.75%}to{width:75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-12-4{animation:progressBarKeyFrame16-12-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-12-4{0%{width:75%}to{width:25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-4-12{animation:progressBarKeyFrame16-4-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-4-12{0%{width:25%}to{width:75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-12-5{animation:progressBarKeyFrame16-12-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-12-5{0%{width:75%}to{width:31.25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-5-12{animation:progressBarKeyFrame16-5-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-5-12{0%{width:31.25%}to{width:75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-12-6{animation:progressBarKeyFrame16-12-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-12-6{0%{width:75%}to{width:37.5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-6-12{animation:progressBarKeyFrame16-6-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-6-12{0%{width:37.5%}to{width:75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-12-7{animation:progressBarKeyFrame16-12-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-12-7{0%{width:75%}to{width:43.75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-7-12{animation:progressBarKeyFrame16-7-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-7-12{0%{width:43.75%}to{width:75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-12-8{animation:progressBarKeyFrame16-12-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-12-8{0%{width:75%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-8-12{animation:progressBarKeyFrame16-8-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-8-12{0%{width:50%}to{width:75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-12-9{animation:progressBarKeyFrame16-12-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-12-9{0%{width:75%}to{width:56.25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-9-12{animation:progressBarKeyFrame16-9-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-9-12{0%{width:56.25%}to{width:75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-12-10{animation:progressBarKeyFrame16-12-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-12-10{0%{width:75%}to{width:62.5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-10-12{animation:progressBarKeyFrame16-10-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-10-12{0%{width:62.5%}to{width:75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-12-11{animation:progressBarKeyFrame16-12-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-12-11{0%{width:75%}to{width:68.75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-11-12{animation:progressBarKeyFrame16-11-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-11-12{0%{width:68.75%}to{width:75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-12-12{animation:progressBarKeyFrame16-12-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-12-12{0%{width:75%}to{width:75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-13-0{animation:progressBarKeyFrame16-13-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-13-0{0%{width:81.25%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-0-13{animation:progressBarKeyFrame16-0-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-0-13{0%{width:0%}to{width:81.25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-13-1{animation:progressBarKeyFrame16-13-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-13-1{0%{width:81.25%}to{width:6.25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-1-13{animation:progressBarKeyFrame16-1-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-1-13{0%{width:6.25%}to{width:81.25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-13-2{animation:progressBarKeyFrame16-13-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-13-2{0%{width:81.25%}to{width:12.5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-2-13{animation:progressBarKeyFrame16-2-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-2-13{0%{width:12.5%}to{width:81.25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-13-3{animation:progressBarKeyFrame16-13-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-13-3{0%{width:81.25%}to{width:18.75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-3-13{animation:progressBarKeyFrame16-3-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-3-13{0%{width:18.75%}to{width:81.25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-13-4{animation:progressBarKeyFrame16-13-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-13-4{0%{width:81.25%}to{width:25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-4-13{animation:progressBarKeyFrame16-4-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-4-13{0%{width:25%}to{width:81.25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-13-5{animation:progressBarKeyFrame16-13-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-13-5{0%{width:81.25%}to{width:31.25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-5-13{animation:progressBarKeyFrame16-5-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-5-13{0%{width:31.25%}to{width:81.25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-13-6{animation:progressBarKeyFrame16-13-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-13-6{0%{width:81.25%}to{width:37.5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-6-13{animation:progressBarKeyFrame16-6-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-6-13{0%{width:37.5%}to{width:81.25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-13-7{animation:progressBarKeyFrame16-13-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-13-7{0%{width:81.25%}to{width:43.75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-7-13{animation:progressBarKeyFrame16-7-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-7-13{0%{width:43.75%}to{width:81.25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-13-8{animation:progressBarKeyFrame16-13-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-13-8{0%{width:81.25%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-8-13{animation:progressBarKeyFrame16-8-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-8-13{0%{width:50%}to{width:81.25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-13-9{animation:progressBarKeyFrame16-13-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-13-9{0%{width:81.25%}to{width:56.25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-9-13{animation:progressBarKeyFrame16-9-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-9-13{0%{width:56.25%}to{width:81.25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-13-10{animation:progressBarKeyFrame16-13-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-13-10{0%{width:81.25%}to{width:62.5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-10-13{animation:progressBarKeyFrame16-10-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-10-13{0%{width:62.5%}to{width:81.25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-13-11{animation:progressBarKeyFrame16-13-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-13-11{0%{width:81.25%}to{width:68.75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-11-13{animation:progressBarKeyFrame16-11-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-11-13{0%{width:68.75%}to{width:81.25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-13-12{animation:progressBarKeyFrame16-13-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-13-12{0%{width:81.25%}to{width:75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-12-13{animation:progressBarKeyFrame16-12-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-12-13{0%{width:75%}to{width:81.25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-13-13{animation:progressBarKeyFrame16-13-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-13-13{0%{width:81.25%}to{width:81.25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-14-0{animation:progressBarKeyFrame16-14-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-14-0{0%{width:87.5%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-0-14{animation:progressBarKeyFrame16-0-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-0-14{0%{width:0%}to{width:87.5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-14-1{animation:progressBarKeyFrame16-14-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-14-1{0%{width:87.5%}to{width:6.25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-1-14{animation:progressBarKeyFrame16-1-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-1-14{0%{width:6.25%}to{width:87.5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-14-2{animation:progressBarKeyFrame16-14-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-14-2{0%{width:87.5%}to{width:12.5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-2-14{animation:progressBarKeyFrame16-2-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-2-14{0%{width:12.5%}to{width:87.5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-14-3{animation:progressBarKeyFrame16-14-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-14-3{0%{width:87.5%}to{width:18.75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-3-14{animation:progressBarKeyFrame16-3-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-3-14{0%{width:18.75%}to{width:87.5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-14-4{animation:progressBarKeyFrame16-14-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-14-4{0%{width:87.5%}to{width:25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-4-14{animation:progressBarKeyFrame16-4-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-4-14{0%{width:25%}to{width:87.5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-14-5{animation:progressBarKeyFrame16-14-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-14-5{0%{width:87.5%}to{width:31.25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-5-14{animation:progressBarKeyFrame16-5-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-5-14{0%{width:31.25%}to{width:87.5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-14-6{animation:progressBarKeyFrame16-14-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-14-6{0%{width:87.5%}to{width:37.5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-6-14{animation:progressBarKeyFrame16-6-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-6-14{0%{width:37.5%}to{width:87.5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-14-7{animation:progressBarKeyFrame16-14-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-14-7{0%{width:87.5%}to{width:43.75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-7-14{animation:progressBarKeyFrame16-7-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-7-14{0%{width:43.75%}to{width:87.5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-14-8{animation:progressBarKeyFrame16-14-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-14-8{0%{width:87.5%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-8-14{animation:progressBarKeyFrame16-8-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-8-14{0%{width:50%}to{width:87.5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-14-9{animation:progressBarKeyFrame16-14-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-14-9{0%{width:87.5%}to{width:56.25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-9-14{animation:progressBarKeyFrame16-9-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-9-14{0%{width:56.25%}to{width:87.5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-14-10{animation:progressBarKeyFrame16-14-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-14-10{0%{width:87.5%}to{width:62.5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-10-14{animation:progressBarKeyFrame16-10-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-10-14{0%{width:62.5%}to{width:87.5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-14-11{animation:progressBarKeyFrame16-14-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-14-11{0%{width:87.5%}to{width:68.75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-11-14{animation:progressBarKeyFrame16-11-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-11-14{0%{width:68.75%}to{width:87.5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-14-12{animation:progressBarKeyFrame16-14-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-14-12{0%{width:87.5%}to{width:75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-12-14{animation:progressBarKeyFrame16-12-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-12-14{0%{width:75%}to{width:87.5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-14-13{animation:progressBarKeyFrame16-14-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-14-13{0%{width:87.5%}to{width:81.25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-13-14{animation:progressBarKeyFrame16-13-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-13-14{0%{width:81.25%}to{width:87.5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-14-14{animation:progressBarKeyFrame16-14-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-14-14{0%{width:87.5%}to{width:87.5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-15-0{animation:progressBarKeyFrame16-15-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-15-0{0%{width:93.75%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-0-15{animation:progressBarKeyFrame16-0-15 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-0-15{0%{width:0%}to{width:93.75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-15-1{animation:progressBarKeyFrame16-15-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-15-1{0%{width:93.75%}to{width:6.25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-1-15{animation:progressBarKeyFrame16-1-15 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-1-15{0%{width:6.25%}to{width:93.75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-15-2{animation:progressBarKeyFrame16-15-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-15-2{0%{width:93.75%}to{width:12.5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-2-15{animation:progressBarKeyFrame16-2-15 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-2-15{0%{width:12.5%}to{width:93.75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-15-3{animation:progressBarKeyFrame16-15-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-15-3{0%{width:93.75%}to{width:18.75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-3-15{animation:progressBarKeyFrame16-3-15 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-3-15{0%{width:18.75%}to{width:93.75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-15-4{animation:progressBarKeyFrame16-15-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-15-4{0%{width:93.75%}to{width:25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-4-15{animation:progressBarKeyFrame16-4-15 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-4-15{0%{width:25%}to{width:93.75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-15-5{animation:progressBarKeyFrame16-15-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-15-5{0%{width:93.75%}to{width:31.25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-5-15{animation:progressBarKeyFrame16-5-15 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-5-15{0%{width:31.25%}to{width:93.75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-15-6{animation:progressBarKeyFrame16-15-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-15-6{0%{width:93.75%}to{width:37.5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-6-15{animation:progressBarKeyFrame16-6-15 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-6-15{0%{width:37.5%}to{width:93.75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-15-7{animation:progressBarKeyFrame16-15-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-15-7{0%{width:93.75%}to{width:43.75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-7-15{animation:progressBarKeyFrame16-7-15 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-7-15{0%{width:43.75%}to{width:93.75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-15-8{animation:progressBarKeyFrame16-15-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-15-8{0%{width:93.75%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-8-15{animation:progressBarKeyFrame16-8-15 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-8-15{0%{width:50%}to{width:93.75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-15-9{animation:progressBarKeyFrame16-15-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-15-9{0%{width:93.75%}to{width:56.25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-9-15{animation:progressBarKeyFrame16-9-15 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-9-15{0%{width:56.25%}to{width:93.75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-15-10{animation:progressBarKeyFrame16-15-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-15-10{0%{width:93.75%}to{width:62.5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-10-15{animation:progressBarKeyFrame16-10-15 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-10-15{0%{width:62.5%}to{width:93.75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-15-11{animation:progressBarKeyFrame16-15-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-15-11{0%{width:93.75%}to{width:68.75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-11-15{animation:progressBarKeyFrame16-11-15 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-11-15{0%{width:68.75%}to{width:93.75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-15-12{animation:progressBarKeyFrame16-15-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-15-12{0%{width:93.75%}to{width:75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-12-15{animation:progressBarKeyFrame16-12-15 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-12-15{0%{width:75%}to{width:93.75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-15-13{animation:progressBarKeyFrame16-15-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-15-13{0%{width:93.75%}to{width:81.25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-13-15{animation:progressBarKeyFrame16-13-15 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-13-15{0%{width:81.25%}to{width:93.75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-15-14{animation:progressBarKeyFrame16-15-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-15-14{0%{width:93.75%}to{width:87.5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-14-15{animation:progressBarKeyFrame16-14-15 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-14-15{0%{width:87.5%}to{width:93.75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-16.appbar-progress-filled-16-15-15{animation:progressBarKeyFrame16-15-15 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame16-15-15{0%{width:93.75%}to{width:93.75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-0-0{animation:progressBarKeyFrame17-0-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-0-0{0%{width:0%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-1-0{animation:progressBarKeyFrame17-1-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-1-0{0%{width:5.8823529412%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-0-1{animation:progressBarKeyFrame17-0-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-0-1{0%{width:0%}to{width:5.8823529412%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-1-1{animation:progressBarKeyFrame17-1-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-1-1{0%{width:5.8823529412%}to{width:5.8823529412%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-2-0{animation:progressBarKeyFrame17-2-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-2-0{0%{width:11.7647058824%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-0-2{animation:progressBarKeyFrame17-0-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-0-2{0%{width:0%}to{width:11.7647058824%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-2-1{animation:progressBarKeyFrame17-2-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-2-1{0%{width:11.7647058824%}to{width:5.8823529412%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-1-2{animation:progressBarKeyFrame17-1-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-1-2{0%{width:5.8823529412%}to{width:11.7647058824%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-2-2{animation:progressBarKeyFrame17-2-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-2-2{0%{width:11.7647058824%}to{width:11.7647058824%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-3-0{animation:progressBarKeyFrame17-3-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-3-0{0%{width:17.6470588235%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-0-3{animation:progressBarKeyFrame17-0-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-0-3{0%{width:0%}to{width:17.6470588235%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-3-1{animation:progressBarKeyFrame17-3-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-3-1{0%{width:17.6470588235%}to{width:5.8823529412%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-1-3{animation:progressBarKeyFrame17-1-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-1-3{0%{width:5.8823529412%}to{width:17.6470588235%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-3-2{animation:progressBarKeyFrame17-3-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-3-2{0%{width:17.6470588235%}to{width:11.7647058824%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-2-3{animation:progressBarKeyFrame17-2-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-2-3{0%{width:11.7647058824%}to{width:17.6470588235%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-3-3{animation:progressBarKeyFrame17-3-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-3-3{0%{width:17.6470588235%}to{width:17.6470588235%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-4-0{animation:progressBarKeyFrame17-4-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-4-0{0%{width:23.5294117647%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-0-4{animation:progressBarKeyFrame17-0-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-0-4{0%{width:0%}to{width:23.5294117647%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-4-1{animation:progressBarKeyFrame17-4-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-4-1{0%{width:23.5294117647%}to{width:5.8823529412%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-1-4{animation:progressBarKeyFrame17-1-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-1-4{0%{width:5.8823529412%}to{width:23.5294117647%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-4-2{animation:progressBarKeyFrame17-4-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-4-2{0%{width:23.5294117647%}to{width:11.7647058824%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-2-4{animation:progressBarKeyFrame17-2-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-2-4{0%{width:11.7647058824%}to{width:23.5294117647%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-4-3{animation:progressBarKeyFrame17-4-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-4-3{0%{width:23.5294117647%}to{width:17.6470588235%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-3-4{animation:progressBarKeyFrame17-3-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-3-4{0%{width:17.6470588235%}to{width:23.5294117647%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-4-4{animation:progressBarKeyFrame17-4-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-4-4{0%{width:23.5294117647%}to{width:23.5294117647%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-5-0{animation:progressBarKeyFrame17-5-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-5-0{0%{width:29.4117647059%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-0-5{animation:progressBarKeyFrame17-0-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-0-5{0%{width:0%}to{width:29.4117647059%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-5-1{animation:progressBarKeyFrame17-5-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-5-1{0%{width:29.4117647059%}to{width:5.8823529412%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-1-5{animation:progressBarKeyFrame17-1-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-1-5{0%{width:5.8823529412%}to{width:29.4117647059%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-5-2{animation:progressBarKeyFrame17-5-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-5-2{0%{width:29.4117647059%}to{width:11.7647058824%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-2-5{animation:progressBarKeyFrame17-2-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-2-5{0%{width:11.7647058824%}to{width:29.4117647059%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-5-3{animation:progressBarKeyFrame17-5-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-5-3{0%{width:29.4117647059%}to{width:17.6470588235%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-3-5{animation:progressBarKeyFrame17-3-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-3-5{0%{width:17.6470588235%}to{width:29.4117647059%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-5-4{animation:progressBarKeyFrame17-5-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-5-4{0%{width:29.4117647059%}to{width:23.5294117647%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-4-5{animation:progressBarKeyFrame17-4-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-4-5{0%{width:23.5294117647%}to{width:29.4117647059%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-5-5{animation:progressBarKeyFrame17-5-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-5-5{0%{width:29.4117647059%}to{width:29.4117647059%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-6-0{animation:progressBarKeyFrame17-6-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-6-0{0%{width:35.2941176471%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-0-6{animation:progressBarKeyFrame17-0-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-0-6{0%{width:0%}to{width:35.2941176471%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-6-1{animation:progressBarKeyFrame17-6-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-6-1{0%{width:35.2941176471%}to{width:5.8823529412%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-1-6{animation:progressBarKeyFrame17-1-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-1-6{0%{width:5.8823529412%}to{width:35.2941176471%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-6-2{animation:progressBarKeyFrame17-6-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-6-2{0%{width:35.2941176471%}to{width:11.7647058824%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-2-6{animation:progressBarKeyFrame17-2-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-2-6{0%{width:11.7647058824%}to{width:35.2941176471%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-6-3{animation:progressBarKeyFrame17-6-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-6-3{0%{width:35.2941176471%}to{width:17.6470588235%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-3-6{animation:progressBarKeyFrame17-3-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-3-6{0%{width:17.6470588235%}to{width:35.2941176471%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-6-4{animation:progressBarKeyFrame17-6-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-6-4{0%{width:35.2941176471%}to{width:23.5294117647%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-4-6{animation:progressBarKeyFrame17-4-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-4-6{0%{width:23.5294117647%}to{width:35.2941176471%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-6-5{animation:progressBarKeyFrame17-6-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-6-5{0%{width:35.2941176471%}to{width:29.4117647059%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-5-6{animation:progressBarKeyFrame17-5-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-5-6{0%{width:29.4117647059%}to{width:35.2941176471%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-6-6{animation:progressBarKeyFrame17-6-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-6-6{0%{width:35.2941176471%}to{width:35.2941176471%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-7-0{animation:progressBarKeyFrame17-7-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-7-0{0%{width:41.1764705882%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-0-7{animation:progressBarKeyFrame17-0-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-0-7{0%{width:0%}to{width:41.1764705882%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-7-1{animation:progressBarKeyFrame17-7-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-7-1{0%{width:41.1764705882%}to{width:5.8823529412%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-1-7{animation:progressBarKeyFrame17-1-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-1-7{0%{width:5.8823529412%}to{width:41.1764705882%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-7-2{animation:progressBarKeyFrame17-7-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-7-2{0%{width:41.1764705882%}to{width:11.7647058824%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-2-7{animation:progressBarKeyFrame17-2-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-2-7{0%{width:11.7647058824%}to{width:41.1764705882%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-7-3{animation:progressBarKeyFrame17-7-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-7-3{0%{width:41.1764705882%}to{width:17.6470588235%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-3-7{animation:progressBarKeyFrame17-3-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-3-7{0%{width:17.6470588235%}to{width:41.1764705882%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-7-4{animation:progressBarKeyFrame17-7-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-7-4{0%{width:41.1764705882%}to{width:23.5294117647%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-4-7{animation:progressBarKeyFrame17-4-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-4-7{0%{width:23.5294117647%}to{width:41.1764705882%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-7-5{animation:progressBarKeyFrame17-7-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-7-5{0%{width:41.1764705882%}to{width:29.4117647059%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-5-7{animation:progressBarKeyFrame17-5-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-5-7{0%{width:29.4117647059%}to{width:41.1764705882%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-7-6{animation:progressBarKeyFrame17-7-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-7-6{0%{width:41.1764705882%}to{width:35.2941176471%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-6-7{animation:progressBarKeyFrame17-6-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-6-7{0%{width:35.2941176471%}to{width:41.1764705882%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-7-7{animation:progressBarKeyFrame17-7-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-7-7{0%{width:41.1764705882%}to{width:41.1764705882%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-8-0{animation:progressBarKeyFrame17-8-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-8-0{0%{width:47.0588235294%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-0-8{animation:progressBarKeyFrame17-0-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-0-8{0%{width:0%}to{width:47.0588235294%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-8-1{animation:progressBarKeyFrame17-8-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-8-1{0%{width:47.0588235294%}to{width:5.8823529412%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-1-8{animation:progressBarKeyFrame17-1-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-1-8{0%{width:5.8823529412%}to{width:47.0588235294%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-8-2{animation:progressBarKeyFrame17-8-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-8-2{0%{width:47.0588235294%}to{width:11.7647058824%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-2-8{animation:progressBarKeyFrame17-2-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-2-8{0%{width:11.7647058824%}to{width:47.0588235294%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-8-3{animation:progressBarKeyFrame17-8-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-8-3{0%{width:47.0588235294%}to{width:17.6470588235%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-3-8{animation:progressBarKeyFrame17-3-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-3-8{0%{width:17.6470588235%}to{width:47.0588235294%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-8-4{animation:progressBarKeyFrame17-8-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-8-4{0%{width:47.0588235294%}to{width:23.5294117647%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-4-8{animation:progressBarKeyFrame17-4-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-4-8{0%{width:23.5294117647%}to{width:47.0588235294%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-8-5{animation:progressBarKeyFrame17-8-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-8-5{0%{width:47.0588235294%}to{width:29.4117647059%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-5-8{animation:progressBarKeyFrame17-5-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-5-8{0%{width:29.4117647059%}to{width:47.0588235294%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-8-6{animation:progressBarKeyFrame17-8-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-8-6{0%{width:47.0588235294%}to{width:35.2941176471%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-6-8{animation:progressBarKeyFrame17-6-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-6-8{0%{width:35.2941176471%}to{width:47.0588235294%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-8-7{animation:progressBarKeyFrame17-8-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-8-7{0%{width:47.0588235294%}to{width:41.1764705882%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-7-8{animation:progressBarKeyFrame17-7-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-7-8{0%{width:41.1764705882%}to{width:47.0588235294%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-8-8{animation:progressBarKeyFrame17-8-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-8-8{0%{width:47.0588235294%}to{width:47.0588235294%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-9-0{animation:progressBarKeyFrame17-9-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-9-0{0%{width:52.9411764706%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-0-9{animation:progressBarKeyFrame17-0-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-0-9{0%{width:0%}to{width:52.9411764706%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-9-1{animation:progressBarKeyFrame17-9-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-9-1{0%{width:52.9411764706%}to{width:5.8823529412%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-1-9{animation:progressBarKeyFrame17-1-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-1-9{0%{width:5.8823529412%}to{width:52.9411764706%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-9-2{animation:progressBarKeyFrame17-9-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-9-2{0%{width:52.9411764706%}to{width:11.7647058824%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-2-9{animation:progressBarKeyFrame17-2-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-2-9{0%{width:11.7647058824%}to{width:52.9411764706%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-9-3{animation:progressBarKeyFrame17-9-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-9-3{0%{width:52.9411764706%}to{width:17.6470588235%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-3-9{animation:progressBarKeyFrame17-3-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-3-9{0%{width:17.6470588235%}to{width:52.9411764706%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-9-4{animation:progressBarKeyFrame17-9-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-9-4{0%{width:52.9411764706%}to{width:23.5294117647%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-4-9{animation:progressBarKeyFrame17-4-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-4-9{0%{width:23.5294117647%}to{width:52.9411764706%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-9-5{animation:progressBarKeyFrame17-9-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-9-5{0%{width:52.9411764706%}to{width:29.4117647059%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-5-9{animation:progressBarKeyFrame17-5-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-5-9{0%{width:29.4117647059%}to{width:52.9411764706%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-9-6{animation:progressBarKeyFrame17-9-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-9-6{0%{width:52.9411764706%}to{width:35.2941176471%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-6-9{animation:progressBarKeyFrame17-6-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-6-9{0%{width:35.2941176471%}to{width:52.9411764706%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-9-7{animation:progressBarKeyFrame17-9-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-9-7{0%{width:52.9411764706%}to{width:41.1764705882%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-7-9{animation:progressBarKeyFrame17-7-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-7-9{0%{width:41.1764705882%}to{width:52.9411764706%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-9-8{animation:progressBarKeyFrame17-9-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-9-8{0%{width:52.9411764706%}to{width:47.0588235294%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-8-9{animation:progressBarKeyFrame17-8-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-8-9{0%{width:47.0588235294%}to{width:52.9411764706%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-9-9{animation:progressBarKeyFrame17-9-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-9-9{0%{width:52.9411764706%}to{width:52.9411764706%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-10-0{animation:progressBarKeyFrame17-10-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-10-0{0%{width:58.8235294118%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-0-10{animation:progressBarKeyFrame17-0-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-0-10{0%{width:0%}to{width:58.8235294118%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-10-1{animation:progressBarKeyFrame17-10-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-10-1{0%{width:58.8235294118%}to{width:5.8823529412%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-1-10{animation:progressBarKeyFrame17-1-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-1-10{0%{width:5.8823529412%}to{width:58.8235294118%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-10-2{animation:progressBarKeyFrame17-10-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-10-2{0%{width:58.8235294118%}to{width:11.7647058824%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-2-10{animation:progressBarKeyFrame17-2-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-2-10{0%{width:11.7647058824%}to{width:58.8235294118%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-10-3{animation:progressBarKeyFrame17-10-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-10-3{0%{width:58.8235294118%}to{width:17.6470588235%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-3-10{animation:progressBarKeyFrame17-3-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-3-10{0%{width:17.6470588235%}to{width:58.8235294118%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-10-4{animation:progressBarKeyFrame17-10-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-10-4{0%{width:58.8235294118%}to{width:23.5294117647%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-4-10{animation:progressBarKeyFrame17-4-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-4-10{0%{width:23.5294117647%}to{width:58.8235294118%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-10-5{animation:progressBarKeyFrame17-10-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-10-5{0%{width:58.8235294118%}to{width:29.4117647059%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-5-10{animation:progressBarKeyFrame17-5-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-5-10{0%{width:29.4117647059%}to{width:58.8235294118%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-10-6{animation:progressBarKeyFrame17-10-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-10-6{0%{width:58.8235294118%}to{width:35.2941176471%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-6-10{animation:progressBarKeyFrame17-6-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-6-10{0%{width:35.2941176471%}to{width:58.8235294118%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-10-7{animation:progressBarKeyFrame17-10-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-10-7{0%{width:58.8235294118%}to{width:41.1764705882%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-7-10{animation:progressBarKeyFrame17-7-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-7-10{0%{width:41.1764705882%}to{width:58.8235294118%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-10-8{animation:progressBarKeyFrame17-10-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-10-8{0%{width:58.8235294118%}to{width:47.0588235294%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-8-10{animation:progressBarKeyFrame17-8-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-8-10{0%{width:47.0588235294%}to{width:58.8235294118%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-10-9{animation:progressBarKeyFrame17-10-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-10-9{0%{width:58.8235294118%}to{width:52.9411764706%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-9-10{animation:progressBarKeyFrame17-9-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-9-10{0%{width:52.9411764706%}to{width:58.8235294118%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-10-10{animation:progressBarKeyFrame17-10-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-10-10{0%{width:58.8235294118%}to{width:58.8235294118%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-11-0{animation:progressBarKeyFrame17-11-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-11-0{0%{width:64.7058823529%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-0-11{animation:progressBarKeyFrame17-0-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-0-11{0%{width:0%}to{width:64.7058823529%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-11-1{animation:progressBarKeyFrame17-11-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-11-1{0%{width:64.7058823529%}to{width:5.8823529412%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-1-11{animation:progressBarKeyFrame17-1-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-1-11{0%{width:5.8823529412%}to{width:64.7058823529%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-11-2{animation:progressBarKeyFrame17-11-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-11-2{0%{width:64.7058823529%}to{width:11.7647058824%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-2-11{animation:progressBarKeyFrame17-2-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-2-11{0%{width:11.7647058824%}to{width:64.7058823529%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-11-3{animation:progressBarKeyFrame17-11-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-11-3{0%{width:64.7058823529%}to{width:17.6470588235%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-3-11{animation:progressBarKeyFrame17-3-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-3-11{0%{width:17.6470588235%}to{width:64.7058823529%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-11-4{animation:progressBarKeyFrame17-11-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-11-4{0%{width:64.7058823529%}to{width:23.5294117647%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-4-11{animation:progressBarKeyFrame17-4-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-4-11{0%{width:23.5294117647%}to{width:64.7058823529%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-11-5{animation:progressBarKeyFrame17-11-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-11-5{0%{width:64.7058823529%}to{width:29.4117647059%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-5-11{animation:progressBarKeyFrame17-5-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-5-11{0%{width:29.4117647059%}to{width:64.7058823529%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-11-6{animation:progressBarKeyFrame17-11-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-11-6{0%{width:64.7058823529%}to{width:35.2941176471%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-6-11{animation:progressBarKeyFrame17-6-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-6-11{0%{width:35.2941176471%}to{width:64.7058823529%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-11-7{animation:progressBarKeyFrame17-11-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-11-7{0%{width:64.7058823529%}to{width:41.1764705882%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-7-11{animation:progressBarKeyFrame17-7-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-7-11{0%{width:41.1764705882%}to{width:64.7058823529%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-11-8{animation:progressBarKeyFrame17-11-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-11-8{0%{width:64.7058823529%}to{width:47.0588235294%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-8-11{animation:progressBarKeyFrame17-8-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-8-11{0%{width:47.0588235294%}to{width:64.7058823529%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-11-9{animation:progressBarKeyFrame17-11-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-11-9{0%{width:64.7058823529%}to{width:52.9411764706%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-9-11{animation:progressBarKeyFrame17-9-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-9-11{0%{width:52.9411764706%}to{width:64.7058823529%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-11-10{animation:progressBarKeyFrame17-11-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-11-10{0%{width:64.7058823529%}to{width:58.8235294118%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-10-11{animation:progressBarKeyFrame17-10-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-10-11{0%{width:58.8235294118%}to{width:64.7058823529%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-11-11{animation:progressBarKeyFrame17-11-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-11-11{0%{width:64.7058823529%}to{width:64.7058823529%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-12-0{animation:progressBarKeyFrame17-12-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-12-0{0%{width:70.5882352941%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-0-12{animation:progressBarKeyFrame17-0-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-0-12{0%{width:0%}to{width:70.5882352941%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-12-1{animation:progressBarKeyFrame17-12-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-12-1{0%{width:70.5882352941%}to{width:5.8823529412%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-1-12{animation:progressBarKeyFrame17-1-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-1-12{0%{width:5.8823529412%}to{width:70.5882352941%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-12-2{animation:progressBarKeyFrame17-12-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-12-2{0%{width:70.5882352941%}to{width:11.7647058824%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-2-12{animation:progressBarKeyFrame17-2-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-2-12{0%{width:11.7647058824%}to{width:70.5882352941%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-12-3{animation:progressBarKeyFrame17-12-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-12-3{0%{width:70.5882352941%}to{width:17.6470588235%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-3-12{animation:progressBarKeyFrame17-3-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-3-12{0%{width:17.6470588235%}to{width:70.5882352941%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-12-4{animation:progressBarKeyFrame17-12-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-12-4{0%{width:70.5882352941%}to{width:23.5294117647%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-4-12{animation:progressBarKeyFrame17-4-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-4-12{0%{width:23.5294117647%}to{width:70.5882352941%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-12-5{animation:progressBarKeyFrame17-12-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-12-5{0%{width:70.5882352941%}to{width:29.4117647059%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-5-12{animation:progressBarKeyFrame17-5-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-5-12{0%{width:29.4117647059%}to{width:70.5882352941%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-12-6{animation:progressBarKeyFrame17-12-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-12-6{0%{width:70.5882352941%}to{width:35.2941176471%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-6-12{animation:progressBarKeyFrame17-6-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-6-12{0%{width:35.2941176471%}to{width:70.5882352941%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-12-7{animation:progressBarKeyFrame17-12-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-12-7{0%{width:70.5882352941%}to{width:41.1764705882%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-7-12{animation:progressBarKeyFrame17-7-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-7-12{0%{width:41.1764705882%}to{width:70.5882352941%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-12-8{animation:progressBarKeyFrame17-12-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-12-8{0%{width:70.5882352941%}to{width:47.0588235294%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-8-12{animation:progressBarKeyFrame17-8-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-8-12{0%{width:47.0588235294%}to{width:70.5882352941%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-12-9{animation:progressBarKeyFrame17-12-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-12-9{0%{width:70.5882352941%}to{width:52.9411764706%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-9-12{animation:progressBarKeyFrame17-9-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-9-12{0%{width:52.9411764706%}to{width:70.5882352941%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-12-10{animation:progressBarKeyFrame17-12-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-12-10{0%{width:70.5882352941%}to{width:58.8235294118%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-10-12{animation:progressBarKeyFrame17-10-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-10-12{0%{width:58.8235294118%}to{width:70.5882352941%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-12-11{animation:progressBarKeyFrame17-12-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-12-11{0%{width:70.5882352941%}to{width:64.7058823529%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-11-12{animation:progressBarKeyFrame17-11-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-11-12{0%{width:64.7058823529%}to{width:70.5882352941%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-12-12{animation:progressBarKeyFrame17-12-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-12-12{0%{width:70.5882352941%}to{width:70.5882352941%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-13-0{animation:progressBarKeyFrame17-13-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-13-0{0%{width:76.4705882353%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-0-13{animation:progressBarKeyFrame17-0-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-0-13{0%{width:0%}to{width:76.4705882353%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-13-1{animation:progressBarKeyFrame17-13-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-13-1{0%{width:76.4705882353%}to{width:5.8823529412%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-1-13{animation:progressBarKeyFrame17-1-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-1-13{0%{width:5.8823529412%}to{width:76.4705882353%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-13-2{animation:progressBarKeyFrame17-13-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-13-2{0%{width:76.4705882353%}to{width:11.7647058824%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-2-13{animation:progressBarKeyFrame17-2-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-2-13{0%{width:11.7647058824%}to{width:76.4705882353%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-13-3{animation:progressBarKeyFrame17-13-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-13-3{0%{width:76.4705882353%}to{width:17.6470588235%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-3-13{animation:progressBarKeyFrame17-3-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-3-13{0%{width:17.6470588235%}to{width:76.4705882353%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-13-4{animation:progressBarKeyFrame17-13-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-13-4{0%{width:76.4705882353%}to{width:23.5294117647%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-4-13{animation:progressBarKeyFrame17-4-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-4-13{0%{width:23.5294117647%}to{width:76.4705882353%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-13-5{animation:progressBarKeyFrame17-13-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-13-5{0%{width:76.4705882353%}to{width:29.4117647059%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-5-13{animation:progressBarKeyFrame17-5-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-5-13{0%{width:29.4117647059%}to{width:76.4705882353%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-13-6{animation:progressBarKeyFrame17-13-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-13-6{0%{width:76.4705882353%}to{width:35.2941176471%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-6-13{animation:progressBarKeyFrame17-6-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-6-13{0%{width:35.2941176471%}to{width:76.4705882353%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-13-7{animation:progressBarKeyFrame17-13-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-13-7{0%{width:76.4705882353%}to{width:41.1764705882%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-7-13{animation:progressBarKeyFrame17-7-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-7-13{0%{width:41.1764705882%}to{width:76.4705882353%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-13-8{animation:progressBarKeyFrame17-13-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-13-8{0%{width:76.4705882353%}to{width:47.0588235294%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-8-13{animation:progressBarKeyFrame17-8-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-8-13{0%{width:47.0588235294%}to{width:76.4705882353%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-13-9{animation:progressBarKeyFrame17-13-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-13-9{0%{width:76.4705882353%}to{width:52.9411764706%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-9-13{animation:progressBarKeyFrame17-9-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-9-13{0%{width:52.9411764706%}to{width:76.4705882353%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-13-10{animation:progressBarKeyFrame17-13-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-13-10{0%{width:76.4705882353%}to{width:58.8235294118%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-10-13{animation:progressBarKeyFrame17-10-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-10-13{0%{width:58.8235294118%}to{width:76.4705882353%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-13-11{animation:progressBarKeyFrame17-13-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-13-11{0%{width:76.4705882353%}to{width:64.7058823529%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-11-13{animation:progressBarKeyFrame17-11-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-11-13{0%{width:64.7058823529%}to{width:76.4705882353%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-13-12{animation:progressBarKeyFrame17-13-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-13-12{0%{width:76.4705882353%}to{width:70.5882352941%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-12-13{animation:progressBarKeyFrame17-12-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-12-13{0%{width:70.5882352941%}to{width:76.4705882353%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-13-13{animation:progressBarKeyFrame17-13-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-13-13{0%{width:76.4705882353%}to{width:76.4705882353%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-14-0{animation:progressBarKeyFrame17-14-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-14-0{0%{width:82.3529411765%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-0-14{animation:progressBarKeyFrame17-0-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-0-14{0%{width:0%}to{width:82.3529411765%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-14-1{animation:progressBarKeyFrame17-14-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-14-1{0%{width:82.3529411765%}to{width:5.8823529412%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-1-14{animation:progressBarKeyFrame17-1-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-1-14{0%{width:5.8823529412%}to{width:82.3529411765%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-14-2{animation:progressBarKeyFrame17-14-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-14-2{0%{width:82.3529411765%}to{width:11.7647058824%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-2-14{animation:progressBarKeyFrame17-2-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-2-14{0%{width:11.7647058824%}to{width:82.3529411765%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-14-3{animation:progressBarKeyFrame17-14-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-14-3{0%{width:82.3529411765%}to{width:17.6470588235%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-3-14{animation:progressBarKeyFrame17-3-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-3-14{0%{width:17.6470588235%}to{width:82.3529411765%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-14-4{animation:progressBarKeyFrame17-14-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-14-4{0%{width:82.3529411765%}to{width:23.5294117647%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-4-14{animation:progressBarKeyFrame17-4-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-4-14{0%{width:23.5294117647%}to{width:82.3529411765%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-14-5{animation:progressBarKeyFrame17-14-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-14-5{0%{width:82.3529411765%}to{width:29.4117647059%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-5-14{animation:progressBarKeyFrame17-5-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-5-14{0%{width:29.4117647059%}to{width:82.3529411765%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-14-6{animation:progressBarKeyFrame17-14-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-14-6{0%{width:82.3529411765%}to{width:35.2941176471%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-6-14{animation:progressBarKeyFrame17-6-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-6-14{0%{width:35.2941176471%}to{width:82.3529411765%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-14-7{animation:progressBarKeyFrame17-14-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-14-7{0%{width:82.3529411765%}to{width:41.1764705882%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-7-14{animation:progressBarKeyFrame17-7-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-7-14{0%{width:41.1764705882%}to{width:82.3529411765%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-14-8{animation:progressBarKeyFrame17-14-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-14-8{0%{width:82.3529411765%}to{width:47.0588235294%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-8-14{animation:progressBarKeyFrame17-8-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-8-14{0%{width:47.0588235294%}to{width:82.3529411765%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-14-9{animation:progressBarKeyFrame17-14-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-14-9{0%{width:82.3529411765%}to{width:52.9411764706%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-9-14{animation:progressBarKeyFrame17-9-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-9-14{0%{width:52.9411764706%}to{width:82.3529411765%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-14-10{animation:progressBarKeyFrame17-14-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-14-10{0%{width:82.3529411765%}to{width:58.8235294118%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-10-14{animation:progressBarKeyFrame17-10-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-10-14{0%{width:58.8235294118%}to{width:82.3529411765%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-14-11{animation:progressBarKeyFrame17-14-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-14-11{0%{width:82.3529411765%}to{width:64.7058823529%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-11-14{animation:progressBarKeyFrame17-11-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-11-14{0%{width:64.7058823529%}to{width:82.3529411765%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-14-12{animation:progressBarKeyFrame17-14-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-14-12{0%{width:82.3529411765%}to{width:70.5882352941%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-12-14{animation:progressBarKeyFrame17-12-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-12-14{0%{width:70.5882352941%}to{width:82.3529411765%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-14-13{animation:progressBarKeyFrame17-14-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-14-13{0%{width:82.3529411765%}to{width:76.4705882353%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-13-14{animation:progressBarKeyFrame17-13-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-13-14{0%{width:76.4705882353%}to{width:82.3529411765%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-14-14{animation:progressBarKeyFrame17-14-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-14-14{0%{width:82.3529411765%}to{width:82.3529411765%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-15-0{animation:progressBarKeyFrame17-15-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-15-0{0%{width:88.2352941176%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-0-15{animation:progressBarKeyFrame17-0-15 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-0-15{0%{width:0%}to{width:88.2352941176%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-15-1{animation:progressBarKeyFrame17-15-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-15-1{0%{width:88.2352941176%}to{width:5.8823529412%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-1-15{animation:progressBarKeyFrame17-1-15 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-1-15{0%{width:5.8823529412%}to{width:88.2352941176%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-15-2{animation:progressBarKeyFrame17-15-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-15-2{0%{width:88.2352941176%}to{width:11.7647058824%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-2-15{animation:progressBarKeyFrame17-2-15 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-2-15{0%{width:11.7647058824%}to{width:88.2352941176%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-15-3{animation:progressBarKeyFrame17-15-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-15-3{0%{width:88.2352941176%}to{width:17.6470588235%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-3-15{animation:progressBarKeyFrame17-3-15 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-3-15{0%{width:17.6470588235%}to{width:88.2352941176%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-15-4{animation:progressBarKeyFrame17-15-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-15-4{0%{width:88.2352941176%}to{width:23.5294117647%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-4-15{animation:progressBarKeyFrame17-4-15 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-4-15{0%{width:23.5294117647%}to{width:88.2352941176%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-15-5{animation:progressBarKeyFrame17-15-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-15-5{0%{width:88.2352941176%}to{width:29.4117647059%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-5-15{animation:progressBarKeyFrame17-5-15 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-5-15{0%{width:29.4117647059%}to{width:88.2352941176%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-15-6{animation:progressBarKeyFrame17-15-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-15-6{0%{width:88.2352941176%}to{width:35.2941176471%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-6-15{animation:progressBarKeyFrame17-6-15 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-6-15{0%{width:35.2941176471%}to{width:88.2352941176%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-15-7{animation:progressBarKeyFrame17-15-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-15-7{0%{width:88.2352941176%}to{width:41.1764705882%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-7-15{animation:progressBarKeyFrame17-7-15 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-7-15{0%{width:41.1764705882%}to{width:88.2352941176%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-15-8{animation:progressBarKeyFrame17-15-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-15-8{0%{width:88.2352941176%}to{width:47.0588235294%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-8-15{animation:progressBarKeyFrame17-8-15 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-8-15{0%{width:47.0588235294%}to{width:88.2352941176%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-15-9{animation:progressBarKeyFrame17-15-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-15-9{0%{width:88.2352941176%}to{width:52.9411764706%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-9-15{animation:progressBarKeyFrame17-9-15 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-9-15{0%{width:52.9411764706%}to{width:88.2352941176%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-15-10{animation:progressBarKeyFrame17-15-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-15-10{0%{width:88.2352941176%}to{width:58.8235294118%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-10-15{animation:progressBarKeyFrame17-10-15 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-10-15{0%{width:58.8235294118%}to{width:88.2352941176%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-15-11{animation:progressBarKeyFrame17-15-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-15-11{0%{width:88.2352941176%}to{width:64.7058823529%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-11-15{animation:progressBarKeyFrame17-11-15 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-11-15{0%{width:64.7058823529%}to{width:88.2352941176%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-15-12{animation:progressBarKeyFrame17-15-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-15-12{0%{width:88.2352941176%}to{width:70.5882352941%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-12-15{animation:progressBarKeyFrame17-12-15 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-12-15{0%{width:70.5882352941%}to{width:88.2352941176%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-15-13{animation:progressBarKeyFrame17-15-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-15-13{0%{width:88.2352941176%}to{width:76.4705882353%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-13-15{animation:progressBarKeyFrame17-13-15 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-13-15{0%{width:76.4705882353%}to{width:88.2352941176%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-15-14{animation:progressBarKeyFrame17-15-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-15-14{0%{width:88.2352941176%}to{width:82.3529411765%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-14-15{animation:progressBarKeyFrame17-14-15 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-14-15{0%{width:82.3529411765%}to{width:88.2352941176%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-15-15{animation:progressBarKeyFrame17-15-15 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-15-15{0%{width:88.2352941176%}to{width:88.2352941176%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-16-0{animation:progressBarKeyFrame17-16-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-16-0{0%{width:94.1176470588%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-0-16{animation:progressBarKeyFrame17-0-16 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-0-16{0%{width:0%}to{width:94.1176470588%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-16-1{animation:progressBarKeyFrame17-16-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-16-1{0%{width:94.1176470588%}to{width:5.8823529412%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-1-16{animation:progressBarKeyFrame17-1-16 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-1-16{0%{width:5.8823529412%}to{width:94.1176470588%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-16-2{animation:progressBarKeyFrame17-16-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-16-2{0%{width:94.1176470588%}to{width:11.7647058824%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-2-16{animation:progressBarKeyFrame17-2-16 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-2-16{0%{width:11.7647058824%}to{width:94.1176470588%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-16-3{animation:progressBarKeyFrame17-16-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-16-3{0%{width:94.1176470588%}to{width:17.6470588235%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-3-16{animation:progressBarKeyFrame17-3-16 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-3-16{0%{width:17.6470588235%}to{width:94.1176470588%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-16-4{animation:progressBarKeyFrame17-16-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-16-4{0%{width:94.1176470588%}to{width:23.5294117647%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-4-16{animation:progressBarKeyFrame17-4-16 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-4-16{0%{width:23.5294117647%}to{width:94.1176470588%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-16-5{animation:progressBarKeyFrame17-16-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-16-5{0%{width:94.1176470588%}to{width:29.4117647059%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-5-16{animation:progressBarKeyFrame17-5-16 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-5-16{0%{width:29.4117647059%}to{width:94.1176470588%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-16-6{animation:progressBarKeyFrame17-16-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-16-6{0%{width:94.1176470588%}to{width:35.2941176471%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-6-16{animation:progressBarKeyFrame17-6-16 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-6-16{0%{width:35.2941176471%}to{width:94.1176470588%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-16-7{animation:progressBarKeyFrame17-16-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-16-7{0%{width:94.1176470588%}to{width:41.1764705882%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-7-16{animation:progressBarKeyFrame17-7-16 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-7-16{0%{width:41.1764705882%}to{width:94.1176470588%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-16-8{animation:progressBarKeyFrame17-16-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-16-8{0%{width:94.1176470588%}to{width:47.0588235294%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-8-16{animation:progressBarKeyFrame17-8-16 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-8-16{0%{width:47.0588235294%}to{width:94.1176470588%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-16-9{animation:progressBarKeyFrame17-16-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-16-9{0%{width:94.1176470588%}to{width:52.9411764706%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-9-16{animation:progressBarKeyFrame17-9-16 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-9-16{0%{width:52.9411764706%}to{width:94.1176470588%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-16-10{animation:progressBarKeyFrame17-16-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-16-10{0%{width:94.1176470588%}to{width:58.8235294118%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-10-16{animation:progressBarKeyFrame17-10-16 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-10-16{0%{width:58.8235294118%}to{width:94.1176470588%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-16-11{animation:progressBarKeyFrame17-16-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-16-11{0%{width:94.1176470588%}to{width:64.7058823529%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-11-16{animation:progressBarKeyFrame17-11-16 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-11-16{0%{width:64.7058823529%}to{width:94.1176470588%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-16-12{animation:progressBarKeyFrame17-16-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-16-12{0%{width:94.1176470588%}to{width:70.5882352941%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-12-16{animation:progressBarKeyFrame17-12-16 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-12-16{0%{width:70.5882352941%}to{width:94.1176470588%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-16-13{animation:progressBarKeyFrame17-16-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-16-13{0%{width:94.1176470588%}to{width:76.4705882353%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-13-16{animation:progressBarKeyFrame17-13-16 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-13-16{0%{width:76.4705882353%}to{width:94.1176470588%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-16-14{animation:progressBarKeyFrame17-16-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-16-14{0%{width:94.1176470588%}to{width:82.3529411765%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-14-16{animation:progressBarKeyFrame17-14-16 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-14-16{0%{width:82.3529411765%}to{width:94.1176470588%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-16-15{animation:progressBarKeyFrame17-16-15 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-16-15{0%{width:94.1176470588%}to{width:88.2352941176%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-15-16{animation:progressBarKeyFrame17-15-16 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-15-16{0%{width:88.2352941176%}to{width:94.1176470588%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-17.appbar-progress-filled-17-16-16{animation:progressBarKeyFrame17-16-16 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame17-16-16{0%{width:94.1176470588%}to{width:94.1176470588%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-0-0{animation:progressBarKeyFrame18-0-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-0-0{0%{width:0%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-1-0{animation:progressBarKeyFrame18-1-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-1-0{0%{width:5.5555555556%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-0-1{animation:progressBarKeyFrame18-0-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-0-1{0%{width:0%}to{width:5.5555555556%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-1-1{animation:progressBarKeyFrame18-1-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-1-1{0%{width:5.5555555556%}to{width:5.5555555556%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-2-0{animation:progressBarKeyFrame18-2-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-2-0{0%{width:11.1111111111%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-0-2{animation:progressBarKeyFrame18-0-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-0-2{0%{width:0%}to{width:11.1111111111%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-2-1{animation:progressBarKeyFrame18-2-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-2-1{0%{width:11.1111111111%}to{width:5.5555555556%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-1-2{animation:progressBarKeyFrame18-1-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-1-2{0%{width:5.5555555556%}to{width:11.1111111111%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-2-2{animation:progressBarKeyFrame18-2-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-2-2{0%{width:11.1111111111%}to{width:11.1111111111%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-3-0{animation:progressBarKeyFrame18-3-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-3-0{0%{width:16.6666666667%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-0-3{animation:progressBarKeyFrame18-0-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-0-3{0%{width:0%}to{width:16.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-3-1{animation:progressBarKeyFrame18-3-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-3-1{0%{width:16.6666666667%}to{width:5.5555555556%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-1-3{animation:progressBarKeyFrame18-1-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-1-3{0%{width:5.5555555556%}to{width:16.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-3-2{animation:progressBarKeyFrame18-3-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-3-2{0%{width:16.6666666667%}to{width:11.1111111111%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-2-3{animation:progressBarKeyFrame18-2-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-2-3{0%{width:11.1111111111%}to{width:16.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-3-3{animation:progressBarKeyFrame18-3-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-3-3{0%{width:16.6666666667%}to{width:16.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-4-0{animation:progressBarKeyFrame18-4-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-4-0{0%{width:22.2222222222%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-0-4{animation:progressBarKeyFrame18-0-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-0-4{0%{width:0%}to{width:22.2222222222%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-4-1{animation:progressBarKeyFrame18-4-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-4-1{0%{width:22.2222222222%}to{width:5.5555555556%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-1-4{animation:progressBarKeyFrame18-1-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-1-4{0%{width:5.5555555556%}to{width:22.2222222222%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-4-2{animation:progressBarKeyFrame18-4-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-4-2{0%{width:22.2222222222%}to{width:11.1111111111%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-2-4{animation:progressBarKeyFrame18-2-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-2-4{0%{width:11.1111111111%}to{width:22.2222222222%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-4-3{animation:progressBarKeyFrame18-4-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-4-3{0%{width:22.2222222222%}to{width:16.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-3-4{animation:progressBarKeyFrame18-3-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-3-4{0%{width:16.6666666667%}to{width:22.2222222222%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-4-4{animation:progressBarKeyFrame18-4-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-4-4{0%{width:22.2222222222%}to{width:22.2222222222%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-5-0{animation:progressBarKeyFrame18-5-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-5-0{0%{width:27.7777777778%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-0-5{animation:progressBarKeyFrame18-0-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-0-5{0%{width:0%}to{width:27.7777777778%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-5-1{animation:progressBarKeyFrame18-5-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-5-1{0%{width:27.7777777778%}to{width:5.5555555556%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-1-5{animation:progressBarKeyFrame18-1-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-1-5{0%{width:5.5555555556%}to{width:27.7777777778%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-5-2{animation:progressBarKeyFrame18-5-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-5-2{0%{width:27.7777777778%}to{width:11.1111111111%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-2-5{animation:progressBarKeyFrame18-2-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-2-5{0%{width:11.1111111111%}to{width:27.7777777778%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-5-3{animation:progressBarKeyFrame18-5-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-5-3{0%{width:27.7777777778%}to{width:16.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-3-5{animation:progressBarKeyFrame18-3-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-3-5{0%{width:16.6666666667%}to{width:27.7777777778%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-5-4{animation:progressBarKeyFrame18-5-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-5-4{0%{width:27.7777777778%}to{width:22.2222222222%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-4-5{animation:progressBarKeyFrame18-4-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-4-5{0%{width:22.2222222222%}to{width:27.7777777778%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-5-5{animation:progressBarKeyFrame18-5-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-5-5{0%{width:27.7777777778%}to{width:27.7777777778%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-6-0{animation:progressBarKeyFrame18-6-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-6-0{0%{width:33.3333333333%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-0-6{animation:progressBarKeyFrame18-0-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-0-6{0%{width:0%}to{width:33.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-6-1{animation:progressBarKeyFrame18-6-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-6-1{0%{width:33.3333333333%}to{width:5.5555555556%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-1-6{animation:progressBarKeyFrame18-1-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-1-6{0%{width:5.5555555556%}to{width:33.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-6-2{animation:progressBarKeyFrame18-6-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-6-2{0%{width:33.3333333333%}to{width:11.1111111111%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-2-6{animation:progressBarKeyFrame18-2-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-2-6{0%{width:11.1111111111%}to{width:33.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-6-3{animation:progressBarKeyFrame18-6-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-6-3{0%{width:33.3333333333%}to{width:16.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-3-6{animation:progressBarKeyFrame18-3-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-3-6{0%{width:16.6666666667%}to{width:33.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-6-4{animation:progressBarKeyFrame18-6-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-6-4{0%{width:33.3333333333%}to{width:22.2222222222%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-4-6{animation:progressBarKeyFrame18-4-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-4-6{0%{width:22.2222222222%}to{width:33.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-6-5{animation:progressBarKeyFrame18-6-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-6-5{0%{width:33.3333333333%}to{width:27.7777777778%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-5-6{animation:progressBarKeyFrame18-5-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-5-6{0%{width:27.7777777778%}to{width:33.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-6-6{animation:progressBarKeyFrame18-6-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-6-6{0%{width:33.3333333333%}to{width:33.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-7-0{animation:progressBarKeyFrame18-7-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-7-0{0%{width:38.8888888889%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-0-7{animation:progressBarKeyFrame18-0-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-0-7{0%{width:0%}to{width:38.8888888889%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-7-1{animation:progressBarKeyFrame18-7-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-7-1{0%{width:38.8888888889%}to{width:5.5555555556%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-1-7{animation:progressBarKeyFrame18-1-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-1-7{0%{width:5.5555555556%}to{width:38.8888888889%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-7-2{animation:progressBarKeyFrame18-7-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-7-2{0%{width:38.8888888889%}to{width:11.1111111111%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-2-7{animation:progressBarKeyFrame18-2-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-2-7{0%{width:11.1111111111%}to{width:38.8888888889%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-7-3{animation:progressBarKeyFrame18-7-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-7-3{0%{width:38.8888888889%}to{width:16.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-3-7{animation:progressBarKeyFrame18-3-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-3-7{0%{width:16.6666666667%}to{width:38.8888888889%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-7-4{animation:progressBarKeyFrame18-7-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-7-4{0%{width:38.8888888889%}to{width:22.2222222222%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-4-7{animation:progressBarKeyFrame18-4-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-4-7{0%{width:22.2222222222%}to{width:38.8888888889%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-7-5{animation:progressBarKeyFrame18-7-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-7-5{0%{width:38.8888888889%}to{width:27.7777777778%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-5-7{animation:progressBarKeyFrame18-5-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-5-7{0%{width:27.7777777778%}to{width:38.8888888889%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-7-6{animation:progressBarKeyFrame18-7-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-7-6{0%{width:38.8888888889%}to{width:33.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-6-7{animation:progressBarKeyFrame18-6-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-6-7{0%{width:33.3333333333%}to{width:38.8888888889%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-7-7{animation:progressBarKeyFrame18-7-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-7-7{0%{width:38.8888888889%}to{width:38.8888888889%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-8-0{animation:progressBarKeyFrame18-8-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-8-0{0%{width:44.4444444444%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-0-8{animation:progressBarKeyFrame18-0-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-0-8{0%{width:0%}to{width:44.4444444444%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-8-1{animation:progressBarKeyFrame18-8-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-8-1{0%{width:44.4444444444%}to{width:5.5555555556%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-1-8{animation:progressBarKeyFrame18-1-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-1-8{0%{width:5.5555555556%}to{width:44.4444444444%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-8-2{animation:progressBarKeyFrame18-8-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-8-2{0%{width:44.4444444444%}to{width:11.1111111111%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-2-8{animation:progressBarKeyFrame18-2-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-2-8{0%{width:11.1111111111%}to{width:44.4444444444%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-8-3{animation:progressBarKeyFrame18-8-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-8-3{0%{width:44.4444444444%}to{width:16.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-3-8{animation:progressBarKeyFrame18-3-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-3-8{0%{width:16.6666666667%}to{width:44.4444444444%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-8-4{animation:progressBarKeyFrame18-8-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-8-4{0%{width:44.4444444444%}to{width:22.2222222222%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-4-8{animation:progressBarKeyFrame18-4-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-4-8{0%{width:22.2222222222%}to{width:44.4444444444%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-8-5{animation:progressBarKeyFrame18-8-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-8-5{0%{width:44.4444444444%}to{width:27.7777777778%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-5-8{animation:progressBarKeyFrame18-5-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-5-8{0%{width:27.7777777778%}to{width:44.4444444444%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-8-6{animation:progressBarKeyFrame18-8-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-8-6{0%{width:44.4444444444%}to{width:33.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-6-8{animation:progressBarKeyFrame18-6-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-6-8{0%{width:33.3333333333%}to{width:44.4444444444%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-8-7{animation:progressBarKeyFrame18-8-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-8-7{0%{width:44.4444444444%}to{width:38.8888888889%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-7-8{animation:progressBarKeyFrame18-7-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-7-8{0%{width:38.8888888889%}to{width:44.4444444444%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-8-8{animation:progressBarKeyFrame18-8-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-8-8{0%{width:44.4444444444%}to{width:44.4444444444%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-9-0{animation:progressBarKeyFrame18-9-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-9-0{0%{width:50%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-0-9{animation:progressBarKeyFrame18-0-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-0-9{0%{width:0%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-9-1{animation:progressBarKeyFrame18-9-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-9-1{0%{width:50%}to{width:5.5555555556%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-1-9{animation:progressBarKeyFrame18-1-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-1-9{0%{width:5.5555555556%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-9-2{animation:progressBarKeyFrame18-9-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-9-2{0%{width:50%}to{width:11.1111111111%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-2-9{animation:progressBarKeyFrame18-2-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-2-9{0%{width:11.1111111111%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-9-3{animation:progressBarKeyFrame18-9-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-9-3{0%{width:50%}to{width:16.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-3-9{animation:progressBarKeyFrame18-3-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-3-9{0%{width:16.6666666667%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-9-4{animation:progressBarKeyFrame18-9-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-9-4{0%{width:50%}to{width:22.2222222222%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-4-9{animation:progressBarKeyFrame18-4-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-4-9{0%{width:22.2222222222%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-9-5{animation:progressBarKeyFrame18-9-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-9-5{0%{width:50%}to{width:27.7777777778%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-5-9{animation:progressBarKeyFrame18-5-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-5-9{0%{width:27.7777777778%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-9-6{animation:progressBarKeyFrame18-9-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-9-6{0%{width:50%}to{width:33.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-6-9{animation:progressBarKeyFrame18-6-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-6-9{0%{width:33.3333333333%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-9-7{animation:progressBarKeyFrame18-9-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-9-7{0%{width:50%}to{width:38.8888888889%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-7-9{animation:progressBarKeyFrame18-7-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-7-9{0%{width:38.8888888889%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-9-8{animation:progressBarKeyFrame18-9-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-9-8{0%{width:50%}to{width:44.4444444444%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-8-9{animation:progressBarKeyFrame18-8-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-8-9{0%{width:44.4444444444%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-9-9{animation:progressBarKeyFrame18-9-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-9-9{0%{width:50%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-10-0{animation:progressBarKeyFrame18-10-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-10-0{0%{width:55.5555555556%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-0-10{animation:progressBarKeyFrame18-0-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-0-10{0%{width:0%}to{width:55.5555555556%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-10-1{animation:progressBarKeyFrame18-10-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-10-1{0%{width:55.5555555556%}to{width:5.5555555556%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-1-10{animation:progressBarKeyFrame18-1-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-1-10{0%{width:5.5555555556%}to{width:55.5555555556%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-10-2{animation:progressBarKeyFrame18-10-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-10-2{0%{width:55.5555555556%}to{width:11.1111111111%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-2-10{animation:progressBarKeyFrame18-2-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-2-10{0%{width:11.1111111111%}to{width:55.5555555556%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-10-3{animation:progressBarKeyFrame18-10-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-10-3{0%{width:55.5555555556%}to{width:16.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-3-10{animation:progressBarKeyFrame18-3-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-3-10{0%{width:16.6666666667%}to{width:55.5555555556%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-10-4{animation:progressBarKeyFrame18-10-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-10-4{0%{width:55.5555555556%}to{width:22.2222222222%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-4-10{animation:progressBarKeyFrame18-4-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-4-10{0%{width:22.2222222222%}to{width:55.5555555556%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-10-5{animation:progressBarKeyFrame18-10-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-10-5{0%{width:55.5555555556%}to{width:27.7777777778%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-5-10{animation:progressBarKeyFrame18-5-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-5-10{0%{width:27.7777777778%}to{width:55.5555555556%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-10-6{animation:progressBarKeyFrame18-10-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-10-6{0%{width:55.5555555556%}to{width:33.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-6-10{animation:progressBarKeyFrame18-6-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-6-10{0%{width:33.3333333333%}to{width:55.5555555556%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-10-7{animation:progressBarKeyFrame18-10-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-10-7{0%{width:55.5555555556%}to{width:38.8888888889%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-7-10{animation:progressBarKeyFrame18-7-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-7-10{0%{width:38.8888888889%}to{width:55.5555555556%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-10-8{animation:progressBarKeyFrame18-10-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-10-8{0%{width:55.5555555556%}to{width:44.4444444444%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-8-10{animation:progressBarKeyFrame18-8-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-8-10{0%{width:44.4444444444%}to{width:55.5555555556%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-10-9{animation:progressBarKeyFrame18-10-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-10-9{0%{width:55.5555555556%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-9-10{animation:progressBarKeyFrame18-9-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-9-10{0%{width:50%}to{width:55.5555555556%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-10-10{animation:progressBarKeyFrame18-10-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-10-10{0%{width:55.5555555556%}to{width:55.5555555556%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-11-0{animation:progressBarKeyFrame18-11-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-11-0{0%{width:61.1111111111%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-0-11{animation:progressBarKeyFrame18-0-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-0-11{0%{width:0%}to{width:61.1111111111%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-11-1{animation:progressBarKeyFrame18-11-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-11-1{0%{width:61.1111111111%}to{width:5.5555555556%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-1-11{animation:progressBarKeyFrame18-1-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-1-11{0%{width:5.5555555556%}to{width:61.1111111111%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-11-2{animation:progressBarKeyFrame18-11-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-11-2{0%{width:61.1111111111%}to{width:11.1111111111%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-2-11{animation:progressBarKeyFrame18-2-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-2-11{0%{width:11.1111111111%}to{width:61.1111111111%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-11-3{animation:progressBarKeyFrame18-11-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-11-3{0%{width:61.1111111111%}to{width:16.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-3-11{animation:progressBarKeyFrame18-3-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-3-11{0%{width:16.6666666667%}to{width:61.1111111111%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-11-4{animation:progressBarKeyFrame18-11-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-11-4{0%{width:61.1111111111%}to{width:22.2222222222%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-4-11{animation:progressBarKeyFrame18-4-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-4-11{0%{width:22.2222222222%}to{width:61.1111111111%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-11-5{animation:progressBarKeyFrame18-11-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-11-5{0%{width:61.1111111111%}to{width:27.7777777778%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-5-11{animation:progressBarKeyFrame18-5-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-5-11{0%{width:27.7777777778%}to{width:61.1111111111%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-11-6{animation:progressBarKeyFrame18-11-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-11-6{0%{width:61.1111111111%}to{width:33.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-6-11{animation:progressBarKeyFrame18-6-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-6-11{0%{width:33.3333333333%}to{width:61.1111111111%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-11-7{animation:progressBarKeyFrame18-11-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-11-7{0%{width:61.1111111111%}to{width:38.8888888889%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-7-11{animation:progressBarKeyFrame18-7-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-7-11{0%{width:38.8888888889%}to{width:61.1111111111%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-11-8{animation:progressBarKeyFrame18-11-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-11-8{0%{width:61.1111111111%}to{width:44.4444444444%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-8-11{animation:progressBarKeyFrame18-8-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-8-11{0%{width:44.4444444444%}to{width:61.1111111111%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-11-9{animation:progressBarKeyFrame18-11-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-11-9{0%{width:61.1111111111%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-9-11{animation:progressBarKeyFrame18-9-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-9-11{0%{width:50%}to{width:61.1111111111%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-11-10{animation:progressBarKeyFrame18-11-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-11-10{0%{width:61.1111111111%}to{width:55.5555555556%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-10-11{animation:progressBarKeyFrame18-10-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-10-11{0%{width:55.5555555556%}to{width:61.1111111111%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-11-11{animation:progressBarKeyFrame18-11-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-11-11{0%{width:61.1111111111%}to{width:61.1111111111%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-12-0{animation:progressBarKeyFrame18-12-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-12-0{0%{width:66.6666666667%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-0-12{animation:progressBarKeyFrame18-0-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-0-12{0%{width:0%}to{width:66.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-12-1{animation:progressBarKeyFrame18-12-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-12-1{0%{width:66.6666666667%}to{width:5.5555555556%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-1-12{animation:progressBarKeyFrame18-1-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-1-12{0%{width:5.5555555556%}to{width:66.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-12-2{animation:progressBarKeyFrame18-12-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-12-2{0%{width:66.6666666667%}to{width:11.1111111111%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-2-12{animation:progressBarKeyFrame18-2-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-2-12{0%{width:11.1111111111%}to{width:66.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-12-3{animation:progressBarKeyFrame18-12-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-12-3{0%{width:66.6666666667%}to{width:16.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-3-12{animation:progressBarKeyFrame18-3-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-3-12{0%{width:16.6666666667%}to{width:66.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-12-4{animation:progressBarKeyFrame18-12-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-12-4{0%{width:66.6666666667%}to{width:22.2222222222%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-4-12{animation:progressBarKeyFrame18-4-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-4-12{0%{width:22.2222222222%}to{width:66.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-12-5{animation:progressBarKeyFrame18-12-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-12-5{0%{width:66.6666666667%}to{width:27.7777777778%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-5-12{animation:progressBarKeyFrame18-5-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-5-12{0%{width:27.7777777778%}to{width:66.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-12-6{animation:progressBarKeyFrame18-12-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-12-6{0%{width:66.6666666667%}to{width:33.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-6-12{animation:progressBarKeyFrame18-6-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-6-12{0%{width:33.3333333333%}to{width:66.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-12-7{animation:progressBarKeyFrame18-12-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-12-7{0%{width:66.6666666667%}to{width:38.8888888889%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-7-12{animation:progressBarKeyFrame18-7-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-7-12{0%{width:38.8888888889%}to{width:66.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-12-8{animation:progressBarKeyFrame18-12-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-12-8{0%{width:66.6666666667%}to{width:44.4444444444%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-8-12{animation:progressBarKeyFrame18-8-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-8-12{0%{width:44.4444444444%}to{width:66.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-12-9{animation:progressBarKeyFrame18-12-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-12-9{0%{width:66.6666666667%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-9-12{animation:progressBarKeyFrame18-9-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-9-12{0%{width:50%}to{width:66.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-12-10{animation:progressBarKeyFrame18-12-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-12-10{0%{width:66.6666666667%}to{width:55.5555555556%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-10-12{animation:progressBarKeyFrame18-10-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-10-12{0%{width:55.5555555556%}to{width:66.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-12-11{animation:progressBarKeyFrame18-12-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-12-11{0%{width:66.6666666667%}to{width:61.1111111111%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-11-12{animation:progressBarKeyFrame18-11-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-11-12{0%{width:61.1111111111%}to{width:66.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-12-12{animation:progressBarKeyFrame18-12-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-12-12{0%{width:66.6666666667%}to{width:66.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-13-0{animation:progressBarKeyFrame18-13-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-13-0{0%{width:72.2222222222%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-0-13{animation:progressBarKeyFrame18-0-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-0-13{0%{width:0%}to{width:72.2222222222%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-13-1{animation:progressBarKeyFrame18-13-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-13-1{0%{width:72.2222222222%}to{width:5.5555555556%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-1-13{animation:progressBarKeyFrame18-1-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-1-13{0%{width:5.5555555556%}to{width:72.2222222222%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-13-2{animation:progressBarKeyFrame18-13-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-13-2{0%{width:72.2222222222%}to{width:11.1111111111%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-2-13{animation:progressBarKeyFrame18-2-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-2-13{0%{width:11.1111111111%}to{width:72.2222222222%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-13-3{animation:progressBarKeyFrame18-13-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-13-3{0%{width:72.2222222222%}to{width:16.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-3-13{animation:progressBarKeyFrame18-3-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-3-13{0%{width:16.6666666667%}to{width:72.2222222222%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-13-4{animation:progressBarKeyFrame18-13-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-13-4{0%{width:72.2222222222%}to{width:22.2222222222%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-4-13{animation:progressBarKeyFrame18-4-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-4-13{0%{width:22.2222222222%}to{width:72.2222222222%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-13-5{animation:progressBarKeyFrame18-13-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-13-5{0%{width:72.2222222222%}to{width:27.7777777778%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-5-13{animation:progressBarKeyFrame18-5-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-5-13{0%{width:27.7777777778%}to{width:72.2222222222%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-13-6{animation:progressBarKeyFrame18-13-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-13-6{0%{width:72.2222222222%}to{width:33.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-6-13{animation:progressBarKeyFrame18-6-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-6-13{0%{width:33.3333333333%}to{width:72.2222222222%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-13-7{animation:progressBarKeyFrame18-13-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-13-7{0%{width:72.2222222222%}to{width:38.8888888889%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-7-13{animation:progressBarKeyFrame18-7-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-7-13{0%{width:38.8888888889%}to{width:72.2222222222%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-13-8{animation:progressBarKeyFrame18-13-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-13-8{0%{width:72.2222222222%}to{width:44.4444444444%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-8-13{animation:progressBarKeyFrame18-8-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-8-13{0%{width:44.4444444444%}to{width:72.2222222222%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-13-9{animation:progressBarKeyFrame18-13-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-13-9{0%{width:72.2222222222%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-9-13{animation:progressBarKeyFrame18-9-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-9-13{0%{width:50%}to{width:72.2222222222%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-13-10{animation:progressBarKeyFrame18-13-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-13-10{0%{width:72.2222222222%}to{width:55.5555555556%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-10-13{animation:progressBarKeyFrame18-10-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-10-13{0%{width:55.5555555556%}to{width:72.2222222222%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-13-11{animation:progressBarKeyFrame18-13-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-13-11{0%{width:72.2222222222%}to{width:61.1111111111%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-11-13{animation:progressBarKeyFrame18-11-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-11-13{0%{width:61.1111111111%}to{width:72.2222222222%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-13-12{animation:progressBarKeyFrame18-13-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-13-12{0%{width:72.2222222222%}to{width:66.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-12-13{animation:progressBarKeyFrame18-12-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-12-13{0%{width:66.6666666667%}to{width:72.2222222222%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-13-13{animation:progressBarKeyFrame18-13-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-13-13{0%{width:72.2222222222%}to{width:72.2222222222%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-14-0{animation:progressBarKeyFrame18-14-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-14-0{0%{width:77.7777777778%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-0-14{animation:progressBarKeyFrame18-0-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-0-14{0%{width:0%}to{width:77.7777777778%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-14-1{animation:progressBarKeyFrame18-14-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-14-1{0%{width:77.7777777778%}to{width:5.5555555556%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-1-14{animation:progressBarKeyFrame18-1-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-1-14{0%{width:5.5555555556%}to{width:77.7777777778%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-14-2{animation:progressBarKeyFrame18-14-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-14-2{0%{width:77.7777777778%}to{width:11.1111111111%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-2-14{animation:progressBarKeyFrame18-2-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-2-14{0%{width:11.1111111111%}to{width:77.7777777778%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-14-3{animation:progressBarKeyFrame18-14-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-14-3{0%{width:77.7777777778%}to{width:16.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-3-14{animation:progressBarKeyFrame18-3-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-3-14{0%{width:16.6666666667%}to{width:77.7777777778%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-14-4{animation:progressBarKeyFrame18-14-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-14-4{0%{width:77.7777777778%}to{width:22.2222222222%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-4-14{animation:progressBarKeyFrame18-4-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-4-14{0%{width:22.2222222222%}to{width:77.7777777778%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-14-5{animation:progressBarKeyFrame18-14-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-14-5{0%{width:77.7777777778%}to{width:27.7777777778%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-5-14{animation:progressBarKeyFrame18-5-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-5-14{0%{width:27.7777777778%}to{width:77.7777777778%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-14-6{animation:progressBarKeyFrame18-14-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-14-6{0%{width:77.7777777778%}to{width:33.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-6-14{animation:progressBarKeyFrame18-6-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-6-14{0%{width:33.3333333333%}to{width:77.7777777778%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-14-7{animation:progressBarKeyFrame18-14-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-14-7{0%{width:77.7777777778%}to{width:38.8888888889%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-7-14{animation:progressBarKeyFrame18-7-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-7-14{0%{width:38.8888888889%}to{width:77.7777777778%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-14-8{animation:progressBarKeyFrame18-14-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-14-8{0%{width:77.7777777778%}to{width:44.4444444444%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-8-14{animation:progressBarKeyFrame18-8-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-8-14{0%{width:44.4444444444%}to{width:77.7777777778%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-14-9{animation:progressBarKeyFrame18-14-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-14-9{0%{width:77.7777777778%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-9-14{animation:progressBarKeyFrame18-9-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-9-14{0%{width:50%}to{width:77.7777777778%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-14-10{animation:progressBarKeyFrame18-14-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-14-10{0%{width:77.7777777778%}to{width:55.5555555556%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-10-14{animation:progressBarKeyFrame18-10-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-10-14{0%{width:55.5555555556%}to{width:77.7777777778%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-14-11{animation:progressBarKeyFrame18-14-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-14-11{0%{width:77.7777777778%}to{width:61.1111111111%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-11-14{animation:progressBarKeyFrame18-11-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-11-14{0%{width:61.1111111111%}to{width:77.7777777778%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-14-12{animation:progressBarKeyFrame18-14-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-14-12{0%{width:77.7777777778%}to{width:66.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-12-14{animation:progressBarKeyFrame18-12-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-12-14{0%{width:66.6666666667%}to{width:77.7777777778%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-14-13{animation:progressBarKeyFrame18-14-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-14-13{0%{width:77.7777777778%}to{width:72.2222222222%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-13-14{animation:progressBarKeyFrame18-13-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-13-14{0%{width:72.2222222222%}to{width:77.7777777778%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-14-14{animation:progressBarKeyFrame18-14-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-14-14{0%{width:77.7777777778%}to{width:77.7777777778%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-15-0{animation:progressBarKeyFrame18-15-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-15-0{0%{width:83.3333333333%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-0-15{animation:progressBarKeyFrame18-0-15 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-0-15{0%{width:0%}to{width:83.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-15-1{animation:progressBarKeyFrame18-15-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-15-1{0%{width:83.3333333333%}to{width:5.5555555556%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-1-15{animation:progressBarKeyFrame18-1-15 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-1-15{0%{width:5.5555555556%}to{width:83.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-15-2{animation:progressBarKeyFrame18-15-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-15-2{0%{width:83.3333333333%}to{width:11.1111111111%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-2-15{animation:progressBarKeyFrame18-2-15 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-2-15{0%{width:11.1111111111%}to{width:83.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-15-3{animation:progressBarKeyFrame18-15-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-15-3{0%{width:83.3333333333%}to{width:16.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-3-15{animation:progressBarKeyFrame18-3-15 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-3-15{0%{width:16.6666666667%}to{width:83.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-15-4{animation:progressBarKeyFrame18-15-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-15-4{0%{width:83.3333333333%}to{width:22.2222222222%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-4-15{animation:progressBarKeyFrame18-4-15 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-4-15{0%{width:22.2222222222%}to{width:83.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-15-5{animation:progressBarKeyFrame18-15-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-15-5{0%{width:83.3333333333%}to{width:27.7777777778%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-5-15{animation:progressBarKeyFrame18-5-15 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-5-15{0%{width:27.7777777778%}to{width:83.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-15-6{animation:progressBarKeyFrame18-15-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-15-6{0%{width:83.3333333333%}to{width:33.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-6-15{animation:progressBarKeyFrame18-6-15 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-6-15{0%{width:33.3333333333%}to{width:83.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-15-7{animation:progressBarKeyFrame18-15-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-15-7{0%{width:83.3333333333%}to{width:38.8888888889%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-7-15{animation:progressBarKeyFrame18-7-15 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-7-15{0%{width:38.8888888889%}to{width:83.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-15-8{animation:progressBarKeyFrame18-15-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-15-8{0%{width:83.3333333333%}to{width:44.4444444444%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-8-15{animation:progressBarKeyFrame18-8-15 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-8-15{0%{width:44.4444444444%}to{width:83.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-15-9{animation:progressBarKeyFrame18-15-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-15-9{0%{width:83.3333333333%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-9-15{animation:progressBarKeyFrame18-9-15 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-9-15{0%{width:50%}to{width:83.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-15-10{animation:progressBarKeyFrame18-15-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-15-10{0%{width:83.3333333333%}to{width:55.5555555556%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-10-15{animation:progressBarKeyFrame18-10-15 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-10-15{0%{width:55.5555555556%}to{width:83.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-15-11{animation:progressBarKeyFrame18-15-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-15-11{0%{width:83.3333333333%}to{width:61.1111111111%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-11-15{animation:progressBarKeyFrame18-11-15 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-11-15{0%{width:61.1111111111%}to{width:83.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-15-12{animation:progressBarKeyFrame18-15-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-15-12{0%{width:83.3333333333%}to{width:66.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-12-15{animation:progressBarKeyFrame18-12-15 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-12-15{0%{width:66.6666666667%}to{width:83.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-15-13{animation:progressBarKeyFrame18-15-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-15-13{0%{width:83.3333333333%}to{width:72.2222222222%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-13-15{animation:progressBarKeyFrame18-13-15 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-13-15{0%{width:72.2222222222%}to{width:83.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-15-14{animation:progressBarKeyFrame18-15-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-15-14{0%{width:83.3333333333%}to{width:77.7777777778%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-14-15{animation:progressBarKeyFrame18-14-15 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-14-15{0%{width:77.7777777778%}to{width:83.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-15-15{animation:progressBarKeyFrame18-15-15 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-15-15{0%{width:83.3333333333%}to{width:83.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-16-0{animation:progressBarKeyFrame18-16-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-16-0{0%{width:88.8888888889%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-0-16{animation:progressBarKeyFrame18-0-16 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-0-16{0%{width:0%}to{width:88.8888888889%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-16-1{animation:progressBarKeyFrame18-16-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-16-1{0%{width:88.8888888889%}to{width:5.5555555556%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-1-16{animation:progressBarKeyFrame18-1-16 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-1-16{0%{width:5.5555555556%}to{width:88.8888888889%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-16-2{animation:progressBarKeyFrame18-16-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-16-2{0%{width:88.8888888889%}to{width:11.1111111111%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-2-16{animation:progressBarKeyFrame18-2-16 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-2-16{0%{width:11.1111111111%}to{width:88.8888888889%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-16-3{animation:progressBarKeyFrame18-16-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-16-3{0%{width:88.8888888889%}to{width:16.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-3-16{animation:progressBarKeyFrame18-3-16 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-3-16{0%{width:16.6666666667%}to{width:88.8888888889%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-16-4{animation:progressBarKeyFrame18-16-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-16-4{0%{width:88.8888888889%}to{width:22.2222222222%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-4-16{animation:progressBarKeyFrame18-4-16 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-4-16{0%{width:22.2222222222%}to{width:88.8888888889%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-16-5{animation:progressBarKeyFrame18-16-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-16-5{0%{width:88.8888888889%}to{width:27.7777777778%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-5-16{animation:progressBarKeyFrame18-5-16 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-5-16{0%{width:27.7777777778%}to{width:88.8888888889%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-16-6{animation:progressBarKeyFrame18-16-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-16-6{0%{width:88.8888888889%}to{width:33.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-6-16{animation:progressBarKeyFrame18-6-16 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-6-16{0%{width:33.3333333333%}to{width:88.8888888889%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-16-7{animation:progressBarKeyFrame18-16-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-16-7{0%{width:88.8888888889%}to{width:38.8888888889%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-7-16{animation:progressBarKeyFrame18-7-16 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-7-16{0%{width:38.8888888889%}to{width:88.8888888889%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-16-8{animation:progressBarKeyFrame18-16-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-16-8{0%{width:88.8888888889%}to{width:44.4444444444%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-8-16{animation:progressBarKeyFrame18-8-16 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-8-16{0%{width:44.4444444444%}to{width:88.8888888889%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-16-9{animation:progressBarKeyFrame18-16-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-16-9{0%{width:88.8888888889%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-9-16{animation:progressBarKeyFrame18-9-16 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-9-16{0%{width:50%}to{width:88.8888888889%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-16-10{animation:progressBarKeyFrame18-16-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-16-10{0%{width:88.8888888889%}to{width:55.5555555556%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-10-16{animation:progressBarKeyFrame18-10-16 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-10-16{0%{width:55.5555555556%}to{width:88.8888888889%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-16-11{animation:progressBarKeyFrame18-16-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-16-11{0%{width:88.8888888889%}to{width:61.1111111111%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-11-16{animation:progressBarKeyFrame18-11-16 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-11-16{0%{width:61.1111111111%}to{width:88.8888888889%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-16-12{animation:progressBarKeyFrame18-16-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-16-12{0%{width:88.8888888889%}to{width:66.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-12-16{animation:progressBarKeyFrame18-12-16 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-12-16{0%{width:66.6666666667%}to{width:88.8888888889%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-16-13{animation:progressBarKeyFrame18-16-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-16-13{0%{width:88.8888888889%}to{width:72.2222222222%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-13-16{animation:progressBarKeyFrame18-13-16 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-13-16{0%{width:72.2222222222%}to{width:88.8888888889%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-16-14{animation:progressBarKeyFrame18-16-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-16-14{0%{width:88.8888888889%}to{width:77.7777777778%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-14-16{animation:progressBarKeyFrame18-14-16 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-14-16{0%{width:77.7777777778%}to{width:88.8888888889%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-16-15{animation:progressBarKeyFrame18-16-15 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-16-15{0%{width:88.8888888889%}to{width:83.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-15-16{animation:progressBarKeyFrame18-15-16 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-15-16{0%{width:83.3333333333%}to{width:88.8888888889%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-16-16{animation:progressBarKeyFrame18-16-16 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-16-16{0%{width:88.8888888889%}to{width:88.8888888889%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-17-0{animation:progressBarKeyFrame18-17-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-17-0{0%{width:94.4444444444%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-0-17{animation:progressBarKeyFrame18-0-17 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-0-17{0%{width:0%}to{width:94.4444444444%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-17-1{animation:progressBarKeyFrame18-17-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-17-1{0%{width:94.4444444444%}to{width:5.5555555556%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-1-17{animation:progressBarKeyFrame18-1-17 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-1-17{0%{width:5.5555555556%}to{width:94.4444444444%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-17-2{animation:progressBarKeyFrame18-17-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-17-2{0%{width:94.4444444444%}to{width:11.1111111111%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-2-17{animation:progressBarKeyFrame18-2-17 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-2-17{0%{width:11.1111111111%}to{width:94.4444444444%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-17-3{animation:progressBarKeyFrame18-17-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-17-3{0%{width:94.4444444444%}to{width:16.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-3-17{animation:progressBarKeyFrame18-3-17 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-3-17{0%{width:16.6666666667%}to{width:94.4444444444%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-17-4{animation:progressBarKeyFrame18-17-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-17-4{0%{width:94.4444444444%}to{width:22.2222222222%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-4-17{animation:progressBarKeyFrame18-4-17 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-4-17{0%{width:22.2222222222%}to{width:94.4444444444%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-17-5{animation:progressBarKeyFrame18-17-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-17-5{0%{width:94.4444444444%}to{width:27.7777777778%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-5-17{animation:progressBarKeyFrame18-5-17 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-5-17{0%{width:27.7777777778%}to{width:94.4444444444%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-17-6{animation:progressBarKeyFrame18-17-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-17-6{0%{width:94.4444444444%}to{width:33.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-6-17{animation:progressBarKeyFrame18-6-17 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-6-17{0%{width:33.3333333333%}to{width:94.4444444444%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-17-7{animation:progressBarKeyFrame18-17-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-17-7{0%{width:94.4444444444%}to{width:38.8888888889%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-7-17{animation:progressBarKeyFrame18-7-17 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-7-17{0%{width:38.8888888889%}to{width:94.4444444444%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-17-8{animation:progressBarKeyFrame18-17-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-17-8{0%{width:94.4444444444%}to{width:44.4444444444%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-8-17{animation:progressBarKeyFrame18-8-17 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-8-17{0%{width:44.4444444444%}to{width:94.4444444444%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-17-9{animation:progressBarKeyFrame18-17-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-17-9{0%{width:94.4444444444%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-9-17{animation:progressBarKeyFrame18-9-17 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-9-17{0%{width:50%}to{width:94.4444444444%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-17-10{animation:progressBarKeyFrame18-17-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-17-10{0%{width:94.4444444444%}to{width:55.5555555556%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-10-17{animation:progressBarKeyFrame18-10-17 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-10-17{0%{width:55.5555555556%}to{width:94.4444444444%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-17-11{animation:progressBarKeyFrame18-17-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-17-11{0%{width:94.4444444444%}to{width:61.1111111111%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-11-17{animation:progressBarKeyFrame18-11-17 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-11-17{0%{width:61.1111111111%}to{width:94.4444444444%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-17-12{animation:progressBarKeyFrame18-17-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-17-12{0%{width:94.4444444444%}to{width:66.6666666667%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-12-17{animation:progressBarKeyFrame18-12-17 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-12-17{0%{width:66.6666666667%}to{width:94.4444444444%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-17-13{animation:progressBarKeyFrame18-17-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-17-13{0%{width:94.4444444444%}to{width:72.2222222222%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-13-17{animation:progressBarKeyFrame18-13-17 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-13-17{0%{width:72.2222222222%}to{width:94.4444444444%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-17-14{animation:progressBarKeyFrame18-17-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-17-14{0%{width:94.4444444444%}to{width:77.7777777778%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-14-17{animation:progressBarKeyFrame18-14-17 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-14-17{0%{width:77.7777777778%}to{width:94.4444444444%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-17-15{animation:progressBarKeyFrame18-17-15 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-17-15{0%{width:94.4444444444%}to{width:83.3333333333%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-15-17{animation:progressBarKeyFrame18-15-17 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-15-17{0%{width:83.3333333333%}to{width:94.4444444444%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-17-16{animation:progressBarKeyFrame18-17-16 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-17-16{0%{width:94.4444444444%}to{width:88.8888888889%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-16-17{animation:progressBarKeyFrame18-16-17 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-16-17{0%{width:88.8888888889%}to{width:94.4444444444%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-18.appbar-progress-filled-18-17-17{animation:progressBarKeyFrame18-17-17 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame18-17-17{0%{width:94.4444444444%}to{width:94.4444444444%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-0-0{animation:progressBarKeyFrame19-0-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-0-0{0%{width:0%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-1-0{animation:progressBarKeyFrame19-1-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-1-0{0%{width:5.2631578947%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-0-1{animation:progressBarKeyFrame19-0-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-0-1{0%{width:0%}to{width:5.2631578947%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-1-1{animation:progressBarKeyFrame19-1-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-1-1{0%{width:5.2631578947%}to{width:5.2631578947%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-2-0{animation:progressBarKeyFrame19-2-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-2-0{0%{width:10.5263157895%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-0-2{animation:progressBarKeyFrame19-0-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-0-2{0%{width:0%}to{width:10.5263157895%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-2-1{animation:progressBarKeyFrame19-2-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-2-1{0%{width:10.5263157895%}to{width:5.2631578947%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-1-2{animation:progressBarKeyFrame19-1-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-1-2{0%{width:5.2631578947%}to{width:10.5263157895%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-2-2{animation:progressBarKeyFrame19-2-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-2-2{0%{width:10.5263157895%}to{width:10.5263157895%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-3-0{animation:progressBarKeyFrame19-3-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-3-0{0%{width:15.7894736842%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-0-3{animation:progressBarKeyFrame19-0-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-0-3{0%{width:0%}to{width:15.7894736842%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-3-1{animation:progressBarKeyFrame19-3-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-3-1{0%{width:15.7894736842%}to{width:5.2631578947%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-1-3{animation:progressBarKeyFrame19-1-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-1-3{0%{width:5.2631578947%}to{width:15.7894736842%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-3-2{animation:progressBarKeyFrame19-3-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-3-2{0%{width:15.7894736842%}to{width:10.5263157895%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-2-3{animation:progressBarKeyFrame19-2-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-2-3{0%{width:10.5263157895%}to{width:15.7894736842%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-3-3{animation:progressBarKeyFrame19-3-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-3-3{0%{width:15.7894736842%}to{width:15.7894736842%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-4-0{animation:progressBarKeyFrame19-4-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-4-0{0%{width:21.0526315789%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-0-4{animation:progressBarKeyFrame19-0-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-0-4{0%{width:0%}to{width:21.0526315789%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-4-1{animation:progressBarKeyFrame19-4-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-4-1{0%{width:21.0526315789%}to{width:5.2631578947%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-1-4{animation:progressBarKeyFrame19-1-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-1-4{0%{width:5.2631578947%}to{width:21.0526315789%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-4-2{animation:progressBarKeyFrame19-4-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-4-2{0%{width:21.0526315789%}to{width:10.5263157895%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-2-4{animation:progressBarKeyFrame19-2-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-2-4{0%{width:10.5263157895%}to{width:21.0526315789%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-4-3{animation:progressBarKeyFrame19-4-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-4-3{0%{width:21.0526315789%}to{width:15.7894736842%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-3-4{animation:progressBarKeyFrame19-3-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-3-4{0%{width:15.7894736842%}to{width:21.0526315789%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-4-4{animation:progressBarKeyFrame19-4-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-4-4{0%{width:21.0526315789%}to{width:21.0526315789%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-5-0{animation:progressBarKeyFrame19-5-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-5-0{0%{width:26.3157894737%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-0-5{animation:progressBarKeyFrame19-0-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-0-5{0%{width:0%}to{width:26.3157894737%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-5-1{animation:progressBarKeyFrame19-5-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-5-1{0%{width:26.3157894737%}to{width:5.2631578947%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-1-5{animation:progressBarKeyFrame19-1-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-1-5{0%{width:5.2631578947%}to{width:26.3157894737%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-5-2{animation:progressBarKeyFrame19-5-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-5-2{0%{width:26.3157894737%}to{width:10.5263157895%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-2-5{animation:progressBarKeyFrame19-2-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-2-5{0%{width:10.5263157895%}to{width:26.3157894737%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-5-3{animation:progressBarKeyFrame19-5-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-5-3{0%{width:26.3157894737%}to{width:15.7894736842%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-3-5{animation:progressBarKeyFrame19-3-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-3-5{0%{width:15.7894736842%}to{width:26.3157894737%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-5-4{animation:progressBarKeyFrame19-5-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-5-4{0%{width:26.3157894737%}to{width:21.0526315789%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-4-5{animation:progressBarKeyFrame19-4-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-4-5{0%{width:21.0526315789%}to{width:26.3157894737%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-5-5{animation:progressBarKeyFrame19-5-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-5-5{0%{width:26.3157894737%}to{width:26.3157894737%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-6-0{animation:progressBarKeyFrame19-6-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-6-0{0%{width:31.5789473684%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-0-6{animation:progressBarKeyFrame19-0-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-0-6{0%{width:0%}to{width:31.5789473684%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-6-1{animation:progressBarKeyFrame19-6-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-6-1{0%{width:31.5789473684%}to{width:5.2631578947%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-1-6{animation:progressBarKeyFrame19-1-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-1-6{0%{width:5.2631578947%}to{width:31.5789473684%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-6-2{animation:progressBarKeyFrame19-6-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-6-2{0%{width:31.5789473684%}to{width:10.5263157895%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-2-6{animation:progressBarKeyFrame19-2-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-2-6{0%{width:10.5263157895%}to{width:31.5789473684%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-6-3{animation:progressBarKeyFrame19-6-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-6-3{0%{width:31.5789473684%}to{width:15.7894736842%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-3-6{animation:progressBarKeyFrame19-3-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-3-6{0%{width:15.7894736842%}to{width:31.5789473684%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-6-4{animation:progressBarKeyFrame19-6-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-6-4{0%{width:31.5789473684%}to{width:21.0526315789%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-4-6{animation:progressBarKeyFrame19-4-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-4-6{0%{width:21.0526315789%}to{width:31.5789473684%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-6-5{animation:progressBarKeyFrame19-6-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-6-5{0%{width:31.5789473684%}to{width:26.3157894737%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-5-6{animation:progressBarKeyFrame19-5-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-5-6{0%{width:26.3157894737%}to{width:31.5789473684%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-6-6{animation:progressBarKeyFrame19-6-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-6-6{0%{width:31.5789473684%}to{width:31.5789473684%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-7-0{animation:progressBarKeyFrame19-7-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-7-0{0%{width:36.8421052632%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-0-7{animation:progressBarKeyFrame19-0-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-0-7{0%{width:0%}to{width:36.8421052632%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-7-1{animation:progressBarKeyFrame19-7-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-7-1{0%{width:36.8421052632%}to{width:5.2631578947%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-1-7{animation:progressBarKeyFrame19-1-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-1-7{0%{width:5.2631578947%}to{width:36.8421052632%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-7-2{animation:progressBarKeyFrame19-7-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-7-2{0%{width:36.8421052632%}to{width:10.5263157895%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-2-7{animation:progressBarKeyFrame19-2-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-2-7{0%{width:10.5263157895%}to{width:36.8421052632%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-7-3{animation:progressBarKeyFrame19-7-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-7-3{0%{width:36.8421052632%}to{width:15.7894736842%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-3-7{animation:progressBarKeyFrame19-3-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-3-7{0%{width:15.7894736842%}to{width:36.8421052632%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-7-4{animation:progressBarKeyFrame19-7-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-7-4{0%{width:36.8421052632%}to{width:21.0526315789%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-4-7{animation:progressBarKeyFrame19-4-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-4-7{0%{width:21.0526315789%}to{width:36.8421052632%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-7-5{animation:progressBarKeyFrame19-7-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-7-5{0%{width:36.8421052632%}to{width:26.3157894737%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-5-7{animation:progressBarKeyFrame19-5-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-5-7{0%{width:26.3157894737%}to{width:36.8421052632%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-7-6{animation:progressBarKeyFrame19-7-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-7-6{0%{width:36.8421052632%}to{width:31.5789473684%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-6-7{animation:progressBarKeyFrame19-6-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-6-7{0%{width:31.5789473684%}to{width:36.8421052632%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-7-7{animation:progressBarKeyFrame19-7-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-7-7{0%{width:36.8421052632%}to{width:36.8421052632%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-8-0{animation:progressBarKeyFrame19-8-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-8-0{0%{width:42.1052631579%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-0-8{animation:progressBarKeyFrame19-0-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-0-8{0%{width:0%}to{width:42.1052631579%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-8-1{animation:progressBarKeyFrame19-8-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-8-1{0%{width:42.1052631579%}to{width:5.2631578947%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-1-8{animation:progressBarKeyFrame19-1-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-1-8{0%{width:5.2631578947%}to{width:42.1052631579%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-8-2{animation:progressBarKeyFrame19-8-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-8-2{0%{width:42.1052631579%}to{width:10.5263157895%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-2-8{animation:progressBarKeyFrame19-2-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-2-8{0%{width:10.5263157895%}to{width:42.1052631579%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-8-3{animation:progressBarKeyFrame19-8-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-8-3{0%{width:42.1052631579%}to{width:15.7894736842%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-3-8{animation:progressBarKeyFrame19-3-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-3-8{0%{width:15.7894736842%}to{width:42.1052631579%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-8-4{animation:progressBarKeyFrame19-8-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-8-4{0%{width:42.1052631579%}to{width:21.0526315789%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-4-8{animation:progressBarKeyFrame19-4-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-4-8{0%{width:21.0526315789%}to{width:42.1052631579%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-8-5{animation:progressBarKeyFrame19-8-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-8-5{0%{width:42.1052631579%}to{width:26.3157894737%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-5-8{animation:progressBarKeyFrame19-5-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-5-8{0%{width:26.3157894737%}to{width:42.1052631579%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-8-6{animation:progressBarKeyFrame19-8-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-8-6{0%{width:42.1052631579%}to{width:31.5789473684%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-6-8{animation:progressBarKeyFrame19-6-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-6-8{0%{width:31.5789473684%}to{width:42.1052631579%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-8-7{animation:progressBarKeyFrame19-8-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-8-7{0%{width:42.1052631579%}to{width:36.8421052632%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-7-8{animation:progressBarKeyFrame19-7-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-7-8{0%{width:36.8421052632%}to{width:42.1052631579%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-8-8{animation:progressBarKeyFrame19-8-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-8-8{0%{width:42.1052631579%}to{width:42.1052631579%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-9-0{animation:progressBarKeyFrame19-9-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-9-0{0%{width:47.3684210526%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-0-9{animation:progressBarKeyFrame19-0-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-0-9{0%{width:0%}to{width:47.3684210526%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-9-1{animation:progressBarKeyFrame19-9-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-9-1{0%{width:47.3684210526%}to{width:5.2631578947%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-1-9{animation:progressBarKeyFrame19-1-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-1-9{0%{width:5.2631578947%}to{width:47.3684210526%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-9-2{animation:progressBarKeyFrame19-9-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-9-2{0%{width:47.3684210526%}to{width:10.5263157895%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-2-9{animation:progressBarKeyFrame19-2-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-2-9{0%{width:10.5263157895%}to{width:47.3684210526%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-9-3{animation:progressBarKeyFrame19-9-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-9-3{0%{width:47.3684210526%}to{width:15.7894736842%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-3-9{animation:progressBarKeyFrame19-3-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-3-9{0%{width:15.7894736842%}to{width:47.3684210526%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-9-4{animation:progressBarKeyFrame19-9-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-9-4{0%{width:47.3684210526%}to{width:21.0526315789%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-4-9{animation:progressBarKeyFrame19-4-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-4-9{0%{width:21.0526315789%}to{width:47.3684210526%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-9-5{animation:progressBarKeyFrame19-9-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-9-5{0%{width:47.3684210526%}to{width:26.3157894737%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-5-9{animation:progressBarKeyFrame19-5-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-5-9{0%{width:26.3157894737%}to{width:47.3684210526%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-9-6{animation:progressBarKeyFrame19-9-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-9-6{0%{width:47.3684210526%}to{width:31.5789473684%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-6-9{animation:progressBarKeyFrame19-6-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-6-9{0%{width:31.5789473684%}to{width:47.3684210526%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-9-7{animation:progressBarKeyFrame19-9-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-9-7{0%{width:47.3684210526%}to{width:36.8421052632%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-7-9{animation:progressBarKeyFrame19-7-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-7-9{0%{width:36.8421052632%}to{width:47.3684210526%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-9-8{animation:progressBarKeyFrame19-9-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-9-8{0%{width:47.3684210526%}to{width:42.1052631579%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-8-9{animation:progressBarKeyFrame19-8-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-8-9{0%{width:42.1052631579%}to{width:47.3684210526%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-9-9{animation:progressBarKeyFrame19-9-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-9-9{0%{width:47.3684210526%}to{width:47.3684210526%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-10-0{animation:progressBarKeyFrame19-10-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-10-0{0%{width:52.6315789474%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-0-10{animation:progressBarKeyFrame19-0-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-0-10{0%{width:0%}to{width:52.6315789474%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-10-1{animation:progressBarKeyFrame19-10-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-10-1{0%{width:52.6315789474%}to{width:5.2631578947%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-1-10{animation:progressBarKeyFrame19-1-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-1-10{0%{width:5.2631578947%}to{width:52.6315789474%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-10-2{animation:progressBarKeyFrame19-10-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-10-2{0%{width:52.6315789474%}to{width:10.5263157895%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-2-10{animation:progressBarKeyFrame19-2-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-2-10{0%{width:10.5263157895%}to{width:52.6315789474%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-10-3{animation:progressBarKeyFrame19-10-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-10-3{0%{width:52.6315789474%}to{width:15.7894736842%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-3-10{animation:progressBarKeyFrame19-3-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-3-10{0%{width:15.7894736842%}to{width:52.6315789474%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-10-4{animation:progressBarKeyFrame19-10-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-10-4{0%{width:52.6315789474%}to{width:21.0526315789%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-4-10{animation:progressBarKeyFrame19-4-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-4-10{0%{width:21.0526315789%}to{width:52.6315789474%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-10-5{animation:progressBarKeyFrame19-10-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-10-5{0%{width:52.6315789474%}to{width:26.3157894737%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-5-10{animation:progressBarKeyFrame19-5-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-5-10{0%{width:26.3157894737%}to{width:52.6315789474%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-10-6{animation:progressBarKeyFrame19-10-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-10-6{0%{width:52.6315789474%}to{width:31.5789473684%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-6-10{animation:progressBarKeyFrame19-6-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-6-10{0%{width:31.5789473684%}to{width:52.6315789474%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-10-7{animation:progressBarKeyFrame19-10-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-10-7{0%{width:52.6315789474%}to{width:36.8421052632%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-7-10{animation:progressBarKeyFrame19-7-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-7-10{0%{width:36.8421052632%}to{width:52.6315789474%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-10-8{animation:progressBarKeyFrame19-10-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-10-8{0%{width:52.6315789474%}to{width:42.1052631579%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-8-10{animation:progressBarKeyFrame19-8-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-8-10{0%{width:42.1052631579%}to{width:52.6315789474%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-10-9{animation:progressBarKeyFrame19-10-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-10-9{0%{width:52.6315789474%}to{width:47.3684210526%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-9-10{animation:progressBarKeyFrame19-9-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-9-10{0%{width:47.3684210526%}to{width:52.6315789474%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-10-10{animation:progressBarKeyFrame19-10-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-10-10{0%{width:52.6315789474%}to{width:52.6315789474%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-11-0{animation:progressBarKeyFrame19-11-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-11-0{0%{width:57.8947368421%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-0-11{animation:progressBarKeyFrame19-0-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-0-11{0%{width:0%}to{width:57.8947368421%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-11-1{animation:progressBarKeyFrame19-11-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-11-1{0%{width:57.8947368421%}to{width:5.2631578947%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-1-11{animation:progressBarKeyFrame19-1-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-1-11{0%{width:5.2631578947%}to{width:57.8947368421%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-11-2{animation:progressBarKeyFrame19-11-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-11-2{0%{width:57.8947368421%}to{width:10.5263157895%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-2-11{animation:progressBarKeyFrame19-2-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-2-11{0%{width:10.5263157895%}to{width:57.8947368421%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-11-3{animation:progressBarKeyFrame19-11-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-11-3{0%{width:57.8947368421%}to{width:15.7894736842%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-3-11{animation:progressBarKeyFrame19-3-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-3-11{0%{width:15.7894736842%}to{width:57.8947368421%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-11-4{animation:progressBarKeyFrame19-11-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-11-4{0%{width:57.8947368421%}to{width:21.0526315789%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-4-11{animation:progressBarKeyFrame19-4-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-4-11{0%{width:21.0526315789%}to{width:57.8947368421%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-11-5{animation:progressBarKeyFrame19-11-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-11-5{0%{width:57.8947368421%}to{width:26.3157894737%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-5-11{animation:progressBarKeyFrame19-5-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-5-11{0%{width:26.3157894737%}to{width:57.8947368421%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-11-6{animation:progressBarKeyFrame19-11-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-11-6{0%{width:57.8947368421%}to{width:31.5789473684%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-6-11{animation:progressBarKeyFrame19-6-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-6-11{0%{width:31.5789473684%}to{width:57.8947368421%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-11-7{animation:progressBarKeyFrame19-11-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-11-7{0%{width:57.8947368421%}to{width:36.8421052632%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-7-11{animation:progressBarKeyFrame19-7-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-7-11{0%{width:36.8421052632%}to{width:57.8947368421%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-11-8{animation:progressBarKeyFrame19-11-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-11-8{0%{width:57.8947368421%}to{width:42.1052631579%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-8-11{animation:progressBarKeyFrame19-8-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-8-11{0%{width:42.1052631579%}to{width:57.8947368421%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-11-9{animation:progressBarKeyFrame19-11-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-11-9{0%{width:57.8947368421%}to{width:47.3684210526%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-9-11{animation:progressBarKeyFrame19-9-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-9-11{0%{width:47.3684210526%}to{width:57.8947368421%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-11-10{animation:progressBarKeyFrame19-11-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-11-10{0%{width:57.8947368421%}to{width:52.6315789474%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-10-11{animation:progressBarKeyFrame19-10-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-10-11{0%{width:52.6315789474%}to{width:57.8947368421%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-11-11{animation:progressBarKeyFrame19-11-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-11-11{0%{width:57.8947368421%}to{width:57.8947368421%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-12-0{animation:progressBarKeyFrame19-12-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-12-0{0%{width:63.1578947368%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-0-12{animation:progressBarKeyFrame19-0-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-0-12{0%{width:0%}to{width:63.1578947368%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-12-1{animation:progressBarKeyFrame19-12-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-12-1{0%{width:63.1578947368%}to{width:5.2631578947%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-1-12{animation:progressBarKeyFrame19-1-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-1-12{0%{width:5.2631578947%}to{width:63.1578947368%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-12-2{animation:progressBarKeyFrame19-12-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-12-2{0%{width:63.1578947368%}to{width:10.5263157895%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-2-12{animation:progressBarKeyFrame19-2-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-2-12{0%{width:10.5263157895%}to{width:63.1578947368%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-12-3{animation:progressBarKeyFrame19-12-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-12-3{0%{width:63.1578947368%}to{width:15.7894736842%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-3-12{animation:progressBarKeyFrame19-3-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-3-12{0%{width:15.7894736842%}to{width:63.1578947368%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-12-4{animation:progressBarKeyFrame19-12-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-12-4{0%{width:63.1578947368%}to{width:21.0526315789%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-4-12{animation:progressBarKeyFrame19-4-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-4-12{0%{width:21.0526315789%}to{width:63.1578947368%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-12-5{animation:progressBarKeyFrame19-12-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-12-5{0%{width:63.1578947368%}to{width:26.3157894737%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-5-12{animation:progressBarKeyFrame19-5-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-5-12{0%{width:26.3157894737%}to{width:63.1578947368%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-12-6{animation:progressBarKeyFrame19-12-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-12-6{0%{width:63.1578947368%}to{width:31.5789473684%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-6-12{animation:progressBarKeyFrame19-6-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-6-12{0%{width:31.5789473684%}to{width:63.1578947368%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-12-7{animation:progressBarKeyFrame19-12-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-12-7{0%{width:63.1578947368%}to{width:36.8421052632%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-7-12{animation:progressBarKeyFrame19-7-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-7-12{0%{width:36.8421052632%}to{width:63.1578947368%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-12-8{animation:progressBarKeyFrame19-12-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-12-8{0%{width:63.1578947368%}to{width:42.1052631579%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-8-12{animation:progressBarKeyFrame19-8-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-8-12{0%{width:42.1052631579%}to{width:63.1578947368%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-12-9{animation:progressBarKeyFrame19-12-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-12-9{0%{width:63.1578947368%}to{width:47.3684210526%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-9-12{animation:progressBarKeyFrame19-9-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-9-12{0%{width:47.3684210526%}to{width:63.1578947368%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-12-10{animation:progressBarKeyFrame19-12-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-12-10{0%{width:63.1578947368%}to{width:52.6315789474%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-10-12{animation:progressBarKeyFrame19-10-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-10-12{0%{width:52.6315789474%}to{width:63.1578947368%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-12-11{animation:progressBarKeyFrame19-12-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-12-11{0%{width:63.1578947368%}to{width:57.8947368421%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-11-12{animation:progressBarKeyFrame19-11-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-11-12{0%{width:57.8947368421%}to{width:63.1578947368%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-12-12{animation:progressBarKeyFrame19-12-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-12-12{0%{width:63.1578947368%}to{width:63.1578947368%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-13-0{animation:progressBarKeyFrame19-13-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-13-0{0%{width:68.4210526316%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-0-13{animation:progressBarKeyFrame19-0-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-0-13{0%{width:0%}to{width:68.4210526316%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-13-1{animation:progressBarKeyFrame19-13-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-13-1{0%{width:68.4210526316%}to{width:5.2631578947%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-1-13{animation:progressBarKeyFrame19-1-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-1-13{0%{width:5.2631578947%}to{width:68.4210526316%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-13-2{animation:progressBarKeyFrame19-13-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-13-2{0%{width:68.4210526316%}to{width:10.5263157895%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-2-13{animation:progressBarKeyFrame19-2-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-2-13{0%{width:10.5263157895%}to{width:68.4210526316%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-13-3{animation:progressBarKeyFrame19-13-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-13-3{0%{width:68.4210526316%}to{width:15.7894736842%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-3-13{animation:progressBarKeyFrame19-3-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-3-13{0%{width:15.7894736842%}to{width:68.4210526316%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-13-4{animation:progressBarKeyFrame19-13-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-13-4{0%{width:68.4210526316%}to{width:21.0526315789%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-4-13{animation:progressBarKeyFrame19-4-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-4-13{0%{width:21.0526315789%}to{width:68.4210526316%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-13-5{animation:progressBarKeyFrame19-13-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-13-5{0%{width:68.4210526316%}to{width:26.3157894737%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-5-13{animation:progressBarKeyFrame19-5-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-5-13{0%{width:26.3157894737%}to{width:68.4210526316%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-13-6{animation:progressBarKeyFrame19-13-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-13-6{0%{width:68.4210526316%}to{width:31.5789473684%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-6-13{animation:progressBarKeyFrame19-6-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-6-13{0%{width:31.5789473684%}to{width:68.4210526316%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-13-7{animation:progressBarKeyFrame19-13-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-13-7{0%{width:68.4210526316%}to{width:36.8421052632%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-7-13{animation:progressBarKeyFrame19-7-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-7-13{0%{width:36.8421052632%}to{width:68.4210526316%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-13-8{animation:progressBarKeyFrame19-13-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-13-8{0%{width:68.4210526316%}to{width:42.1052631579%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-8-13{animation:progressBarKeyFrame19-8-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-8-13{0%{width:42.1052631579%}to{width:68.4210526316%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-13-9{animation:progressBarKeyFrame19-13-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-13-9{0%{width:68.4210526316%}to{width:47.3684210526%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-9-13{animation:progressBarKeyFrame19-9-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-9-13{0%{width:47.3684210526%}to{width:68.4210526316%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-13-10{animation:progressBarKeyFrame19-13-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-13-10{0%{width:68.4210526316%}to{width:52.6315789474%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-10-13{animation:progressBarKeyFrame19-10-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-10-13{0%{width:52.6315789474%}to{width:68.4210526316%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-13-11{animation:progressBarKeyFrame19-13-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-13-11{0%{width:68.4210526316%}to{width:57.8947368421%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-11-13{animation:progressBarKeyFrame19-11-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-11-13{0%{width:57.8947368421%}to{width:68.4210526316%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-13-12{animation:progressBarKeyFrame19-13-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-13-12{0%{width:68.4210526316%}to{width:63.1578947368%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-12-13{animation:progressBarKeyFrame19-12-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-12-13{0%{width:63.1578947368%}to{width:68.4210526316%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-13-13{animation:progressBarKeyFrame19-13-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-13-13{0%{width:68.4210526316%}to{width:68.4210526316%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-14-0{animation:progressBarKeyFrame19-14-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-14-0{0%{width:73.6842105263%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-0-14{animation:progressBarKeyFrame19-0-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-0-14{0%{width:0%}to{width:73.6842105263%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-14-1{animation:progressBarKeyFrame19-14-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-14-1{0%{width:73.6842105263%}to{width:5.2631578947%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-1-14{animation:progressBarKeyFrame19-1-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-1-14{0%{width:5.2631578947%}to{width:73.6842105263%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-14-2{animation:progressBarKeyFrame19-14-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-14-2{0%{width:73.6842105263%}to{width:10.5263157895%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-2-14{animation:progressBarKeyFrame19-2-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-2-14{0%{width:10.5263157895%}to{width:73.6842105263%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-14-3{animation:progressBarKeyFrame19-14-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-14-3{0%{width:73.6842105263%}to{width:15.7894736842%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-3-14{animation:progressBarKeyFrame19-3-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-3-14{0%{width:15.7894736842%}to{width:73.6842105263%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-14-4{animation:progressBarKeyFrame19-14-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-14-4{0%{width:73.6842105263%}to{width:21.0526315789%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-4-14{animation:progressBarKeyFrame19-4-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-4-14{0%{width:21.0526315789%}to{width:73.6842105263%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-14-5{animation:progressBarKeyFrame19-14-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-14-5{0%{width:73.6842105263%}to{width:26.3157894737%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-5-14{animation:progressBarKeyFrame19-5-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-5-14{0%{width:26.3157894737%}to{width:73.6842105263%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-14-6{animation:progressBarKeyFrame19-14-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-14-6{0%{width:73.6842105263%}to{width:31.5789473684%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-6-14{animation:progressBarKeyFrame19-6-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-6-14{0%{width:31.5789473684%}to{width:73.6842105263%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-14-7{animation:progressBarKeyFrame19-14-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-14-7{0%{width:73.6842105263%}to{width:36.8421052632%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-7-14{animation:progressBarKeyFrame19-7-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-7-14{0%{width:36.8421052632%}to{width:73.6842105263%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-14-8{animation:progressBarKeyFrame19-14-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-14-8{0%{width:73.6842105263%}to{width:42.1052631579%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-8-14{animation:progressBarKeyFrame19-8-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-8-14{0%{width:42.1052631579%}to{width:73.6842105263%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-14-9{animation:progressBarKeyFrame19-14-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-14-9{0%{width:73.6842105263%}to{width:47.3684210526%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-9-14{animation:progressBarKeyFrame19-9-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-9-14{0%{width:47.3684210526%}to{width:73.6842105263%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-14-10{animation:progressBarKeyFrame19-14-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-14-10{0%{width:73.6842105263%}to{width:52.6315789474%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-10-14{animation:progressBarKeyFrame19-10-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-10-14{0%{width:52.6315789474%}to{width:73.6842105263%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-14-11{animation:progressBarKeyFrame19-14-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-14-11{0%{width:73.6842105263%}to{width:57.8947368421%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-11-14{animation:progressBarKeyFrame19-11-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-11-14{0%{width:57.8947368421%}to{width:73.6842105263%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-14-12{animation:progressBarKeyFrame19-14-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-14-12{0%{width:73.6842105263%}to{width:63.1578947368%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-12-14{animation:progressBarKeyFrame19-12-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-12-14{0%{width:63.1578947368%}to{width:73.6842105263%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-14-13{animation:progressBarKeyFrame19-14-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-14-13{0%{width:73.6842105263%}to{width:68.4210526316%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-13-14{animation:progressBarKeyFrame19-13-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-13-14{0%{width:68.4210526316%}to{width:73.6842105263%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-14-14{animation:progressBarKeyFrame19-14-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-14-14{0%{width:73.6842105263%}to{width:73.6842105263%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-15-0{animation:progressBarKeyFrame19-15-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-15-0{0%{width:78.9473684211%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-0-15{animation:progressBarKeyFrame19-0-15 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-0-15{0%{width:0%}to{width:78.9473684211%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-15-1{animation:progressBarKeyFrame19-15-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-15-1{0%{width:78.9473684211%}to{width:5.2631578947%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-1-15{animation:progressBarKeyFrame19-1-15 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-1-15{0%{width:5.2631578947%}to{width:78.9473684211%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-15-2{animation:progressBarKeyFrame19-15-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-15-2{0%{width:78.9473684211%}to{width:10.5263157895%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-2-15{animation:progressBarKeyFrame19-2-15 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-2-15{0%{width:10.5263157895%}to{width:78.9473684211%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-15-3{animation:progressBarKeyFrame19-15-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-15-3{0%{width:78.9473684211%}to{width:15.7894736842%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-3-15{animation:progressBarKeyFrame19-3-15 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-3-15{0%{width:15.7894736842%}to{width:78.9473684211%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-15-4{animation:progressBarKeyFrame19-15-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-15-4{0%{width:78.9473684211%}to{width:21.0526315789%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-4-15{animation:progressBarKeyFrame19-4-15 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-4-15{0%{width:21.0526315789%}to{width:78.9473684211%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-15-5{animation:progressBarKeyFrame19-15-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-15-5{0%{width:78.9473684211%}to{width:26.3157894737%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-5-15{animation:progressBarKeyFrame19-5-15 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-5-15{0%{width:26.3157894737%}to{width:78.9473684211%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-15-6{animation:progressBarKeyFrame19-15-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-15-6{0%{width:78.9473684211%}to{width:31.5789473684%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-6-15{animation:progressBarKeyFrame19-6-15 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-6-15{0%{width:31.5789473684%}to{width:78.9473684211%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-15-7{animation:progressBarKeyFrame19-15-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-15-7{0%{width:78.9473684211%}to{width:36.8421052632%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-7-15{animation:progressBarKeyFrame19-7-15 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-7-15{0%{width:36.8421052632%}to{width:78.9473684211%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-15-8{animation:progressBarKeyFrame19-15-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-15-8{0%{width:78.9473684211%}to{width:42.1052631579%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-8-15{animation:progressBarKeyFrame19-8-15 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-8-15{0%{width:42.1052631579%}to{width:78.9473684211%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-15-9{animation:progressBarKeyFrame19-15-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-15-9{0%{width:78.9473684211%}to{width:47.3684210526%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-9-15{animation:progressBarKeyFrame19-9-15 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-9-15{0%{width:47.3684210526%}to{width:78.9473684211%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-15-10{animation:progressBarKeyFrame19-15-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-15-10{0%{width:78.9473684211%}to{width:52.6315789474%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-10-15{animation:progressBarKeyFrame19-10-15 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-10-15{0%{width:52.6315789474%}to{width:78.9473684211%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-15-11{animation:progressBarKeyFrame19-15-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-15-11{0%{width:78.9473684211%}to{width:57.8947368421%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-11-15{animation:progressBarKeyFrame19-11-15 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-11-15{0%{width:57.8947368421%}to{width:78.9473684211%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-15-12{animation:progressBarKeyFrame19-15-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-15-12{0%{width:78.9473684211%}to{width:63.1578947368%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-12-15{animation:progressBarKeyFrame19-12-15 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-12-15{0%{width:63.1578947368%}to{width:78.9473684211%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-15-13{animation:progressBarKeyFrame19-15-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-15-13{0%{width:78.9473684211%}to{width:68.4210526316%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-13-15{animation:progressBarKeyFrame19-13-15 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-13-15{0%{width:68.4210526316%}to{width:78.9473684211%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-15-14{animation:progressBarKeyFrame19-15-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-15-14{0%{width:78.9473684211%}to{width:73.6842105263%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-14-15{animation:progressBarKeyFrame19-14-15 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-14-15{0%{width:73.6842105263%}to{width:78.9473684211%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-15-15{animation:progressBarKeyFrame19-15-15 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-15-15{0%{width:78.9473684211%}to{width:78.9473684211%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-16-0{animation:progressBarKeyFrame19-16-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-16-0{0%{width:84.2105263158%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-0-16{animation:progressBarKeyFrame19-0-16 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-0-16{0%{width:0%}to{width:84.2105263158%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-16-1{animation:progressBarKeyFrame19-16-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-16-1{0%{width:84.2105263158%}to{width:5.2631578947%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-1-16{animation:progressBarKeyFrame19-1-16 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-1-16{0%{width:5.2631578947%}to{width:84.2105263158%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-16-2{animation:progressBarKeyFrame19-16-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-16-2{0%{width:84.2105263158%}to{width:10.5263157895%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-2-16{animation:progressBarKeyFrame19-2-16 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-2-16{0%{width:10.5263157895%}to{width:84.2105263158%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-16-3{animation:progressBarKeyFrame19-16-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-16-3{0%{width:84.2105263158%}to{width:15.7894736842%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-3-16{animation:progressBarKeyFrame19-3-16 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-3-16{0%{width:15.7894736842%}to{width:84.2105263158%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-16-4{animation:progressBarKeyFrame19-16-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-16-4{0%{width:84.2105263158%}to{width:21.0526315789%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-4-16{animation:progressBarKeyFrame19-4-16 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-4-16{0%{width:21.0526315789%}to{width:84.2105263158%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-16-5{animation:progressBarKeyFrame19-16-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-16-5{0%{width:84.2105263158%}to{width:26.3157894737%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-5-16{animation:progressBarKeyFrame19-5-16 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-5-16{0%{width:26.3157894737%}to{width:84.2105263158%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-16-6{animation:progressBarKeyFrame19-16-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-16-6{0%{width:84.2105263158%}to{width:31.5789473684%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-6-16{animation:progressBarKeyFrame19-6-16 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-6-16{0%{width:31.5789473684%}to{width:84.2105263158%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-16-7{animation:progressBarKeyFrame19-16-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-16-7{0%{width:84.2105263158%}to{width:36.8421052632%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-7-16{animation:progressBarKeyFrame19-7-16 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-7-16{0%{width:36.8421052632%}to{width:84.2105263158%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-16-8{animation:progressBarKeyFrame19-16-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-16-8{0%{width:84.2105263158%}to{width:42.1052631579%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-8-16{animation:progressBarKeyFrame19-8-16 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-8-16{0%{width:42.1052631579%}to{width:84.2105263158%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-16-9{animation:progressBarKeyFrame19-16-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-16-9{0%{width:84.2105263158%}to{width:47.3684210526%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-9-16{animation:progressBarKeyFrame19-9-16 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-9-16{0%{width:47.3684210526%}to{width:84.2105263158%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-16-10{animation:progressBarKeyFrame19-16-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-16-10{0%{width:84.2105263158%}to{width:52.6315789474%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-10-16{animation:progressBarKeyFrame19-10-16 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-10-16{0%{width:52.6315789474%}to{width:84.2105263158%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-16-11{animation:progressBarKeyFrame19-16-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-16-11{0%{width:84.2105263158%}to{width:57.8947368421%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-11-16{animation:progressBarKeyFrame19-11-16 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-11-16{0%{width:57.8947368421%}to{width:84.2105263158%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-16-12{animation:progressBarKeyFrame19-16-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-16-12{0%{width:84.2105263158%}to{width:63.1578947368%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-12-16{animation:progressBarKeyFrame19-12-16 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-12-16{0%{width:63.1578947368%}to{width:84.2105263158%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-16-13{animation:progressBarKeyFrame19-16-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-16-13{0%{width:84.2105263158%}to{width:68.4210526316%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-13-16{animation:progressBarKeyFrame19-13-16 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-13-16{0%{width:68.4210526316%}to{width:84.2105263158%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-16-14{animation:progressBarKeyFrame19-16-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-16-14{0%{width:84.2105263158%}to{width:73.6842105263%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-14-16{animation:progressBarKeyFrame19-14-16 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-14-16{0%{width:73.6842105263%}to{width:84.2105263158%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-16-15{animation:progressBarKeyFrame19-16-15 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-16-15{0%{width:84.2105263158%}to{width:78.9473684211%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-15-16{animation:progressBarKeyFrame19-15-16 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-15-16{0%{width:78.9473684211%}to{width:84.2105263158%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-16-16{animation:progressBarKeyFrame19-16-16 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-16-16{0%{width:84.2105263158%}to{width:84.2105263158%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-17-0{animation:progressBarKeyFrame19-17-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-17-0{0%{width:89.4736842105%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-0-17{animation:progressBarKeyFrame19-0-17 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-0-17{0%{width:0%}to{width:89.4736842105%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-17-1{animation:progressBarKeyFrame19-17-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-17-1{0%{width:89.4736842105%}to{width:5.2631578947%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-1-17{animation:progressBarKeyFrame19-1-17 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-1-17{0%{width:5.2631578947%}to{width:89.4736842105%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-17-2{animation:progressBarKeyFrame19-17-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-17-2{0%{width:89.4736842105%}to{width:10.5263157895%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-2-17{animation:progressBarKeyFrame19-2-17 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-2-17{0%{width:10.5263157895%}to{width:89.4736842105%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-17-3{animation:progressBarKeyFrame19-17-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-17-3{0%{width:89.4736842105%}to{width:15.7894736842%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-3-17{animation:progressBarKeyFrame19-3-17 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-3-17{0%{width:15.7894736842%}to{width:89.4736842105%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-17-4{animation:progressBarKeyFrame19-17-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-17-4{0%{width:89.4736842105%}to{width:21.0526315789%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-4-17{animation:progressBarKeyFrame19-4-17 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-4-17{0%{width:21.0526315789%}to{width:89.4736842105%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-17-5{animation:progressBarKeyFrame19-17-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-17-5{0%{width:89.4736842105%}to{width:26.3157894737%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-5-17{animation:progressBarKeyFrame19-5-17 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-5-17{0%{width:26.3157894737%}to{width:89.4736842105%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-17-6{animation:progressBarKeyFrame19-17-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-17-6{0%{width:89.4736842105%}to{width:31.5789473684%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-6-17{animation:progressBarKeyFrame19-6-17 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-6-17{0%{width:31.5789473684%}to{width:89.4736842105%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-17-7{animation:progressBarKeyFrame19-17-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-17-7{0%{width:89.4736842105%}to{width:36.8421052632%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-7-17{animation:progressBarKeyFrame19-7-17 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-7-17{0%{width:36.8421052632%}to{width:89.4736842105%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-17-8{animation:progressBarKeyFrame19-17-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-17-8{0%{width:89.4736842105%}to{width:42.1052631579%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-8-17{animation:progressBarKeyFrame19-8-17 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-8-17{0%{width:42.1052631579%}to{width:89.4736842105%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-17-9{animation:progressBarKeyFrame19-17-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-17-9{0%{width:89.4736842105%}to{width:47.3684210526%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-9-17{animation:progressBarKeyFrame19-9-17 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-9-17{0%{width:47.3684210526%}to{width:89.4736842105%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-17-10{animation:progressBarKeyFrame19-17-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-17-10{0%{width:89.4736842105%}to{width:52.6315789474%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-10-17{animation:progressBarKeyFrame19-10-17 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-10-17{0%{width:52.6315789474%}to{width:89.4736842105%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-17-11{animation:progressBarKeyFrame19-17-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-17-11{0%{width:89.4736842105%}to{width:57.8947368421%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-11-17{animation:progressBarKeyFrame19-11-17 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-11-17{0%{width:57.8947368421%}to{width:89.4736842105%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-17-12{animation:progressBarKeyFrame19-17-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-17-12{0%{width:89.4736842105%}to{width:63.1578947368%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-12-17{animation:progressBarKeyFrame19-12-17 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-12-17{0%{width:63.1578947368%}to{width:89.4736842105%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-17-13{animation:progressBarKeyFrame19-17-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-17-13{0%{width:89.4736842105%}to{width:68.4210526316%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-13-17{animation:progressBarKeyFrame19-13-17 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-13-17{0%{width:68.4210526316%}to{width:89.4736842105%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-17-14{animation:progressBarKeyFrame19-17-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-17-14{0%{width:89.4736842105%}to{width:73.6842105263%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-14-17{animation:progressBarKeyFrame19-14-17 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-14-17{0%{width:73.6842105263%}to{width:89.4736842105%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-17-15{animation:progressBarKeyFrame19-17-15 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-17-15{0%{width:89.4736842105%}to{width:78.9473684211%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-15-17{animation:progressBarKeyFrame19-15-17 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-15-17{0%{width:78.9473684211%}to{width:89.4736842105%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-17-16{animation:progressBarKeyFrame19-17-16 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-17-16{0%{width:89.4736842105%}to{width:84.2105263158%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-16-17{animation:progressBarKeyFrame19-16-17 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-16-17{0%{width:84.2105263158%}to{width:89.4736842105%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-17-17{animation:progressBarKeyFrame19-17-17 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-17-17{0%{width:89.4736842105%}to{width:89.4736842105%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-18-0{animation:progressBarKeyFrame19-18-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-18-0{0%{width:94.7368421053%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-0-18{animation:progressBarKeyFrame19-0-18 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-0-18{0%{width:0%}to{width:94.7368421053%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-18-1{animation:progressBarKeyFrame19-18-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-18-1{0%{width:94.7368421053%}to{width:5.2631578947%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-1-18{animation:progressBarKeyFrame19-1-18 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-1-18{0%{width:5.2631578947%}to{width:94.7368421053%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-18-2{animation:progressBarKeyFrame19-18-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-18-2{0%{width:94.7368421053%}to{width:10.5263157895%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-2-18{animation:progressBarKeyFrame19-2-18 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-2-18{0%{width:10.5263157895%}to{width:94.7368421053%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-18-3{animation:progressBarKeyFrame19-18-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-18-3{0%{width:94.7368421053%}to{width:15.7894736842%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-3-18{animation:progressBarKeyFrame19-3-18 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-3-18{0%{width:15.7894736842%}to{width:94.7368421053%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-18-4{animation:progressBarKeyFrame19-18-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-18-4{0%{width:94.7368421053%}to{width:21.0526315789%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-4-18{animation:progressBarKeyFrame19-4-18 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-4-18{0%{width:21.0526315789%}to{width:94.7368421053%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-18-5{animation:progressBarKeyFrame19-18-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-18-5{0%{width:94.7368421053%}to{width:26.3157894737%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-5-18{animation:progressBarKeyFrame19-5-18 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-5-18{0%{width:26.3157894737%}to{width:94.7368421053%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-18-6{animation:progressBarKeyFrame19-18-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-18-6{0%{width:94.7368421053%}to{width:31.5789473684%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-6-18{animation:progressBarKeyFrame19-6-18 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-6-18{0%{width:31.5789473684%}to{width:94.7368421053%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-18-7{animation:progressBarKeyFrame19-18-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-18-7{0%{width:94.7368421053%}to{width:36.8421052632%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-7-18{animation:progressBarKeyFrame19-7-18 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-7-18{0%{width:36.8421052632%}to{width:94.7368421053%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-18-8{animation:progressBarKeyFrame19-18-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-18-8{0%{width:94.7368421053%}to{width:42.1052631579%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-8-18{animation:progressBarKeyFrame19-8-18 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-8-18{0%{width:42.1052631579%}to{width:94.7368421053%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-18-9{animation:progressBarKeyFrame19-18-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-18-9{0%{width:94.7368421053%}to{width:47.3684210526%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-9-18{animation:progressBarKeyFrame19-9-18 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-9-18{0%{width:47.3684210526%}to{width:94.7368421053%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-18-10{animation:progressBarKeyFrame19-18-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-18-10{0%{width:94.7368421053%}to{width:52.6315789474%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-10-18{animation:progressBarKeyFrame19-10-18 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-10-18{0%{width:52.6315789474%}to{width:94.7368421053%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-18-11{animation:progressBarKeyFrame19-18-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-18-11{0%{width:94.7368421053%}to{width:57.8947368421%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-11-18{animation:progressBarKeyFrame19-11-18 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-11-18{0%{width:57.8947368421%}to{width:94.7368421053%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-18-12{animation:progressBarKeyFrame19-18-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-18-12{0%{width:94.7368421053%}to{width:63.1578947368%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-12-18{animation:progressBarKeyFrame19-12-18 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-12-18{0%{width:63.1578947368%}to{width:94.7368421053%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-18-13{animation:progressBarKeyFrame19-18-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-18-13{0%{width:94.7368421053%}to{width:68.4210526316%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-13-18{animation:progressBarKeyFrame19-13-18 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-13-18{0%{width:68.4210526316%}to{width:94.7368421053%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-18-14{animation:progressBarKeyFrame19-18-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-18-14{0%{width:94.7368421053%}to{width:73.6842105263%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-14-18{animation:progressBarKeyFrame19-14-18 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-14-18{0%{width:73.6842105263%}to{width:94.7368421053%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-18-15{animation:progressBarKeyFrame19-18-15 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-18-15{0%{width:94.7368421053%}to{width:78.9473684211%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-15-18{animation:progressBarKeyFrame19-15-18 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-15-18{0%{width:78.9473684211%}to{width:94.7368421053%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-18-16{animation:progressBarKeyFrame19-18-16 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-18-16{0%{width:94.7368421053%}to{width:84.2105263158%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-16-18{animation:progressBarKeyFrame19-16-18 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-16-18{0%{width:84.2105263158%}to{width:94.7368421053%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-18-17{animation:progressBarKeyFrame19-18-17 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-18-17{0%{width:94.7368421053%}to{width:89.4736842105%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-17-18{animation:progressBarKeyFrame19-17-18 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-17-18{0%{width:89.4736842105%}to{width:94.7368421053%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-19.appbar-progress-filled-19-18-18{animation:progressBarKeyFrame19-18-18 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame19-18-18{0%{width:94.7368421053%}to{width:94.7368421053%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-0-0{animation:progressBarKeyFrame20-0-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-0-0{0%{width:0%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-1-0{animation:progressBarKeyFrame20-1-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-1-0{0%{width:5%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-0-1{animation:progressBarKeyFrame20-0-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-0-1{0%{width:0%}to{width:5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-1-1{animation:progressBarKeyFrame20-1-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-1-1{0%{width:5%}to{width:5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-2-0{animation:progressBarKeyFrame20-2-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-2-0{0%{width:10%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-0-2{animation:progressBarKeyFrame20-0-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-0-2{0%{width:0%}to{width:10%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-2-1{animation:progressBarKeyFrame20-2-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-2-1{0%{width:10%}to{width:5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-1-2{animation:progressBarKeyFrame20-1-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-1-2{0%{width:5%}to{width:10%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-2-2{animation:progressBarKeyFrame20-2-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-2-2{0%{width:10%}to{width:10%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-3-0{animation:progressBarKeyFrame20-3-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-3-0{0%{width:15%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-0-3{animation:progressBarKeyFrame20-0-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-0-3{0%{width:0%}to{width:15%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-3-1{animation:progressBarKeyFrame20-3-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-3-1{0%{width:15%}to{width:5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-1-3{animation:progressBarKeyFrame20-1-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-1-3{0%{width:5%}to{width:15%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-3-2{animation:progressBarKeyFrame20-3-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-3-2{0%{width:15%}to{width:10%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-2-3{animation:progressBarKeyFrame20-2-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-2-3{0%{width:10%}to{width:15%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-3-3{animation:progressBarKeyFrame20-3-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-3-3{0%{width:15%}to{width:15%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-4-0{animation:progressBarKeyFrame20-4-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-4-0{0%{width:20%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-0-4{animation:progressBarKeyFrame20-0-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-0-4{0%{width:0%}to{width:20%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-4-1{animation:progressBarKeyFrame20-4-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-4-1{0%{width:20%}to{width:5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-1-4{animation:progressBarKeyFrame20-1-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-1-4{0%{width:5%}to{width:20%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-4-2{animation:progressBarKeyFrame20-4-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-4-2{0%{width:20%}to{width:10%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-2-4{animation:progressBarKeyFrame20-2-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-2-4{0%{width:10%}to{width:20%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-4-3{animation:progressBarKeyFrame20-4-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-4-3{0%{width:20%}to{width:15%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-3-4{animation:progressBarKeyFrame20-3-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-3-4{0%{width:15%}to{width:20%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-4-4{animation:progressBarKeyFrame20-4-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-4-4{0%{width:20%}to{width:20%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-5-0{animation:progressBarKeyFrame20-5-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-5-0{0%{width:25%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-0-5{animation:progressBarKeyFrame20-0-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-0-5{0%{width:0%}to{width:25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-5-1{animation:progressBarKeyFrame20-5-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-5-1{0%{width:25%}to{width:5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-1-5{animation:progressBarKeyFrame20-1-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-1-5{0%{width:5%}to{width:25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-5-2{animation:progressBarKeyFrame20-5-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-5-2{0%{width:25%}to{width:10%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-2-5{animation:progressBarKeyFrame20-2-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-2-5{0%{width:10%}to{width:25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-5-3{animation:progressBarKeyFrame20-5-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-5-3{0%{width:25%}to{width:15%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-3-5{animation:progressBarKeyFrame20-3-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-3-5{0%{width:15%}to{width:25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-5-4{animation:progressBarKeyFrame20-5-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-5-4{0%{width:25%}to{width:20%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-4-5{animation:progressBarKeyFrame20-4-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-4-5{0%{width:20%}to{width:25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-5-5{animation:progressBarKeyFrame20-5-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-5-5{0%{width:25%}to{width:25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-6-0{animation:progressBarKeyFrame20-6-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-6-0{0%{width:30%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-0-6{animation:progressBarKeyFrame20-0-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-0-6{0%{width:0%}to{width:30%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-6-1{animation:progressBarKeyFrame20-6-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-6-1{0%{width:30%}to{width:5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-1-6{animation:progressBarKeyFrame20-1-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-1-6{0%{width:5%}to{width:30%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-6-2{animation:progressBarKeyFrame20-6-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-6-2{0%{width:30%}to{width:10%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-2-6{animation:progressBarKeyFrame20-2-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-2-6{0%{width:10%}to{width:30%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-6-3{animation:progressBarKeyFrame20-6-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-6-3{0%{width:30%}to{width:15%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-3-6{animation:progressBarKeyFrame20-3-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-3-6{0%{width:15%}to{width:30%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-6-4{animation:progressBarKeyFrame20-6-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-6-4{0%{width:30%}to{width:20%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-4-6{animation:progressBarKeyFrame20-4-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-4-6{0%{width:20%}to{width:30%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-6-5{animation:progressBarKeyFrame20-6-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-6-5{0%{width:30%}to{width:25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-5-6{animation:progressBarKeyFrame20-5-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-5-6{0%{width:25%}to{width:30%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-6-6{animation:progressBarKeyFrame20-6-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-6-6{0%{width:30%}to{width:30%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-7-0{animation:progressBarKeyFrame20-7-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-7-0{0%{width:35%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-0-7{animation:progressBarKeyFrame20-0-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-0-7{0%{width:0%}to{width:35%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-7-1{animation:progressBarKeyFrame20-7-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-7-1{0%{width:35%}to{width:5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-1-7{animation:progressBarKeyFrame20-1-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-1-7{0%{width:5%}to{width:35%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-7-2{animation:progressBarKeyFrame20-7-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-7-2{0%{width:35%}to{width:10%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-2-7{animation:progressBarKeyFrame20-2-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-2-7{0%{width:10%}to{width:35%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-7-3{animation:progressBarKeyFrame20-7-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-7-3{0%{width:35%}to{width:15%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-3-7{animation:progressBarKeyFrame20-3-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-3-7{0%{width:15%}to{width:35%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-7-4{animation:progressBarKeyFrame20-7-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-7-4{0%{width:35%}to{width:20%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-4-7{animation:progressBarKeyFrame20-4-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-4-7{0%{width:20%}to{width:35%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-7-5{animation:progressBarKeyFrame20-7-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-7-5{0%{width:35%}to{width:25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-5-7{animation:progressBarKeyFrame20-5-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-5-7{0%{width:25%}to{width:35%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-7-6{animation:progressBarKeyFrame20-7-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-7-6{0%{width:35%}to{width:30%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-6-7{animation:progressBarKeyFrame20-6-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-6-7{0%{width:30%}to{width:35%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-7-7{animation:progressBarKeyFrame20-7-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-7-7{0%{width:35%}to{width:35%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-8-0{animation:progressBarKeyFrame20-8-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-8-0{0%{width:40%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-0-8{animation:progressBarKeyFrame20-0-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-0-8{0%{width:0%}to{width:40%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-8-1{animation:progressBarKeyFrame20-8-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-8-1{0%{width:40%}to{width:5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-1-8{animation:progressBarKeyFrame20-1-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-1-8{0%{width:5%}to{width:40%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-8-2{animation:progressBarKeyFrame20-8-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-8-2{0%{width:40%}to{width:10%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-2-8{animation:progressBarKeyFrame20-2-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-2-8{0%{width:10%}to{width:40%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-8-3{animation:progressBarKeyFrame20-8-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-8-3{0%{width:40%}to{width:15%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-3-8{animation:progressBarKeyFrame20-3-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-3-8{0%{width:15%}to{width:40%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-8-4{animation:progressBarKeyFrame20-8-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-8-4{0%{width:40%}to{width:20%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-4-8{animation:progressBarKeyFrame20-4-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-4-8{0%{width:20%}to{width:40%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-8-5{animation:progressBarKeyFrame20-8-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-8-5{0%{width:40%}to{width:25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-5-8{animation:progressBarKeyFrame20-5-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-5-8{0%{width:25%}to{width:40%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-8-6{animation:progressBarKeyFrame20-8-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-8-6{0%{width:40%}to{width:30%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-6-8{animation:progressBarKeyFrame20-6-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-6-8{0%{width:30%}to{width:40%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-8-7{animation:progressBarKeyFrame20-8-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-8-7{0%{width:40%}to{width:35%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-7-8{animation:progressBarKeyFrame20-7-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-7-8{0%{width:35%}to{width:40%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-8-8{animation:progressBarKeyFrame20-8-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-8-8{0%{width:40%}to{width:40%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-9-0{animation:progressBarKeyFrame20-9-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-9-0{0%{width:45%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-0-9{animation:progressBarKeyFrame20-0-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-0-9{0%{width:0%}to{width:45%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-9-1{animation:progressBarKeyFrame20-9-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-9-1{0%{width:45%}to{width:5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-1-9{animation:progressBarKeyFrame20-1-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-1-9{0%{width:5%}to{width:45%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-9-2{animation:progressBarKeyFrame20-9-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-9-2{0%{width:45%}to{width:10%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-2-9{animation:progressBarKeyFrame20-2-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-2-9{0%{width:10%}to{width:45%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-9-3{animation:progressBarKeyFrame20-9-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-9-3{0%{width:45%}to{width:15%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-3-9{animation:progressBarKeyFrame20-3-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-3-9{0%{width:15%}to{width:45%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-9-4{animation:progressBarKeyFrame20-9-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-9-4{0%{width:45%}to{width:20%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-4-9{animation:progressBarKeyFrame20-4-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-4-9{0%{width:20%}to{width:45%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-9-5{animation:progressBarKeyFrame20-9-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-9-5{0%{width:45%}to{width:25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-5-9{animation:progressBarKeyFrame20-5-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-5-9{0%{width:25%}to{width:45%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-9-6{animation:progressBarKeyFrame20-9-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-9-6{0%{width:45%}to{width:30%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-6-9{animation:progressBarKeyFrame20-6-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-6-9{0%{width:30%}to{width:45%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-9-7{animation:progressBarKeyFrame20-9-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-9-7{0%{width:45%}to{width:35%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-7-9{animation:progressBarKeyFrame20-7-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-7-9{0%{width:35%}to{width:45%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-9-8{animation:progressBarKeyFrame20-9-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-9-8{0%{width:45%}to{width:40%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-8-9{animation:progressBarKeyFrame20-8-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-8-9{0%{width:40%}to{width:45%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-9-9{animation:progressBarKeyFrame20-9-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-9-9{0%{width:45%}to{width:45%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-10-0{animation:progressBarKeyFrame20-10-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-10-0{0%{width:50%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-0-10{animation:progressBarKeyFrame20-0-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-0-10{0%{width:0%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-10-1{animation:progressBarKeyFrame20-10-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-10-1{0%{width:50%}to{width:5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-1-10{animation:progressBarKeyFrame20-1-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-1-10{0%{width:5%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-10-2{animation:progressBarKeyFrame20-10-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-10-2{0%{width:50%}to{width:10%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-2-10{animation:progressBarKeyFrame20-2-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-2-10{0%{width:10%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-10-3{animation:progressBarKeyFrame20-10-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-10-3{0%{width:50%}to{width:15%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-3-10{animation:progressBarKeyFrame20-3-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-3-10{0%{width:15%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-10-4{animation:progressBarKeyFrame20-10-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-10-4{0%{width:50%}to{width:20%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-4-10{animation:progressBarKeyFrame20-4-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-4-10{0%{width:20%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-10-5{animation:progressBarKeyFrame20-10-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-10-5{0%{width:50%}to{width:25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-5-10{animation:progressBarKeyFrame20-5-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-5-10{0%{width:25%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-10-6{animation:progressBarKeyFrame20-10-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-10-6{0%{width:50%}to{width:30%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-6-10{animation:progressBarKeyFrame20-6-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-6-10{0%{width:30%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-10-7{animation:progressBarKeyFrame20-10-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-10-7{0%{width:50%}to{width:35%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-7-10{animation:progressBarKeyFrame20-7-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-7-10{0%{width:35%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-10-8{animation:progressBarKeyFrame20-10-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-10-8{0%{width:50%}to{width:40%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-8-10{animation:progressBarKeyFrame20-8-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-8-10{0%{width:40%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-10-9{animation:progressBarKeyFrame20-10-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-10-9{0%{width:50%}to{width:45%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-9-10{animation:progressBarKeyFrame20-9-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-9-10{0%{width:45%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-10-10{animation:progressBarKeyFrame20-10-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-10-10{0%{width:50%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-11-0{animation:progressBarKeyFrame20-11-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-11-0{0%{width:55%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-0-11{animation:progressBarKeyFrame20-0-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-0-11{0%{width:0%}to{width:55%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-11-1{animation:progressBarKeyFrame20-11-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-11-1{0%{width:55%}to{width:5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-1-11{animation:progressBarKeyFrame20-1-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-1-11{0%{width:5%}to{width:55%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-11-2{animation:progressBarKeyFrame20-11-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-11-2{0%{width:55%}to{width:10%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-2-11{animation:progressBarKeyFrame20-2-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-2-11{0%{width:10%}to{width:55%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-11-3{animation:progressBarKeyFrame20-11-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-11-3{0%{width:55%}to{width:15%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-3-11{animation:progressBarKeyFrame20-3-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-3-11{0%{width:15%}to{width:55%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-11-4{animation:progressBarKeyFrame20-11-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-11-4{0%{width:55%}to{width:20%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-4-11{animation:progressBarKeyFrame20-4-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-4-11{0%{width:20%}to{width:55%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-11-5{animation:progressBarKeyFrame20-11-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-11-5{0%{width:55%}to{width:25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-5-11{animation:progressBarKeyFrame20-5-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-5-11{0%{width:25%}to{width:55%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-11-6{animation:progressBarKeyFrame20-11-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-11-6{0%{width:55%}to{width:30%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-6-11{animation:progressBarKeyFrame20-6-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-6-11{0%{width:30%}to{width:55%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-11-7{animation:progressBarKeyFrame20-11-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-11-7{0%{width:55%}to{width:35%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-7-11{animation:progressBarKeyFrame20-7-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-7-11{0%{width:35%}to{width:55%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-11-8{animation:progressBarKeyFrame20-11-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-11-8{0%{width:55%}to{width:40%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-8-11{animation:progressBarKeyFrame20-8-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-8-11{0%{width:40%}to{width:55%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-11-9{animation:progressBarKeyFrame20-11-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-11-9{0%{width:55%}to{width:45%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-9-11{animation:progressBarKeyFrame20-9-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-9-11{0%{width:45%}to{width:55%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-11-10{animation:progressBarKeyFrame20-11-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-11-10{0%{width:55%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-10-11{animation:progressBarKeyFrame20-10-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-10-11{0%{width:50%}to{width:55%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-11-11{animation:progressBarKeyFrame20-11-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-11-11{0%{width:55%}to{width:55%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-12-0{animation:progressBarKeyFrame20-12-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-12-0{0%{width:60%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-0-12{animation:progressBarKeyFrame20-0-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-0-12{0%{width:0%}to{width:60%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-12-1{animation:progressBarKeyFrame20-12-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-12-1{0%{width:60%}to{width:5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-1-12{animation:progressBarKeyFrame20-1-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-1-12{0%{width:5%}to{width:60%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-12-2{animation:progressBarKeyFrame20-12-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-12-2{0%{width:60%}to{width:10%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-2-12{animation:progressBarKeyFrame20-2-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-2-12{0%{width:10%}to{width:60%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-12-3{animation:progressBarKeyFrame20-12-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-12-3{0%{width:60%}to{width:15%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-3-12{animation:progressBarKeyFrame20-3-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-3-12{0%{width:15%}to{width:60%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-12-4{animation:progressBarKeyFrame20-12-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-12-4{0%{width:60%}to{width:20%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-4-12{animation:progressBarKeyFrame20-4-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-4-12{0%{width:20%}to{width:60%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-12-5{animation:progressBarKeyFrame20-12-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-12-5{0%{width:60%}to{width:25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-5-12{animation:progressBarKeyFrame20-5-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-5-12{0%{width:25%}to{width:60%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-12-6{animation:progressBarKeyFrame20-12-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-12-6{0%{width:60%}to{width:30%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-6-12{animation:progressBarKeyFrame20-6-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-6-12{0%{width:30%}to{width:60%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-12-7{animation:progressBarKeyFrame20-12-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-12-7{0%{width:60%}to{width:35%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-7-12{animation:progressBarKeyFrame20-7-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-7-12{0%{width:35%}to{width:60%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-12-8{animation:progressBarKeyFrame20-12-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-12-8{0%{width:60%}to{width:40%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-8-12{animation:progressBarKeyFrame20-8-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-8-12{0%{width:40%}to{width:60%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-12-9{animation:progressBarKeyFrame20-12-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-12-9{0%{width:60%}to{width:45%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-9-12{animation:progressBarKeyFrame20-9-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-9-12{0%{width:45%}to{width:60%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-12-10{animation:progressBarKeyFrame20-12-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-12-10{0%{width:60%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-10-12{animation:progressBarKeyFrame20-10-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-10-12{0%{width:50%}to{width:60%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-12-11{animation:progressBarKeyFrame20-12-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-12-11{0%{width:60%}to{width:55%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-11-12{animation:progressBarKeyFrame20-11-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-11-12{0%{width:55%}to{width:60%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-12-12{animation:progressBarKeyFrame20-12-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-12-12{0%{width:60%}to{width:60%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-13-0{animation:progressBarKeyFrame20-13-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-13-0{0%{width:65%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-0-13{animation:progressBarKeyFrame20-0-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-0-13{0%{width:0%}to{width:65%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-13-1{animation:progressBarKeyFrame20-13-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-13-1{0%{width:65%}to{width:5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-1-13{animation:progressBarKeyFrame20-1-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-1-13{0%{width:5%}to{width:65%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-13-2{animation:progressBarKeyFrame20-13-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-13-2{0%{width:65%}to{width:10%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-2-13{animation:progressBarKeyFrame20-2-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-2-13{0%{width:10%}to{width:65%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-13-3{animation:progressBarKeyFrame20-13-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-13-3{0%{width:65%}to{width:15%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-3-13{animation:progressBarKeyFrame20-3-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-3-13{0%{width:15%}to{width:65%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-13-4{animation:progressBarKeyFrame20-13-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-13-4{0%{width:65%}to{width:20%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-4-13{animation:progressBarKeyFrame20-4-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-4-13{0%{width:20%}to{width:65%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-13-5{animation:progressBarKeyFrame20-13-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-13-5{0%{width:65%}to{width:25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-5-13{animation:progressBarKeyFrame20-5-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-5-13{0%{width:25%}to{width:65%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-13-6{animation:progressBarKeyFrame20-13-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-13-6{0%{width:65%}to{width:30%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-6-13{animation:progressBarKeyFrame20-6-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-6-13{0%{width:30%}to{width:65%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-13-7{animation:progressBarKeyFrame20-13-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-13-7{0%{width:65%}to{width:35%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-7-13{animation:progressBarKeyFrame20-7-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-7-13{0%{width:35%}to{width:65%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-13-8{animation:progressBarKeyFrame20-13-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-13-8{0%{width:65%}to{width:40%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-8-13{animation:progressBarKeyFrame20-8-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-8-13{0%{width:40%}to{width:65%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-13-9{animation:progressBarKeyFrame20-13-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-13-9{0%{width:65%}to{width:45%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-9-13{animation:progressBarKeyFrame20-9-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-9-13{0%{width:45%}to{width:65%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-13-10{animation:progressBarKeyFrame20-13-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-13-10{0%{width:65%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-10-13{animation:progressBarKeyFrame20-10-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-10-13{0%{width:50%}to{width:65%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-13-11{animation:progressBarKeyFrame20-13-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-13-11{0%{width:65%}to{width:55%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-11-13{animation:progressBarKeyFrame20-11-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-11-13{0%{width:55%}to{width:65%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-13-12{animation:progressBarKeyFrame20-13-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-13-12{0%{width:65%}to{width:60%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-12-13{animation:progressBarKeyFrame20-12-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-12-13{0%{width:60%}to{width:65%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-13-13{animation:progressBarKeyFrame20-13-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-13-13{0%{width:65%}to{width:65%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-14-0{animation:progressBarKeyFrame20-14-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-14-0{0%{width:70%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-0-14{animation:progressBarKeyFrame20-0-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-0-14{0%{width:0%}to{width:70%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-14-1{animation:progressBarKeyFrame20-14-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-14-1{0%{width:70%}to{width:5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-1-14{animation:progressBarKeyFrame20-1-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-1-14{0%{width:5%}to{width:70%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-14-2{animation:progressBarKeyFrame20-14-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-14-2{0%{width:70%}to{width:10%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-2-14{animation:progressBarKeyFrame20-2-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-2-14{0%{width:10%}to{width:70%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-14-3{animation:progressBarKeyFrame20-14-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-14-3{0%{width:70%}to{width:15%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-3-14{animation:progressBarKeyFrame20-3-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-3-14{0%{width:15%}to{width:70%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-14-4{animation:progressBarKeyFrame20-14-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-14-4{0%{width:70%}to{width:20%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-4-14{animation:progressBarKeyFrame20-4-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-4-14{0%{width:20%}to{width:70%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-14-5{animation:progressBarKeyFrame20-14-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-14-5{0%{width:70%}to{width:25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-5-14{animation:progressBarKeyFrame20-5-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-5-14{0%{width:25%}to{width:70%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-14-6{animation:progressBarKeyFrame20-14-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-14-6{0%{width:70%}to{width:30%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-6-14{animation:progressBarKeyFrame20-6-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-6-14{0%{width:30%}to{width:70%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-14-7{animation:progressBarKeyFrame20-14-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-14-7{0%{width:70%}to{width:35%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-7-14{animation:progressBarKeyFrame20-7-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-7-14{0%{width:35%}to{width:70%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-14-8{animation:progressBarKeyFrame20-14-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-14-8{0%{width:70%}to{width:40%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-8-14{animation:progressBarKeyFrame20-8-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-8-14{0%{width:40%}to{width:70%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-14-9{animation:progressBarKeyFrame20-14-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-14-9{0%{width:70%}to{width:45%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-9-14{animation:progressBarKeyFrame20-9-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-9-14{0%{width:45%}to{width:70%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-14-10{animation:progressBarKeyFrame20-14-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-14-10{0%{width:70%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-10-14{animation:progressBarKeyFrame20-10-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-10-14{0%{width:50%}to{width:70%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-14-11{animation:progressBarKeyFrame20-14-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-14-11{0%{width:70%}to{width:55%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-11-14{animation:progressBarKeyFrame20-11-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-11-14{0%{width:55%}to{width:70%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-14-12{animation:progressBarKeyFrame20-14-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-14-12{0%{width:70%}to{width:60%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-12-14{animation:progressBarKeyFrame20-12-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-12-14{0%{width:60%}to{width:70%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-14-13{animation:progressBarKeyFrame20-14-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-14-13{0%{width:70%}to{width:65%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-13-14{animation:progressBarKeyFrame20-13-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-13-14{0%{width:65%}to{width:70%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-14-14{animation:progressBarKeyFrame20-14-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-14-14{0%{width:70%}to{width:70%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-15-0{animation:progressBarKeyFrame20-15-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-15-0{0%{width:75%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-0-15{animation:progressBarKeyFrame20-0-15 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-0-15{0%{width:0%}to{width:75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-15-1{animation:progressBarKeyFrame20-15-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-15-1{0%{width:75%}to{width:5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-1-15{animation:progressBarKeyFrame20-1-15 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-1-15{0%{width:5%}to{width:75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-15-2{animation:progressBarKeyFrame20-15-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-15-2{0%{width:75%}to{width:10%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-2-15{animation:progressBarKeyFrame20-2-15 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-2-15{0%{width:10%}to{width:75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-15-3{animation:progressBarKeyFrame20-15-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-15-3{0%{width:75%}to{width:15%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-3-15{animation:progressBarKeyFrame20-3-15 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-3-15{0%{width:15%}to{width:75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-15-4{animation:progressBarKeyFrame20-15-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-15-4{0%{width:75%}to{width:20%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-4-15{animation:progressBarKeyFrame20-4-15 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-4-15{0%{width:20%}to{width:75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-15-5{animation:progressBarKeyFrame20-15-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-15-5{0%{width:75%}to{width:25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-5-15{animation:progressBarKeyFrame20-5-15 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-5-15{0%{width:25%}to{width:75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-15-6{animation:progressBarKeyFrame20-15-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-15-6{0%{width:75%}to{width:30%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-6-15{animation:progressBarKeyFrame20-6-15 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-6-15{0%{width:30%}to{width:75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-15-7{animation:progressBarKeyFrame20-15-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-15-7{0%{width:75%}to{width:35%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-7-15{animation:progressBarKeyFrame20-7-15 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-7-15{0%{width:35%}to{width:75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-15-8{animation:progressBarKeyFrame20-15-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-15-8{0%{width:75%}to{width:40%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-8-15{animation:progressBarKeyFrame20-8-15 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-8-15{0%{width:40%}to{width:75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-15-9{animation:progressBarKeyFrame20-15-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-15-9{0%{width:75%}to{width:45%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-9-15{animation:progressBarKeyFrame20-9-15 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-9-15{0%{width:45%}to{width:75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-15-10{animation:progressBarKeyFrame20-15-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-15-10{0%{width:75%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-10-15{animation:progressBarKeyFrame20-10-15 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-10-15{0%{width:50%}to{width:75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-15-11{animation:progressBarKeyFrame20-15-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-15-11{0%{width:75%}to{width:55%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-11-15{animation:progressBarKeyFrame20-11-15 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-11-15{0%{width:55%}to{width:75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-15-12{animation:progressBarKeyFrame20-15-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-15-12{0%{width:75%}to{width:60%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-12-15{animation:progressBarKeyFrame20-12-15 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-12-15{0%{width:60%}to{width:75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-15-13{animation:progressBarKeyFrame20-15-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-15-13{0%{width:75%}to{width:65%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-13-15{animation:progressBarKeyFrame20-13-15 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-13-15{0%{width:65%}to{width:75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-15-14{animation:progressBarKeyFrame20-15-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-15-14{0%{width:75%}to{width:70%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-14-15{animation:progressBarKeyFrame20-14-15 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-14-15{0%{width:70%}to{width:75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-15-15{animation:progressBarKeyFrame20-15-15 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-15-15{0%{width:75%}to{width:75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-16-0{animation:progressBarKeyFrame20-16-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-16-0{0%{width:80%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-0-16{animation:progressBarKeyFrame20-0-16 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-0-16{0%{width:0%}to{width:80%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-16-1{animation:progressBarKeyFrame20-16-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-16-1{0%{width:80%}to{width:5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-1-16{animation:progressBarKeyFrame20-1-16 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-1-16{0%{width:5%}to{width:80%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-16-2{animation:progressBarKeyFrame20-16-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-16-2{0%{width:80%}to{width:10%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-2-16{animation:progressBarKeyFrame20-2-16 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-2-16{0%{width:10%}to{width:80%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-16-3{animation:progressBarKeyFrame20-16-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-16-3{0%{width:80%}to{width:15%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-3-16{animation:progressBarKeyFrame20-3-16 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-3-16{0%{width:15%}to{width:80%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-16-4{animation:progressBarKeyFrame20-16-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-16-4{0%{width:80%}to{width:20%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-4-16{animation:progressBarKeyFrame20-4-16 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-4-16{0%{width:20%}to{width:80%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-16-5{animation:progressBarKeyFrame20-16-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-16-5{0%{width:80%}to{width:25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-5-16{animation:progressBarKeyFrame20-5-16 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-5-16{0%{width:25%}to{width:80%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-16-6{animation:progressBarKeyFrame20-16-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-16-6{0%{width:80%}to{width:30%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-6-16{animation:progressBarKeyFrame20-6-16 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-6-16{0%{width:30%}to{width:80%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-16-7{animation:progressBarKeyFrame20-16-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-16-7{0%{width:80%}to{width:35%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-7-16{animation:progressBarKeyFrame20-7-16 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-7-16{0%{width:35%}to{width:80%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-16-8{animation:progressBarKeyFrame20-16-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-16-8{0%{width:80%}to{width:40%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-8-16{animation:progressBarKeyFrame20-8-16 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-8-16{0%{width:40%}to{width:80%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-16-9{animation:progressBarKeyFrame20-16-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-16-9{0%{width:80%}to{width:45%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-9-16{animation:progressBarKeyFrame20-9-16 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-9-16{0%{width:45%}to{width:80%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-16-10{animation:progressBarKeyFrame20-16-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-16-10{0%{width:80%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-10-16{animation:progressBarKeyFrame20-10-16 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-10-16{0%{width:50%}to{width:80%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-16-11{animation:progressBarKeyFrame20-16-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-16-11{0%{width:80%}to{width:55%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-11-16{animation:progressBarKeyFrame20-11-16 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-11-16{0%{width:55%}to{width:80%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-16-12{animation:progressBarKeyFrame20-16-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-16-12{0%{width:80%}to{width:60%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-12-16{animation:progressBarKeyFrame20-12-16 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-12-16{0%{width:60%}to{width:80%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-16-13{animation:progressBarKeyFrame20-16-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-16-13{0%{width:80%}to{width:65%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-13-16{animation:progressBarKeyFrame20-13-16 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-13-16{0%{width:65%}to{width:80%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-16-14{animation:progressBarKeyFrame20-16-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-16-14{0%{width:80%}to{width:70%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-14-16{animation:progressBarKeyFrame20-14-16 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-14-16{0%{width:70%}to{width:80%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-16-15{animation:progressBarKeyFrame20-16-15 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-16-15{0%{width:80%}to{width:75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-15-16{animation:progressBarKeyFrame20-15-16 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-15-16{0%{width:75%}to{width:80%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-16-16{animation:progressBarKeyFrame20-16-16 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-16-16{0%{width:80%}to{width:80%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-17-0{animation:progressBarKeyFrame20-17-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-17-0{0%{width:85%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-0-17{animation:progressBarKeyFrame20-0-17 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-0-17{0%{width:0%}to{width:85%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-17-1{animation:progressBarKeyFrame20-17-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-17-1{0%{width:85%}to{width:5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-1-17{animation:progressBarKeyFrame20-1-17 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-1-17{0%{width:5%}to{width:85%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-17-2{animation:progressBarKeyFrame20-17-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-17-2{0%{width:85%}to{width:10%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-2-17{animation:progressBarKeyFrame20-2-17 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-2-17{0%{width:10%}to{width:85%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-17-3{animation:progressBarKeyFrame20-17-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-17-3{0%{width:85%}to{width:15%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-3-17{animation:progressBarKeyFrame20-3-17 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-3-17{0%{width:15%}to{width:85%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-17-4{animation:progressBarKeyFrame20-17-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-17-4{0%{width:85%}to{width:20%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-4-17{animation:progressBarKeyFrame20-4-17 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-4-17{0%{width:20%}to{width:85%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-17-5{animation:progressBarKeyFrame20-17-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-17-5{0%{width:85%}to{width:25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-5-17{animation:progressBarKeyFrame20-5-17 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-5-17{0%{width:25%}to{width:85%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-17-6{animation:progressBarKeyFrame20-17-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-17-6{0%{width:85%}to{width:30%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-6-17{animation:progressBarKeyFrame20-6-17 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-6-17{0%{width:30%}to{width:85%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-17-7{animation:progressBarKeyFrame20-17-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-17-7{0%{width:85%}to{width:35%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-7-17{animation:progressBarKeyFrame20-7-17 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-7-17{0%{width:35%}to{width:85%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-17-8{animation:progressBarKeyFrame20-17-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-17-8{0%{width:85%}to{width:40%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-8-17{animation:progressBarKeyFrame20-8-17 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-8-17{0%{width:40%}to{width:85%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-17-9{animation:progressBarKeyFrame20-17-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-17-9{0%{width:85%}to{width:45%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-9-17{animation:progressBarKeyFrame20-9-17 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-9-17{0%{width:45%}to{width:85%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-17-10{animation:progressBarKeyFrame20-17-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-17-10{0%{width:85%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-10-17{animation:progressBarKeyFrame20-10-17 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-10-17{0%{width:50%}to{width:85%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-17-11{animation:progressBarKeyFrame20-17-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-17-11{0%{width:85%}to{width:55%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-11-17{animation:progressBarKeyFrame20-11-17 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-11-17{0%{width:55%}to{width:85%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-17-12{animation:progressBarKeyFrame20-17-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-17-12{0%{width:85%}to{width:60%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-12-17{animation:progressBarKeyFrame20-12-17 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-12-17{0%{width:60%}to{width:85%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-17-13{animation:progressBarKeyFrame20-17-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-17-13{0%{width:85%}to{width:65%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-13-17{animation:progressBarKeyFrame20-13-17 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-13-17{0%{width:65%}to{width:85%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-17-14{animation:progressBarKeyFrame20-17-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-17-14{0%{width:85%}to{width:70%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-14-17{animation:progressBarKeyFrame20-14-17 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-14-17{0%{width:70%}to{width:85%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-17-15{animation:progressBarKeyFrame20-17-15 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-17-15{0%{width:85%}to{width:75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-15-17{animation:progressBarKeyFrame20-15-17 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-15-17{0%{width:75%}to{width:85%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-17-16{animation:progressBarKeyFrame20-17-16 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-17-16{0%{width:85%}to{width:80%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-16-17{animation:progressBarKeyFrame20-16-17 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-16-17{0%{width:80%}to{width:85%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-17-17{animation:progressBarKeyFrame20-17-17 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-17-17{0%{width:85%}to{width:85%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-18-0{animation:progressBarKeyFrame20-18-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-18-0{0%{width:90%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-0-18{animation:progressBarKeyFrame20-0-18 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-0-18{0%{width:0%}to{width:90%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-18-1{animation:progressBarKeyFrame20-18-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-18-1{0%{width:90%}to{width:5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-1-18{animation:progressBarKeyFrame20-1-18 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-1-18{0%{width:5%}to{width:90%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-18-2{animation:progressBarKeyFrame20-18-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-18-2{0%{width:90%}to{width:10%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-2-18{animation:progressBarKeyFrame20-2-18 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-2-18{0%{width:10%}to{width:90%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-18-3{animation:progressBarKeyFrame20-18-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-18-3{0%{width:90%}to{width:15%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-3-18{animation:progressBarKeyFrame20-3-18 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-3-18{0%{width:15%}to{width:90%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-18-4{animation:progressBarKeyFrame20-18-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-18-4{0%{width:90%}to{width:20%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-4-18{animation:progressBarKeyFrame20-4-18 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-4-18{0%{width:20%}to{width:90%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-18-5{animation:progressBarKeyFrame20-18-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-18-5{0%{width:90%}to{width:25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-5-18{animation:progressBarKeyFrame20-5-18 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-5-18{0%{width:25%}to{width:90%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-18-6{animation:progressBarKeyFrame20-18-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-18-6{0%{width:90%}to{width:30%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-6-18{animation:progressBarKeyFrame20-6-18 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-6-18{0%{width:30%}to{width:90%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-18-7{animation:progressBarKeyFrame20-18-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-18-7{0%{width:90%}to{width:35%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-7-18{animation:progressBarKeyFrame20-7-18 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-7-18{0%{width:35%}to{width:90%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-18-8{animation:progressBarKeyFrame20-18-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-18-8{0%{width:90%}to{width:40%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-8-18{animation:progressBarKeyFrame20-8-18 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-8-18{0%{width:40%}to{width:90%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-18-9{animation:progressBarKeyFrame20-18-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-18-9{0%{width:90%}to{width:45%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-9-18{animation:progressBarKeyFrame20-9-18 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-9-18{0%{width:45%}to{width:90%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-18-10{animation:progressBarKeyFrame20-18-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-18-10{0%{width:90%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-10-18{animation:progressBarKeyFrame20-10-18 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-10-18{0%{width:50%}to{width:90%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-18-11{animation:progressBarKeyFrame20-18-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-18-11{0%{width:90%}to{width:55%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-11-18{animation:progressBarKeyFrame20-11-18 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-11-18{0%{width:55%}to{width:90%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-18-12{animation:progressBarKeyFrame20-18-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-18-12{0%{width:90%}to{width:60%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-12-18{animation:progressBarKeyFrame20-12-18 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-12-18{0%{width:60%}to{width:90%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-18-13{animation:progressBarKeyFrame20-18-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-18-13{0%{width:90%}to{width:65%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-13-18{animation:progressBarKeyFrame20-13-18 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-13-18{0%{width:65%}to{width:90%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-18-14{animation:progressBarKeyFrame20-18-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-18-14{0%{width:90%}to{width:70%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-14-18{animation:progressBarKeyFrame20-14-18 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-14-18{0%{width:70%}to{width:90%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-18-15{animation:progressBarKeyFrame20-18-15 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-18-15{0%{width:90%}to{width:75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-15-18{animation:progressBarKeyFrame20-15-18 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-15-18{0%{width:75%}to{width:90%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-18-16{animation:progressBarKeyFrame20-18-16 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-18-16{0%{width:90%}to{width:80%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-16-18{animation:progressBarKeyFrame20-16-18 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-16-18{0%{width:80%}to{width:90%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-18-17{animation:progressBarKeyFrame20-18-17 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-18-17{0%{width:90%}to{width:85%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-17-18{animation:progressBarKeyFrame20-17-18 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-17-18{0%{width:85%}to{width:90%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-18-18{animation:progressBarKeyFrame20-18-18 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-18-18{0%{width:90%}to{width:90%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-19-0{animation:progressBarKeyFrame20-19-0 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-19-0{0%{width:95%}to{width:0%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-0-19{animation:progressBarKeyFrame20-0-19 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-0-19{0%{width:0%}to{width:95%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-19-1{animation:progressBarKeyFrame20-19-1 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-19-1{0%{width:95%}to{width:5%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-1-19{animation:progressBarKeyFrame20-1-19 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-1-19{0%{width:5%}to{width:95%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-19-2{animation:progressBarKeyFrame20-19-2 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-19-2{0%{width:95%}to{width:10%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-2-19{animation:progressBarKeyFrame20-2-19 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-2-19{0%{width:10%}to{width:95%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-19-3{animation:progressBarKeyFrame20-19-3 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-19-3{0%{width:95%}to{width:15%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-3-19{animation:progressBarKeyFrame20-3-19 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-3-19{0%{width:15%}to{width:95%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-19-4{animation:progressBarKeyFrame20-19-4 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-19-4{0%{width:95%}to{width:20%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-4-19{animation:progressBarKeyFrame20-4-19 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-4-19{0%{width:20%}to{width:95%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-19-5{animation:progressBarKeyFrame20-19-5 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-19-5{0%{width:95%}to{width:25%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-5-19{animation:progressBarKeyFrame20-5-19 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-5-19{0%{width:25%}to{width:95%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-19-6{animation:progressBarKeyFrame20-19-6 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-19-6{0%{width:95%}to{width:30%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-6-19{animation:progressBarKeyFrame20-6-19 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-6-19{0%{width:30%}to{width:95%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-19-7{animation:progressBarKeyFrame20-19-7 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-19-7{0%{width:95%}to{width:35%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-7-19{animation:progressBarKeyFrame20-7-19 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-7-19{0%{width:35%}to{width:95%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-19-8{animation:progressBarKeyFrame20-19-8 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-19-8{0%{width:95%}to{width:40%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-8-19{animation:progressBarKeyFrame20-8-19 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-8-19{0%{width:40%}to{width:95%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-19-9{animation:progressBarKeyFrame20-19-9 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-19-9{0%{width:95%}to{width:45%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-9-19{animation:progressBarKeyFrame20-9-19 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-9-19{0%{width:45%}to{width:95%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-19-10{animation:progressBarKeyFrame20-19-10 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-19-10{0%{width:95%}to{width:50%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-10-19{animation:progressBarKeyFrame20-10-19 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-10-19{0%{width:50%}to{width:95%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-19-11{animation:progressBarKeyFrame20-19-11 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-19-11{0%{width:95%}to{width:55%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-11-19{animation:progressBarKeyFrame20-11-19 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-11-19{0%{width:55%}to{width:95%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-19-12{animation:progressBarKeyFrame20-19-12 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-19-12{0%{width:95%}to{width:60%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-12-19{animation:progressBarKeyFrame20-12-19 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-12-19{0%{width:60%}to{width:95%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-19-13{animation:progressBarKeyFrame20-19-13 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-19-13{0%{width:95%}to{width:65%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-13-19{animation:progressBarKeyFrame20-13-19 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-13-19{0%{width:65%}to{width:95%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-19-14{animation:progressBarKeyFrame20-19-14 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-19-14{0%{width:95%}to{width:70%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-14-19{animation:progressBarKeyFrame20-14-19 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-14-19{0%{width:70%}to{width:95%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-19-15{animation:progressBarKeyFrame20-19-15 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-19-15{0%{width:95%}to{width:75%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-15-19{animation:progressBarKeyFrame20-15-19 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-15-19{0%{width:75%}to{width:95%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-19-16{animation:progressBarKeyFrame20-19-16 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-19-16{0%{width:95%}to{width:80%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-16-19{animation:progressBarKeyFrame20-16-19 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-16-19{0%{width:80%}to{width:95%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-19-17{animation:progressBarKeyFrame20-19-17 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-19-17{0%{width:95%}to{width:85%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-17-19{animation:progressBarKeyFrame20-17-19 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-17-19{0%{width:85%}to{width:95%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-19-18{animation:progressBarKeyFrame20-19-18 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-19-18{0%{width:95%}to{width:90%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-18-19{animation:progressBarKeyFrame20-18-19 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-18-19{0%{width:90%}to{width:95%}}.initial-form-prueba .appbar-progress-container .appbar-progress-filled.appbar-progress-filled-20.appbar-progress-filled-20-19-19{animation:progressBarKeyFrame20-19-19 .5s ease 0s 1 normal forwards}@keyframes progressBarKeyFrame20-19-19{0%{width:95%}to{width:95%}}.initial-form-prueba .description{text-align:center}.initial-form-prueba .container-inputs{width:100%;display:flex;flex-direction:column;align-items:center;gap:16px}.initial-form-prueba .container-inputs .singup-providers{width:100%;display:flex;flex-direction:column;gap:16px;margin-bottom:30px}.initial-form-prueba .title-first-page{color:#ea5b1b;font-size:42px;font-style:italic;font-weight:300;margin:0}.initial-form-prueba .title-first-page b{font-weight:700}.initial-form-prueba .subtitle-first-page{margin:0;color:#ea5b1b;font-size:18px;font-weight:700;align-self:flex-start}.landing .header{height:52px;border-bottom:4px solid #ea5b1b}.landing .container{display:flex;flex-direction:column}.landing .landing-top-logo{text-align:center;width:100%;margin:20px auto}.landing .landing-carrousel-container{display:flex}.landing .landing-carrousel-container .landing-carrousel-item{flex:0 0 100%;min-width:0;display:flex;flex-direction:column;align-items:center}.landing .landing-carrousel-container .landing-carrousel-item img{width:120px;height:120px}.landing .landing-carrousel-container .landing-carrousel-item .landing-carrousel-item-title{font-size:32px;font-weight:700;text-align:center;margin:40px 0 10px}.landing .landing-carrousel-container .landing-carrousel-item .landing-carrousel-item-descripcion{font-size:16px;text-align:center}.landing .landing-carrousel-actions{display:flex;flex-direction:column;gap:10px}@media (height <= 700px){.landing .landing-top-logo{margin:0}.landing .landing-carrousel-container .landing-carrousel-item img{width:100px;height:100px}.landing .landing-carrousel-container .landing-carrousel-item .landing-carrousel-item-title{margin-top:20px}}.login .mb-20px{margin-bottom:20px}.login .header{height:52px;border-bottom:4px solid #ea5b1b;display:flex;flex-direction:row;align-items:center;padding-left:14px;fill:#ea5b1b}.login .header svg{padding:8px;cursor:pointer}.login .login-top-logo{text-align:center;width:100%;margin:10px auto}.login .login-providers{display:flex;flex-direction:column;margin-top:20px;gap:20px}.login .login-form h6{font-size:14px;line-height:140%;color:#474747;letter-spacing:0%;text-align:center;margin-bottom:30px}.login .login-form form{display:flex;flex-direction:column;gap:15px}.login .login-form .link{margin-top:-5px;margin-left:auto;font-size:15px;margin-bottom:5px}.login .login-form .login-form-input{display:flex;position:relative}.login .login-form .login-button button{color:#fff;text-align:center;font-size:14px;font-style:normal;font-weight:700;line-height:140%;border:none;border-radius:10px;background:#ea5b1b;box-shadow:1px 2px 6px #006ee91a;width:100%;height:50px}.login .link-other-action{text-align:center;margin-bottom:35px}.login .error-msg{color:#f33;font-size:14px;margin-top:-8px;margin-bottom:-8px}.login-forgot-password-modal .modal-body{display:flex;flex-direction:row;align-items:center;justify-content:center;text-align:justify}.profile .container{padding-top:50px;display:flex;flex-direction:column;gap:30px}.afiliate-modal .container-afiliate{min-height:300px}.afiliate-modal .container-afiliate .container-afiliate-header{margin-left:-20px;margin-top:-20px}.afiliate-modal .container-afiliate .container-afiliate-header img{width:calc(100% + 20px);height:100px;object-fit:fill}.afiliate-modal .container-afiliate .container-afiliate-header .container-afiliate-header-title{position:absolute;top:26px;left:50%;margin:0;transform:translate(-50%);text-align:center;color:#fff;width:100%;font-size:34px;font-style:italic;font-weight:600}.afiliate-modal .container-afiliate .container-afiliate-body{display:flex;flex-direction:column;align-items:center;width:90%;margin:0 auto}.afiliate-modal .container-afiliate .container-afiliate-body img{width:80%;max-width:300px;z-index:99;margin-top:-24px}.afiliate-modal .container-afiliate .container-afiliate-body .container-afiliate-body-text,.afiliate-modal .container-afiliate .container-afiliate-body .container-afiliate-body-subtext,.afiliate-modal .container-afiliate .container-afiliate-body .container-afiliate-body-coupon{color:#333;text-align:center;font-weight:600;margin:0}.afiliate-modal .container-afiliate .container-afiliate-body .container-afiliate-body-text u,.afiliate-modal .container-afiliate .container-afiliate-body .container-afiliate-body-subtext u,.afiliate-modal .container-afiliate .container-afiliate-body .container-afiliate-body-coupon u{font-size:1.6rem}.afiliate-modal .container-afiliate .container-afiliate-body .container-afiliate-body-text{font-size:20px;margin:10px 0 5px}.afiliate-modal .container-afiliate .container-afiliate-body .container-afiliate-body-coupon{font-size:32px}.afiliate-modal .container-afiliate .container-afiliate-body .container-afiliate-body-instrucciones p{font-size:18px;margin:10px 0 5px}.afiliate-modal .container-afiliate .container-afiliate-body .container-afiliate-body-instrucciones ol{margin:0}.afiliate-modal .modal-action button{padding:0 20px}.profile-afiliate{display:flex;flex-direction:column;align-items:center;gap:5px}.profile-afiliate p{margin:0}.profile-afiliate .profile-afiliate-link{display:flex;flex-direction:row;align-items:center;gap:10px;color:#ea5b1b;font-weight:600}.profile-afiliate .profile-afiliate-link svg{width:20px;height:20px}.profile-afiliate .profile-afiliate-description{color:#717171;text-align:center;font-size:.9rem}.profile-data form{display:flex;flex-direction:column;gap:10px}.profile-data form button{margin-top:10px}.profile-photo{text-align:center;position:relative}.profile-photo img{width:120px;height:120px;border-radius:50%;object-fit:cover}.profile-photo .change-photo{background-color:#fff;border:1px solid #e8e8e8;box-shadow:0 2px 4px #0000001a;cursor:pointer;font-size:24px;position:absolute;bottom:10px;right:calc(50% - 80px);width:40px;height:40px;fill:#ea5b1b;border-radius:50px;display:flex;justify-content:center;align-items:center}.profile-photo .change-photo:hover{background-color:#e8e8e8;box-shadow:none}.select-service{height:50px;font-weight:500;background-color:#fff;border-radius:10px;border:3px solid rgb(90,90,90);color:#3c3c3c;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:10px 30px;cursor:pointer}.select-service:hover{border:3px solid black;color:#000;background-color:#e4e4e4}.select-service .text-service{display:flex;flex-direction:column}.select-service .text-service p{margin:0;font-size:22px}.select-service .add-service{height:32px;display:flex;justify-content:center;align-items:center}.select-service-modal .container-servicios{border:1px solid rgb(225,225,225)}.select-service-modal .container-servicios .item-servicio{display:flex;flex-direction:row;align-items:center;padding:10px 20px;border-bottom:1px solid rgb(225,225,225)}.select-service-modal .container-servicios .item-servicio:last-child{border-bottom:none}.select-service-modal .container-servicios .item-servicio:hover{background-color:#e4e4e4;cursor:pointer}.select-service-modal .container-servicios .item-servicio img{height:32px;width:32px}.select-service-modal .container-servicios .item-servicio p{margin:0 0 0 30px}.connected-service{display:flex;flex-direction:column}.connected-service .connected-service-title{font-size:26px;margin-bottom:10px;margin-top:10px}.connected-service .item-connected{display:flex;flex-direction:row;align-items:center;gap:10px;border-radius:4px;border:1px solid rgb(192,192,192);padding:10px 30px;position:relative}.connected-service .item-connected img{height:32px;width:32px}.connected-service .item-connected p{font-size:22px;margin:0}.connected-service .item-connected .container-disconnect-service{position:absolute;right:10px;top:10px;cursor:pointer;display:flex;flex-direction:row;align-items:center;gap:5px;opacity:.5}.connected-service .item-connected .container-disconnect-service:hover{opacity:1}.profile-subscription .profile-subscription-prueba{text-align:center;font-style:italic;margin-bottom:0}.profile-subscription .profile-subscription-plan{font-size:1.2rem;text-align:center;margin:12px 0 5px}.profile-subscription .profile-subscription-plan b{font-size:1.4rem}.profile-subscription button{margin-top:10px}.container-prueba-modal .prueba-planes-select-container{display:flex;flex-direction:column;gap:20px;margin-top:10px}.container-prueba-modal .prueba-planes-select-container p{margin:0}.container-prueba-modal .prueba-planes-select-container .prueba-planes-select-item{display:flex;flex-direction:row;justify-content:space-between;background-color:#f5f5f5;padding:10px 20px;border-radius:10px;position:relative}.container-prueba-modal .prueba-planes-select-container .prueba-planes-select-item.prueba-planes-select-container-selected{background-color:#ea5b1b;color:#fff}.container-prueba-modal .prueba-planes-select-container .prueba-planes-select-item .prueba-planes-select-ahorro{position:absolute;top:-10px;right:0;font-size:.8rem;font-weight:600;padding:2px 6px;border-radius:4px}.container-prueba-modal .prueba-planes-select-container .prueba-planes-select-item .prueba-planes-select-ahorro.prueba-planes-select-ahorro-outlined{border:1px solid #ea5b1b;background-color:#fff;color:#000}.container-prueba-modal .prueba-planes-select-container .prueba-planes-select-item .prueba-planes-select-ahorro.prueba-planes-select-ahorro-filled{background-color:#ea5b1b;color:#fff;border-radius:4px 4px 0}.container-prueba-modal .prueba-planes-select-container .prueba-planes-select-item .prueba-planes-select-container-left .prueba-planes-select-precio{font-size:1.15rem}.container-prueba-modal .prueba-planes-select-container .prueba-planes-select-item .prueba-planes-select-container-right{font-size:.8rem;display:flex;flex-direction:column;align-items:center;justify-content:center}.container-pausar{display:flex;flex-direction:column;gap:5px}.container-pausar .container-pausar-item{display:flex;flex-direction:row;align-items:center;gap:10px}.container-pausar .container-pausar-item.container-pausar-item-done svg{fill:#07a507;width:30px}.container-pausar .container-pausar-item.container-pausar-item-close svg{fill:#6e6e6e;width:30px}.feelings-modal .container-feelings{display:flex;flex-direction:row;justify-content:space-around;margin-bottom:20px}.feelings-modal .container-feelings .item-feeling{font-size:42px;opacity:.2;cursor:pointer}.feelings-modal .container-feelings .item-feeling:hover,.feelings-modal .container-feelings .item-feeling.item-feeling-active{opacity:1}.feelings-modal .container-feelings .item-feeling.feeling-bien{fill:green}.feelings-modal .container-feelings .item-feeling.feeling-medio{fill:#807e00}.feelings-modal .container-feelings .item-feeling.feeling-mal{fill:maroon}.valorar-modal .container-valorar{display:flex;flex-direction:column;justify-content:center;align-items:center}.valorar-modal .container-valorar p{margin:0}.valorar-modal .container-valorar img{width:64px;height:64px;margin-bottom:10px}.valorar-modal .container-valorar .valorar-title{font-size:24px;font-weight:700;margin-bottom:10px}.valorar-modal .container-valorar .valorar-subtitle{font-size:18px;text-align:center}.valorar-modal .container-valorar .container-valorar-stars{display:flex;flex-direction:row;gap:5px;margin-top:10px}.valorar-modal .container-valorar .container-valorar-stars svg{width:32px;height:32px;cursor:pointer;opacity:.6}.chat{display:flex;flex-direction:row;height:100%;width:100%}.chat-conversation-empty{display:flex;flex-direction:row;justify-content:center;height:100%;width:100%}.chat-conversation-empty p{background-color:#ccc;border-radius:40px;height:fit-content;width:fit-content;margin-top:20%;padding:10px 30px}.chat-conversation{display:flex;flex-direction:column;justify-content:space-between;height:100%;width:100%;background-color:#fff}.chat-conversation-header{height:64px;border-bottom:1px solid #ccc;cursor:pointer;display:flex;flex-direction:row;align-items:center;padding:0 20px;gap:20px}.chat-conversation-header img{height:50px;width:50px;border-radius:50%;object-fit:cover}.chat-conversation-header:hover{background-color:#ccc}.chat-conversation-input{display:flex;flex-direction:row;background-color:#f8f7f7;border-top:1px solid #c9c9c9;padding:0 10px}.chat-conversation-input textarea{border:none;height:100%;width:100%;font-size:16px;padding:10px 20px;resize:none;background-color:#f8f7f7}.chat-conversation-input textarea:focus{outline:none}.chat-conversation-input .chat-conversation-input-audio{width:100%;height:54px;padding:8px 20px 12px 30px;display:flex;flex-direction:row;gap:20px;align-items:center}.chat-conversation-input .chat-conversation-input-audio .chat-conversation-input-recording{animation:pulse 1.4s infinite;width:16px;height:16px;background:rgb(219,0,0);border-radius:50%}.chat-conversation-input .chat-conversation-input-send,.chat-conversation-input .chat-conversation-input-file{width:fit-content;height:100%;display:flex;justify-content:center;align-items:center;gap:32px}.chat-conversation-input .chat-conversation-input-send .chat-conversation-input-send-sub,.chat-conversation-input .chat-conversation-input-send .chat-conversation-input-audio-sub,.chat-conversation-input .chat-conversation-input-send .chat-conversation-input-audio-delete,.chat-conversation-input .chat-conversation-input-send .chat-conversation-input-file-sub,.chat-conversation-input .chat-conversation-input-file .chat-conversation-input-send-sub,.chat-conversation-input .chat-conversation-input-file .chat-conversation-input-audio-sub,.chat-conversation-input .chat-conversation-input-file .chat-conversation-input-audio-delete,.chat-conversation-input .chat-conversation-input-file .chat-conversation-input-file-sub{height:42px;width:42px;border-radius:50%;background-color:#ea5b1b;display:flex;justify-content:center;align-items:center;cursor:pointer;fill:#fff}.chat-conversation-input .chat-conversation-input-send .chat-conversation-input-audio-delete,.chat-conversation-input .chat-conversation-input-file .chat-conversation-input-audio-delete{background-color:#f8f7f7;fill:#ea5b1b;border:2px solid #ea5b1b;box-sizing:border-box}@media (max-width: 600px){.chat-conversation-input .chat-conversation-input-send,.chat-conversation-input .chat-conversation-input-file{width:fit-content}.chat-conversation-input .chat-conversation-input-send .chat-conversation-input-send-sub,.chat-conversation-input .chat-conversation-input-send .chat-conversation-input-file-sub,.chat-conversation-input .chat-conversation-input-send .chat-conversation-input-audio-sub,.chat-conversation-input .chat-conversation-input-send .chat-conversation-input-audio-delete,.chat-conversation-input .chat-conversation-input-file .chat-conversation-input-send-sub,.chat-conversation-input .chat-conversation-input-file .chat-conversation-input-file-sub,.chat-conversation-input .chat-conversation-input-file .chat-conversation-input-audio-sub,.chat-conversation-input .chat-conversation-input-file .chat-conversation-input-audio-delete{height:36px;width:36px}.chat-conversation-input .chat-conversation-input-send .chat-conversation-input-send-sub svg,.chat-conversation-input .chat-conversation-input-send .chat-conversation-input-file-sub svg,.chat-conversation-input .chat-conversation-input-send .chat-conversation-input-audio-sub svg,.chat-conversation-input .chat-conversation-input-send .chat-conversation-input-audio-delete svg,.chat-conversation-input .chat-conversation-input-file .chat-conversation-input-send-sub svg,.chat-conversation-input .chat-conversation-input-file .chat-conversation-input-file-sub svg,.chat-conversation-input .chat-conversation-input-file .chat-conversation-input-audio-sub svg,.chat-conversation-input .chat-conversation-input-file .chat-conversation-input-audio-delete svg{font-size:18px}}@keyframes pulse{0%{-moz-box-shadow:0 0 0 0 rgba(180,0,11,.4);box-shadow:0 0 #b4000b66}70%{-moz-box-shadow:0 0 0 10px rgba(128,2,9,0);box-shadow:0 0 0 10px #80020900}to{-moz-box-shadow:0 0 0 0 rgba(61,0,4,0);box-shadow:0 0 #3d000400}}.chat-conversation-messages{height:100%;overflow-y:auto;display:flex;flex-direction:column;gap:10px;padding:10px 20px}.chat-conversation-messages .chat-conversation-message-date{background-color:#c9c9c9;width:fit-content;padding:10px 20px 8px;margin:0 auto;border-radius:4px}.chat-conversation-messages .chat-conversation-message{background-color:#c9c9c9;width:fit-content;max-width:60%;padding:8px 50px 8px 10px;border-radius:4px;position:relative}.chat-conversation-messages .chat-conversation-message.chat-conversation-message-mine{align-self:flex-end;background-color:#eaac7aab}.chat-conversation-messages .chat-conversation-message.chat-conversation-message-feelings-read,.chat-conversation-messages .chat-conversation-message.chat-conversation-message-feelings-unread{align-self:center;padding:8px 10px;width:60%}.chat-conversation-messages .chat-conversation-message.chat-conversation-message-feelings-read.chat-conversation-message-feelings-read,.chat-conversation-messages .chat-conversation-message.chat-conversation-message-feelings-unread.chat-conversation-message-feelings-read{background-color:#abff9e66}.chat-conversation-messages .chat-conversation-message.chat-conversation-message-feelings-read.chat-conversation-message-feelings-unread,.chat-conversation-messages .chat-conversation-message.chat-conversation-message-feelings-unread.chat-conversation-message-feelings-unread{background-color:#ffa39e66}.chat-conversation-messages .chat-conversation-message p{margin:0}.chat-conversation-messages .chat-conversation-message .chat-conversation-message-hour{position:absolute;bottom:2px;right:7px;font-size:10px;color:#666}.chat-conversation-messages .chat-conversation-message .chat-conversation-message-image{width:100%;height:100%;max-width:200px;max-height:200px}.chat-conversation-messages .chat-conversation-message .chat-conversation-message-image img{width:100%;height:100%;border-radius:2px;cursor:pointer}.chat-conversation-messages .chat-conversation-message .chat-conversation-message-image.image-full{width:100vw;height:100vh;max-width:100vw;max-height:100vh;position:fixed;top:0;left:0;background-color:#000c;z-index:100}.chat-conversation-messages .chat-conversation-message .chat-conversation-message-image.image-full img{object-fit:contain}.chat-conversation-messages .chat-conversation-message .chat-conversation-message-file,.chat-conversation-messages .chat-conversation-message .chat-conversation-message-audio{display:flex;flex-direction:row;align-items:center;gap:20px}.chat-conversation-messages .chat-conversation-message .chat-conversation-message-file .container-download-file,.chat-conversation-messages .chat-conversation-message .chat-conversation-message-file .container-download-audio,.chat-conversation-messages .chat-conversation-message .chat-conversation-message-audio .container-download-file,.chat-conversation-messages .chat-conversation-message .chat-conversation-message-audio .container-download-audio{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:10px;cursor:pointer;color:#fff;border-radius:50%;background-color:#000;opacity:.3;width:32px;height:32px}.chat-conversation-messages .chat-conversation-message .chat-conversation-message-file .container-download-file:hover,.chat-conversation-messages .chat-conversation-message .chat-conversation-message-file .container-download-audio:hover,.chat-conversation-messages .chat-conversation-message .chat-conversation-message-audio .container-download-file:hover,.chat-conversation-messages .chat-conversation-message .chat-conversation-message-audio .container-download-audio:hover{opacity:.6}.chat-conversation-messages .chat-conversation-message .chat-conversation-message-file .container-download-file svg,.chat-conversation-messages .chat-conversation-message .chat-conversation-message-file .container-download-audio svg,.chat-conversation-messages .chat-conversation-message .chat-conversation-message-audio .container-download-file svg,.chat-conversation-messages .chat-conversation-message .chat-conversation-message-audio .container-download-audio svg{opacity:1;fill:#fff;width:14px;height:14px}.chat-conversation-messages .chat-conversation-message .chat-conversation-message-file .container-download-file .spinner,.chat-conversation-messages .chat-conversation-message .chat-conversation-message-file .container-download-audio .spinner,.chat-conversation-messages .chat-conversation-message .chat-conversation-message-audio .container-download-file .spinner,.chat-conversation-messages .chat-conversation-message .chat-conversation-message-audio .container-download-audio .spinner{width:32px;height:32px}.chat-conversation-messages .chat-conversation-message .chat-conversation-message-file .container-download-file .spinner:before,.chat-conversation-messages .chat-conversation-message .chat-conversation-message-file .container-download-audio .spinner:before,.chat-conversation-messages .chat-conversation-message .chat-conversation-message-audio .container-download-file .spinner:before,.chat-conversation-messages .chat-conversation-message .chat-conversation-message-audio .container-download-audio .spinner:before{border-width:4px}.chat-conversation-messages .chat-conversation-message .chat-conversation-message-audio{width:90vw;max-width:200px}.chat-conversation-messages .chat-conversation-message .chat-conversation-message-audio .chat-conversation-message-audio-progress-container{width:70%}.chat-conversation-messages .chat-conversation-message .chat-conversation-message-audio .chat-conversation-message-audio-progress-container .chat-conversation-message-audio-progress-bar{height:4px;background-color:#eaac7a;border-radius:2px;width:100%}.chat-conversation-messages .chat-conversation-message .chat-conversation-message-audio .chat-conversation-message-audio-progress-container .chat-conversation-message-audio-progress-bar .chat-conversation-message-audio-progress-bar-completed{height:100%;background-color:#6b6b6b80;border-radius:2px}.chat-conversation-messages .chat-conversation-message .chat-conversation-message-feelings .feelings-workout{display:flex;flex-direction:column;margin:10px 0}.chat-conversation-messages .chat-conversation-message .chat-conversation-message-feelings .button-leido{margin:10px 0;width:100%}.chat-conversation-suggestion{margin:10px 20px}.chat-conversation-suggestion .chat-conversation-suggestion-item{display:flex;flex-direction:row;gap:20px;border-radius:4px;justify-content:space-between;border:2px solid rgb(234,91,27);background-color:#eaac7aab;padding:10px 15px}.chat-conversation-suggestion .chat-conversation-suggestion-item p{max-height:40vh;overflow-y:auto}.chat-conversation-suggestion .chat-conversation-suggestion-item .chat-conversation-suggestion-loader-container{display:flex;flex-direction:column;width:100%;gap:10px}.chat-conversation-suggestion .chat-conversation-suggestion-item .chat-conversation-suggestion-loader-container .chat-conversation-suggestion-loader{height:16px;width:90%;background:#ececec;background-image:-webkit-linear-gradient(left,#ececec 0px,#ddd 40px,#ececec 80px);background-image:-o-linear-gradient(left,#ececec 0px,#ddd 40px,#ececec 80px);background-image:linear-gradient(90deg,#ececec 0px,#ddd 40px,#ececec 80px);background-size:250px;border-radius:4px;-webkit-animation:shine-loading-container-items 2s infinite ease-out;animation:shine-loading-container-items 2s infinite ease-out}.chat-conversation-suggestion .chat-conversation-suggestion-item .chat-conversation-suggestion-item-actions{display:flex;flex-direction:column;align-items:center;justify-content:start;gap:20px}.chat-conversation-suggestion .chat-conversation-suggestion-item .chat-conversation-suggestion-item-actions .chat-conversation-suggestion-item-action{width:32px;height:32px;border-radius:50%;background-color:#fff;border:2px solid rgb(234,91,27);display:flex;justify-content:center;align-items:center;cursor:pointer}@-webkit-keyframes shine-loading-container-items{0%{background-position:-100px}40%,to{background-position:140px}}.chat-list-conversations{width:550px;min-height:100%;overflow-y:auto}.chat-list-conversations .chat-list-conversation{border-bottom:1px solid #ccc;border-right:1px solid #ccc;display:flex;flex-direction:column;justify-content:space-between;padding:10px 20px 10px 80px;position:relative;height:42px}.chat-list-conversations .chat-list-conversation:hover{background-color:#ccc;cursor:pointer}.chat-list-conversations .chat-list-conversation img{height:40px;width:40px;border-radius:50%;object-fit:cover;position:absolute;top:calc(50% - 20px);left:20px}.chat-list-conversations .chat-list-conversation .chat-list-conversation-name{max-width:60%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-list-conversations .chat-list-conversation .chat-list-conversation-timestamp{position:absolute;top:10px;right:20px;font-size:.85rem;color:gray}.chat-list-conversations .chat-list-conversation .chat-list-conversation-last-message{color:gray;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-list-conversations .chat-list-conversation .chat-list-conversation-unread{position:absolute;bottom:10px;right:20px;background-color:#cf0000;color:#fff;border-radius:50%;height:20px;width:20px;display:flex;justify-content:center;align-items:center}.chat-page .chat-container{height:calc(100vh - 64px - env(safe-area-inset-top))}@media (max-width: 600px){.chat-page .chat-container{height:calc(100vh - 56px - (1.8*env(safe-area-inset-top)))}}.chat-page .appbar-container{height:64px!important}.chat-page .appbar-container .left-icons{top:14px}.chat-page .chat-entrenador{display:flex;flex-direction:row;margin-top:-16px;margin-left:-15px;gap:20px}.chat-page .chat-entrenador img{width:48px;height:48px;border-radius:40px;border:3px solid #ea5b1b}.chat-page .chat-entrenador span{font-size:21px;font-weight:700;color:#ea5b1b;margin-top:10px}.community-event-header{text-align:center;display:flex;flex-direction:row;align-items:center;justify-content:center;margin-top:.5rem}.community-event-header__back{position:absolute;left:18px;top:24px;cursor:pointer}.community-event-header__back svg{width:20px;height:20px}.community-event-header__logoRunnerPro{max-height:60px}.community-event-header__logoComunidad{border-radius:50%;margin-left:.7rem;width:50px}@media (max-width: 600px){.community-event-header__logoRunnerPro{max-height:40px}.community-event-header__logoComunidad{border-radius:50%;margin-left:.7rem;width:40px}}.community-event-details__image-container{width:100%;position:relative;overflow:hidden}.community-event-details__image{display:block;width:100%;height:auto;border-radius:10px;object-fit:cover}.community-event-details__title{font-size:1.3rem;font-weight:700;margin:.5rem 0 1.5rem}.community-event-details__infoRow{margin-bottom:.5rem}.community-event-details__infoText{font-size:.875rem;color:#717171}.community-event-details__location{color:#ea5b1b}.community-event-details__aboutTitle{font-size:1.125rem;font-style:italic;margin:1rem 0 .5rem}.community-event-details__description{font-size:.9rem;color:#717171;margin-bottom:1rem}.community-event-details__workout{margin-bottom:2rem}.workout-card{background-color:#fff;border-radius:10px;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;padding:8px 16px}.workout-card .row-container{display:flex;flex-direction:column;gap:10px;width:100%}.workout-card .row{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.workout-card .stats-type-container{height:18px;display:flex;flex-direction:row;align-items:center;gap:8px}.workout-card .stats-type-line{width:4px;height:100%;border-radius:4px}.workout-card .stats-container{display:flex;flex-direction:row;gap:16px}.workout-card .stat{display:flex;flex-direction:row;align-items:center;color:#ea5b1b;fill:#ea5b1b}.workout-card .stat-text{font-size:12px;padding-left:6px;color:#717171}.workout-step-section{height:48px;width:100%;border-radius:12px;display:flex;align-items:center;justify-content:flex-start;flex-direction:row}.workout-step-section-line{height:28px;width:3px;border-radius:1px;margin:0 10px}.workout-step-section-text{font-size:16px;font-weight:700}.community-event-form__form{display:flex;flex-direction:column;gap:15px}.community-event-form__title{font-size:1.3rem;font-weight:700;margin:.5rem 0 1.5rem}.community-event-form__terms{display:flex;flex-direction:row;align-items:center}.community-event-form__terms input[type=checkbox]{margin-right:.5rem}.community-event-form__terms label{font-size:.9rem;color:#717171}.community-event-form__registerBtn{display:flex;justify-content:center;margin-top:2rem}.community-event-questions__title{font-size:1.3rem;font-weight:700;margin:.5rem 0 1.5rem}.community-event-questions__item{margin-bottom:2.5rem}.community-event-questions__item-text{margin-bottom:5px}.download-app-only-icons{display:flex;flex-direction:column;gap:16px;align-items:center}.download-app-only-icons img{width:100%;max-width:200px;height:auto}.community-event-confirmation{text-align:center;margin-top:20%}.community-event-confirmation h2{font-size:1.3rem;margin-bottom:1rem;color:#ea5b1b}.community-event-confirmation p{font-size:1rem;color:#717171}.community-event-not-found-error{text-align:center;padding:2rem}.community-event-payment__title{font-size:1.3rem;font-weight:700;margin:.5rem 0}.community-event-payment__price{font-size:1.3rem;margin:.5rem 0}.community-event-payment__actions{margin-top:2rem}.download-app{background-color:#fff;min-height:100vh;width:100vw;display:flex;flex-direction:column;align-items:center}.download-app .runner-pro-home-header{height:38px;background-color:#ea5b1b;width:100vw;padding:9px 0;display:flex;justify-content:center;align-items:center;box-shadow:0 0 5px #7d7d7d}.download-app .runner-pro-home-header img{color:#fff;width:526px;height:76px}.download-app .subcontainer{display:flex;flex-direction:column;align-items:center;max-width:400px;width:94%;margin-top:32px;gap:20px}.download-app .subcontainer h2{margin:0}.download-app .subcontainer p{margin:0;font-size:1.2rem}.download-app .subcontainer img{width:80%;max-width:280px}.download-app .subcontainer .container-app-descargada{margin-top:40px;display:flex;flex-direction:column;align-items:center;gap:10px}.download-app .subcontainer .container-app-descargada .link{font-size:1.2rem}.garmin-redirect .login-validate{background-color:#fff;padding:20px;margin-top:50px;border-radius:20px;border:3px solid #e6e6e6}.garmin-redirect .container-header{display:flex;flex-direction:row;align-items:center;justify-content:space-around;width:100%;margin-top:40px}.garmin-redirect .runnerpro-logo,.garmin-redirect .garmin-logo{width:60px;height:60px;margin-bottom:20px}.garmin-redirect .arrow-icon,.garmin-redirect .cross-icon{margin:-20px -30px 0}.garmin-redirect .arrow-icon{fill:#505050}.garmin-redirect .cross-icon{fill:#ce0026}.garmin-redirect p{font-size:1.3rem;padding:10px;text-align:justify}@media (max-width: 600px){.garmin-redirect{background-color:#fff;padding:0;margin:0;min-height:calc(100vh - env(safe-area-inset-top));min-width:100vw}.garmin-redirect .login-validate{border:none;border-radius:0;padding:0;margin:0}.garmin-redirect .container-header{margin-top:0;padding-top:80px}}.strava-redirect .login-validate{background-color:#fff;padding:20px;margin-top:50px;border-radius:20px;border:3px solid #e6e6e6}.strava-redirect .container-header{display:flex;flex-direction:row;align-items:center;justify-content:space-around;width:100%;margin-top:40px}.strava-redirect .runnerpro-logo,.strava-redirect .strava-logo{width:60px;height:60px;margin-bottom:20px}.strava-redirect .arrow-icon,.strava-redirect .cross-icon{margin:-20px -30px 0}.strava-redirect .arrow-icon{fill:#505050}.strava-redirect .cross-icon{fill:#ce0026}.strava-redirect p{font-size:1.3rem;padding:10px;text-align:justify}@media (max-width: 600px){.strava-redirect{background-color:#fff;padding:0;margin:0;min-height:calc(100vh - env(safe-area-inset-top));min-width:100vw}.strava-redirect .login-validate{border:none;border-radius:0;padding:0;margin:0}.strava-redirect .container-header{margin-top:0;padding-top:80px}}.workout .container{padding-bottom:20px}.workout-map{width:100vw;height:100vw}.workout-map span{height:100%}.workout-map img{width:100%;object-fit:cover}.workout-done{background-color:#fff;min-height:calc(100vh - 64px - env(safe-area-inset-top))}.workout-done h3{font-size:30px;margin-top:16px}.workout-done .workout-done-explained{margin-bottom:16px}.workout-done .done{display:flex;flex-flow:row wrap;justify-content:center;row-gap:32px}.workout-done .done .done-item{display:flex;flex-direction:column;align-items:center;flex:50%}.workout-done .done .done-item .done-item-header{color:var(--dark, #333)}.workout-done .done .done-item .done-item-value{font-size:38px;font-weight:600;margin-top:12px}.workout-run{background-color:#fff;min-height:calc(100vh - 64px - env(safe-area-inset-top))}.workout-run img{width:100%;object-fit:cover}.workout-run h3{font-size:30px;margin-bottom:10px;margin-top:16px}.workout-run .not-done .mark-done{margin-top:32px}.workout-run-done-modal .container-steps{display:flex;flex-direction:column;gap:4px}.workout-run-done-modal .row-step{display:grid;grid-template-columns:3fr 2fr 2fr;gap:10px;align-items:center;position:relative}.workout-run-done-modal .row-step .row-bar-type-color{position:absolute;width:6px;height:calc(100% + 2px);left:-1px;top:-1px}.workout-run-done-modal .row-step .row-bar-type-label{margin-left:9px}.workout-run-done-modal .row-step input{height:26px;padding:0;text-align:center}.workout-strength .exercises-list{height:calc(100vh - 324px - env(safe-area-inset-top));overflow-y:auto;padding:0}.workout-strength .exercises-list .exercises-sublist{display:flex;flex-direction:column;gap:15px;margin:20px 0}.workout-strength .cronometro{background-color:#fff;min-height:260px}.workout-strength .cronometro h3{font-size:30px;margin-top:0;margin-bottom:10px;padding-top:16px}.workout-strength .cronometro .row-buttons{display:flex;justify-content:center;align-items:center;height:100%;margin-bottom:20px}.workout-strength .cronometro .row-buttons .fab{background-color:#fff;border:6px solid #ea5b1b;border-radius:50%;fill:#fff;display:flex;justify-content:center;align-items:center}.workout-strength .cronometro .row-buttons .fab svg{fill:#ea5b1b;color:#ea5b1b;height:34px;width:34px}.workout-strength .cronometro .row-buttons .fab.fab-start,.workout-strength .cronometro .row-buttons .fab.fab-pause{height:54px;width:54px}.workout-strength .cronometro .row-buttons .space-finish{height:100px}.workout-strength .cronometro .row-buttons .btn-finish{width:100%}.workout-strength .cronometro .row-buttons-tiempo{display:flex;flex-direction:column;align-items:center}.workout-strength .cronometro .row-buttons-tiempo .tiempo-header{font-size:16px;margin-bottom:10px}.workout-strength .cronometro .row-buttons-tiempo .tiempo-value{font-size:42px;font-weight:600}*{font-family:Sofia Sans,Roboto,sans-serif;-webkit-tap-highlight-color:rgba(0,0,0,0)}html{background:#f8f7f7;padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left)}body{margin:0;background:#f8f7f7;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body h6{margin:0}body p,h6{white-space:pre-wrap}p.justify{text-align:start}.link{color:#1253bb;text-decoration:none;cursor:pointer;width:fit-content}.link:hover{text-decoration:underline}@media (width >= 600px){*::-webkit-scrollbar{-webkit-appearance:none;-moz-appearance:none;appearance:none}*::-webkit-scrollbar:vertical{width:8px}*::-webkit-scrollbar:horizontal{height:8px}*::-webkit-scrollbar-button:increment,*::-webkit-scrollbar-button{display:none}*::-webkit-scrollbar-thumb{background-color:#c4c4c4}}.container{max-width:650px;width:95vw;margin:0 auto;padding:0 15px 120px;box-sizing:border-box}.hide{display:none}.ellipsis{display:inline-block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:100%}.progressbar{position:fixed;top:env(safe-area-inset-top);width:35%;height:6px;background-color:#ea5b1b;animation:progress 2s normal 0s infinite}@keyframes progress{0%{left:0}to{left:100%}}
