.lineaFondo {
    width: 1247px;
    height: 4px;
    background: #552778;
    -moz-border-radius: 100px / 50px;
    -webkit-border-radius: 100px / 50px;
    border-radius: 750px / 3px;
    -moz-box-shadow: 0px 2px 12px 1.5px #552778;
    -webkit-box-shadow: 0px 2px 11px 0.5px #552778;
    box-shadow: 0px 2px 11px 0.5px #552778;
}

.flechaAtras {
    background-image: url(../img/Flechas/flechaAtras.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 70px;
    height: 70px;
    position: absolute;
    top: 655px;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.flechaSiguiente {
    background-image: url(../img/Flechas/flechaSiguiente.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 70px;
    height: 70px;
    top: 655px;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.ggc_contenido_L {
    /*background-image: url(../img/L_G06_U06_L04_03_01/L_G06_U06_L01-35.png);*/
    
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: #FFFFFF;
}

.tituloContent {
    text-align: center;
    font-size: 38.65px;
    font-family: "cabinregular";
    line-height: 53.75px;
}

ul {
    top: 232px;
    left: 390px;
    position: absolute;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

ul li {
    font-family: 'cabinregular';
    font-size: 35px;
    letter-spacing: normal;
    cursor: pointer;
}

ul li:nth-child(1) {
    font-weight: bold;
    padding-bottom: 3px;
    cursor: default;
}

.verdadero {
    background-image: url(../img/L_G06_U06_L04_04/v.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 50.55px;
    height: 51.52px;
    position: absolute;
    top: -11px;
    left: 13px;
}

.falso {
    background-image: url(../img/L_G06_U06_L04_04/f.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 38.26px;
    height: 37.73px;
    position: absolute;
    top: 2px;
    left: 10px;
}

.rojo {
    color: #BE0411;
}

.textoEnunciado {
    font-family: 'cabinmedium';
    font-size: 35px;
    position: absolute;
    left: 78px;
    line-height: 42px;
    top: 55px;
    color: #552778;
}

.headerC {
    background-image: url(../img/L_G07_U03_L05_01/imgHeader.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1182px;
    height: 55.47px;
    position: absolute;
    top: 27px;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    /* z-index: 1; */
}

.headerC div {
    font-family: 'cabinregular';
    font-size: 30px;
    color: #FFFFFF;
    padding-left: 72px;
}

.imgCuestionario {
    background-image: url(../img/L_G07_U03_L05_04/imgCuestionario.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1127px;
    height: 612.77px;
    top: 366px;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.circulo {
    position: absolute;
    width: 74.136px;
    height: 74.137px;
    border-radius: 50%;
    left: 931px;
    top: 107px;
    font-family: 'cabinbold';
    font-size: 42.87px;
    color: #6F6E6D;
    cursor: pointer;
}

.circulo span {
    position: absolute;
    padding-left: 26px;
    padding-top: 13px;
}

.fail {
    color: #BF0310;
}

.success {
    color: #70A73A;
}

.paddinV {
    padding-left: 23px !important;
}