.esconderTurnYourPhone{
    display: none;
}

.mostrarTurnYourPhone{
    display: block;

}


@media(max-width: 1270px){

    .botaoTrocarPersonagem a{
        font-size: 10px;
        width: 100px;   
    }

    .botaoTrocarPersonagem{
        right: 0;
    }
    .cabecalho{
        justify-content: space-around;
        gap: 100px;
    }
    
    .menu{
        gap: 15px;
        font-size: 20px;
    }

    .game-board{
        height: 400px;
        margin-top: 20px;
        
        /* height: 100vh; */
    }



    .ranking{        
        bottom: -150px;
        margin: auto;
        right: 0;
        left: 0;
        width: 300px;
        height: 100px;
    }

    

    
    .card-caracter{
        border: 1px pink solid;
        width: 150px;
        height: 150px;
        cursor: pointer;  
    }
      
    .card-caracter img{
        width: 100%;        
    }

    .nomePersonagem{
        text-align: center;
        font-size: 18px;
        color: white;
        margin-top: 5px;
    }

    .turnYourPhone{
        display: none;
    }
    .turnYourPhoneImg{
        display: none;
    }

}

@media(max-width: 660px){
    .jogo-container{
        margin: 0 0 0 0;
        /* background: black; */
    }


    .divMapas{
        position: relative;
        width: 80%;
        
    }

  

    .setaMapa{
        width: 30px;
        cursor: pointer;
        position: absolute;
        bottom: 50px;
    }

    .setaMapa{
        width: 30px;
        cursor: pointer;
        position: absolute;
        bottom: 50px;
    }

    .ranking{        
        width: 100%;
        height: 100px;
        padding-bottom: 20px;
    }

    .select-caracter{        
        justify-content: space-evenly;
        height: 1500px;
        margin: 100px 0;
        padding: 0;

        
    }

    .select-caracter h2{
        text-align: center;
        font-size: 25px;
        top: -70px;
    }

    .card-caracter{
        border: 1px pink solid;
        width: 150px;
        height: 150px;
        cursor: pointer;
        margin-bottom: 50px;
       
    }
      
    .card-caracter img{
        width: 100%;
    }

    .game-board{
        height: 0;
        width: 0;  
    }

    .turnYourPhone{
        position: absolute;
        margin: auto;
        top: 200px;
        right: 0;
        left: 0;
        color: white;
        text-align: center;
        /* display: block; */
      
    }
    
    .turnYourPhoneImg{
        margin-top: 50px;
        text-align: center;
        width: 150px;
        position: absolute; 
        right: 0;
        left: 0;
        margin: auto;
        margin-top: 50px;
        display: block;
       
    }

    
    .apresentacaoDiv{
        margin-top: 100px;
        text-align: center;
        color: white;
        font-size: 1px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        height: 100vh;    
        flex-direction: column;
        margin-bottom: 50px;    
        gap: 2px;    
    }

    .apresentacao{
        width: 100%;   
				height: 1100px;      
				padding: 20px; 
    }

    .home-container{        
    }

    body{
        height: 100%;    
    }

    html{
        min-height: 180%;                
    }

    .showPersonagem{
        display: none;
    }
    .cardsPersonagem{
        /* border: 2px solid black; */
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .logo{
        height: 50px;
    }

    .cabecalho{
        align-items: flex-start;
    }

		.buttonIniciar{
			width: 150px;
			height: 50px;
			font-size: 20px;
		}
   
}


