*,::after,::before{box-sizing:border-box;font-family:Arial}.final-container{top:10vh;left:50vw;width:480px;z-index:1;opacity:1;display:flex;position:fixed;border-radius:.5rem;flex-direction:column;align-items:center;transform:translateX(-50%);background-color:#121213;box-shadow:0 4px 23px 0 rgba(0,0,0,.2)}html{height:100%;box-sizing:border-box}body.scroll{overflow-y:unset}.boton-contenedor{text-align:center;padding:15px 0}.boton-moshiy{display:inline-block;padding:15px 25px;background:#ff4f5e;color:#fff;font-size:20px;font-weight:700;border-radius:12px;text-decoration:none;box-shadow:0 6px 15px rgba(0,0,0,.2);animation:1.2s ease-in-out infinite subirBajar;transition:transform .2s}.boton-moshiy:hover{transform:scale(1.05)}@keyframes subirBajar{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}body{height:100%;margin:0 auto;overflow-y:hidden;touch-action:pan-x pan-y;background-color:rgba(0,0,0,0)}body .system-module{top:0;left:0;width:100%;height:100%;position:absolute}body .system-module .app-module{height:100%;position:relative}body .system-module .app-module .app-module-game{height:100%;display:flex;flex-direction:column}body .system-module .app-module .app-module-game header{border-bottom:1px solid #eff3f4}body .system-module .app-module .app-module-game .ad-container{overflow:hidden}body .system-module .app-module .app-module-game .all-height-screen{height:100vh;display:flex;flex-direction:column}.layer .how-to-play-container .content-container section .example-module .lastMessage .p-bottom,body .system-module .app-module .app-module-game header h1{margin:0}body .system-module .app-module .app-module-game header .logo{height:25px;margin:18px auto 10px}body .system-module .app-module .app-module-game .aboutus-content{width:450px;margin:50px auto;border-radius:.5rem;box-shadow:0 4px 23px 0 rgba(0,0,0,.2)}body .system-module .app-module .app-module-game .contact-content{width:350px;margin:50px auto;border-radius:.5rem;box-shadow:0 4px 23px 0 rgba(0,0,0,.2)}body .system-module .app-module .app-module-game .aboutus-content div,body .system-module .app-module .app-module-game .contact-content div{padding:45px;line-height:25px}body .system-module .app-module .app-module-game .aboutus-content div p a{text-decoration:none}body .system-module .app-module .app-module-game .contact-content div p a{text-decoration:none;color:#0f1419}body .system-module .app-module .app-module-game .guess-grid{flex-grow:1;display:flex;align-content:center;flex-direction:column;justify-content:center}body .system-module .app-module .app-module-game .guess-grid .time{margin:1em auto;text-align:center;color:#0f1419}body .system-module .app-module .app-module-game .guess-grid .word{max-width:90%;font-size:2rem;font-weight:500;margin:0 auto;text-align:center;letter-spacing:17px;text-transform:uppercase;color:#0f1419;font-family:Poppins,sans-serif}body .system-module .app-module .app-module-game .guess-grid .hint{max-width:29em;margin:1em auto;padding:0 10px;text-align:center;color:#0f1419}body .system-module .app-module .app-module-game .guess-grid .hint span{font-weight:600}body .system-module .app-module .app-module-game .guess-grid .time span b{padding:0 1px 0 0}body .system-module .app-module .app-module-game .guess-grid .guess-word{display:flex;margin:0 auto;max-width:95%;font-size:2rem;color:#0f1419;justify-content:center}body .system-module .app-module .app-module-game .guess-grid .guess-word div{width:62px;height:62px;display:flex;margin:.125em;align-items:center;box-sizing:border-box;justify-content:center;text-transform:uppercase;border:2px solid #d3d6da;font-family:Poppins,sans-serif;transition:transform 250ms linear}body .system-module .app-module .app-module-game .guess-grid .guess-word .tile[data-state=active]{border-color:#565758}body .system-module .app-module .app-module-game .guess-grid .guess-word .tile[data-state=correct]{border:none;color:#fff;background-color:#6aaa64}body .system-module .app-module .app-module-game .guess-grid .guess-word .tile.bounce{animation:.1s ease-in-out forwards bounce}body .system-module .app-module .app-module-game .guess-grid .guess-word .tile.shake{animation:250ms ease-in-out shake}body .system-module .app-module .app-module-game .guess-grid .guess-word .tile.flip{transform:rotateX(90deg)}body .system-module .app-module .app-module-game .guess-grid .guess-word .tile.coloredA{animation:.1s ease-in-out forwards colored}body .system-module .app-module .app-module-game .keyboard{gap:.5em .375em;display:grid;justify-content:center;grid-auto-rows:3.625em;margin:0 .5em .5em;grid-template-columns:repeat(20,minmax(auto,1.27em))}body .system-module .app-module .app-module-game .keyboard .key{padding:0;border:none;font-size:1.1rem;display:flex;grid-column:span 2;justify-content:center;align-items:center;color:#0f1419;background-color:#d3d6da;text-transform:uppercase;border-radius:.25em;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-family:Poppins,sans-serif;-webkit-tap-highlight-color:rgba(0,0,0,0.3)}.alert-container .alert,.alert-container-cw .alert-green,.alert-container-cw .alert-red{padding:.75em;margin-bottom:.5em;pointer-events:none;border-radius:.25em;transition:opacity .5s ease-in-out;color:#fff}.alert-container,.alert-container-cw{left:50vw;position:fixed;align-items:center;z-index:1;display:flex;transform:translateX(-50%)}body .system-module .app-module .app-module-game .keyboard .key.large{grid-column:span 3;font-size:.875rem}.alert-container{top:10vh;flex-direction:column}.alert-container .alert{opacity:1;background-color:#3c3c3c}.alert-container .alert-green:last-child,.alert-container .alert:last-child,.alert-container-cw .alert-red:last-child{margin-bottom:0}.alert-container-cw .alert-green.hide,.alert-container-cw .alert-red.hide,.alert.hide{opacity:0}.alert-container-cw{top:25vh;flex-direction:column}.alert-container-cw .alert-green{opacity:1;background-color:#6aaa64;animation-name:bounceCW;animation-duration:.4s}.alert-container-cw .alert-red{opacity:1;background-color:#d23434;animation-name:bounceCW;animation-duration:.4s}.layer .final-container,.layer .how-to-play-container{background-color:#fff;width:480px;box-shadow:0 4px 23px 0 rgba(0,0,0,.2);left:50vw;position:fixed}.layer{top:0;left:0;display:flex;position:fixed;width:100%;height:100%;padding:0;border:none;align-items:center;justify-content:center;z-index:2000;background-color:rgba(255,255,255,.85)}.layer .final-container{top:10vh;z-index:1;opacity:1;display:flex;border-radius:.5rem;flex-direction:column;align-items:center;transform:translateX(-50%)}.layer .final-container .info-container{padding:32px 15px 25px}.layer .final-container .info-container h5{text-align:center;text-transform:uppercase;color:#0f1419}.layer .final-container .info-container .bottom-container,.layer .final-container .info-container .message-container{margin:0 35px}.layer .final-container .info-container .message-container p{text-align:center;line-height:1.3rem;color:#787c7e}.layer .final-container .info-container .bottom-container .bottom-info p a,.layer .final-container .info-container .message-container p a{text-decoration:none;color:#536571}.layer .final-container .info-container .bottom-container .bottom-info{color:#0f1419;border-bottom:1px solid #dfdfdf;border-top:1px solid #dfdfdf;margin:0 50px}.layer .final-container .info-container .bottom-container .bottom-info p{text-align:center;line-height:1.3rem}.layer .final-container .info-container .bottom-container .bottom-info #share-btn{width:250px;padding:14px;color:#fff;margin:0 auto 21.28px;cursor:pointer;font-weight:600;font-size:14px;text-align:center;border-radius:24px;background-color:#0f1419}.layer .final-container .info-container .bottom-container #button{width:250px;padding:14px;margin:32px auto 0;cursor:pointer;font-weight:600;font-size:14px;text-align:center;border-radius:26px;background:0 0;color:#0f1419;border:1px solid rgba(0,0,0,.44)}.layer .how-to-play-container{border-radius:.5rem;transform:translate(-50%)}.layer .how-to-play-container .content-container{padding:32px;position:relative}.layer .how-to-play-container .content-container .module-close-content{background:0 0;border:none;padding:0;width:24px;height:24px;position:absolute;top:16px;right:16px;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer}.layer .how-to-play-container .content-container h1{font-size:23px;font-weight:600;margin:29px 0 4px;color:#0f1419}.layer .how-to-play-container .content-container h2{margin:0;font-size:17px;font-weight:500;color:#0f1419}.layer .how-to-play-container .content-container section ul{margin:0;font-size:16px;padding:0 17px 17px}.layer .how-to-play-container .content-container section ul li{margin:0 0 4px;color:#0f1419}.layer .how-to-play-container .content-container section .example-module p{margin:0;padding:0 0 .625em;font-size:16px;line-height:20px;color:#0f1419}.layer .how-to-play-container .content-container section .example-module .exampleOne{max-width:185px}.layer .how-to-play-container .content-container section .example-module .exampleOne p{width:240px;color:#0f1419}.layer .how-to-play-container .content-container section .example-module .exampleTwo{max-width:185px;margin:10px 0 20px}.layer .how-to-play-container .content-container section .example-module .exampleTwo p{width:280px;color:#0f1419}.layer .how-to-play-container .content-container section .example-module .lastMessage{padding:17px 0;border-top:1px solid #dadada;border-bottom:1px solid #dadada}.layer .how-to-play-container .content-container section .example-module .aboutUs{padding:17px 0 0}.layer .how-to-play-container .content-container section .example-module .aboutUs a{margin-right:5px;font-size:15px;color:#0f1419}.layer .how-to-play-container .content-container section .example-module .lastMessage p{margin:0 0 10px;color:#0f1419}.show-final-message{opacity:1!important;animation-name:bounceInBottom;animation-duration:.4s}.removeDisplay{animation-name:bounceOutToBottom;animation-duration:.4s}.animateFadeIn{animation-name:animateFadeIn;animation-duration:1.5s}@keyframes animateFadeIn{from{opacity:0}to{opacity:1;visibility:visible}}@keyframes bounceInBottom{0%{transform:translate(-50%,50%)}from{opacity:0}to{opacity:1;visibility:visible}}@keyframes bounceOutToBottom{0%{transform:translate(0,0)}from{opacity:1}to{opacity:0;visibility:hidden}}@keyframes bounce{0%{transform:scale(1);border-color:#d3d6da}50%{transform:scale(1.1)}100%{transform:scale(1);border-color:#565758}}@keyframes shake{10%,90%{transform:translateX(-5%)}30%{transform:translateX(5%)}50%{transform:translateX(-7.5%)}70%{transform:translateX(7.5%)}100%{transform:translateX(0)}}@keyframes colored{0%,100%{transform:scale(1);border:none;color:#fff;background-color:#ffdf6d}50%{transform:scale(1.1);border:none;color:#fff;background-color:#ffdf6d}}@keyframes bounceCW{0%,100%,20%,50%,80%{transform:translateY(0)}40%{transform:translateY(-30px)}60%{transform:translateY(-15px)}}@media (width:1368px) and (height:912px){.layer .how-to-play-container{top:6vh}.layer .final-container{top:15vh}}@media (width:1366px) and (height:1024px){.layer .how-to-play-container{top:10vh}.layer .final-container{top:20vh}}@media (width:1194px) and (height:834px){.layer .how-to-play-container{top:10vh}.layer .final-container{top:15vh}}@media (width:1180px) and (height:820px){.layer .how-to-play-container{top:9.5vh}}@media (width:1133px) and (height:744px){.layer .how-to-play-container{top:7vh}}@media (width:1112px) and (height:834px){.layer .how-to-play-container{top:10vh}.layer .final-container{top:15vh}}@media (width:1080px) and (height:811px){.layer .how-to-play-container{top:10vh}}@media (max-width:1025px) and (min-height:1366px){.layer .how-to-play-container{top:20vh}.layer .final-container{top:25.5vh}}@media (max-width:913px) and (min-height:1368px){body .system-module .app-module .app-module-game .keyboard{grid-template-columns:repeat(20,minmax(auto,1.234em))}.layer .how-to-play-container{top:10vh}.layer .final-container{top:26vh}}@media (max-width:835px) and (min-height:1112px){.layer .how-to-play-container{top:15vw}.layer .final-container{top:22vh}}@media (max-width:835px) and (min-height:1194px){.layer .how-to-play-container{top:20vw}.layer .final-container{top:22vh}}@media (max-width:821px) and (min-height:1180px){.layer .how-to-play-container{top:20vw}}@media (max-width:812px) and (min-height:1080px){.layer .how-to-play-container{top:15vw}.layer .final-container{top:22vh}}@media (max-width:801px) and (min-height:1280px){.layer .how-to-play-container{top:20vw}.layer .final-container{top:26vh}}@media (max-width:769px) and (min-height:1024px){.layer .how-to-play-container{top:11vw}.layer .final-container{top:20vh}}@media (max-width:745px) and (min-height:1133px){.layer .how-to-play-container{top:15vw}}@media (width:720px) and (height:540px){.layer .how-to-play-container{top:2.5vh;height:95%;overflow-y:auto}}@media (max-width:541px) and (min-height:720px){body .system-module .app-module .app-module-game .keyboard{grid-template-columns:repeat(20,minmax(auto,1.234em));padding-top:1em}.layer .how-to-play-container{top:2vh}.layer .final-container{top:10vh}}@media (max-width:431px){body .system-module .app-module .app-module-game{height:0;display:block;flex-direction:unset}body .system-module .app-module .app-module-game .all-height-screen{height:100vh;display:flex;flex-direction:column}body .system-module .app-module .app-module-game header{height:auto}body .system-module .app-module .app-module-game .guess-grid{margin-top:2em}body .system-module .app-module .app-module-game .keyboard{grid-template-columns:repeat(20,minmax(auto,0.935em))}.layer .how-to-play-container{width:390px;top:6vh}.layer .final-container{width:380px;left:49.9vw;top:15vh}body .system-module .app-module .app-module-game .aboutus-content,body .system-module .app-module .app-module-game .contact-content{width:350px;margin:50px auto;border-radius:.5rem;box-shadow:0 4px 23px 0 rgba(0,0,0,.2)}}@media (max-width:429px){body .system-module .app-module .app-module-game header{height:auto}body .system-module .app-module .app-module-game .keyboard{grid-template-columns:repeat(20,minmax(auto,0.929em));margin-top:1.5em}.layer .how-to-play-container{width:390px;top:6vh}.layer .final-container{width:380px;left:50.1vw;top:15vh}body .system-module .app-module .app-module-game .aboutus-content,body .system-module .app-module .app-module-game .contact-content{width:300px;margin:50px auto;border-radius:.5rem;box-shadow:0 4px 23px 0 rgba(0,0,0,.2)}}@media (max-width:415px){body .system-module .app-module .app-module-game header{height:auto}body .system-module .app-module .app-module-game .keyboard{grid-template-columns:repeat(20,minmax(auto,0.885em));margin-top:1.5em}.layer .how-to-play-container{width:390px;top:6vh}.layer .final-container{width:380px;top:15vh;left:50.1vw}}@media (max-width:413px){body .system-module .app-module .app-module-game header{height:auto}body .system-module .app-module .app-module-game .keyboard{margin:1.5em .2rem .5rem;grid-template-columns:repeat(20,minmax(auto,0.899em))}.layer .how-to-play-container{top:6vh;width:390px}.layer .final-container{top:15vh;width:390px}}@media (max-width:394px){body .system-module .app-module .app-module-game .alert-container{left:49vw;transform:translateX(-48%)}body .system-module .app-module .app-module-game header{height:auto}body .system-module .app-module .app-module-game .keyboard{grid-template-columns:repeat(20,minmax(auto,0.82em));margin-top:1.5em}.layer .how-to-play-container{top:6vh;width:360px;left:49.8vw}.layer .final-container{top:15vh;width:375px;left:50.1vw}}@media (width:392px) and (height:800px){body .system-module .app-module .app-module-game .alert-container{left:49vw;transform:translateX(-48.9%)}body .system-module .app-module .app-module-game .keyboard{grid-template-columns:repeat(20,minmax(auto,0.817em));margin-top:1.5em}.layer .how-to-play-container{top:3vh}.layer .final-container{top:10vh}}@media (max-width:391px){body .system-module .app-module .app-module-game .alert-container{left:49vw;transform:translateX(-49%)}body .system-module .app-module .app-module-game header{height:auto}body .system-module .app-module .app-module-game .keyboard{grid-template-columns:repeat(20,minmax(auto,0.81em));margin-top:1.5em}.layer .how-to-play-container{top:3vh;left:49.88vw;width:360px}.layer .final-container{top:15vh;width:360px}}@media (max-width:385px){body .system-module .app-module .app-module-game .alert-container{left:48vw;transform:translateX(-46.3%)}body .system-module .app-module .app-module-game header{height:auto}body .system-module .app-module .app-module-game .keyboard{grid-template-columns:repeat(20,minmax(auto,0.791em));margin-top:1.5em}.layer .how-to-play-container{top:3vh;width:360px}.layer .final-container{top:10vh;width:360px}}@media (max-width:376px){body .system-module .app-module .app-module-game .alert-container{left:47vw;transform:translateX(-44.5%)}body .system-module .app-module .app-module-game .keyboard{grid-template-columns:repeat(20,minmax(auto,0.763em));margin-top:1.5em}.layer .how-to-play-container{top:6vh;width:360px;overflow-y:auto}.layer .final-container{top:10vh;left:49.8vw}}@media (width:360px) and (height:560px){body .layer .how-to-play-container{top:1vh;height:98%}}@media (max-width:361px){body .system-module .app-module .app-module-game .alert-container{left:44vw;transform:translateX(-39.1%)}body .system-module .app-module .app-module-game header{height:auto}body .system-module .app-module .app-module-game .keyboard{grid-template-columns:repeat(20,minmax(auto,0.716em));margin-top:1.5em}.layer .how-to-play-container{top:3vh;left:50.1vw;width:340px;overflow-y:auto}.layer .final-container{top:10vh;left:49.87vw;width:345px}}@media (max-width:321px){body .system-module .app-module .app-module-game .alert-container{left:38vw;transform:translateX(-30.5%)}body .system-module .app-module .app-module-game header{height:auto}body .system-module .app-module .app-module-game .keyboard{grid-template-columns:repeat(20,minmax(auto,0.591em));margin-top:1.5em}body .system-module .app-module .app-module-game .keyboard .key.large{font-size:.813rem}.layer .how-to-play-container{top:1vh;width:305px;height:98%;left:49.84vw;overflow-y:auto}.layer .how-to-play-container .content-container section .example-module .exampleOne p{width:150px}.layer .how-to-play-container .content-container section .example-module .exampleTwo p{width:150px;padding:0}.layer .final-container{top:10vh;width:300px;left:49.85vw}}