@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Exo", sans-serif;
}

textarea:focus, select:focus, button:focus,
textarea:focus-visible, select:focus-visible, button:focus-visible {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    text-decoration: none !important;
}

.game1:focus,
.game1 img:focus,
.game1 a:focus {
    outline: none;
    box-shadow: none;
    border: none;
}

html {
    height: 100%;
}

body {
    /* min-height: 100vh; */
    background: url(../base/BG-GAMES.svg)no-repeat;
    background-size: cover;
}

#wrapper {
    max-width: 1360px;
    max-height: 765px;
    margin: 0 auto;
}

#gameType {
    font-size: 35px;
    font-weight: 600;
}

/* AVATAR */
.nickname {
    background-color: #fff;
    width: 600px;
    height: 120px;
    border-radius: 25px;
    margin-top: 25px;
}

.nicknameInput {
    width: 100%;
    font-size: 35px;
    text-align: center;
    line-height: 150px;
    height: 100%;
    background: none;
    border: none;
}

.selectAvatar {
    background: url(../base/SELECIONAR-AVATAR.svg)no-repeat;
    background-size: contain;
    width: 450px;
    height: 82px;
}

.fundoAvatar {
    width: 170px;
    height: 170px;
    border-radius: 50%;
}

.fotoAvatar {
    margin-left: 15px;
}

.fotoAvatar img {
    width: 155px;
    height: 155px;
}

.btnAvatar {
    background: url(../base/BTN-CONFIRMAR-VERDE.svg)no-repeat;
    background-size: contain;
    width: 303px;
    height: 80px;
    position: absolute;
    left: 525px;
    bottom: -100px;
    border: none;
}

/* TIME */

.selectTeam {
    background: url(../base/SELECIONAR-EQUIPE.svg)no-repeat;
    background-size: contain;
    width: 450px;
    height: 100px;
    border-radius: 30px;
}

.fundoTime {
    background-color: #fff;
    width: 260px;
    height: 360px;
    border-radius: 30px;
    margin-top: 50px;
}

.fotoTime {
    width: 170px;

    max-height: 170px;
}

.fotoTime img {
    max-width: 180px;
    height: 160px;
}

/* INDEX */

.loginIndex {
    width: 800px;
    height: 300px;
    background-color: #FFF;
    border-radius: 30px;
    margin-top: 10px;
    box-shadow: 0px 8px 0px 0px #060116;
}

.textoLogin {
    background: url(../base/BG-ENTRAR.svg)no-repeat;
    background-size: contain;
    width: 350px;
    height: 75px;
    margin-left: auto;
    margin-right: auto;
}

.inputIndex {
    width: 681px;
    height: 60px;
    background-color: #efefef;
    box-shadow: 2px 3px 5px 5px #b0b0b0;
    border: none;
    border-radius: 30px;
    margin: 15px;
    font-size: 1rem;
    padding: 20px;
}

.helper-text {
    text-decoration: underline;
    font-size: 26px;
}

.helper-text a {
    color: #000;
}

.btnConfirma {
    background: url(../base/BTN-CONFIRMAR-VERDE.svg)no-repeat;
    background-size: contain;
    width: 240px;
    height: 80px;
    position: absolute;
    left: 34%;
    bottom: -100px;
}

/* PERFIL */

.fotoPerfil {
    background-color: #FFF;
    border-radius: 15px;
    width: 110px;
    height: 100px;
    margin-top: 20px;
    z-index: 2;
    border-top: 4px solid #4949c0;
    border-right: 2px solid #4949c0;
    border-bottom: 5px solid #4949c0;
    border-left: 4px solid #4949c0;
    box-shadow: 0px 6px 1px 0px #000;
}

.fotoPerfil img {
    width: 95px;
    height: 85px;
    margin-top: 3px;
    margin-left: 4px;
}

.editarResponsivo {
    margin-top: 2rem;
}

.editarResponsivo a {
    margin-top: 6px;
}

.editarResponsivo a,
.alterarResponsivo a {
    color: #000;
    text-decoration: underline;
}

.nomePerfil {
    background-color: #4949c0;
    border-radius: 15px;
    width: 240px;
    height: 64px;
    top: 20px;
    left: 59px;
    box-shadow: -2px 9px 1px 1px black;
}

