.flechaSiguiente {
    width: 77px;
    height: 77px;
    position: absolute;
    left: 47%;
    top: 598px;
}

.area1 {
    background-image: url(../img/S_G07_U04_L01_03_04/imgAct4-area1-01.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1247px;
    height: 678px;
}

.area2 {
    background-image: url(../img/S_G07_U04_L01_03_04/imgAct4-area2-01.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1247px;
    height: 678px;
}


.lstQuestionario {
    margin: 0% 0 0 6%;
    padding: 0;
}

.lstQuestionario li {
    background-image: url(../img/S_G07_U04_L01_03_04/quest-01.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1137.63px;
    height: 93.29px;
    position: relative;
    margin-bottom: 5px;
}

.lstQuestionario .texto {
    white-space: nowrap;
    color: #fefefe;
    font-family: 'cabinregular';
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0;
    display: inline-block;
    margin: 1.5% 0 0 1%;
}

.lstQuestionario .circulo {
    border-radius: 80px;
    width: 74px;
    height: 74px;
    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: 5%;
    left: 83.5%;
}

.circuloV {
    top: 5%;
    left: 92%;
}

.success .texto {
    color: #559F99 !important;
}

.fail .texto {
    color: #CA4F23 !important;
}
