@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@400;600;700&display=swap");html,body,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,figure,footer,header,hgroup,menu,nav,section,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:top;background:transparent}article,aside,figure,footer,header,hgroup,nav,section{display:block}*,*::before,*::after{box-sizing:border-box}li{list-style:none}body{font-family:"Quicksand",sans-serif,Helvetica,Arial,"Times New Roman";font-size:1rem}body img{max-width:100%}body h1,body .h1{font-size:2.5rem;color:#05088b;margin-bottom:2rem}body h2,body .h2{font-size:1.8rem;color:#0800d2;margin-bottom:.8rem;font-weight:bold}body h3,body .h3,body section.section-page h1{font-size:1.5rem;color:#262626;margin-bottom:.8rem}body h4,body .h4{margin-bottom:.5rem;font-size:1.2rem}body p{font-size:1rem;margin-bottom:2rem}body p.intro{font-size:1.5rem}body p.subtitle{color:#05088b}body strong{color:#2c5cc0}body .content{z-index:1;margin:0 auto;padding:.5rem 0 1.5rem 0;width:90%}body .content.max{max-width:60rem}body .content.min{max-width:45rem}body .flex{display:flex}body section{display:flex;position:relative}body section.section-header{padding-bottom:0;background:#51bafe}body section.section-header *{transition:all .2s ease-in-out}body section.section-header .corner{position:absolute;width:2.5rem;height:2.5rem;bottom:0;left:0;overflow:hidden;z-index:1;pointer-events:none}body section.section-header .corner:before{content:"";position:absolute;width:5rem;height:5rem;top:-2.5rem;right:-2.5rem;border-radius:100%;box-shadow:0 0 0 2000px #fff}body section.section-header .corner.right{z-index:10;right:0;left:auto}body section.section-header .corner.right:before{right:auto;left:-2.5rem}@media (min-width: 48rem){body section.section-header .corner{position:absolute;width:6rem;height:6rem;bottom:0;left:0;overflow:hidden}body section.section-header .corner:before{content:"";position:absolute;width:12rem;height:12rem;top:-6rem;right:-6rem;border-radius:100%;box-shadow:0 0 0 2000px #fff}body section.section-header .corner.right{z-index:10;right:0;left:auto}body section.section-header .corner.right:before{right:auto;left:-6rem}}body section.section-header header{display:flex;padding:1rem;justify-content:space-between}body section.section-header header a.logo{z-index:1}body section.section-header header a.logo:hover{transform:scale(0.95)}body section.section-header header a.language{height:2.1rem;font-size:.9rem;z-index:1;color:white;text-decoration:none;border:1px solid rgba(255,255,255,0.8);border-radius:.7rem;padding:.4rem 1.4rem;transition:all .2s ease-in-out}body section.section-header header a.language:hover{background:rgba(44,92,192,0.4);border:1px solid rgba(255,255,255,0);font-weight:bold}body section.section-page{padding:2rem 0}body footer{background:#51bafe}body footer .content{padding:1rem 1rem 0.5rem 1rem;display:flex;justify-content:space-between;display:flex}body footer .content *{font-size:small;color:white;margin:0}body footer .content .legals a{margin-right:.5rem}body footer .content .legals a:not(:first-child){border-left:1px solid #fff;padding-left:.5rem}body a.store{margin:.8rem .8rem 0 .8rem;filter:drop-shadow(0 7px 2px rgba(0,0,0,0.1));margin-bottom:.2rem;z-index:1;margin-top:0;transition:all .2s ease-in-out}body a.store:hover:not(.disabled){margin-bottom:0;margin-top:.2rem;filter:drop-shadow(0 3px 1px rgba(0,0,0,0.1))}body a.store.disabled{filter:none}body a.store.disabled img{filter:opacity(50%) drop-shadow(0 0 0 #51bafe)}body .blocks{padding:2rem 0;display:flex;flex-direction:column}body .blocks .block{flex-direction:column;margin-bottom:2rem;display:flex;padding:.3rem;justify-content:center;text-align:center}@media (min-width: 48rem){body .blocks .block{flex-direction:row}}body .blocks .block .block-image{align-self:center}body .blocks .block .block-image img{border-radius:1.5rem;margin-bottom:2rem}@media (min-width: 48rem){body .blocks .block .block-image img{margin-bottom:0}}body .blocks .block .block-info{align-self:center}@media (min-width: 48rem){body .blocks .block .block-info{text-align:left;margin-right:2rem}}body .blocks .block .block-info ul{margin-bottom:2rem}body .blocks .block .block-info ul li{margin-bottom:1rem;padding-left:2rem}body .blocks .block .block-info ul li:before{content:" - "}@media (min-width: 48rem){body .blocks .block:nth-child(odd){flex-direction:row-reverse}}@media (min-width: 48rem){body .blocks .block:nth-child(odd) .block-info{margin-left:2rem;margin-right:0}}@media (min-width: 48rem){body .blocks .block>div{width:50%}}body .blue_background{background:#51bafe;flex-direction:column}body .blue_background *{transition:all .2s ease-in-out}body .blue_background .overflow{overflow:hidden}body .blue_background .content:before,body .blue_background .content:after{z-index:0;width:100%;height:30rem;content:"";z-index:0;position:absolute;bottom:0;opacity:0.2}body .blue_background .content:before{left:0}@media (min-width: 48rem){body .blue_background .content:before{background:url("img/mountain.png") no-repeat -30% 105%/30rem auto}}@media (min-width: 64rem){body .blue_background .content:before{background:url("img/mountain.png") no-repeat 10% 105%/30rem auto}}body .blue_background .content:after{right:0;background:url("img/mountain.png") no-repeat 50% 120%/40rem auto}@media (min-width: 48rem){body .blue_background .content:after{background:url("img/mountain.png") no-repeat 180% 105%/40rem auto}}@media (min-width: 64rem){body .blue_background .content:after{background:url("img/mountain.png") no-repeat 90% 105%/40rem auto}}body #contact.page{background-color:#e8f6ff}body #contact.page .content .datos p.social a{background-color:white}body #contact .content{padding:3rem 0 5rem 0;display:flex;text-align:center;flex-direction:column}@media (min-width: 48rem){body #contact .content{padding:5rem 0 5rem 0}}body #contact .content h2{margin-bottom:2rem}body #contact .content .datos{display:flex;flex-direction:column}body #contact .content .datos *{transition:all .2s ease-in-out}@media (min-width: 48rem){body #contact .content .datos{flex-direction:row}}body #contact .content .datos p{text-align:center;width:100%;margin:0;display:flex;justify-content:center}@media (min-width: 48rem){body #contact .content .datos p{flex-wrap:wrap}}@media (min-width: 64rem){body #contact .content .datos p{flex:1 0 33%;font-size:small}}body #contact .content .datos p:not(.social){background-size:2.5rem 2.5rem;background-repeat:no-repeat;background-position:50% 0;padding:3.5rem 0 2rem 0}body #contact .content .datos p:not(.social).mail{background-image:url("img/ico_envelope-02.svg")}body #contact .content .datos p:not(.social).location{background-image:url("img/ico_Location-03.svg")}@media (min-width: 64rem){body #contact .content .datos p:not(.social){background-position:5% 50%;padding:1rem;align-items:center;border-right:2px dashed #d0ecff}}body #contact .content .datos p.social{display:flex;justify-content:center;margin-top:2rem}@media (min-width: 64rem){body #contact .content .datos p.social{margin:0}}body #contact .content .datos p.social a{transition:all .2s ease-in-out;display:block;background-color:#f1f4f9;padding:.8rem;width:3rem;height:3rem;margin:.5rem;border-radius:2rem;border:1px solid white}body #contact .content .datos p.social a img{max-width:auto}body #contact .content .datos p.social a:hover{border:1px solid #51bafe;background-color:white}@keyframes cohete{0%{transform:translate(0, 0.5rem)}}@keyframes estrella_scale{0%{transform:scale(2.3)}}body section#featured{padding-bottom:5rem}body section#featured *{transition:all .2s ease-in-out}body section#featured h1{text-align:center;margin-bottom:1rem}@media (min-width: 48rem){body section#featured h1{text-align:left;padding-left:1rem}}body section#featured p{text-align:center;margin-bottom:3rem;font-size:1.2rem;font-weight:bold}@media (min-width: 48rem){body section#featured p{text-align:left;padding-left:1rem}}body section#featured .content{padding:0 0 2rem 0}body section#featured .corner{position:absolute;width:2.5rem;height:2.5rem;bottom:0;left:0;overflow:hidden;z-index:1}body section#featured .corner:before{content:"";position:absolute;width:5rem;height:5rem;top:-2.5rem;right:-2.5rem;border-radius:100%;box-shadow:0 0 0 2000px #e8f6ff}body section#featured .corner.right{z-index:10;right:0;left:auto}body section#featured .corner.right:before{right:auto;left:-2.5rem}@media (min-width: 48rem){body section#featured .corner{position:absolute;width:6rem;height:6rem;bottom:0;left:0;overflow:hidden}body section#featured .corner:before{content:"";position:absolute;width:12rem;height:12rem;top:-6rem;right:-6rem;border-radius:100%;box-shadow:0 0 0 2000px #e8f6ff}body section#featured .corner.right{z-index:10;right:0;left:auto}body section#featured .corner.right:before{right:auto;left:-6rem}}body section#featured .flex{flex-direction:column}@media (min-width: 48rem){body section#featured .flex{flex-direction:row;align-items:flex-end}}body section#featured .flex #gus{margin:0 auto;width:15rem;height:16rem;position:relative;z-index:1}body section#featured .flex #gus img{position:absolute;top:0;left:0;right:0;bottom:3rem;margin:auto}@media (min-width: 48rem){body section#featured .flex #gus img{right:100%;top:30%}}body section#featured .flex #gus img.rocket{width:80%;animation:cohete alternate 1s infinite;animation-timing-function:ease-in-out}body section#featured .flex #gus img.star{width:1.2rem;top:-12rem;right:-14rem;animation:estrella_scale alternate 1s infinite;animation-timing-function:ease-in-out}@media (min-width: 48rem){body section#featured .flex #gus img.star{right:-12rem;top:-10rem}}body section#featured .flex #gus img.star:last-of-type{left:-2rem;top:0;right:auto;animation:estrella_scale alternate .8s infinite}body section#featured .flex .block{font-weight:bold;z-index:1;text-align:center}body section#featured .flex .block p{color:#0800d2;margin-bottom:2.5rem}@media (min-width: 48rem){body section#featured .flex .block{width:80%;max-width:30em}body section#featured .flex .block h1,body section#featured .flex .block p{text-align:left;margin-left:1rem}}body section#featured .flex .stores{flex-direction:row;justify-content:center}@media (min-width: 48rem){body section#featured .flex .stores{justify-content:flex-start}}body section#featured #scores{display:flex;flex-direction:row;position:absolute;max-width:45rem;width:90%;height:auto;z-index:10;left:0;right:0;margin:0 auto;bottom:-3rem;background:white;border-radius:2rem;padding:1.5rem 1rem;justify-content:space-between}@media (min-width: 48rem){body section#featured #scores{padding:1.5rem}}body section#featured #scores p{color:#2c5cc0;font-weight:bold;width:33.3%;text-align:center;display:flex;padding:0 .5rem;flex-direction:column;font-size:1rem;margin:0}@media (min-width: 48rem){body section#featured #scores p{padding:0 1rem}}body section#featured #scores p strong{font-size:1.5rem}@media (min-width: 48rem){body section#featured #scores p strong{font-size:2rem}}body section#featured #scores p strong .icon{display:inline-block;width:1.8rem;height:1.8rem}@media (min-width: 48rem){body section#featured #scores p strong .icon{width:2.4rem;height:2.4rem}}body section#featured #scores p strong.downloads .icon{background:url("img/ico_User.svg") no-repeat 50% 50%/1rem 1rem}@media (min-width: 48rem){body section#featured #scores p strong.downloads .icon{background-size:1.9rem 1.9rem}}@media (min-width: 48rem){body section#featured #scores p strong.downloads{padding-right:1rem}}body section#featured #scores p strong.rate .icon{background:url("img/ico_Star.svg") no-repeat 50% 50%/1.2rem 1.2rem}@media (min-width: 48rem){body section#featured #scores p strong.rate .icon{background-size:1.5rem 1.5rem}}@media (min-width: 48rem){body section#featured #scores p strong.rate{padding-left:1.5rem}}body section#featured #scores p:not(:first-child){border-left:2px dashed #d0ecff}body section#video{background:#e8f6ff;padding:6rem 0 4rem 0}body section#video .corner{position:absolute;width:2.5rem;height:2.5rem;bottom:0;left:0;overflow:hidden}body section#video .corner:before{content:"";position:absolute;width:5rem;height:5rem;top:-2.5rem;right:-2.5rem;border-radius:100%;box-shadow:0 0 0 2000px #fff}body section#video .corner.right{z-index:10;right:0;left:auto}body section#video .corner.right:before{right:auto;left:-2.5rem}@media (min-width: 48rem){body section#video .corner{position:absolute;width:6rem;height:6rem;bottom:0;left:0;overflow:hidden}body section#video .corner:before{content:"";position:absolute;width:12rem;height:12rem;top:-6rem;right:-6rem;border-radius:100%;box-shadow:0 0 0 2000px #fff}body section#video .corner.right{z-index:10;right:0;left:auto}body section#video .corner.right:before{right:auto;left:-6rem}}body section#video #youtube{border-radius:1.5rem;overflow:hidden;height:0;padding-bottom:56.25%;position:relative}body section#video #youtube iframe{height:100%;left:0;position:absolute;top:0;width:100%}body section#bloques_1{padding:2rem 0}body section#bloques_1 .corner{position:absolute;width:2.5rem;height:2.5rem;bottom:0;left:0;overflow:hidden}body section#bloques_1 .corner:before{content:"";position:absolute;width:5rem;height:5rem;top:-2.5rem;right:-2.5rem;border-radius:100%;box-shadow:0 0 0 2000px #70d2ff}body section#bloques_1 .corner.right{z-index:10;right:0;left:auto}body section#bloques_1 .corner.right:before{right:auto;left:-2.5rem}@media (min-width: 48rem){body section#bloques_1 .corner{position:absolute;width:6rem;height:6rem;bottom:0;left:0;overflow:hidden}body section#bloques_1 .corner:before{content:"";position:absolute;width:12rem;height:12rem;top:-6rem;right:-6rem;border-radius:100%;box-shadow:0 0 0 2000px #70d2ff}body section#bloques_1 .corner.right{z-index:10;right:0;left:auto}body section#bloques_1 .corner.right:before{right:auto;left:-6rem}}body section#bloques_2{background-color:#f9f9f1}body section#bloques_2 .corner{position:absolute;width:2.5rem;height:2.5rem;bottom:0;left:0;overflow:hidden}body section#bloques_2 .corner:before{content:"";position:absolute;width:5rem;height:5rem;top:-2.5rem;right:-2.5rem;border-radius:100%;box-shadow:0 0 0 2000px #fff}body section#bloques_2 .corner.right{z-index:10;right:0;left:auto}body section#bloques_2 .corner.right:before{right:auto;left:-2.5rem}@media (min-width: 48rem){body section#bloques_2 .corner{position:absolute;width:6rem;height:6rem;bottom:0;left:0;overflow:hidden}body section#bloques_2 .corner:before{content:"";position:absolute;width:12rem;height:12rem;top:-6rem;right:-6rem;border-radius:100%;box-shadow:0 0 0 2000px #fff}body section#bloques_2 .corner.right{z-index:10;right:0;left:auto}body section#bloques_2 .corner.right:before{right:auto;left:-6rem}}body section#download{padding:5rem 0 3rem 0;text-align:center;background:#70d2ff}body section#download .stores{justify-content:center}body section#download p{margin-bottom:2rem;font-weight:bold}body section#download .corner{position:absolute;width:2.5rem;height:2.5rem;bottom:0;left:0;overflow:hidden}body section#download .corner:before{content:"";position:absolute;width:5rem;height:5rem;top:-2.5rem;right:-2.5rem;border-radius:100%;box-shadow:0 0 0 2000px #fff}body section#download .corner.right{z-index:10;right:0;left:auto}body section#download .corner.right:before{right:auto;left:-2.5rem}@media (min-width: 48rem){body section#download .corner{position:absolute;width:6rem;height:6rem;bottom:0;left:0;overflow:hidden}body section#download .corner:before{content:"";position:absolute;width:12rem;height:12rem;top:-6rem;right:-6rem;border-radius:100%;box-shadow:0 0 0 2000px #fff}body section#download .corner.right{z-index:10;right:0;left:auto}body section#download .corner.right:before{right:auto;left:-6rem}}body section#areas{flex-direction:column;padding:4rem 0;text-align:center}body section#areas .content{max-width:45rem}body section#areas ul{flex-direction:row;display:flex;flex-wrap:wrap;gap:.6rem;margin-top:3rem}body section#areas ul *{transition:all .2s ease-in-out}body section#areas ul li{flex:1 0 30%;text-align:left;width:50%;border-radius:.5rem;padding:1rem 4rem 2rem 1rem;background-position:95% 12%;background-size:2rem;background-repeat:no-repeat}body section#areas ul li.attention{background-color:#ff8c6f;background-image:url("img/ico_Attention.svg")}body section#areas ul li.memory{background-color:#ffc353;background-image:url("img/ico_Memory.svg")}body section#areas ul li.coordination{background-color:#1ed680;background-image:url("img/ico_Coordination.svg")}body section#areas ul li.visuoespatial{background-color:#ff98f4;background-image:url("img/ico_Visuospatial.svg")}body section#areas ul li.reasoning{background-color:#acb6fe;background-image:url("img/ico_Reasoning.svg")}body section#areas .corner{position:absolute;width:2.5rem;height:2.5rem;bottom:0;left:0;overflow:hidden}body section#areas .corner:before{content:"";position:absolute;width:5rem;height:5rem;top:-2.5rem;right:-2.5rem;border-radius:100%;box-shadow:0 0 0 2000px #f9f9f1}body section#areas .corner.right{z-index:10;right:0;left:auto}body section#areas .corner.right:before{right:auto;left:-2.5rem}@media (min-width: 48rem){body section#areas .corner{position:absolute;width:6rem;height:6rem;bottom:0;left:0;overflow:hidden}body section#areas .corner:before{content:"";position:absolute;width:12rem;height:12rem;top:-6rem;right:-6rem;border-radius:100%;box-shadow:0 0 0 2000px #f9f9f1}body section#areas .corner.right{z-index:10;right:0;left:auto}body section#areas .corner.right:before{right:auto;left:-6rem}}#delete-account .corner{position:absolute;width:2.5rem;height:2.5rem;bottom:0;left:0;overflow:hidden;z-index:1}#delete-account .corner:before{content:"";position:absolute;width:5rem;height:5rem;top:-2.5rem;right:-2.5rem;border-radius:100%;box-shadow:0 0 0 2000px #e8f6ff}#delete-account .corner.right{z-index:10;right:0;left:auto}#delete-account .corner.right:before{right:auto;left:-2.5rem}@media (min-width: 48rem){#delete-account .corner{position:absolute;width:6rem;height:6rem;bottom:0;left:0;overflow:hidden}#delete-account .corner:before{content:"";position:absolute;width:12rem;height:12rem;top:-6rem;right:-6rem;border-radius:100%;box-shadow:0 0 0 2000px #e8f6ff}#delete-account .corner.right{z-index:10;right:0;left:auto}#delete-account .corner.right:before{right:auto;left:-6rem}}#privacy-policy .corner,#terms-use .corner{position:absolute;width:2.5rem;height:2.5rem;bottom:0;left:0;overflow:hidden;z-index:1}#privacy-policy .corner:before,#terms-use .corner:before{content:"";position:absolute;width:5rem;height:5rem;top:-2.5rem;right:-2.5rem;border-radius:100%;box-shadow:0 0 0 2000px #e8f6ff}#privacy-policy .corner.right,#terms-use .corner.right{z-index:10;right:0;left:auto}#privacy-policy .corner.right:before,#terms-use .corner.right:before{right:auto;left:-2.5rem}@media (min-width: 48rem){#privacy-policy .corner,#terms-use .corner{position:absolute;width:6rem;height:6rem;bottom:0;left:0;overflow:hidden}#privacy-policy .corner:before,#terms-use .corner:before{content:"";position:absolute;width:12rem;height:12rem;top:-6rem;right:-6rem;border-radius:100%;box-shadow:0 0 0 2000px #e8f6ff}#privacy-policy .corner.right,#terms-use .corner.right{z-index:10;right:0;left:auto}#privacy-policy .corner.right:before,#terms-use .corner.right:before{right:auto;left:-6rem}}#privacy-policy ul,#terms-use ul{margin-bottom:2rem}#privacy-policy ul li,#terms-use ul li{list-style:disc;margin:0 0 1rem 1rem;padding-left:.5rem}
/*# sourceMappingURL=style.css.map */