.nomePerfil h3 {
    font-size: 2rem;
    color: white;
    padding: 15px;
    margin-left: 35px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nivelPerfil {
    background-color: rgb(44, 194, 44);
    border-radius: 10px;
    width: 168px;
    height: 35px;
    top: 84px;
    left: 84px;
    box-shadow: -3px 6px 1px 1px black;
}

.nivelPerfil h3 {
    color: white;
    font-size: 18px;
    margin-top: 7px;
    margin-left: 55px;
}

.btnVoltar {
    background: url(../base/BTN-VOLTAR.svg)no-repeat;
    background-size: contain;
    border: none;
    width: 80px;
    height: 80px;
    right: 0;
    top: -95px;
}

.btn-voltar-nickname {
    background: url(../base/BTN-VOLTAR.svg)no-repeat;
    background-size: contain;
    border: none;
    width: 80px;
    height: 80px;
    right: 0;
    top: 0;
}

.btnVoltarJogos {
    background: url(../base/BTN-VOLTAR.svg)no-repeat;
    background-size: contain;
    border: none;
    width: 80px;
    height: 80px;
    right: 423px;
    top: 25px;
}

.timer {
    background: url(../base/BG-TIMER.svg)no-repeat;
    background-size: contain;
    width: 230px;
    height: 61px;
    margin-bottom: 1rem;
}

.timer h3 {
    color: white;
    font-size: 35px;
}

/* MAPA GERAL */

.dashboard {
    background: url(../base/BG-MAPAS.svg)no-repeat;
    background-size: cover;
}

.tamanhoResponsivo {
    margin-top: 60px;
}

.dashboard .perfil {
    height: 210px;
}

.icones-dashboard img {
    width: 100px;
    height: 90px;
    margin-left: 10px;
    margin-top: 10px;
}

.mapaGeral {
    width: 800px;
    height: 500px;
    display: inline-block;
    text-align: center;
    background-color: #FFF;
    box-shadow: 0px 13px 0px 0px #060116;
    overflow-x: auto;
    overflow-y: hidden;
    border-radius: 50px;
    margin-top: 16px;
}

.bgGeral {
    background: url(../base/GERAL.png)no-repeat;
    background-size: contain;
}

.mapa01,
.mapa02,
.mapa03,
.mapa04,
.mapa05,
.mapa06,
.mapa07,
.mapa08,
.mapa09,
.mapa10 {
    background: url(../base/BTN-A-FAZER.svg) no-repeat;
    background-size: contain;
    width: 65px;
    height: 65px;
    border: none;
}

.mapa01:hover,
.mapa02:hover,
.mapa03:hover,
.mapa04:hover,
.mapa05:hover,
.mapa06:hover,
.mapa07:hover,
.mapa08:hover,
.mapa09:hover,
.mapa10:hover {
    animation: bounce;
    animation-duration: 1s;
}

.mapa01ok,
.mapa02ok,
.mapa03ok,
.mapa04ok,
.mapa05ok,
.mapa06ok,
.mapa07ok,
.mapa08ok,
.mapa09ok,
.mapa10ok {
    background: url(../base/BTN-FEITO-1.svg) no-repeat;
    background-size: contain;
    width: 65px;
    height: 65px;
    border: none;
}

.mapa02,
.mapa02ok {
    top: 185px;
    left: 143px;
}

.mapa05,
.mapa05ok {
    bottom: 105px;
    left: 180px;
}

.mapa03,
.mapa03ok {
    bottom: 160px;
    left: 275px;
}


.mapa01,
.mapa01ok {
    top: 110px;
    left: 260px;
}

.mapa07,
.mapa07ok {
    top: 195px;
    left: 413px;
}

.mapa04,
.mapa04ok {
    bottom: 78px;
    left: 430px;
}

.mapa06,
.mapa06ok {
    bottom: 150px;
    left: 560px;
}

.mapa08,
.mapa08ok {
    top: 110px;
    right: 250px;
}

.mapa09,
.mapa09ok {
    top: 200px;
    right: 100px;
}

.mapa10,
.mapa10ok {
    top: 75px;
    right: 75px;
}

.botaoRight {
    right: 0%;
    bottom: 8%;
    z-index: 1;
}

#rightGo {
    background: url(../base/BTN-RIGHT.svg)no-repeat;
    background-size: contain;
    width: 70px;
    height: 70px;
    border: none;
}

.botaoLeft {
    right: -25%;
    bottom: 8%;
    z-index: 1;
}

#LeftGo {
    background: url(../base/BTN-LEFT.svg)no-repeat;
    background-size: contain;
    width: 70px;
    height: 70px;
    border: none;
}

#gamePoint {
    width: 182px;
    height: 61px;
    background-color: rgb(44, 194, 44);
    border-radius: 15px;
}

#gamePoint span {
    color: white;
    font-size: 30px;
}

.estrelaBranca {
    background: url(../base/ESTRELA-BRANCA.svg)no-repeat;
    background-size: contain;
    width: 33px;
    height: 33px;
}

.progress-container {
    height: 100%;
}

.progress-striped img {
    width: 185px;
    height: 432px;
    position: absolute;
}

.circuloEnergia img {
    background-size: contain;
    height: 100px;
    bottom: 50px;
}

.barraEnergia {
    bottom: 0;
}

/* ENUNCIADO */
.enunciado {
    width: 920px;
    height: 110px;
    background-color: white;
    border-radius: 20px;
    box-shadow: 0px 6px 0px 0px #060116;
}

.enunciado h2 {
    font-size: 22px;
}

/* MODAL */
.modal-content {
    background: none;
    border: none;
}

.modal-body {
    width: 850px;
    height: 318px;
}

.tituloGame {
    background-color: #91d700;
    border-radius: 20px;
    color: #FFF;
    width: 500px;
    height: 70px;
}

.modalInformacoes {
    width: 650px;
    height: 200px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 8px 0px 0px #060116;
}

.btnBackGame {
    background: url(../base/BTN-VOLTAR.svg)no-repeat;
    background-size: contain;
    border: none;
    width: 65px;
    height: 65px;
    right: 0;
    top: -17px;
}

.estrela {
    background: url(../base/ESTRELA.svg)no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    margin-top: -10px;
}

.btnTutorial {
    background: url(../base/BTN-TUTORIAL.svg)no-repeat;
    background-size: contain;
    width: 200px;
    height: 70px;
}

.btnJogar {
    background: url(../base/BTN-PLAY.svg)no-repeat;
    background-size: contain;
    width: 200px;
    height: 70px;
}

#stateGameId {
    width: 296px;
    height: 120px;
    border: none;
}

/* POP UP ERRO */

