#game2{margin-top:2em;margin-bottom:2em;display:flex;justify-content:center;width:100%;max-height:800px}.iframe{position:relative;width:100%;max-width:none;max-height:min(800px,100vh);margin:0 auto;overflow:hidden;border:0}.iframe::before{content:"";display:block;padding-bottom:calc(760 / 600 * 100%)}@media (max-width:430px){#game2{width:calc(100% + 24px);margin-left:-12px;margin-right:-12px}.iframe{width:100%;max-width:none;max-height:min(750px,100dvh);margin-left:0;margin-right:0}.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;height:min(750px,100dvh);width:100%;max-width:none}}}@media (max-width:501px){.iframe{max-height:min(600px,100dvh)}@supports (aspect-ratio:600 / 760){.iframe{height:min(600px,100dvh)}}@supports (aspect-ratio:600 / 850){.iframe{height:min(600px,100dvh)}}}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)}}