@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";*{font-family:Arial,Helvetica,sans-serif;color:#dedede}.start{display:flex;flex-direction:column;justify-content:space-around;text-align:center;max-height:70vh;margin-top:11rem;max-width:100%}.start h1{font-size:28px;padding:0 2%}.start .how-it-works_container p{margin-top:1rem}.start .how-it-works_container video{margin-top:1rem;max-width:86%;background-color:#000}.start .btn-active{padding:2rem}.start .get-card_container{text-align:center}.start .get-card_container span{font-size:14px;text-decoration:underline}.modal{z-index:99;width:100%;height:100%;position:absolute;background-color:#0009;display:flex;justify-content:center;align-items:center;top:0;left:0}button{font-size:14px;max-width:80%;padding:1.5rem .5rem;transition:.4s;background:linear-gradient(#e67a7d,#e2676d);border:0;font-weight:700}button:hover{border:0}.modal_container{position:relative;border-radius:20px;max-width:90%;max-height:70%;background-color:#fff;padding:2rem 1.5rem;display:flex;justify-content:space-between;flex-direction:column}.modal_container .close_modal{position:absolute;top:15px;right:15px;width:30px;height:30px;border-radius:25px;z-index:100;color:#000!important}.modal_container .list{max-height:60%;overflow-y:scroll}.modal_container .list .list-item{padding:.5rem 0}.modal_container .list .list-item h3{text-align:left;color:#989898}.modal_container .list .list-item p{text-align:left;padding:0}.modal_container button{margin:0 auto;width:250px}.modal_container h2{color:#dd4848;text-align:center;font-size:1.25rem;padding:1rem 0 0}.modal_container p{color:#989898;font-size:.75rem;text-align:center;padding:1rem 0}.modal_container a{text-decoration:underline;color:#989898;text-align:center;padding-top:1.5rem;font-size:1rem}.redeem{display:flex;flex-direction:column;justify-content:start;align-items:center;margin-top:11rem;max-width:98%}.redeem span{font-size:24px;font-weight:lighter;max-width:70%;text-align:center;margin:3rem 0}.redeem input{width:80%;font-size:2rem;padding:.75rem;border-radius:0;border:none;color:#000;font-weight:700;outline:0;margin-bottom:5rem;text-align:center}.accepted{display:flex;flex-direction:column;justify-content:center;align-items:center}.accepted h1{margin-top:2rem;font-size:32px;line-height:42px;padding:2rem 0}.accepted .accepted_icon{width:120px;height:120px;background-color:#4cae50;border-radius:50%;padding:1rem;margin-top:2rem}.accepted .theme{display:flex;flex-direction:row;background-color:#655ff0;padding:1rem;font-size:22px}.accepted .theme span{font-weight:700}.accepted .theme p{margin-left:4px}.accepted .accepted_text{width:80%;font-size:1rem;text-align:center;margin:0 0 2rem}.erro,.accepted{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;margin-top:11rem;max-width:90%}.erro h1,.accepted h1{font-size:32px;line-height:42px;padding:1rem}.erro .erro_icon,.accepted .erro_icon{width:120px;height:120%;background-color:#ff5a54;border-radius:50%;padding:1rem}.erro span,.accepted span{width:80%;font-size:1rem;text-align:center}.erro ul,.accepted ul{width:70%;padding:2rem 0;list-style:none}.erro ul li,.accepted ul li{font-size:.75rem;padding:.5rem 0}.erro ul li:before,.accepted ul li:before{color:red;content:"•";font-weight:700;display:inline-block;width:1em;margin-left:-1em}.config{text-align:center;margin-top:11rem;max-width:98%}.config canvas{max-width:0;max-height:0}.config .forms{min-height:60%;display:flex;margin:2rem 0;flex-direction:column;justify-content:center}.config .forms .field{display:flex;flex-direction:column;padding:.5rem}.config .forms .field span{padding:.25rem 0;text-align:left;font-size:1.25rem;font-weight:400}.config .forms .field input[type=text],.config .forms .field input[type=number]{font-size:1.5rem;padding:.25rem;color:#000;font-weight:600;outline:none}.config .forms .field input[type=file]{display:none}.config .forms .field label{margin-top:1.5rem;font-size:18px;font-weight:500;padding:.75rem;color:#fff;background-color:#e2676d;display:inline-block;cursor:pointer;min-height:46px}.config .forms .field label svg{font-size:18px;position:relative;top:1.5px}.config .carousel{position:relative;min-height:60%;display:flex;justify-content:center;align-items:center}.config .carousel .item{width:340px;height:340px;background-color:#fff;padding:1rem;border-radius:2vh;display:flex;flex-direction:column;justify-content:space-around;align-items:center;margin:2rem 0}.config .carousel .item h2{color:#3a2a9f;padding-bottom:1rem;padding-top:.25rem;font-size:1.5rem}.config .carousel .item .item-img{background-size:cover;background-position:50% 50%;margin:0 auto;width:300px;height:300px;border-radius:3vh}.config .carousel .item-hidden{display:none}.config .carousel .arrow{z-index:999;position:absolute;width:2rem;height:2rem;color:#fff}.config .carousel .arrow-left{left:-2.5rem}.config .carousel .arrow-right{right:-2.5rem}*{font-family:Montserrat,sans-serif;margin:0;padding:0;box-sizing:border-box;color:#dedede}#root{z-index:0;background-color:#3a2a9f;width:100vw;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center}.app{width:100vw;height:100vh;max-width:430px}.app .bg{width:100%;height:100%;position:relative;overflow:hidden}.app .bg .filled-circle-bg{width:900px;height:900px;border-radius:50%;top:28%;left:50%;transform:translate(-70%);background-color:#3d39a7;position:absolute;z-index:1;animation:rotate 5s ease-in-out infinite alternate}@keyframes rotate{0%{transform:translate(-70%) translateY(-4%)}to{transform:translate(-70%) translateY(0)}}.app .bg .circle-bg{width:600px;height:600px;border-radius:50%;top:20%;left:88%;position:absolute;z-index:2;border:1.5px solid #c94c8d}.app .bg .bg_dots{z-index:2;top:88%;left:30%;position:absolute}@keyframes moverLateral{0%{transform:translate(0)}50%{transform:translate(200px)}to{transform:translate(0)}}.app .bg .bg_dots #circulo{animation:moverLateral 20s ease-in-out infinite}.app .bg .logo{z-index:5;position:absolute;color:#dedede;font-size:34px;font-weight:500;left:50%;transform:translate(-50%);top:28px;display:flex}.app .bg .logo img{width:40vw;max-width:250px}.app .content{z-index:10;display:flex;justify-content:center;align-items:flex-start;margin:0 auto;max-width:100%;padding:2% 0;min-height:100vh;position:relative;top:-100%}#arjs-video,#obatag3d{max-height:100%}iframe{width:70%;height:56vh;border:0;margin:1rem 0;overflow:hidden;background-color:#00000080}.content-preview{max-width:98%;display:flex;flex-direction:column;justify-content:center;align-items:center}.content-preview .preview{text-align:center;margin-top:9rem}.content-preview .preview h1{padding:.5rem 0}.content-preview .preview p{font-size:1rem;margin:0 2rem;text-align:center}.content-preview .buttons{display:flex;flex-direction:row;justify-content:center;align-items:center;width:90%}.content-preview .buttons a{width:160px;margin:0 .5rem}.content-preview .buttons a button{padding:.75rem 0}.content{padding:0!important;overflow:hidden}.contente-go{height:100vh}.contente-go iframe,.contente-go .iframe-content{position:absolute;top:0;left:0;min-width:100vw;min-height:100vh;margin:0;z-index:1}.contente-go .users-interaction{margin:0 auto;display:flex;flex-direction:row;justify-content:space-around;align-items:center;height:85%}.contente-go .users-interaction .help,.contente-go .users-interaction .screenshot,.contente-go .users-interaction .share{position:relative;z-index:2;top:42vh;display:flex;justify-content:center;align-items:center;font-size:8vw;background-color:#c94c8d;width:60px;height:60px;border-radius:1rem;transition:all .25s;margin:0 2rem}.contente-go .screenshot{cursor:pointer;display:block}.contente-go .holded{background-color:#dd051b!important;width:80px;height:80px}.congrats{justify-content:space-around;color:#dedede;max-width:98%;margin-top:9rem;display:flex;justify-content:center;align-items:center;flex-direction:column}.congrats .congrats-header{margin-top:1rem;text-align:center;font-size:1rem;max-width:98%}.congrats .congrats-header img{margin:.5rem;max-width:25%}.congrats .congrats-header h2{font-size:1rem;max-width:80%;margin:0 auto}.congrats .next-steps{text-align:center}.congrats .next-steps_title{padding:.5rem;font-size:1rem;font-weight:200}.congrats .next-steps_container{width:80%;margin:0 auto}.congrats .next-steps_container .next-steps_item{display:flex;flex-direction:row;justify-content:center;align-items:center;margin-bottom:1rem}.congrats .next-steps_container .next-steps_item .next-step_number{display:flex;justify-content:center;align-items:center;background-color:#c94c8d;border-radius:16px;width:32px;height:32px;color:#dedede;font-weight:500}.congrats .next-steps_container .next-steps_item .next-step_text{width:90%;display:flex;justify-content:center;text-align:left;padding-left:1rem;font-size:.75rem;font-weight:600}.congrats .share{max-width:70%;margin:0 auto}.congrats .share .share-link{background-color:#716bdc;display:flex;flex-direction:row;justify-content:center;align-items:center;font-weight:700;font-size:.75rem;text-align:center;margin-bottom:1rem;text-transform:uppercase}.congrats .share .share-link .share-icon{font-size:40px;margin:.5rem}