.popUpErro {
    width: 850px;
    height: 405px;
    margin-top: 10%;
}

.btnErro {
    background: url(../base/BTN-CONTINUAR-VERDE.svg)no-repeat;
    background-size: contain;
    width: 210px;
    height: 70px;
    bottom: 0;
    right: 200px;
    border: none;
    cursor: pointer;
}

/* POP UP DICA */
.tituloErrado {
    background: url(../base/RESPOSTA-ERRADA.svg)no-repeat;
    background-size: contain;
    width: 407px;
    height: 70px;
}

.popUpDica {
    width: 850px;
    height: 405px;
    margin-top: 10%;
}

.bgPopUpDica {
    background-color: #FFF;
    border-radius: 20px;
    box-shadow: 0px 6px 0px 0px #060116;
    width: 720px;
    height: 200px;
}

.bgPopUpDica h4{
    font-size: 20px;
}

.btnDica {
    background: url(../base/BTN-CONTINUAR-VERDE.svg)no-repeat;
    background-size: contain;
    width: 210px;
    height: 70px;
    bottom: 0;
    right: 200px;
    border: none;
    cursor: pointer;
}

.btnSairAzul {
    background: url(../base/BTN-SAIR-AZUL.svg)no-repeat;
    background-size: contain;
    width: 210px;
    height: 70px;
    bottom: 0;
    left: 200px;
    border: none;
    cursor: pointer;
}

/* POP UP ACERTO */
.tituloCerto {
    background: url(../base/RESPOSTA-CERTA.svg)no-repeat;
    background-size: contain;
    width: 575px;
    height: 98px;
}

.popUpAcerto {
    width: 850px;
    height: 405px;
    margin-top: 10%;
}

.btnAcerto {
    background: url(../base/BTN-CONTINUAR-VERDE.svg)no-repeat;
    background-size: contain;
    width: 210px;
    height: 70px;
    bottom: 0;
    border: none;
    cursor: pointer;
}

/* TUTORIAL */ 

.btnVoltarTutorial {
    right:-35px; 
    top: -35px; 
    width: 80px; 
    height: 80px;
    z-index: 2;
}

.btnVoltarTutorial img {
    width: 80px;
}

/* GAME FATO-FAKE */
.respostaFF {
    width: 930px;
    height: 230px;
    background-color: white;
    border-radius: 20px;
    box-shadow: 0px 6px 0px 0px #060116;
}

.respostaFF h3 {
    font-size: 25px;
}

.mark {
    width: 148px;
    height: 31px;
    background-color: white;
    border-radius: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.perguntaAtual1,
.perguntaAtual2,
.perguntaAtual3,
.perguntaAtual4 {
    background: url(../base/Fato-Fake-CONTEUDO.svg)no-repeat;
    background-size: contain;
    width: 34px;
    height: 14px;
    top: 48px;
    left: 40%;
}

.perguntaAtual1 {
    display: block;
}

.perguntaAtual2,
.perguntaAtual3,
.perguntaAtual4 {
    display: none;
}

.botoesFF {
    margin-top: 3rem;
}

.btnFato {
    background: url(../base/FF-BOTAO-FATO.svg)no-repeat;
    background-size: contain;
    width: 250px;
    height: 89px;
    border: none;
}

.btnFake {
    background: url(../base/FF-BOTAO-FAKE.svg)no-repeat;
    background-size: contain;
    width: 250px;
    height: 89px;
    border: none;
}

/* LIGUE OS PONTOS */

.ligueOsPontos,
.respostaRapida,
.ordemCerta,
.fatoOuFake {
    margin-top: 60px;
}

.boxPergunta {
    background: url(../base/BOX-1.svg) no-repeat;
    background-size: cover;
    width: 260px;
    height: 200px;
    margin-top: 0.5rem;
    box-shadow: 0px 8px 0px 0px #060116;
}

.fundoPergunta {
    width: 260px;
    height: 27px;
    background-color: #005ABE;
    bottom: 0;
    left: 0;
}

.fundoPergunta h4 {
    color: white;
    text-align: center;
    margin-bottom: 11px;
}

.pontoPergunta {
    background: url(../base/PONTO.svg)no-repeat;
    width: 45px;
    height: 45px;
    margin-left: 102px;
    margin-top: 22px;
}

.btnPergunta {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: transparent;
    border: 7px solid transparent;
}

.boxResposta {
    background: url(../base/BOX-2.svg) no-repeat;
    background-size: contain;
    width: 260px;
    height: 270px;
}

.boxResposta h4 {
    margin-top: 3rem;
    font-size: 1.2rem;
}

.pontoResposta {
    background: url(../base/PONTO.svg)no-repeat;
    width: 80px;
    height: 80px;
    margin-left: 110px;
    margin-top: -6px;
}

.btnResposta {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: transparent;
    border: 7px solid transparent;
}

#resetarGame {
    width: 160px;
    height: 40px;
    border-radius: 10px;
    background-color: #2cc22c;
}

#resetarGame p {
    font-size: 25px;
    color: #FFFF;
}

/* RESPOSTA RAPIDA */

.divResposta {
    margin-top: 1.5em;
}

.boxRespostaRapida {
    width: 440px;
    height: 200px;
    background-color: #FFF;
    padding: 3rem;
    cursor: pointer;
    border-radius: 20px;
    box-shadow: 0px 8px 0px 0px #060116;
}

.boxRespostaRapidaImagem {
    width: 440px;
    height: 240px;
    background-color: #FFF;
    cursor: pointer;
    border-radius: 20px;
    box-shadow: 0px 8px 0px 0px #060116;
}

