#root,body,html{background-color:#f9f9fb;font-family:Lato,sans-serif;font-weight:300;height:100%;margin:0 auto;padding:0;text-decoration:none;width:100%}*{box-sizing:border-box}a{text-decoration:none}p{margin:0;padding:0}.center{align-items:center;display:flex;justify-content:center}.light{background-color:#fff;color:#fff}.page{text-align:center}.quizz-page{flex-wrap:wrap;justify-content:center;min-height:100vh;overflow:hidden;position:relative}.quizz-page,.quizz-page__container{display:flex;margin:0 auto;max-height:100vh;max-width:1000px}.quizz-page__container{align-items:center;min-height:-webkit-fit-content;min-height:-moz-fit-content;min-height:fit-content;overflow:auto}.quizz-page__progress{max-height:100px;max-width:1000px;width:100%}.quizz-page__formulary{min-height:100vh;padding:10px;position:relative}@media screen and (min-width:951px){.quizz-page__formulary{padding-top:50px}}.quizz-page__navigation{bottom:0;display:flex;justify-content:space-between;max-height:105px;max-width:800px;min-width:360;padding:10px;position:-webkit-sticky;position:sticky;-webkit-user-select:none;user-select:none;width:100%}.quizz-page__next{background-color:#199bf6;border:2px solid #199bf6;border-radius:30px;color:#fff;cursor:pointer;font-weight:400;margin:10px;padding:30px;width:48%}.quizz-page__next:hover{background-color:#0469da}.quizz-page__previous{border:2px solid #199bf6;border-radius:30px;color:#199bf6;cursor:pointer;font-weight:400;margin:10px;padding:30px;width:45%}.quizz-page__previous:hover{background-color:#e8e8e8}.quizz-page__previous-hidden{border:2px solid transparent;border-radius:30px;color:transparent;font-weight:400;margin:10px;padding:30px;width:45%}.quizz-page__previous-hidden:hover{background-color:transparent}.quizz-page__icon{background-color:red;position:absolute}.quizz-page__icon--left{left:0}.quizz-page__ball{-webkit-backface-visibility:hidden;backface-visibility:hidden;height:100%;position:relative;-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1);-webkit-transform-origin:0 0;transform-origin:0 0;width:100%}.quizz-page__ball div{box-sizing:initial}.quizz-page__textarea{background-color:#fff;border:0;border-radius:10px;margin:0 auto;max-height:400px;max-width:85vw;min-height:140px;outline:2px dotted #d3d3d3;padding:10px 1rem;resize:none;transition:.2s;width:700px}.quizz-page__textarea:focus{background-color:#fff;outline:3px solid #199bf6;outline-offset:5px;z-index:1}@-webkit-keyframes bouncing{0%,to{-webkit-animation-timing-function:cubic-bezier(.45,0,.9,.55);animation-timing-function:cubic-bezier(.45,0,.9,.55)}0%{-webkit-transform:translate(0);transform:translate(0)}50%{-webkit-animation-timing-function:cubic-bezier(0,.45,.55,.9);animation-timing-function:cubic-bezier(0,.45,.55,.9);-webkit-transform:translateY(108px);transform:translateY(108px)}to{-webkit-transform:translate(0);transform:translate(0)}}@keyframes bouncing{0%,to{-webkit-animation-timing-function:cubic-bezier(.45,0,.9,.55);animation-timing-function:cubic-bezier(.45,0,.9,.55)}0%{-webkit-transform:translate(0);transform:translate(0)}50%{-webkit-animation-timing-function:cubic-bezier(0,.45,.55,.9);animation-timing-function:cubic-bezier(0,.45,.55,.9);-webkit-transform:translateY(108px);transform:translateY(108px)}to{-webkit-transform:translate(0);transform:translate(0)}}.selection-boxes__container{align-content:flex-start;align-items:center;display:flex;flex-wrap:wrap;justify-content:space-around;margin:40px auto;max-width:700px}@media screen and (min-width:951px){.selection-boxes__container{padding-top:40px}}.selection-boxes__option{align-items:center;border-radius:30px;cursor:pointer;display:flex;flex-wrap:wrap;font-weight:400;margin:10px;max-height:150px;max-width:280px;min-height:130px;padding:10px;width:40%}@media screen and (min-width:951px){.selection-boxes__option{min-height:100px;min-width:280px}}.selection-boxes__text{display:flex;flex-wrap:wrap;font-size:20px;-webkit-hyphens:auto;hyphens:auto;margin:0 auto;-webkit-user-select:none;user-select:none;word-break:break-word}.number-component__container{align-items:center;display:flex;flex-direction:row;justify-content:center;margin-top:90px}.number-component__contador-menos{align-items:center;background-color:#199bf6;border:0 solid #f9f9fb;border-radius:100px;color:#fff;font-size:25px;font-weight:400;height:70px;justify-content:center;text-align:center;transition:.1s;width:70px}.number-component__contador-menos:active{background-color:#0469da;border:5px solid #f9f9fb;font-size:20px}.number-component__contador-mas{align-items:center;background-color:#199bf6;border:0 solid #f9f9fb;border-radius:100px;color:#fff;font-size:25px;font-weight:400;height:70px;justify-content:center;text-align:center;transition:.1s;width:70px}.number-component__contador-mas:active{background-color:#0469da;border:5px solid #f9f9fb;font-size:20px}.number-component__container-input{margin:0 20px}.number-component__container-input,.number-component__input{background-color:#f9f9fb;border-radius:100px;position:relative;width:70px}.number-component__input{font-size:40px;font-weight:400;text-align:center}.loading{display:inline-block;height:300px;left:calc(50% - 50px);position:absolute;top:40%;width:300px}.loading__loader{display:flex;justify-content:space-evenly;width:100px}.loading__ball{-webkit-animation:bounce-1 .9s ease-in-out infinite;animation:bounce-1 .9s ease-in-out infinite;height:100px;list-style:none;position:relative;width:100px}@-webkit-keyframes bounce-1{50%{-webkit-transform:translateY(-70px);transform:translateY(-70px)}}@keyframes bounce-1{50%{-webkit-transform:translateY(-70px);transform:translateY(-70px)}}.results-page__container{align-items:center;display:flex;flex-direction:column;margin:0 auto}@media screen and (min-width:951px){.results-page__container{margin:0 20px}}.results-page__formulary{padding:10px;position:relative}.results-page__categories{display:flex;flex-flow:row wrap;justify-content:space-around;margin-top:10px;max-width:1000px}.results-page__horizontal-divider,.results-page__progress-circle{margin:10px 0}.results-page__button{margin-top:20px}.results-category{display:flex;max-width:1000px;text-align:left}.results-category__container{display:flex;flex-flow:row wrap;height:250px;justify-content:space-around;margin-top:20px}.results-category__btn-info{color:#199bf6;height:20px;width:20px}.results-category__btn-info:hover{cursor:pointer}.results-category__category-name{font-size:18px}@media screen and (min-width:951px){.results-category__category-name{font-size:20px}}.results-category__text-info{color:#747474;font-size:15px;font-weight:700;padding-right:5px}.results-category__progress-circle{margin:5%}.results-category__horizontal-divider{margin:10px 0}.results-category__button{margin-top:20px}.home-page{min-width:100vw}@media screen and (min-width:951px){.home-page{margin:0 auto;max-width:400px}}.home-page__imgbox{align-items:center;display:flex;justify-content:center;margin-bottom:5px}.home-page__img{width:100vw}@media screen and (min-width:951px){.home-page__img{width:500px}}.home-page__head{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:5px}@media screen and (min-width:951px){.home-page__head{display:flex;flex-direction:row-reverse;justify-content:space-around;margin:-1px 0;padding:0 30px}}.home-page__title{background-color:#199bf6;color:#fff;font-size:25px;font-weight:700;margin-top:-5px;padding:10px;text-align:center;width:100vw}@media screen and (min-width:951px){.home-page__title{background-color:#f9f9fb;color:#000;font-size:45px;font-weight:800;margin-left:10;max-width:900px;padding:10px;text-align:left;width:450px}}.home-page__text{color:#000;font-size:19px;font-weight:400;padding:20px;text-align:center}@media screen and (min-width:951px){.home-page__text{background-color:#199bf6;color:#fff;font-size:22px;text-align:center}}.home-page__button{margin-bottom:50px;margin-top:30px}@media screen and (min-width:951px){.home-page__button{margin-top:90px}}.home-page__container{margin:0 auto;min-height:calc(100vh - 162px)}.home-page__logo{align-items:center;justify-content:center;margin:0 auto;padding:20px;width:180px}
/*# sourceMappingURL=main.34679d4d.css.map*/