
.cntResumen1 {
    background-image: url(../img/resumen/cntResumen1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 823.7px;
    height: 197.6px;
    position: absolute;
    left: 50%;
    top: 18%;
    transform: translate(-50%);
    -ms-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
}

.cntResumen2 {
    background-image: url(../img/resumen/cntResumen2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 523.7px;
    height: 185px;
    position: absolute;
    left: 50%;
    top: 58%;
    transform: translate(-50%);
    -ms-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
}

.cntResumen3 {
    background-image: url(../img/resumen/cntResumen3.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 930px;
    height: 179px;
    position: absolute;
    left: 50%;
    top: 24%;
    transform: translate(-50%);
    -ms-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
}

.cntResumen4 {
    background-image: url(../img/resumen/cntResumen4.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 930px;
    height: 179px;
    position: absolute;
    left: 50%;
    top: 55%;
    transform: translate(-50%);
    -ms-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
}

.cntResumen5 {
    background-color: #67AA69;
    width: 1066px;
    height: 232px;
    position: absolute;
    left: 50%;
    top: 26%;
    transform: translate(-50%);
    -ms-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.cntResumen5 .texto {
    font-family: 'cabinregular';
    letter-spacing: 0;
    color: #FEFEFE;
    font-size: 35px;
    text-align: center;
    line-height: 40px;
    margin-top: 1%;
}

.correcto {
    background-image: url(../img/resumen/correcto.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 33px;
    height: 42px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    right: 18%;
    display: none;
}

.incorrecto {
    background-image: url(../img/resumen/incorrecto.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 38.4px;
    height: 38.4px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    right: 18%;
    display: none;
}

.clickResumen {
    background-image: url(../img/click/clickResumen.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 33px;
    height: 36px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    right: 18%;
}

.textoOculto {
    font-family: 'Myriad Pro';
    font-size: 50px;
    color: #FEFEFE;
    font-weight: bolder;
    display: none;
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.flechaPregunta {
    position: absolute;
    width: 370px;
    height: 71px;
    background: #E7B041;
    left: 50%;
    transform: translate(-50%);
    -ms-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    bottom: -30.5%;
}

.flechaPregunta:after {
    content: "";
    position: absolute;
    bottom: -98.5%;
    left: 50%;
    border-style: solid;
    border-width: 71px 186px 0;
    border-color: #E7B041 transparent;
    display: block;
    width: 0;
    z-index: 1;
    transform: translate(-50%);
    -ms-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
}

.flechaPregunta .clickResumen {
    background-image: url(../img/click/clickResumen.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 44.5px;
    height: 49.5px;
    position: absolute;
    left: 50%;
    top: 70%;
    transform: translate(-50%);
    -ms-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    z-index: 2;
}

.flechaPregunta .pregunta {
    font-family: 'cabinregular';
    font-size: 80px;
    color: #FEFEFE;
    letter-spacing: 0;
    white-space: nowrap;
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    display: none;
}

.flechaPregunta2:after {
    content: "";
    position: absolute;
    bottom: -98.5%;
    left: 50%;
    border-style: solid;
    border-width: 71px 224px 0;
    border-color: #E7B041 transparent;
    display: block;
    width: 0;
    z-index: 1;
    transform: translate(-50%);
    -ms-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
}

.flechaPregunta2 .pregunta {
    font-size: 70px;
    top: 80%;
}

.lineaFondo {
    width: 1247px;
    height: 4px;
    background: #1D70B7;
    -moz-border-radius: 100px / 50px;
    -webkit-border-radius: 100px / 50px;
    border-radius: 750px / 3px;
    -moz-box-shadow: 0px 2px 12px 1.5px #575756;
    -webkit-box-shadow: 0px 2px 12px 1.5px #575756;
    box-shadow: 0px 2px 12px 1.5px #575756;
}

.flechaSiguiente {
    background-image: url(../img/M_G06_U02_L01_04/flechaSiguiente.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 72.6px;
    height: 85px;
    position: absolute;
    left: 94.5%;
    top: 91.5%;
    transform: translate(-50%, -50%);
}

.flechaAtras {
    background-image: url(../img/M_G06_U02_L01_04/flechaAtras.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 72.6px;
    height: 85.13px;
    position: absolute;
    left: 5.90%;
    top: 91.5%;
    transform: translate(-50%, -50%);
}

.textoPregunta {
    transform: translate(-50%, -50%);
    left: 51.5%;
    top: 14%;
    position: absolute;
    font-family: 'cabinregular';
    font-size: 35px;
    letter-spacing: normal;
    line-height: 42px;
    width: 1172px;
    color: #6F6F6E;
}

.imgRespuestasEjercicios {
    background-image: url(../img/M_G06_U02_L01_04/imgRespuestasEjercicios.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1061.72px;
    height: 514.23px;
    position: absolute;
    left: 47.5%;
    top: 57.5%;
    transform: translate(-50%, -50%);
}

.verdadero {
    font-family: 'cabinbold';
    font-size: 57.78px;
    letter-spacing: normal;
    line-height: 46.45px;
    color: #575756;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 27.5%;
    left: 84.5%;
    text-align: center;
    cursor: pointer;
}

.falso {
    font-family: 'cabinbold';
    font-size: 45.78px;
    letter-spacing: normal;
    line-height: 46.45px;
    color: #575756;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 27.5%;
    left: 84.5%;
    text-align: center;
    cursor: pointer;
}

.textoPreguntas {
    font-family: 'cabinbold';
    font-size: 30.34px;
    letter-spacing: normal;
    line-height: 36.41px;
    color: #FFFFFF;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.Rcorecta {
    color: #3AA935;
}

.Rincorrecta {
    color: #E30513;
}

.TableConversion {
    background-image: url(../img/M_G06_U02_L01_04/imgTableConversion.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1020.43px;
    height: 430.57px;
    position: absolute;
    left: 50%;
    top: 50.5%;
    transform: translate(-50%, -50%);
}

.titulosTables {
    position: absolute;
    width: 132px;
    color: #FFFFFF;
    font-size: 33.5px;
    transform: translate(-50%, -50%);
    left: 32%;
    top: 28%;
    z-index: 2;
    font-family: 'cabinbold';
    letter-spacing: normal;
    line-height: 30px;
}

.textoTable {
    display: block;
    font-size: 30px;
    text-align: center;
    line-height: 35px;
    color: #6F6F6E;
    font-family: 'cabinregular';
    letter-spacing: normal;
}

.clickObj {
    background-image: url(../img/clickObj.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 34.894px;
    height: 38.7px;
    position: absolute;
    left: 44.5%;
    top: 100.2%;
    z-index: 3;
}

.tableEjercicio2 {
    background-image: url(../img/M_G06_U02_L01_04/imgTableEjercicio2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1010.43px;
    height: 335.57px;
    position: absolute;
    left: 50%;
    top: 58.1%;
    transform: translate(-50%, -50%);
}

.razonamiento1 {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 426px;
    left: 289px;
    width: 309px;
    height: 230px;
    cursor: default;
   
    border-bottom-left-radius: 10px;
}

.operacion1 {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 54.1%;
    left: 51.4%;
    width: 383.92px;
    height: 111.992px;
    cursor: pointer;
    
}

.operacion3 {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 63%;
    left: 78.2%;
    width: 277.918px;
    cursor: pointer;
    height: 229.066px;
    border-bottom-right-radius: 10px;
  
}

.solucion1 {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 63%;
    left: 78.2%;
    width: 277.918px;
    cursor: pointer;
    height: 230.066px;
    border-bottom-right-radius: 10px;
}