.boxRespostaRapidaImagem img {
    width: 402px;
    height: 199px;
    margin-top: 27px;
    margin-left: 15px;
}

/* ORDEM CERTA */
#sortable {
    margin-top: 1.5rem;
}

.boxOrdemCerta {
    background: url(../base/OC-BOX.svg)no-repeat;
    background-size: contain;
    width: 220px;
    height: 349px;
}

.OCImagem {
    background: url(../base/OC-BOX.svg)no-repeat;
    background-size: contain;
}

.boxOrdemCerta img {
    width: 209px;
    height: 125px;
    margin-left: 3px;
}

.boxOrdemCerta h5 {
    font-size: 18px;
}

.boxOrdemCerta .card-body h5 {
    margin-top: 105px;
}

.OCImagem .card-body h5 {
    margin-top: 30px;
}

.ordemCertaConfirma {
    background: url(../base/BTN-CONFIRMAR-VERDE.svg)no-repeat;
    background-size: contain;
    width: 200px;
    height: 70px;
    border: none;
    bottom: -70px;
}

.botaoTroca {
    display: none;
}

li {
    list-style-type: none;
}

footer img {
    width: 100%;
}

#contentGame {
    width: 500px;
    height: 600px;
    overflow-x: auto;
    border-radius: 20px;
}

.game1 img {
    width: 85px;
    height: 85px;
    cursor: pointer;
}

.ancorasDiv {
    right: 0;
}

/* MAPA 01 */

.mapaCurral {
    background: url(../base/BG-CURRAL.svg)no-repeat;
    background-size: contain;
    width: 1881px;
    height: 527px;
    overflow-x: auto;
    overflow-y: hidden;
    border-radius: 50px;
}

.mapaCurral .jogo01 {
    background-size: contain;
    cursor: pointer;
    bottom: 196px;
    left: 271px;
}

.mapaCurral .jogo02 {
    background-size: contain;
    cursor: pointer;
    bottom: 55px;
    left: 597px;
}

.mapaCurral .jogo03 {
    background-size: contain;
    cursor: pointer;
    top: 129px;
    left: 544px;
}

.mapaCurral .jogo04 {
    background-size: contain;
    cursor: pointer;
    top: 88px;
    left: 737px;
}

.mapaCurral .jogo05 {
    background-size: contain;
    cursor: pointer;
    top: 100px;
    right: 698px;
}

.mapaCurral .jogo06 {
    background-size: contain;
    cursor: pointer;
    bottom: 149px;
    right: 672px;
}

.mapaCurral .jogo07 {
    background-size: contain;
    cursor: pointer;
    top: 134px;
    right: 418px;
}

.mapaCurral .jogo08 {
    background-size: contain;
    cursor: pointer;
    top: 218px;
    right: 190px;
}

.mapaCurral .jogo09 {
    background-size: contain;
    cursor: pointer;
    top: 120px;
    right: 410px;
}

.mapaCurral .jogo01:hover,
.mapaCurral .jogo03:hover,
.mapaCurral .jogo04:hover,
.mapaCurral .jogo06:hover,
.mapaCurral .jogo09:hover {
    animation: bounce;
    animation-duration: 1s;
}

/* MAPA 02 MIUDOS */

.mapaMiudos {
    background: url(../base/BG-MIUDOS.svg)no-repeat;
    background-size: contain;
    width: 1881px;
    height: 527px;
    overflow-x: auto;
    overflow-y: hidden;
    border-radius: 50px;
}

.mapaMiudos .jogo01 {
    background-size: contain;
    cursor: pointer;
    top: 98px;
    left: 87px;
}

.mapaMiudos .jogo02 {
    background-size: contain;
    cursor: pointer;
    top: 18px;
    left: 370px;
}

.mapaMiudos .jogo03 {
    background-size: contain;
    cursor: pointer;
    bottom: 131px;
    left: 429px;
}

.mapaMiudos .jogo04 {
    background-size: contain;
    cursor: pointer;
    top: 138px;
    left: 650px;
}

.mapaMiudos .jogo05 {
    background-size: contain;
    cursor: pointer;
    top: 42px;
    right: 657px;
}

.mapaMiudos .jogo06 {
    background-size: contain;
    cursor: pointer;
    top: 159px;
    right: 457px;
}

.mapaMiudos .jogo07 {
    background-size: contain;
    cursor: pointer;
    top: 25px;
    right: 300px;
}

.mapaMiudos .jogo08 {
    background-size: contain;
    cursor: pointer;
    top: 144px;
    right: 44px;
}

.mapaMiudos .jogo09 {
    background-size: contain;
    cursor: pointer;
    bottom: 73px;
    right: 232px;
}

.mapaMiudos .jogo01:hover,
.mapaMiudos .jogo02:hover,
.mapaMiudos .jogo03:hover,
.mapaMiudos .jogo05:hover,
.mapaMiudos .jogo07:hover,
.mapaMiudos .jogo08:hover,
.mapaMiudos .jogo09:hover {
    animation: bounce;
    animation-duration: 1s;
}

/* MAPA 03 ABATE */

.mapaAbate {
    background: url(../base/BG-ABATE.svg)no-repeat;
    background-size: contain;
    width: 1881px;
    height: 527px;
    overflow-x: auto;
    overflow-y: hidden;
    border-radius: 50px;
}

.mapaAbate .jogo01 {
    background-size: contain;
    cursor: pointer;
    top: 89px;
    left: 125px;
}

