@media (max-width:1000px) {

    #containerControle{
        gap: 2rem!important;
    }

    .botaoControle {
        width: 95% !important;
        height: auto !important;
        padding: .5rem !important;
      }

    .botaoControle i{
        font-size: 1.5rem!important;
    }

    .botaoControle h2{
        font-size: 1rem;
    }

    .espacoContainer{
        width: 100vw !important;
        max-height: 100vh !important;
        height: 100vh !important;
    }

    #headerPergunta,.espacoContainer{
        border-radius: 0;
    }

    #contadorProximaPergunta{
        font-size: 1rem!important;
    }

    #contagemProxPergunta {
        width: 1.5rem !important;
        height: 1.5rem !important;
    }

    #playerIcon img{
        width: 3rem!important;
        height: 3rem!important;
    }

}