@charset "UTF-8";.wheel-Wrapper{display:flex;justify-content:center;align-items:center;height:50vh;width:100%}.wheel-and-hamster{--dur: 1s;position:relative;width:12em;height:12em;font-size:14px}.wheel,.hamster,.hamster div,.spoke{position:absolute}.wheel,.spoke{border-radius:50%;top:0;left:0;width:100%;height:100%}.wheel{background:radial-gradient(100% 100% at center,#9990 47.8%,#999 48%);z-index:2}.hamster{animation:hamster var(--dur) ease-in-out infinite;top:50%;left:calc(50% - 3.5em);width:7em;height:3.75em;transform:rotate(4deg) translate(-.8em,1.85em);transform-origin:50% 0;z-index:1}.hamster__head{animation:hamsterHead var(--dur) ease-in-out infinite;background:#f48c25;border-radius:70% 30% 0 100%/40% 25% 25% 60%;box-shadow:0 -.25em #facc9e inset,.75em -1.55em #fce6cf inset;top:0;left:-2em;width:2.75em;height:2.5em;transform-origin:100% 50%}.hamster__ear{animation:hamsterEar var(--dur) ease-in-out infinite;background:#fbb6b6;border-radius:50%;box-shadow:-.25em 0 #f48c25 inset;top:-.25em;right:-.25em;width:.75em;height:.75em;transform-origin:50% 75%}.hamster__eye{animation:hamsterEye var(--dur) linear infinite;background-color:#000;border-radius:50%;top:.375em;left:1.25em;width:.5em;height:.5em}.hamster__nose{background:#f98686;border-radius:35% 65% 85% 15%/70% 50% 50% 30%;top:.75em;left:0;width:.2em;height:.25em}.hamster__body{animation:hamsterBody var(--dur) ease-in-out infinite;background:#fce6cf;border-radius:50% 30%/15% 60% 40% 40%;box-shadow:.1em .75em #f48c25 inset,.15em -.5em #facc9e inset;top:.25em;left:2em;width:4.5em;height:3em;transform-origin:17% 50%;transform-style:preserve-3d}.hamster__limb--fr,.hamster__limb--fl{clip-path:polygon(0 0,100% 0,70% 80%,60% 100%,0% 100%,40% 80%);top:2em;left:.5em;width:1em;height:1.5em;transform-origin:50% 0}.hamster__limb--fr{animation:hamsterFRLimb var(--dur) linear infinite;background:linear-gradient(#facc9e 80%,#f98686 80%);transform:rotate(15deg) translateZ(-1px)}.hamster__limb--fl{animation:hamsterFLLimb var(--dur) linear infinite;background:linear-gradient(#fce6cf 80%,#fbb6b6 80%);transform:rotate(15deg)}.hamster__limb--br,.hamster__limb--bl{border-radius:.75em .75em 0 0;clip-path:polygon(0 0,100% 0,100% 30%,70% 90%,70% 100%,30% 100%,40% 90%,0% 30%);top:1em;left:2.8em;width:1.5em;height:2.5em;transform-origin:50% 30%}.hamster__limb--br{animation:hamsterBRLimb var(--dur) linear infinite;background:linear-gradient(#facc9e 90%,#f98686 90%);transform:rotate(-25deg) translateZ(-1px)}.hamster__limb--bl{animation:hamsterBLLimb var(--dur) linear infinite;background:linear-gradient(#fce6cf 90%,#fbb6b6 90%);transform:rotate(-25deg)}.hamster__tail{animation:hamsterTail var(--dur) linear infinite;background:#fbb6b6;border-radius:.25em 50% 50% .25em;box-shadow:0 -.2em #f98686 inset;top:1.5em;right:-.5em;width:1em;height:.5em;transform:rotate(30deg) translateZ(-1px);transform-origin:.25em .25em}.spoke{animation:spoke var(--dur) linear infinite;background:radial-gradient(100% 100% at center,#999 4.8%,#9990 5%),linear-gradient(#8c8c8c00 46.9%,#a6a6a6 47%,#a6a6a6 52.9%,#a6a6a600 53%) 50% 50%/99% 99% no-repeat}@keyframes hamster{0%,to{transform:rotate(4deg) translate(-.8em,1.85em)}50%{transform:rotate(0) translate(-.8em,1.85em)}}@keyframes hamsterHead{0%,25%,50%,75%,to{transform:rotate(0)}12.5%,37.5%,62.5%,87.5%{transform:rotate(8deg)}}@keyframes hamsterEye{0%,90%,to{transform:scaleY(1)}95%{transform:scaleY(0)}}@keyframes hamsterEar{0%,25%,50%,75%,to{transform:rotate(0)}12.5%,37.5%,62.5%,87.5%{transform:rotate(12deg)}}@keyframes hamsterBody{0%,25%,50%,75%,to{transform:rotate(0)}12.5%,37.5%,62.5%,87.5%{transform:rotate(-2deg)}}@keyframes hamsterFRLimb{0%,25%,50%,75%,to{transform:rotate(50deg) translateZ(-1px)}12.5%,37.5%,62.5%,87.5%{transform:rotate(-30deg) translateZ(-1px)}}@keyframes hamsterFLLimb{0%,25%,50%,75%,to{transform:rotate(-30deg)}12.5%,37.5%,62.5%,87.5%{transform:rotate(50deg)}}@keyframes hamsterBRLimb{0%,25%,50%,75%,to{transform:rotate(-60deg) translateZ(-1px)}12.5%,37.5%,62.5%,87.5%{transform:rotate(20deg) translateZ(-1px)}}@keyframes hamsterBLLimb{0%,25%,50%,75%,to{transform:rotate(20deg)}12.5%,37.5%,62.5%,87.5%{transform:rotate(-60deg)}}@keyframes hamsterTail{0%,25%,50%,75%,to{transform:rotate(30deg) translateZ(-1px)}12.5%,37.5%,62.5%,87.5%{transform:rotate(10deg) translateZ(-1px)}}@keyframes spoke{0%{transform:rotate(0)}to{transform:rotate(-1turn)}}#login{display:flex;flex-direction:column;align-items:center;justify-content:center}@media (min-width: 768px){#login{flex-direction:row}}#login .login__idiom{position:absolute;top:10px;right:10px;color:#000!important}#login .login__form{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100vh}@media (min-width: 768px){#login .login__form{justify-content:start}}#login .login__form--wrapper{width:100%;padding-inline:20px}@media (min-width: 768px){#login .login__form--wrapper{width:428px}}#login .login__bg{width:100%;height:100vh;display:none;padding:0 10vw;background:center/cover no-repeat url(/assets/login-bg-DAWcVHSU.svg);text-align:center}@media (min-width: 768px){#login .login__bg{display:flex;flex-direction:column;justify-content:center;align-items:center}}#login .login__logo{width:182px;height:70px;margin:0 0 111px}@media (min-width: 768px){#login .login__logo{margin:142px 0 111px}}#login .login__title{font-size:24px;font-weight:700;line-height:28.13px;margin:0 0 16px}#login .login__subTitle1{font-size:16px;line-height:24px;font-weight:400;margin:0 0 20px}#login .login__subTitle2{font-size:14px;line-height:20px;font-weight:500;margin:0 0 24px}#login .login__subTitle3{font-size:34px;line-height:42px;font-weight:700;margin:0 0 16px}#login .login__subTitle4{font-size:16px;line-height:24px;font-weight:400}#login .login__email{width:100%;margin:0 0 30px}#login .login__password{width:100%;margin:0 0 24px}#login .login__remember{margin:0 0 24px;display:block}#login .login__submit{width:100%;margin:0 0 24px}#login .login__microsoft{width:100px;height:20px}.title__img{display:none}@media (min-width: 768px){.title__img{display:block;width:40px}}#language.language__wrapper{display:flex;align-items:center;justify-content:center}#language.language__wrapper .MuiFormControl-root,#language.language__wrapper .MuiInputBase-root{margin:0;width:68px;height:35px;color:#fff}#language.language__wrapper .MuiFormControl-root fieldset,#language.language__wrapper .MuiInputBase-root fieldset{border-color:#fff;border-width:1px}#language.language__wrapper .MuiFormControl-root fieldset .MuiPaper-root,#language.language__wrapper .MuiInputBase-root fieldset .MuiPaper-root{width:auto}#language.language__wrapper .MuiFormControl-root input,#language.language__wrapper .MuiInputBase-root input{display:inline-block;max-width:2ch;white-space:nowrap;overflow:hidden}@media (min-width: 768px){#language.language__wrapper .MuiFormControl-root,#language.language__wrapper .MuiInputBase-root{width:105px}}#searchesList .filters__wrapper{display:flex;gap:16px;flex-direction:column;padding:0 0 32px}@media (min-width: 768px){#searchesList .filters__wrapper{padding:32px 0;row-gap:32px}}#searchesList .filters__row{display:grid;grid-template-columns:1fr;gap:16px}@media (min-width: 768px){#searchesList .filters__row{grid-auto-flow:row;grid-template-columns:repeat(3,1fr)}}#searchesList .filters__row--search{display:grid;grid-template-columns:1fr;gap:16px}#searchesList .filters__row .submit__wrapper{display:flex;align-items:end}#searchesList .filters__row .submit__wrapper .submit__download{display:none}@media (min-width: 768px){#searchesList .filters__row .submit__wrapper .submit__download{height:32px;display:block}}#searchesList .filters__row .submit__wrapper .submit__button{height:40px}@media (min-width: 768px){#searchesList .filters__row .submit__wrapper .submit__button{height:32px}}#searchesList{position:relative}#searchesList .searchesList__action-button--top{position:absolute;display:none;height:40px;top:-56px;width:200px;right:0}@media (min-width: 768px){#searchesList .searchesList__action-button--top{display:flex}}#searchesList .searchesList__action-button--bottom{width:100%;display:flex;height:40px;margin:0 0 16px}@media (min-width: 768px){#searchesList .searchesList__action-button--bottom{display:none}}.menu-item__link{text-decoration:none;color:inherit}#newSearchForm{display:flex;justify-content:center;align-items:center;width:100%;padding-block:20px;position:relative;flex-direction:column}#newSearchForm .form__wrapper{display:flex;flex-wrap:wrap;width:100%;gap:10px}#newSearchForm .form__divider{width:100%;margin-block:6px}#newSearchForm .form__action-button--top{position:absolute;display:none;height:40px;top:-56px;right:0;width:150px}@media (min-width: 768px){#newSearchForm .form__action-button--top{display:flex}}#newSearchForm .form__action-button--bottom{width:100%;display:flex;height:40px;margin:0 0 16px}@media (min-width: 768px){#newSearchForm .form__action-button--bottom{display:none}}#newSearchForm .form__cancel-button--top{position:absolute;display:none;height:40px;top:-56px;right:166px;width:150px}@media (min-width: 768px){#newSearchForm .form__cancel-button--top{display:flex}}#newSearchForm .form__cancel-button--bottom{width:100%;display:flex;height:40px;margin:0 0 16px}@media (min-width: 768px){#newSearchForm .form__cancel-button--bottom{display:none}}#newSearchForm .form__action-button--circle,#newSearchForm .form__row-wrapper .form__button-mobile,#newSearchForm .form__row-wrapper--viterbit .form__button-mobile{position:absolute;min-height:50px;min-width:50px;top:-60px;right:0}@media (min-width: 768px){#newSearchForm .form__action-button--circle,#newSearchForm .form__row-wrapper .form__button-mobile,#newSearchForm .form__row-wrapper--viterbit .form__button-mobile{display:none}}#newSearchForm .form__row-wrapper,#newSearchForm .form__row-wrapper--viterbit{display:flex;flex-wrap:wrap;width:100%;gap:10px}@media (min-width: 768px){#newSearchForm .form__row-wrapper,#newSearchForm .form__row-wrapper--viterbit{flex-wrap:nowrap;gap:16px}}#newSearchForm .form__row-wrapper--viterbit{flex-wrap:nowrap}#newSearchForm .form__row-wrapper--experience{width:100%;display:flex;gap:10px}@media (min-width: 768px){#newSearchForm .form__row-wrapper--experience{width:112px}}#newSearchForm .form__row-wrapper .form__experience,#newSearchForm .form__row-wrapper--viterbit .form__experience{width:100%}#newSearchForm .form__row-wrapper .form__experience .MuiInputBase-input,#newSearchForm .form__row-wrapper--viterbit .form__experience .MuiInputBase-input{width:100%;text-align:center}@media (min-width: 768px){#newSearchForm .form__row-wrapper .form__experience,#newSearchForm .form__row-wrapper--viterbit .form__experience{width:112px}}#newSearchForm .form__row-wrapper .form__experience--button,#newSearchForm .form__row-wrapper--viterbit .form__experience--button{width:112px;min-width:112px;display:block}@media (min-width: 768px){#newSearchForm .form__row-wrapper .form__experience--button,#newSearchForm .form__row-wrapper--viterbit .form__experience--button{display:none}}#newSearchForm .form__row-wrapper .form__experience--button button,#newSearchForm .form__row-wrapper--viterbit .form__experience--button button{height:40px}#newSearchForm .form__row-wrapper .form__textfield,#newSearchForm .form__row-wrapper--viterbit .form__textfield{width:100%}#newSearchForm .form__row-wrapper .form__button,#newSearchForm .form__row-wrapper--viterbit .form__button{min-width:112px;max-width:112px;display:none;height:35px}@media (min-width: 768px){#newSearchForm .form__row-wrapper .form__button,#newSearchForm .form__row-wrapper--viterbit .form__button{display:flex;margin-top:5px}}#newSearchForm .form__row-wrapper .form__button-mobile,#newSearchForm .form__row-wrapper--viterbit .form__button-mobile{position:relative;top:0;min-height:40px;min-width:40px}#newSearchForm .form__abilities .form__wrapper{display:flex;width:100%;gap:20px;flex-wrap:wrap;margin-bottom:20px;padding:10px}#newSearchForm .form__abilities .form__item{display:flex;width:100%;gap:20px}@media (min-width: 768px){#newSearchForm .form__abilities .form__item{width:calc(50% - 20px)}}#newSearchForm .form__abilities .form__autocomplete{width:100%}#newSearchForm .form__paste-viterbit-icon{cursor:pointer}#newSearchForm .form__paste-viterbit-icon :active{transform:scale(1.1)}.abilities-wrapper{width:100%}@media (min-width: 768px){.abilities-wrapper{width:calc(40% - 16px)}}#technologiesFormSection{width:100%;margin-block:15px}#technologiesFormSection .MuiAutocomplete-root{width:100%}@media (min-width: 768px){#technologiesFormSection .MuiAutocomplete-root{width:calc(40% - 16px)}}#technologiesFormSection .form__technology-wrapper{margin:0 0 20px}#technologiesFormSection .kwnoledge__wrapper{width:100%}@media (min-width: 768px){#technologiesFormSection .kwnoledge__wrapper{margin:0 0 26px;width:calc(40% - 16px)}}#technologiesFormSection .kwnoledge__wrapper .MuiAutocomplete-root,#technologiesFormSection .kwnoledge__wrapper .kwnoledge__ia-button{width:100%}@media (min-width: 768px){#technologiesFormSection .kwnoledge__wrapper .kwnoledge__ia-button{width:185.52px}}#technologiesFormSection .technologies__add-button,#technologiesFormSection .technologies__remove-button{display:flex;align-items:center;justify-content:center;height:40px;flex-wrap:wrap;width:100%;cursor:pointer;color:#ff8300}@media (min-width: 768px){#technologiesFormSection .technologies__add-button,#technologiesFormSection .technologies__remove-button{width:fit-content}}.filters__wrapper{display:flex;gap:16px;flex-direction:column;padding:0 0 32px}@media (min-width: 768px){.filters__wrapper{padding:32px 0;row-gap:32px}}.filters__row-x2,.filters__row-x4{display:grid;grid-template-columns:1fr;gap:16px}@media (min-width: 768px){.filters__row-x2,.filters__row-x4{grid-auto-flow:row;grid-template-columns:repeat(2,1fr)}}.filters__row-x2--search{display:grid;grid-template-columns:1fr;gap:16px}.filters__row-x4{align-items:end}@media (min-width: 768px){.filters__row-x4{grid-template-columns:1fr 1fr 1fr 200px}}.filters__form-button{height:40px}@media (min-width: 768px){.filters__form-button{height:32px}}#evaluationsList{position:relative}#evaluationsList .evaluationsList__action-button--top,#evaluationsList .evaluationsList__link-button--top{position:absolute;display:none;height:40px;top:-56px;right:200px}@media (min-width: 768px){#evaluationsList .evaluationsList__action-button--top,#evaluationsList .evaluationsList__link-button--top{display:flex}}#evaluationsList .evaluationsList__action-button--bottom,#evaluationsList .evaluationsList__link-button--bottom{width:100%;display:flex;height:40px;margin:0 0 16px}@media (min-width: 768px){#evaluationsList .evaluationsList__action-button--bottom,#evaluationsList .evaluationsList__link-button--bottom{display:none}}#evaluationsList .evaluationsList__link-button--top{right:0}.state__wrapper{display:flex;align-items:center;justify-content:center;border-radius:1rem;font-size:.75rem;width:fit-content;height:30px;padding:0 15px;margin:11px 0 0}.evaluation__wrapper{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:12.09px;padding-block:32px 12.09px;width:100%;margin-top:0}.evaluation__wrapper .evaluation__autocomplete--busqueda{width:100%}@media (min-width: 768px){.evaluation__wrapper .evaluation__autocomplete--busqueda{width:calc(33.33% - 8px)}}.evaluation__wrapper .evaluation__input-group{width:100%;display:flex;flex-direction:column;gap:12.09px}@media (min-width: 768px){.evaluation__wrapper .evaluation__input-group{flex-direction:row;gap:16px}}.evaluation__wrapper .evaluation__input-group .evaluation__input{width:100%}@media (min-width: 768px){.evaluation__wrapper .evaluation__input-group .evaluation__input{width:calc(50% - 8px)}}#newEvaluation{position:relative}#newEvaluation .evaluation__action-button--top{position:absolute;display:none;height:40px;top:-56px;right:0;width:150px}@media (min-width: 768px){#newEvaluation .evaluation__action-button--top{display:flex}}#newEvaluation .evaluation__action-button--bottom{width:100%;display:flex;height:40px;margin:0 0 16px}@media (min-width: 768px){#newEvaluation .evaluation__action-button--bottom{display:none}}.video__wrapper .video__input--wrapper{position:relative;height:152px;padding:20px;text-align:center;cursor:pointer;justify-content:center;height:-webkit-fill-available;margin:0 0 32px;background-image:repeating-linear-gradient(-1deg,#b0b0b0,#b0b0b0 10px,transparent 10px,transparent 20px,#b0b0b0 20px),repeating-linear-gradient(89deg,#b0b0b0,#b0b0b0 10px,transparent 10px,transparent 20px,#b0b0b0 20px),repeating-linear-gradient(179deg,#b0b0b0,#b0b0b0 10px,transparent 10px,transparent 20px,#b0b0b0 20px),repeating-linear-gradient(269deg,#b0b0b0,#b0b0b0 10px,transparent 10px,transparent 20px,#b0b0b0 20px);background-size:3px calc(100% + 20px),calc(100% + 20px) 3px,3px calc(100% + 20px),calc(100% + 20px) 3px;background-position:0 0,0 0,100% 0,0 100%;background-repeat:no-repeat}.video__wrapper .video__input--animated{animation:borderAnimation 1.5s infinite linear}.video__wrapper .video__input--error{background-image:repeating-linear-gradient(-1deg,#d32f2f,#d32f2f 10px,transparent 10px,transparent 20px,#d32f2f 20px),repeating-linear-gradient(89deg,#d32f2f,#d32f2f 10px,transparent 10px,transparent 20px,#d32f2f 20px),repeating-linear-gradient(179deg,#d32f2f,#d32f2f 10px,transparent 10px,transparent 20px,#d32f2f 20px),repeating-linear-gradient(269deg,#d32f2f,#d32f2f 10px,transparent 10px,transparent 20px,#d32f2f 20px)}.video__wrapper .video__input--error-message{color:#d32f2f;position:absolute;bottom:-25px;left:14px;font-family:Roboto,Helvetica,Arial,sans-serif;font-weight:400;font-size:.75rem;line-height:1.66;letter-spacing:.03333em}.video__wrapper .video__input--content{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:8px}.video__wrapper .video__input--label{color:#000000de;font-size:1rem}.video__wrapper .video__input--icon{color:#1976d2;width:25px;margin-bottom:10px}.video__wrapper .video__input--link{color:#1976d2;text-decoration:underline}.video__wrapper .video__input--rules{color:#0009;font-size:.875rem}.video__wrapper .preview__wrapper{display:flex;justify-content:flex-start;align-items:center;flex-basis:100%;height:80px}.video__wrapper .preview__icon{margin:10px;color:#1976d2;width:25px}.video__wrapper .preview__icon--trash{color:#0009;cursor:pointer;margin:10px}.video__wrapper .preview__info--wrapper{overflow:hidden;display:flex;flex-direction:column;width:100%}.video__wrapper .preview__info--name{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:21ch;color:#000000de}@media (min-width: 768px){.video__wrapper .preview__info--name{max-width:100%}}.video__wrapper .preview__info--description{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:21ch;color:#0009}@media (min-width: 768px){.video__wrapper .preview__info--description{max-width:100%}}.video__wrapper .preview__progress--wrapper{display:flex;justify-content:center;align-items:center;width:60px;height:50px}@keyframes borderAnimation{0%{background-position:0 0,-20px 0,100% -20px,0 100%}to{background-position:0 -20px,0 0,100% 0,-20px 100%}}.results__wrapper{display:flex;flex-direction:column}.results__header{display:flex;flex-direction:column;margin:0 0 20px}@media (min-width: 768px){.results__header{flex-direction:row}}.results__header-description{display:flex;flex-grow:1;flex-direction:column;gap:5px;margin-block:10px}.results__header-description-search{font-size:20px;font-weight:700}.results__header-score{display:flex;flex-direction:row-reverse;justify-content:space-between}@media (min-width: 768px){.results__header-score{flex-direction:column}}.results__header-score-detail{display:flex;align-items:center;gap:10px;font-size:48px}.results__header-score-exports{display:flex;align-items:center;justify-content:flex-end;padding-inline:16px;gap:10px}.results__header-score-exports svg{width:28px;height:34px;cursor:pointer}.results__header-score-exports svg:hover{transform:scale(1.1)}.results__video{display:flex;justify-content:center;align-items:center;margin:0 0 30px}.results__video video{max-width:1900px;width:100%;height:40vh}@media (min-width: 768px){.results__video video{height:640px}}.question{display:flex;flex-direction:column;gap:16px;padding:20px;margin:0 0 30px;border-radius:12px}.question__header{display:flex;align-items:center;justify-content:space-between;gap:10px}.question__header-title{display:flex;align-items:center;justify-content:space-between;font-size:16px;gap:10px}.question__text{min-width:100%;font-size:16px}.question__answer{border-radius:8px;padding:14px 16px}.question__answer-text{min-width:100%}.question__slider{display:flex;justify-content:center;gap:10px}.question__ai-text{min-width:100%;font-size:14px}#questions .questions__top-button{display:none;height:40px}@media (min-width: 768px){#questions .questions__top-button{display:block}}#questions .questions__bottom-button{display:block;width:100%}@media (min-width: 768px){#questions .questions__bottom-button{display:none}}.vertical-center{display:flex;align-items:center;justify-content:center;height:100%}.state__wrapper{display:flex;align-items:center;height:100%;gap:10px;margin:0}.state__wrapper .state__item{display:flex;align-items:center;border-radius:8px;padding:15px;height:32px}.state__wrapper .state__reply{cursor:pointer;transform:rotateY(180deg)}*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0;font:inherit}html{color-scheme:dark light;hanging-punctuation:first last}body{min-height:100svh}img,picture,svg,video{display:block;max-width:100%}h1,h2,h3,h4,h5,h6{text-wrap:balance}p,li{max-width:var(--p-max-width, 65ch);text-wrap:pretty}#root .MuiSnackbar-root{bottom:10px}@media (min-width: 768px){#root .MuiSnackbar-root{top:40px;right:35vw;left:auto;bottom:inherit}}