.mapaAbate .jogo02 {
    background-size: contain;
    cursor: pointer;
    top: 367px;
    left: 310px;
}

.mapaAbate .jogo03 {
    background-size: contain;
    cursor: pointer;
    top: 86px;
    left: 340px;
}

.mapaAbate .jogo04 {
    background-size: contain;
    cursor: pointer;
    top: 32px;
    left: 534px;
}

.mapaAbate .jogo05 {
    background-size: contain;
    cursor: pointer;
    bottom: 152px;
    left: 738px;
}

.mapaAbate .jogo06 {
    background-size: contain;
    cursor: pointer;
    top: 194px;
    right: 720px;
}

.mapaAbate .jogo07 {
    background-size: contain;
    cursor: pointer;
    top: 183px;
    right: 445px;
}

.mapaAbate .jogo08 {
    background-size: contain;
    cursor: pointer;
    top: 326px;
    right: 306px;
}

.mapaAbate .jogo09 {
    background-size: contain;
    cursor: pointer;
    bottom: 145px;
    right: 103px;
}

.mapaAbate .jogo01:hover,
.mapaAbate .jogo02:hover,
.mapaAbate .jogo04:hover,
.mapaAbate .jogo05:hover,
.mapaAbate .jogo06:hover,
.mapaAbate .jogo07:hover,
.mapaAbate .jogo09:hover {
    animation: bounce;
    animation-duration: 1s;
}

/* MAPA 04 PORTARIA */

.mapaPortaria {
    background: url(../base/BG-PORTARIA.svg)no-repeat;
    background-size: contain;
    width: 1881px;
    height: 527px;
    overflow-x: auto;
    overflow-y: hidden;
    border-radius: 50px;
}

.mapaPortaria .jogo01 {
    background-size: contain;
    top: 130px;
    left: 160px;
}

.mapaPortaria .jogo02 {
    background-size: contain;
    top: 175px;
    left: 287px;
}

.mapaPortaria .jogo03 {
    background-size: contain;
    bottom: 85px;
    left: 433px;
}

.mapaPortaria .jogo04 {
    background-size: contain;
    top: 292px;
    left: 483px;
}

.mapaPortaria .jogo05 {
    background-size: contain;
    bottom: 220px;
    left: 735px;
}

.mapaPortaria .jogo06 {
    background-size: contain;
    top: 186px;
    right: 736px;
}

.mapaPortaria .jogo07 {
    background-size: contain;
    top: 76px;
    right: 507px;
}

.mapaPortaria .jogo08 {
    background-size: contain;
    bottom: 299px;
    right: 206px;
}

.mapaPortaria .jogo09 {
    background-size: contain;
    bottom: 139px;
    right: 326px;
}

.mapaPortaria .jogo01:hover,
.mapaPortaria .jogo03:hover,
.mapaPortaria .jogo07:hover {
    animation: bounce;
    animation-duration: 1s;
}

/* MAPA 05 EMBALAGEM */

.mapaEmbalagem {
    background: url(../base/BG-EMBALAGEM.svg)no-repeat;
    background-size: contain;
    width: 1881px;
    height: 527px;
    overflow-x: auto;
    overflow-y: hidden;
    border-radius: 50px;
}

.mapaEmbalagem .jogo01 {
    background-size: contain;
    cursor: pointer;
    top: 79px;
    left: 115px;
}

.mapaEmbalagem .jogo02 {
    background-size: contain;
    cursor: pointer;
    bottom: 218px;
    left: 263px;
}

.mapaEmbalagem .jogo03 {
    background-size: contain;
    cursor: pointer;
    bottom: 142px;
    left: 456px;
}

.mapaEmbalagem .jogo04 {
    background-size: contain;
    cursor: pointer;
    top: 187px;
    left: 614px;
}

.mapaEmbalagem .jogo05 {
    background-size: contain;
    cursor: pointer;
    top: 105px;
    left: 748px;
}

.mapaEmbalagem .jogo06 {
    background-size: contain;
    cursor: pointer;
    top: 41px;
    right: 628px;
}

.mapaEmbalagem .jogo07 {
    background-size: contain;
    cursor: pointer;
    bottom: 163px;
    right: 604px;
}

.mapaEmbalagem .jogo08 {
    background-size: contain;
    cursor: pointer;
    top: 205px;
    right: 280px;
}

.mapaEmbalagem .jogo09 {
    background-size: contain;
    cursor: pointer;
    top: 91px;
    right: 116px;
}

.mapaEmbalagem .jogo01:hover,
.mapaEmbalagem .jogo02:hover,
.mapaEmbalagem .jogo03:hover,
.mapaEmbalagem .jogo08:hover,
.mapaEmbalagem .jogo09:hover {
    animation: bounce;
    animation-duration: 1s;
}

/* MAPA 06 CORTE */

.mapaCorte {
    background: url(../base/BG-CORTE.svg)no-repeat;
    background-size: contain;
    width: 1881px;
    height: 527px;
    overflow-x: auto;
    overflow-y: hidden;
    border-radius: 50px;
}

.mapaCorte .jogo01 {
    background-size: contain;
    cursor: pointer;
    top: 110px;
    left: 63px;
}

.mapaCorte .jogo02 {
    background-size: contain;
    cursor: pointer;
    top: 287px;
    left: 316px;
}

.mapaCorte .jogo03 {
    background-size: contain;
    cursor: pointer;
    top: 91px;
    left: 489px;
}

