.imag {
    width: 250px;
    height: 250px;
    border: 3px solid #5cb343;
    border-radius: 15px;
    margin: 10px;
    background: #f1f1f1;
}

.figura {
    width: 250px;
    height: 250px;
    border: 3px solid #5cb343;
    border-radius: 15px;
    position: relative;
    display: inline-table;
    background: #f1f1f1;
    background-image: url('../image/game/interrogacao.png');
    background-position: center center;
    background-repeat: no-repeat;
}

.description {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 45rem;
    margin: 20px auto;
    padding: 20px;
}

.enunciado {
    width: 100%;
    max-width: 45rem;
    margin: 20px auto;
    padding: 20px;
    background-color: #5db344;
    border: 2px solid #62b14a;
    color: #ffffff;
    font-weight: bold;
    border-radius: 20px;
}

.master {
    width: 100%;
    max-width: 45rem;
    margin: 20px auto;
    padding: 0px 20px;
}

.contain {
    display: flex; 
    align-items: center;
}

#dragimages {
    flex-direction: column;
}

.btn-iniciar {
    padding: 20px;
    background-color: #5db344;
    color: #ffffff;
    text-align: center;
    margin: 20px auto;
    display: flex;
    align-items: center;
    border-radius: 10px;
    width: 160px;
    text-decoration: none;
    justify-content: center;
}

.btn-question-blue {
    background-color: #0000ff;
    color: #ffffff;
    padding: 10px;
    border-radius: 15px;
    margin: 20px auto;
    display: block;
    box-shadow: 1px 5px 5px grey;
    cursor: pointer;
}

.btn-question-red {
    background-color: #ff0000;
    color: #ffffff;
    padding: 10px;
    border-radius: 15px;
    margin: 20px auto;
    display: block;
    box-shadow: 1px 5px 5px grey;
    cursor: pointer;
}

.btn-question-dark-gray {
    background-color: #484747;
    color: #ffffff;
    padding: 10px;
    border-radius: 15px;
    margin: 20px auto;
    display: block;
    box-shadow: 1px 5px 5px grey;
    cursor: pointer;
}

.btn-question {
    background-color: #ffffff;
    color: #000000;
    text-align: left;
    font-size: inherit;
    padding: 10px;
    border-radius: 15px;
    border: none;
    margin: 10px;
    display: block;
    cursor: pointer;
}

.btn-question-blue span, .btn-question-red span, .btn-question span {
    font-size: 130%;
}

.image-question {
    text-align: center;
}

.image-question img {
    width: 100%;
    max-width: 600px;
    margin: 20px auto;
    border: 1px solid #d1d1d1;
    border-radius: 15px;
    align-self: center;
}


.end-game-title {
    background-color: #f26922;
    top: 0;
    position: absolute;
    text-align: center;
    font-weight: bold;
    font-size: 2rem !important;
    color: #ffffff !important;
    padding: 20px 0px;
    margin: 0 auto;
    width: 100%;
    border-radius: 20px 20px 0px 0px;
}

.main-box-end-game {
    background: #fff;
    border-radius: 30px;
    margin: 1rem auto;
    padding: 0px;
    padding-top: 100px;
    border: 2px solid #f5874d;
    width: 100%;
    max-width: 720px;
    position: relative;
    text-align: center;
}

.main-box-end-game p {
    text-transform: uppercase;
}

.monkey-end-game {
    background-image: url('../image/monkey-end-game.png');
    background-repeat: no-repeat;
    background-position: right bottom;
}


#audiohome, #audiopages {
    text-align: center;
    margin: 10px auto;
    display: block;
    width: 250px;
}

.main-box {
    background: #fff !important;
    border-radius: 30px;
    margin: 1rem auto;
    padding: 50px;
    border: 2px solid #f5874d !important;
    width: 100%;
    max-width: 720px;
    position: relative;
}

.fundo-quiz {
    background-image: url('../image/padrao-fundo-quiz.jpg');
}

.img-abertura {
    width: 100%;
    max-width: 640px;
    margin: 20px auto;
    text-align: center;
}

.img-abertura img {
    border-radius: 20px;
    width: 100%;
    max-width: 600px;;
}

.grab {
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.grab:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.mov-mouse {
    width: 150px;
    height: auto;
    position: relative;
    margin-top: -190px;
    z-index: 1;
    display: block;
    animation: rotate 2s linear infinite;
}

.touch-gesture__click {
    position: absolute;
    bottom: -100px;
    transform: rotate(30deg);
    left: 35%;
}


@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    
    to {
        transform: rotate(30deg);
    }
}

.button__play {
    width: 24px;
    height: 24px;
    margin-left: 6px;
}

.button__play::after {
    content: url(../image/arrow_circle_right24.svg);
}

.button__reload {
    width: 24px;
    height: 24px;
    margin-left: 6px;
}

.button__reload::after {
    content: url(../image/ico_reload.svg);
}

/* play */








.audio {
    text-align: center;
    align-items: center;
  }


.btnplayaudio {
    color: #ddd;
    width: 24px;
    height: 24px;
    margin-right: 20px;
    text-align: center;
    line-height: 50px;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    background-color: #ffffff;  
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 0 0 1px #ddd, inset 0 0 0 3px #fff,inset 0 0 0 4px #ddd;
    box-shadow: inset 0 0 0 1px #ddd, inset 0 0 0 3px #fff,inset 0 0 0 4px #ddd;
      -webkit-transition: all .2s ease;
      transition: all .2s ease;
      content: url(../image/circle-play.svg);
  }

  .btnplayaudio.active {
    color: #ddd;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 50px;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    background-color: #ffffff;  
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 0 0 1px #ddd, inset 0 0 0 3px #fff,inset 0 0 0 4px #ddd;
    box-shadow: inset 0 0 0 1px #ddd, inset 0 0 0 3px #fff,inset 0 0 0 4px #ddd;
      -webkit-transition: all .2s ease;
      transition: all .2s ease;
      content: url(../image/circle-pause.svg);
  }

  .btnplayaudio__pause {
    content: url(../image/circle-pause.svg);
  }

/****/

.choice-container {
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
}

.choice-container-master-column {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.choice-container-master-column button {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.choice-container-master-column img {
    width: 200px;
    border-radius: 20px;
}

@media (max-width: 740px) {
    .choice-container-master-column {
        flex-direction: column;
    }
}

.choice-container-column {
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
    flex-direction: column-reverse;
}

.choice-text {
    display: flex;
    align-items: center;
    padding: 0px;
    margin-bottom: 10px;
    height: auto;
}

.choice-prefix {
    padding: 10px 20px;
    background-color: #56a5eb;
    color: white;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
}

/* audios */

.audiotextoenunciado {
    display: flex; 
    justify-content: center; 
    align-items: center;
    text-align: justify;
}

/* progress bar */

#progressBar {
    width: 100%;
    max-width: 20rem;
    height: 1.2rem;
    border: 0.2rem solid #56a5eb;
    margin: 0 auto;
}

#progressBarFull {
    height: 1rem;
    background-color: #56a5eb;
}

@media (max-width: 500px) {
    
    .imag,
    .figura {
        width: 160px;
        height: 160px;
    }
    
    .touch-gesture__click {
        left: 20%;
        width: 75px;
    }
}
.img-abertura {
    width: 100%;
    max-width: 640px;
    margin: 20px auto;
    text-align: center;
}

.img-abertura img {
    border-radius: 20px;
    width: 100%;
    max-width: 600px;
}

.img-footer {
    width: 300px;
    margin: 20px auto;
    text-align: center;
}

.img-footer img {
    border-radius: 20px;
    width: 50%;
    max-width: 300px;
}