#ppsa-quiz-container p, #ppsa-quiz-container a {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

#ppsa-quiz-container .ui-header, #ppsa-quiz-container .ui-footer {
    border: none;
}

#ppsa-quiz-container .content-center {
    padding: 20px;

}

#ppsa-quiz-container .home-title {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}




#ppsa-quiz-container .bg-inicio {
    background-image: url(../media/fundo-inicio.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#ppsa-quiz-container .bg-loose {
    background-image: url(../media/bg-loose.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#ppsa-quiz-container .bg-wellcome {
    background-image: url(../media/bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#ppsa-quiz-container .bg-cadastro {
    background-image: url(../media/bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#ppsa-quiz-container .bg-quiz {
    background-image: url(../media/fundo.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#ppsa-quiz-container .bg-resultado {
    background-image: url(../media/bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


#ppsa-quiz-container .bg-doacao{
    background-image: url(../media/bg-doacao.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


#ppsa-quiz-container #videoIdle {
    position: absolute;
    width: 100%;
    height: 100%;
    top:0px;
    left: 0px;
}


#ppsa-quiz-container #btInicio {
    position: absolute;
    width: 50%;
    height: 50%;
    top:25%;
    left: 25%;
}

#ppsa-quiz-container #btWellcome {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: white;
    font-size: 500px;
}

#ppsa-quiz-container #quizTitle {
    position: relative;
    width: 100%;
    height: 200px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin: auto;
}

#ppsa-quiz-container .logmarca {
    position: absolute;
    top: 10px;
    right: 10px;
}

#ppsa-quiz-container .logmarca img {
    width: 60px;
}


#ppsa-quiz-container .timer {
    text-align: center;
    position: absolute;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    top: 10px;
    right: 50px;
    font-size: 40px;
    color: white;
    font-weight: bold;
    width: 100px;
    border-radius: 50%;
    text-align: center;
    border:15px solid #0000;
    padding: 10px; 
    background:
    linear-gradient(#214f65,#214f65) padding-box,
    linear-gradient(#f2cc2a, #007c85) border-box;
}


#ppsa-quiz-container #btCadastro, #ppsa-quiz-container #btFinalizar {
    background-color: #4fa52c;
    color: black;
}

#ppsa-quiz-container #btLoose, #ppsa-quiz-container #btDoacao {
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
}

#ppsa-quiz-container #btQuizAjuda {
    border-radius: 50px;
    text-align: center;

    background: #adc809;
    width: 200px;
    /* height: 50px; */
    font-size: 20px;
    color: #00264b;
    text-shadow: none;
}
#ppsa-quiz-container #btQuizPular {
    border-radius: 50px;
    text-align: center;
    background: #3bae2b;
    width: 200px;
    /* height: 50px; */
    font-size: 20px;
    color: #00264b;
    text-shadow: none;
}



#ppsa-quiz-container h2 {
    color: #7daa03;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
}

#ppsa-quiz-container .btQuestion {
    font-size: 30px;
    color: #ffffff;
    background-color: transparent;
    text-shadow: none;
    border: none;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin: 40px 40px;
    padding: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

#ppsa-quiz-container .btQuestion span {
    font-size: 40px;
    margin-right: 20px;
}

#ppsa-quiz-container .ui-disabled, #ppsa-quiz-container .ui-state-disabled, #ppsa-quiz-container button[disabled], #ppsa-quiz-container .ui-select .ui-btn.ui-state-disabled {
    filter: Alpha(Opacity=60);
    opacity: .6 !important;
    zoom: 1;
}


#ppsa-quiz-container #titleQuestion {
    text-align: left;
    color: white;
    font-size: 25px;
    font-weight: bold;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    width: 100%;
    position: relative;
    z-index: 1;
}

#ppsa-quiz-container .correta {
    background-color: chartreuse;
}

#ppsa-quiz-container .overlay-popup {
    position: absolute;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.50);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

#ppsa-quiz-container .resposta {
    z-index: 2;
    background-color: white;
    border-radius: 40px;
    width: 500px;
    padding: 50px;
    text-align: center;
}

#ppsa-quiz-container .resposta h2 {
    margin: 0;
}

#ppsa-quiz-container .question-number {
    color: #000000;
    margin: 0;
    padding: 0;
    font-size: 172px;
    text-align: center;
}


/* ///////////// Resultado ////////// */
#ppsa-quiz-container #barraCompleta {
    position: relative;
    margin: auto;
    width: 490px;
    height: 100px;
    border: 1px solid black;
    border-radius: 20px;
    background-color: white;
    box-shadow: 5px 5px 10px 1px rgba(0,0,0,0.4);
}

#ppsa-quiz-container #barra {
    position: absolute;
    z-index:1;
    top: 0px;
    left: 0px;
    height: 100px;
    width: 0px; /* 490px */
    background-color: #0088bb;
    border-radius: 20px;
}

#ppsa-quiz-container #percent {
    font-size: 80px;
    line-height: 100px;
    margin: 0;
    padding: 0;
}

#ppsa-quiz-container #resultado {
    position: relative;
    z-index:3;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 768px;
    text-align: center;
}


#ppsa-quiz-container #quizResultado {
    font-size: 24px; 
    color: #7daa03; 
    text-transform: uppercase;
}

#ppsa-quiz-container .fimTexto {
    color: #ffffff; 
}

#ppsa-quiz-container #result {
    text-align: center;
    width: 100%;
    font-size: 60px;
    line-height: 70px;
    color: #ffffff;
}

#ppsa-quiz-container #shoresult {
    background-repeat: no-repeat;
    background-size: contain;
    width: 600px;
    height: 800px;
}

#ppsa-quiz-container #icon {
    margin-top: 30px;
    width: 150px;
    height: 150px;
}