.mapaCorte .jogo04 {
    background-size: contain;
    cursor: pointer;
    bottom: 76px;
    left: 609px;
}

.mapaCorte .jogo05 {
    background-size: contain;
    cursor: pointer;
    top: 78px;
    left: 755px;
}

.mapaCorte .jogo06 {
    background-size: contain;
    cursor: pointer;
    top: 115px;
    right: 695px;
}

.mapaCorte .jogo07 {
    background-size: contain;
    cursor: pointer;
    top: 236px;
    right: 533px;
}

.mapaCorte .jogo08 {
    background-size: contain;
    cursor: pointer;
    top: 124px;
    right: 268px;
}

.mapaCorte .jogo09 {
    background-size: contain;
    cursor: pointer;
    bottom: 98px;
    right: 101px;
}

.mapaCorte .jogo01:hover,
.mapaCorte .jogo02:hover,
.mapaCorte .jogo04:hover,
.mapaCorte .jogo05:hover,
.mapaCorte .jogo06:hover,
.mapaCorte .jogo07:hover,
.mapaCorte .jogo08:hover {
    animation: bounce;
    animation-duration: 1s;
}

/* MAPA 07 DESOSSA */

.mapaDesossa {
    background: url(../base/BG-DESSOSA.svg)no-repeat;
    background-size: contain;
    width: 1881px;
    height: 527px;
    overflow-x: auto;
    overflow-y: hidden;
    border-radius: 50px;
}

.mapaDesossa .jogo01 {
    background-size: contain;
    cursor: pointer;
    top: 40px;
    left: 105px;
}

.mapaDesossa .jogo02 {
    background-size: contain;
    cursor: pointer;
    bottom: 278px;
    left: 276px;
}

.mapaDesossa .jogo03 {
    background-size: contain;
    cursor: pointer;
    bottom: 145px;
    left: 546px;
}

.mapaDesossa .jogo04 {
    background-size: contain;
    cursor: pointer;
    top: 64px;
    left: 657px;
}

.mapaDesossa .jogo05 {
    background-size: contain;
    cursor: pointer;
    bottom: 75px;
    left: 640px;
}

.mapaDesossa .jogo06 {
    background-size: contain;
    cursor: pointer;
    top: 75px;
    right: 657px;
}

.mapaDesossa .jogo07 {
    background-size: contain;
    cursor: pointer;
    top: 40px;
    right: 456px;
}

.mapaDesossa .jogo08 {
    background-size: contain;
    cursor: pointer;
    bottom: 117px;
    right: 469px;
}

.mapaDesossa .jogo09 {
    background-size: contain;
    cursor: pointer;
    top: 200px;
    right: 199px;
}

.mapaDesossa .jogo01:hover,
.mapaDesossa .jogo02:hover,
.mapaDesossa .jogo03:hover,
.mapaDesossa .jogo08:hover,
.mapaDesossa .jogo09:hover {
    animation: bounce;
    animation-duration: 1s;
}

/* MAPA 08 PALETIZAÇÃO */

.mapaPaletizacao {
    background: url(../base/BG-PALETIZACAO.svg)no-repeat;
    background-size: contain;
    width: 1881px;
    height: 527px;
    overflow-x: auto;
    overflow-y: hidden;
    border-radius: 50px;
}

.mapaPaletizacao .jogo01 {
    background-size: contain;
    cursor: pointer;
    top: 154px;
    left: 31px;
}

.mapaPaletizacao .jogo02 {
    background-size: contain;
    cursor: pointer;
    top: 102px;
    left: 265px;
}

.mapaPaletizacao .jogo03 {
    background-size: contain;
    cursor: pointer;
    top: 200px;
    left: 414px;
}

.mapaPaletizacao .jogo04 {
    background-size: contain;
    cursor: pointer;
    bottom: 84px;
    left: 535px;
}

.mapaPaletizacao .jogo05 {
    background-size: contain;
    cursor: pointer;
    top: 173px;
    left: 721px;
}

.mapaPaletizacao .jogo06 {
    background-size: contain;
    cursor: pointer;
    top: 111px;
    right: 606px;
}

.mapaPaletizacao .jogo07 {
    background-size: contain;
    cursor: pointer;
    top: 29px;
    right: 363px;
}

.mapaPaletizacao .jogo08 {
    background-size: contain;
    cursor: pointer;
    top: 119px;
    right: 90px;
}

.mapaPaletizacao .jogo09 {
    background-size: contain;
    cursor: pointer;
    bottom: 110px;
    right: 337px;
}

.mapaPaletizacao .jogo02:hover,
.mapaPaletizacao .jogo04:hover,
.mapaPaletizacao .jogo05:hover,
.mapaPaletizacao .jogo06:hover,
.mapaPaletizacao .jogo09:hover {
    animation: bounce;
    animation-duration: 1s;
}

/* MAPA 09 ESTOCAGEM */

.mapaEstocagem {
    background: url(../base/BG-ESTOCAGEM.svg)no-repeat;
    background-size: contain;
    width: 1881px;
    height: 527px;
    overflow-x: auto;
    overflow-y: hidden;
    border-radius: 50px;
}

.mapaEstocagem .jogo01 {
    background-size: contain;
    cursor: pointer;
    top: 64px;
    left: 35px;
}

.mapaEstocagem .jogo02 {
    background-size: contain;
    cursor: pointer;
    bottom: 213px;
    left: 207px;
}

