.quizProgresso {
    margin-bottom: 25px;
}

.quizProgressoPosicao {
    text-align: center;
    margin-bottom: 4px;
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;
}

.quizProgressoPosicao span {
    color: #00e169;
}

.quizProgressoBarra {
    background-color: #eaeaea;
    position: relative;
    height: 8px;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.quizProgressoBarra span {
    position: absolute;
    top: 0;
    left: 0;
    height: 8px;
    width: 0%;
    background-color: #00e169;
}

.quizTitulo {
    font-size: 28px;
    line-height: 42px;
    margin: 0 0 20px;
    padding: 0;
    font-weight: bold;
    text-align: center;
    color: #111;
}

.quizTexto {
    color: #555;
    margin-bottom: 25px;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
}

.quizAlternativas {}

.quizAlternativa {
    display: block;
    background-color: #ffffff;
    border: 1px #696767 solid;
    cursor: pointer;
    font-weight: 700;
    margin-bottom: 13px;
    position: relative;
    padding: 14px 14px 14px 50px;
    box-shadow: 0 4px 4px 0 rgb(126 131 142 / 20%);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.quizAlternativa span {
    position: absolute;
    top: 11px;
    left: 10px;
    width: 28px;
    height: 28px;
    background-color: #FFF;
    border: 1px #00e169 solid;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.quizAlternativa:hover {
    background-color: #e6fff2;
}

.quizAlternativa.marcado {
    border-color: #00e169;
    background-color: #e2fff0;
}

.quizAlternativa.marcado span {
    border-color: #333;
    background-color: #00e169;
}

.quizConteudo {
    background-color: #f7f7f7;
    padding: 12px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.quizFormGroup {
    margin-bottom: 12px;
}

.quizFormGroup label {
    display: block;
    margin-bottom: 2px;
}

.quizFormCampo {
    width: 100%;
    background-color: #FFF;
    color: #333;
    border: 1px #00e169 solid;
    height: 44px;
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 44px;
    color: #555;
    background-image: none;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.quizCampoTelefone {
    position: relative;
    padding-left: 100px;
}

.quizCampoDDD {
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
}

.quizFormBotao {
    width: 100%;
    background-color: #28a745;
    color: #FFF;
    height: 44px;
    font-weight: bold;
    font-size: 16px;
    border: none;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.quizFormBotao:hover {
    opacity: 0.8;
}

.quizFormCampoDDD {
    text-align: center;
}