@import url("M_G06_U04_L01.css");
.elementoRelativo {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}

.titulo {
    font-family: 'cabinregular';
    color: #6F6F6E;
    position: absolute;
    font-size: 35px;
    line-height: 40px;
    letter-spacing: 0;
    top: 15%;
    left: 5%;
}

.lstQuestionario {
    margin: 12% 0 0 8%;
    padding: 0;
}

.lstQuestionario li {
    background-image: url(../img/M_G06_U04_L01_04/filaQuestionario.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1062px;
    height: 87px;
    position: relative;
    margin-bottom: 13px;
}

.lstQuestionario .texto {
    white-space: nowrap;
    color: #fefefe;
    font-family: 'cabinbold';
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0;
    display: inline-block;
    margin: 1% 0 0 4%;
}

.lstQuestionario .circulo {
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    border-radius: 80px;
    width: 74px;
    height: 74px;
    background-color: #F5F5F5;
    -webkit-box-shadow: inset 0px 0px 9px 4px rgba(0, 0, 0, 0.3);
    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: 79.5%;
}

.circuloV {
    top: 8%;
    left: 90%;
}

.success .texto {
    color: #3AAA35 !important;
}

.fail .texto {
    color: #E30613 !important;
}

span.suma {
    font-family: 'Arial';
}