.mapaEstocagem .jogo03 {
    background-size: contain;
    cursor: pointer;
    top: 38px;
    left: 410px;
}

.mapaEstocagem .jogo04 {
    background-size: contain;
    cursor: pointer;
    bottom: 186px;
    left: 523px;
}

.mapaEstocagem .jogo05 {
    background-size: contain;
    cursor: pointer;
    top: 104px;
    left: 705px;
}

.mapaEstocagem .jogo06 {
    background-size: contain;
    cursor: pointer;
    top: 38px;
    right: 695px;
}

.mapaEstocagem .jogo07 {
    background-size: contain;
    cursor: pointer;
    top: 44px;
    right: 478px;
}

.mapaEstocagem .jogo08 {
    background-size: contain;
    cursor: pointer;
    top: 43px;
    right: 253px;
}

.mapaEstocagem .jogo09 {
    background-size: contain;
    cursor: pointer;
    bottom: 177px;
    right: 161px;
}

.mapaEstocagem .jogo02:hover,
.mapaEstocagem .jogo03:hover,
.mapaEstocagem .jogo04:hover,
.mapaEstocagem .jogo07:hover,
.mapaEstocagem .jogo09:hover {
    animation: bounce;
    animation-duration: 1s;
}

/* MAPA 10 EXPEDIÇÃO */

.mapaExpedicao {
    background: url(../base/BG-EXPEDICAO.svg)no-repeat;
    background-size: contain;
    width: 1881px;
    height: 527px;
    overflow-x: auto;
    overflow-y: hidden;
    border-radius: 50px;
}

.mapaExpedicao .jogo01 {
    background-size: contain;
    cursor: pointer;
    top: 199px;
    left: 358px;
}

.mapaExpedicao .jogo02 {
    background-size: contain;
    cursor: pointer;
    bottom: 103px;
    left: 481px;
}

.mapaExpedicao .jogo03 {
    background-size: contain;
    cursor: pointer;
    top: 37px;
    left: 554px;
}

.mapaExpedicao .jogo04 {
    background-size: contain;
    cursor: pointer;
    bottom: 96px;
    left: 740px;
}

.mapaExpedicao .jogo05 {
    background-size: contain;
    cursor: pointer;
    top: 99px;
    right: 603px;
}

.mapaExpedicao .jogo06 {
    background-size: contain;
    cursor: pointer;
    top: 11px;
    right: 398px;
}

.mapaExpedicao .jogo07 {
    background-size: contain;
    cursor: pointer;
    top: 293px;
    right: 435px;
}

.mapaExpedicao .jogo08 {
    background-size: contain;
    cursor: pointer;
    top: 144px;
    right: 215px;
}

.mapaExpedicao .jogo09 {
    background-size: contain;
    cursor: pointer;
    bottom: 99px;
    right: 146px;
}

.mapaExpedicao .jogo01:hover,
.mapaExpedicao .jogo04:hover,
.mapaExpedicao .jogo07:hover,
.mapaExpedicao .jogo08:hover {
    animation: bounce;
    animation-duration: 1s;
}

footer {
    position: absolute;
    bottom: 0;
    z-index: -1;
}

/* AVATAR

/* TELA PERFIL */

.telaPerfil {
    background-color: #FFF;
    border-radius: 30px;
    width: 650px;
    height: 370px;
    margin-top: 0;
    box-shadow: 0px 10px 0px 0px #060116;
    margin-left: auto;
    margin-right: auto;
}

.fundoAvatarPerfil {
    width: 150px;
    height: 130px;
    border-radius: 15px;
    transform: translate(15.5em, -6em);
}

.fundoNick {
    width: 400px;
    height: 85px;
    background-color: #4949c0;
    border-radius: 15px;
    box-shadow: 0px 9px 0px 0px black;
}

.fundoNick h2 {
    color: #FFF;
    font-weight: bolder;
    font-size: 35px;
}

.btnConfirmaPerfil {
    background: url(../base/BTN-CONFIRMAR-VERDE.svg)no-repeat;
    background-size: contain;
    border: none;
    width: 230px;
    height: 61px;
}

/* SCORE TEAM */
.tituloRankingIndividualApagado {
    background: url(../base/RANKING-INDIVIDUAL-APAGADO.svg)no-repeat;
    background-size: contain;
    width: 285px;
    height: 60px;
    margin-right: 8px;
    cursor: pointer;
}

.tituloRankingEquipes {
    background: url(../base/RANKING-EQUIPES.svg)no-repeat;
    background-size: contain;
    width: 325px;
    height: 60px;
}


/* SCORE */
.tituloRankingIndividual {
    background: url(../base/RANKING-INDIVIDUAL.svg)no-repeat;
    background-size: contain;
    width: 285px;
    height: 60px;
    margin-right: 8px;
}

.tituloRankingEquipesApagado {
    background: url(../base/RANKING-EQUIPES-APAGADO.svg)no-repeat;
    background-size: contain;
    width: 325px;
    height: 60px;
    cursor: pointer;
}

.rankingIndividual {
    background-color: #fff;
    border-radius: 30px;
    width: 700px;
    box-shadow: inset 0px -9px 0px 0px #060116;
}

.rankingLinha1 {
    /* border-bottom: 3px solid #00000038; */
    box-shadow: 1px 3px 4px -2px;
    border-radius: 5px 5px 0 0;
}

.rankingLinha2 {
    border-bottom: 2px solid #00000030;
}

.rankingLinha1 h3,
.rankingLinha2 h3 {
    font-weight: bolder;
}

