#tela-inicial[data-v-92cb920a]{display:flex;flex-direction:column;align-items:center;gap:5rem;height:100vh;width:100vw;background:url(/Dungeons-Quiz/images/fundo-tela-inicial.png);background-position:center;background-repeat:no-repeat;background-size:cover;background-attachment:fixed}#titulo[data-v-92cb920a]{width:800px}#btn-iniciar[data-v-92cb920a]{width:400px}#btn-iniciar[data-v-92cb920a]:hover{cursor:pointer}#selecionar-personagens[data-v-ed76dc6e]{display:flex;flex-direction:column;align-items:center;height:100vh;width:100vw;background:url(/Dungeons-Quiz/images/fundo-selecionar-personagens.png);background-position:center;background-repeat:no-repeat;background-size:cover;background-attachment:fixed}#menu[data-v-ed76dc6e]{display:flex;align-items:flex-start;justify-content:space-between;width:95vw;margin:20px 0}#menu #titulo[data-v-ed76dc6e]{font-size:20pt;color:#fff}#menu .btn[data-v-ed76dc6e]{width:180px}#menu .btn[data-v-ed76dc6e]:hover{cursor:pointer}#selecao-personagens[data-v-ed76dc6e]{margin-top:10px}#selecao-personagens .personagem-selecionado[data-v-ed76dc6e]{display:flex;justify-content:space-around;align-items:center;width:750px;margin-bottom:25px}#selecao-personagens .personagem-selecionado .img-personagem-selecionado[data-v-ed76dc6e]{width:280px}#selecao-personagens .personagem-selecionado .habilidades h3[data-v-ed76dc6e]{font-size:25pt;color:#fff}#selecao-personagens .personagem-selecionado .habilidades ul[data-v-ed76dc6e]{display:flex;flex-direction:column;margin-top:20px;gap:1rem;list-style:none}#selecao-personagens .personagem-selecionado .habilidades img[data-v-ed76dc6e]{width:320px}#menu-personagens[data-v-ed76dc6e]{display:flex;align-items:center;justify-content:space-between}#menu-personagens img[data-v-ed76dc6e]{cursor:pointer;width:130px;border:2px solid transparent}#menu-personagens .selecionado img[data-v-ed76dc6e]{border:2px solid white}#selecionar-habilidade[data-v-23ef6745]{display:flex;flex-direction:column;align-items:center;height:100vh;width:100vw;background:url(/Dungeons-Quiz/images/fundo-tela-pergunta.png);background-position:center;background-repeat:no-repeat;background-size:cover;background-attachment:fixed}#titulo[data-v-23ef6745]{text-align:center;margin:20px 0;font-size:20pt;color:#fff}#selecao-habilidade[data-v-23ef6745]{margin-top:80px;display:flex;justify-content:space-around;align-items:center;width:750px;margin-bottom:25px}#selecao-habilidade .img-personagem[data-v-23ef6745]{width:280px}#selecao-habilidade .habilidades h3[data-v-23ef6745]{font-size:25pt;color:#fff}#selecao-habilidade .habilidades ul[data-v-23ef6745]{display:flex;flex-direction:column;margin-top:20px;gap:1rem;list-style:none}#selecao-habilidade .habilidades li[data-v-23ef6745]:hover{cursor:pointer}#selecao-habilidade .habilidades img[data-v-23ef6745]{width:320px}#caixa-de-pergunta{display:flex;justify-content:space-between;width:75vw;height:120px;background:#fffc;padding:20px;border:2px solid black;border-radius:20px}#caixa-de-pergunta #texto-pergunta{font-size:15pt;color:#000;text-align:justify;width:450px}#caixa-de-pergunta #alternativas{display:flex;width:600px;justify-content:space-between;flex-basis:50%;flex-wrap:wrap}#caixa-de-pergunta .alternativa{font-size:12pt;min-width:200px;height:40px;cursor:pointer;background-color:#7f1515;color:#fff;border:2px solid black;opacity:90%;border-radius:10px;transition:.5s}#caixa-de-pergunta .alternativa:hover{opacity:100%;border:2px solid black}#feedback-resposta{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:1rem;width:300px;height:120px;padding:20px;border-radius:20px;background:#fffc}#feedback-resposta #btn-proximo-turno{cursor:pointer;height:80px}.resposta-correta{border:2px solid rgb(39,185,39)}.resposta-incorreta{border:2px solid red}#vitoria{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:1rem;width:300px;height:120px;padding:20px;border:2px solid rgb(255,225,0);border-radius:20px;background:#fffc}#vitoria #btn-finalizar{cursor:pointer;height:70px}#tela-pergunta[data-v-4b2528a3]{display:flex;flex-direction:column;align-items:center;height:100vh;width:100vw;background:url(/Dungeons-Quiz/images/fundo-tela-pergunta.png);background-position:center;background-repeat:no-repeat;background-size:cover;background-attachment:fixed}#titulo[data-v-4b2528a3]{text-align:center;margin:20px 0;font-size:20pt;color:#fff}#batalha[data-v-4b2528a3]{display:flex;justify-content:space-around;align-items:center;width:80vw;margin:20px 0}#batalha .personagem[data-v-4b2528a3]{display:flex;justify-content:center;align-items:flex-start;margin-bottom:25px}#batalha .personagem img[data-v-4b2528a3]{width:280px}#batalha .personagem .atributos-do-personagem[data-v-4b2528a3]{font-size:20pt;color:#fff;margin:10px 20px}#batalha .personagem-atacante .atributos-do-personagem[data-v-4b2528a3]{text-align:left}#batalha .personagem-atacado .atributos-do-personagem[data-v-4b2528a3]{text-align:right}#batalha span[data-v-4b2528a3]{font-size:50pt;color:#fff}#caixa-de-dialogo[data-v-4b2528a3]{display:flex;flex-direction:column;align-items:center;width:700px;gap:2rem}*{margin:0;padding:0}html,body{height:100vh;width:100vw}.game-container{font-family:Arial,sans-serif;text-align:center}
