.area1 {
    background-image: url(../img/M_G07_U05_L03_04/imgR-area1-01.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1247px;
    height: 668px;
}

.lstQuestionario {
    margin: 0% 0 0 4%;
    padding: 0;
    position: absolute;
    top:17%;
}

.lstQuestionario li {
    background-image: url(../img/M_G07_U05_L03_04/filaQuest-01.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1155.61px;
    height: 69.66px;
    position: relative;
    margin-bottom: 8px;
}

.lstQuestionario .texto {
    white-space: nowrap;
    color: #fefefe;
    font-family: 'cabinregular';
    font-size: 29px;
    line-height: 30px;
    letter-spacing: 0;
    display: inline-block;
    margin: 1.5% 0 0 4%;
}

.lstQuestionario .circulo {
    border-radius: 80px;
    width: 55px;
    height: 55px;
    background-color: #F5F5F5;
    box-shadow: inset 0px 0px 9px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 0px 9px 4px rgba(0, 0, 0, 0.3);
    position: absolute;
    display: inline-block;
    cursor: pointer;
}

.lstQuestionario .circulo .texto {
    font-family: 'cabinbold';
    font-size: 43px;
    color: #6E6E6E;
    letter-spacing: 0;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    margin: 0;
}

.circuloF {
    top: 8%;
    left: 93.5%;
}

.circuloV {
    top: 8%;
    left: 87.5%;
}

.success .texto {
    color: #559F99 !important;
}

.fail .texto {
    color: #CA4F23 !important;
}
