@media screen and (max-width:575px){#game2{margin-left:-6px;margin-right:-6px}}#game2{margin-top:2em;margin-bottom:2em;display:flex;justify-content:center}.iframe{position:relative;width:100%;max-width:570px;max-height:100vh;margin:0 auto;overflow:hidden;border:0}.iframe::before{content:"";display:block;padding-bottom:calc(760 / 600 * 100%)}@supports (aspect-ratio:600 / 760){.iframe::before{display:none}.iframe{aspect-ratio:600 / 760}}@media (max-width:430px){.iframe::before{content:"";display:block;padding-bottom:calc(850 / 600 * 100%)}@supports (aspect-ratio:600 / 850){.iframe::before{display:none}.iframe{aspect-ratio:600 / 850}}}iframe{position:absolute;top:0;left:0;bottom:0;right:0;width:100%;height:100%;border:0;border-radius:2px}#precarga2{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f1e8d8;z-index:10;transition:opacity .3s ease}#precarga2.hidden{opacity:0;pointer-events:none}.spinner{width:50px;height:50px;border:4px solid rgba(0,0,0,.1);border-left-color:#975ed1;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}