.fundoAvatarScore {
    background-color: #fff;
    width: 90px;
    height: 80px;
    border-radius: 15px;
    border: 5px solid blue;
    box-shadow: 0px 6px 0px 0px #060116;
}

.fundoAvatarScore img {
    width: 80px;
    height: 70px;
}

/* SOCIAL */

.fundoAvatarSocial {
    background-color: #fff;
    width: 115px;
    height: 110px;
    border-radius: 15px;
    border: 5px solid blue;
    box-shadow: 0px 6px 0px 0px #060116;
}

.fundoAvatarSocial img {
    width: 100px;
    height: 100px;
}

.doacao1,
.doacao2,
.doacao3 {
    width: 65px;
    height: 30px;
    background-color: #D8D8D8;
    border: 1px solid;
}

.doacaoFeita {
    background-color: #005ABE;
}

.doacao1 {
    border-radius: 20px 0 0 20px;
}

.doacao3 {
    border-radius: 0 20px 20px 0;
}

.btnDoar {
    background: url(../base/BTN-DOAR.svg)no-repeat;
    background-size: contain;
    border: none;
    width: 126px;
    height: 45px;
}

.btnPedir {
    background: url(../base/BTN-PEDIR.svg)no-repeat;
    background-size: contain;
    border: none;
    width: 126px;
    height: 45px;
}

/* CONFIGURAÇÕES */
.tituloConfiguracao {
    background: url(../base/CONFIGURACOES.svg)no-repeat;
    background-size: contain;
    width: 300px;
    height: 65px;
    margin-left: auto;
    margin-right: auto;
}

.telaConfiguracao {
    width: 680px;
    height: 320px;
    background-color: #FFF;
    border-radius: 30px;
    box-shadow: 0px 8px 0px 0px #060116;
}

.botaoAudio {
    background-size: contain;
    width: 146px;
    height: 92px;
    border: none;
    margin-right: 29px;
}

.botaoTela {
    background: url(../base/BTN-NAO-SELECIONADO.svg)no-repeat;
    background-size: contain;
    width: 146px;
    height: 92px;
    border: none;
}

.btnSair {
    background: url(../base/BTN-LOGOUT.svg)no-repeat;
    background-size: contain;
    width: 250px;
    height: 65px;
    border: none;
}

/* LOGOUT */

.telaLogout {
    width: 730px;
    height: 267px;
    background-color: #FFF;
    border-radius: 30px;
    box-shadow: 0px 8px 0px 0px #060116;
}

.bgLogOut {
    width: 450px;
    height: 70px;
    background-color: #91d700;
    border-radius: 15px;
    margin-left: auto;
    margin-right: auto;
}

.logOuth2 {
    font-size: 35px;
    font-weight: bold;
    color: #FFF;
}

.btnCancelarLogout {
    background: url(../base/BTN-CANCELAR.svg)no-repeat;
    background-size: contain;
    border: none;
    width: 220px;
    height: 80px;
}

.btnLogout {
    background: url(../base/BTN-SAIR.svg)no-repeat;
    background-size: contain;
    border: none;
    width: 220px;
    height: 80px;
}

/* CONFIRMAR DONATE */

.btnNao {
    background: url(../base/BTN-NAO.svg)no-repeat;
    background-size: contain;
    border: none;
    width: 220px;
    height: 80px;
    position: absolute;
    left: 170px;
    bottom: -95px;
}

.btnSim {
    background: url(../base/BTN-SIM.svg)no-repeat;
    background-size: contain;
    border: none;
    width: 220px;
    height: 80px;
    position: absolute;
    right: 170px;
    bottom: -95px;
}

/* BARRA DE ROLAGEM */

html ::-webkit-scrollbar {
    width: 15px;
}

html ::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background: #00b6e7;
}

html ::-webkit-scrollbar-track {
    border-radius: 50px;
    background: #DFF1FA;
}

/* ALTERAR SENHA */

.senhaEdit {
    background-color: #fff;
    width: 500px;
    height: 90px;
    border-radius: 30px;
}

.senhaButton img {
    width: 100px;
    height: 100px;
    margin-top: 20px;
}

/* BOTAO X */

.botaoX {
    background: url(../base/Botao-Sair.svg)no-repeat;
    background-size: contain;
    width: 65px;
    height: 70px;
    right: -22px;
    top: -21px;
}

/* TUTORIAL */


#tutorialGame {
    display: block;
    width:174px; 
    height:55px; 
    border:none;
}

/* 
    ANIMAÇÕES 
*/

/* DASHBOARD */

.caminhao {
    background: url(../base/caminhao.svg)no-repeat;
    background-size: contain;
    width: 5.2vw;
    height: 9vh;
    left: 10.4%;
    top: 29.4%;
    --animate-duration: 2s;
}

.carro-vermelho {
    background: url(../base/carro-vermelho.svg)no-repeat;
    background-size: contain;
    width: 5.2vw;
    height: 9vh;
    right: 27%;
    top: 29%;
    --animate-duration: 3s;
}

.carro-azul {
    background: url(../base/carro-azul.svg)no-repeat;
    background-size: contain;
    width: 4vw;
    height: 6vh;
    right: 14.3%;
    bottom: 44%;
    --animate-duration: 4s;
}

.carro-branco {
    background: url(../base/carro-branco.svg)no-repeat;
    background-size: contain;
    width: 4vw;
    height: 6vh;
    right: 12.5%;
    top: 17%;
    --animate-duration: 4s;
}