@import url("M_G06_U05_L03_03.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: 10%;
    left: 5%;
}

.lstQuestionario {
    margin: 1% 0 0 6%;
    padding: 0;
}

.lstQuestionario li {
    background-image: url(../img/M_G06_U05_L03_04/filaQuestionario-01.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1062px;
    height: 104px;
    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 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: 16%;
    left: 79.5%;
}

.circuloV {
    top: 16%;
    left: 90%;
}

.success .texto {
    color: #559F99 !important;
}

.fail .texto {
    color: #CA4F23 !important;
}
/*inicio tablaConversion*/

.tblConversion {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: 10px solid transparent;
    border-collapse: separate;
}
/*header*/

.tblConversion tr th {
    height: 81px;
    white-space: nowrap;
    text-align: center;
    color: #fefefe;
    font-family: 'cabinbold';
    font-size: 35px;
    line-height: 81px;
    letter-spacing: 0;
}

.tblConversion tr th:nth-child(1) .elementoRelativo {
    width: 312px;
    background-color: #CF644E;
}

.tblConversion tr th:nth-child(2) .elementoRelativo {
    width: 386.92px;
    background-color: #77B9B9;
}

.tblConversion tr th:nth-child(3) .elementoRelativo {
    width: 278px;
    background-color: #CF644E;
}

.tblConversion tr th .elementoRelativo {
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
/*fin header*/
/*inicio area*/


.tblConversion tr td {
    vertical-align: top;
    color: #6E6E6E;
    font-family: 'cabinregular';
    font-size: 30px;
    line-height: 125px;
    letter-spacing: 0;
    border-bottom: 5px solid transparent;
    text-align: center;
}

.tblConversion tr:nth-child(1) th:nth-child(2) {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

.tblConversion tr td:nth-child(2) {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

.tblConversion tr:nth-last-child(1) td {
    border-bottom: 0;
}

.borderRadiusL {
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-left-radius: 8px;
}

.borderRadiusR {
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    border-bottom-right-radius: 8px;
}

.celdaOculta {
    cursor: pointer;
}

.celdaOculta .texto {
    display: none;
}

.celdaOculta .clickCampoOculto {
    background-image: url(../img/click/clickPregunta2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 36px;
    height: 40px;
    position: absolute;
    display: inline-block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.cntActividad {
    width: 1104px;
    height: 408px;
    background-color: #C7C5B7;
    padding: 12px 14px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin: 7.5% auto 0 auto;
    position: relative;
}

.borde {
    border: 1px solid #fefefe;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.lstParejaOrigen {
    margin: 2% 0 0 3%;
    padding: 0;
    display: inline-block;
}

.pareja1 {
    background-color: #77B9B9 !important;
}

.pareja2 {
    background-color: #CF644E !important;
}

.pareja3 {
    background-color: #A1BF37 !important;
}

.pareja4 {
    background-color: #68A7DE !important;
}

.pareja {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    width: 302px;
    height: 76px;
    border: 5px solid #fefefe;
    position: relative;
    margin-bottom: 5px;
}

.pareja .texto {
    color: #FEFEFE;
    font-family: 'cabinbold';
    font-size: 40px;
    line-height: 76px;
    letter-spacing: 0;
    text-align: center;
    position: absolute;
    display: inline-block;
    white-space: nowrap;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.lstParejaDestino {
    margin: 2% 0 0 5%;
    padding: 0;
    display: inline-block;
}

.lstParejaDestino li {
    background-color: rgba(197, 197, 197, 0.35);
}

.lstParejaSeleccion {
    margin: 2% 0 0 4%;
    padding: 0;
    display: inline-block;
}

.lstParejaSeleccion li {
    background-color: #6E6E6E;
    cursor: pointer;
}

.imgRf1 {
    background-image: url(../img/M_G06_U05_L03_04/imgRf1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1090.58px;
    height: 312.55px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}


.clickResultadosCajas {
    width: 145.667px;
    height: 61.711px;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    font-family: 'cabinregular';
    font-size: 35px;
    text-align: center;
    border-radius: 13px;
}

.clickCampoOculto {
    background-image: url(../img/click/clickPregunta3.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 34px;
    height: 38px;
    position: absolute;
    display: inline-block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.cntEquivalencias {
    padding: 10px solid rgba(155, 155, 155, 0.3);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: rgba(155, 155, 155, 0.3);
    margin: 8% auto 0 auto;
    display: inline-block;
    display: table;
    width: 1008.429px;
    height: 399.392px;
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 307px;
}

.tblConversion tr th:nth-child(1) .elementoRelativo {
    width: 311.917px;
    background-color: #EF525B;
}

.tblConversion tr th:nth-child(2) .elementoRelativo {
    width: 386.92px;
    background-color: #59C6C6;
}

.tblConversion tr th:nth-child(3) .elementoRelativo {
    width: 277.683px;
    background-color: #EF525B;
}

.tblConversion tr th .elementoRelativo {
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
/*fin header*/
/*inicio area*/
/*inicio columna 1 y 3*/

.tblConversion tr td:nth-child(1) .elementoRelativo,
.tblConversion tr td:nth-child(3) .elementoRelativo {
    height: 317.105px;
    background-color: #fefefe;
    line-height: 32px;
}

.tblConversion tr td:nth-child(1) .texto,
.tblConversion tr td:nth-child(3) .texto {
    position: absolute;
    white-space: nowrap;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    text-align: left;
}
/*fin columna 1 y 3*/

.tblConversion tr td:nth-child(2) .elementoRelativo {
    background-color: #F5F5F5;
    height: 101.992px;
    width: 100%;
}
/*fin contenido*/

.textoCeldas{
      vertical-align: top;
  color: #6E6E6E;
  font-family: 'cabinregular';
  font-size: 40px;
  line-height: 125px;
  letter-spacing: 0;
  border-bottom: 5px solid transparent;
  text-align: center;
}


.containerDrags {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 839px;
    top: 54%;
    position: absolute;
    transform: translate(-50%, -50%);
}

.itemContainerDrag {
    width: 235px;
    height: 114px;
    border-radius: 10px;
    margin: 3px 0px 3px 0px;
    position: relative;
}

.containerDrags2 {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 78%;
    top: 364px;
    position: absolute;
    transform: translate(-50%, -50%);
}

.itemContainerDrag2 {
    width: 235px;
    height: 114px;
    border-radius: 10px;
    margin: 15px 0px 15px 0px;
}

.pareja1 {
    background-color: #54D1C1;
}

.pareja2 {
    background-color: #FF75A9;
}

.pareja3 {
    background-color: #54D1C1;
}

.pareja4 {
    background-color: #FF75A9;
}

.letrasContent {
    font-family: 'cabinregular';
    font-size: 30px;
    position: absolute;
    top: 45px;
    left: 70px;
    letter-spacing: normal;
}

.drop1PBorder {
    background-image: url(../img/M_G06_U05_L03_03_02/imgBorde.png);
    background-size: 100% 100%;
    width: 255.38px;
    height: 127.205px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    background-color: #F5F5F5;
    border-radius: 16px;
    border: 2px solid white;
    /* position: absolute;
    transform: translate(-50%, -50%);
    
    left: 50%;
    top: 50%;*/
}

.drop1P1 {
    width: 235px;
    height: 114px;
    background-color: #706F6F;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.contentClick {
    cursor: pointer;
    width: 597px;
    height: 153px;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 510px;
    left: 320px;
    z-index: 2;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.imgF1 {
    background-image: url(../img/M_G06_U04_L03_04/imgRf1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 806px;
    height: 310px;
    left: 50%;
    top: 310px;
    position: absolute;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.imgF2 {
    background-image: url(../img/M_G06_U04_L03_04/imgRf2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1087px;
    height: 326px;
    left: 581px;
    top: 294px;
    position: absolute;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.imgFn1 {
    background-image: url(../img/M_G06_U04_L03_04/imgNum1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 87.83px;
    height: 87.83px;
    left: 104px;
    top: 294px;
    position: absolute;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 2;
}

.imgFn2 {
    background-image: url(../img/M_G06_U04_L03_04/imgNum2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 87.83px;
    height: 87.83px;
    left: 647px;
    top: 294px;
    position: absolute;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 2;
}

.imgF3 {
    background-image: url(../img/M_G06_U04_L03_04/imgRf3.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1150.44px;
    height: 485.98px;
    left: 623px;
    top: 321px;
    position: absolute;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 2;
}

.clickPregunta5 {
    background-image: url(../img/click/clickPregunta5.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 36px;
    height: 40px;
    position: absolute;
    left: 48%;
    top: 43.2%;
    display: inline-block;
    z-index: 1;
}

.clickPregunta4 {
    background-image: url(../img/click/clickPregunta4.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 36px;
    height: 40px;
    position: absolute;
    left: 48%;
    top: 43.2%;
    display: inline-block;
    z-index: 1;
}

.parcheAzul {
    background-image: url(../img/M_G06_U02_L06_04/parcheAzul.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 195px;
    height: 77.73px;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}

.parcheNaranja {
    background-image: url(../img/M_G06_U02_L06_04/parcheNaranja%20.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 195px;
    height: 77.73px;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}

.parcheAmarrillo {
    background-image: url(../img/M_G06_U02_L06_04/parcheAmarillo.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 195px;
    height: 77.73px;
    left: 50%;
    top: 51%;
    position: absolute;
    transform: translate(-50%, -50%);
}

fraccionario {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    padding: 0px;
    margin: 0;
    line-height: 30px;
    text-align: center;
}

.fraccionario .linea {
    display: inline-block;
    border: 1px solid #fefefe;
    width: 100%;
    vertical-align: middle;
}

.fraccionario li:nth-child(1) {
    line-height: 12px;
}

.fraccionario li:nth-child(3) {
    line-height: 24px;
}

.campoMemoria ul {
    display: table-cell;
    margin: 0px;
}

.letrasContent2 {
    text-align: center;
    font-family: 'cabinregular';
    font-size: 40px;
    padding-top: 9px;
    color: #ffffff;
}

.lineHfraccion {
    line-height: 13PX;
}

.lineaFraccion {
    position: absolute;
    padding-top: 12px;
}

.lineaVerde {
    background-image: url(../img/M_G06_U04_L02_04/imgRl1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
      width: 216.99px;
  height: 252.12px;
  left: 611px;
  top: 310px;
    position: absolute;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.lineaNaranja {
    background-image: url(../img/M_G06_U04_L02_04/imgRl2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
      width: 185px;
  height: 8px;
  left: 614px;
  top: 311px;
    position: absolute;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.lineaAzul {
    background-image: url(../img/M_G06_U04_L02_04/imgRl3.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
     width: 197.99px;
  height: 261.63px;
  left: 613px;
  top: 427px;
    position: absolute;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.lineaRojo {
    background-image: url(../img/M_G06_U04_L02_04/imgRl3.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
       width: 200.06px;
  height: 136.33px;
  left: 613px;
  top: 484px;
    position: absolute;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.lineaVerdeO {
    background-image: url(../img/M_G06_U04_L02_04/imgRl4.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
       width: 223px;
  height: 372.29px;
  left: 607px;
  top: 367px;
    position: absolute;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.puntoVerdes {
    width: 12px;
    height: 12px;
    left: 510px;
    top: 178px;
    border-radius: 50%;
    position: absolute;
    border: 7px solid #59C6C6;
}

.puntoNaranja {
    width: 12px;
    height: 12px;
    left: 510px;
    top: 233px;
    border-radius: 50%;
    position: absolute;
    border: 7px solid #F9B233;
}

.puntoAzul {
    width: 12px;
    height: 12px;
    left: 510px;
    top: 298px;
    border-radius: 50%;
    position: absolute;
    border: 7px solid #F9B233;
}

.puntoRojo {
    width: 12px;
    height: 12px;
    left: 510px;
    top: 413px;
    border-radius: 50%;
    position: absolute;
    border: 7px solid #36A9E1;
}

.puntoVerdeO {
    width: 12px;
    height: 12px;
    left: 510px;
    top: 530px;
    border-radius: 50%;
    position: absolute;
    border: 7px solid #EF525B;
}

.puntoOpacity {
    border: 7px solid #706F6F;
    opacity: 0.6;
}

.popup1 {
    background-image: url(../img/M_G06_U04_L03_04/imgRPopup1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1076px;
    height: 489px;
}

.popup1 .btnCerrar {
    background-image: url(../img/M_G06_U04_L03_04/btnCerrar1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 81.75px;
    height: 81.75px;
    left: 1016px;
    top: -23px;
    position: absolute;
}

.btnPopup1 {
    cursor: pointer;
    width: 220px;
    height: 112px;
    
    position: absolute;
    top: 340px;
    left: 222px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.popup2 {
    background-image: url(../img/M_G06_U04_L03_04/imgRPopup2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1221px;
    height: 554px;
}

.popup2 .btnCerrar {
    background-image: url(../img/M_G06_U04_L03_04/btnCerrar1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 81.75px;
    height: 81.75px;
    left: 1158px;
    top: -23px;
    position: absolute;
}

.popup3 {
    background-image: url(../img/M_G06_U04_L03_04/imgRPopup3.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1089px;
    height: 575px;
}

.popup3 .btnCerrar {
    background-image: url(../img/M_G06_U04_L03_04/btnCerrar2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 72.999px;
    height: 72.999px;
    left: 1027px;
    top: -30px;
    position: absolute;
}

.itemCirculo {
    width: 74.135px;
    cursor: pointer;
    ackground-color: transparent;
    
    position: absolute;
    height: 74.135px;
    border-radius: 50%;
    top: 133px;
    left: 759px;
}

.letraCirculo {
    font-family: 'cabinbold';
    font-size: 42.87px;
    text-align: center;
    position: absolute;
    top: 11px;
    left: 27px;
}

.textoPreguntas {
    position: absolute;
    font-family: 'cabinbold';
    font-size: 35px;
    color: #FFFFFF;
    top: 150px;
    left: 104px;
}

.contentProbremas {
    
    width: 483.841px;
    height: 349.063px;
    position: absolute;
    background-color: #878787;
    border-radius: 10px;
    top: 123px;
    left: 104px;
}

.fraccionContent {
    top: 115px;
    left: 28px;
    line-height: 23px;
    font-family: 'cabinregular';
    text-align: center;
}

.clickItem {
    background-image: url(../img/click/clickEquivalencia.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 32.645px;
    height: 36.197px;
    position: absolute;
    left: 443px;
    top: 12px;
    display: inline-block;
    z-index: 1;
}

.btnSolucion {
    top: 137px;
    left: 369px;
    cursor: pointer;
    
    z-index: 2;
    width: 232px;
    height: 80px;
    border-radius: 0px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    position: absolute;
}

.lstParejaOrigen {
    margin: 81px 0 0 3%;
    padding: 0;
    display: inline-block;
}

.lstParejaOrigen2 {
    margin: 81px 0 0 2px;
    padding: 0;
    display: inline-block;
}

.lstParejaOrigen3 {
    margin: 81px 0 0 13px;
    padding: 0;
    display: inline-block;
}

.lstParejaOrigen4 {
    margin: 81px 0 0 2px;
    padding: 0;
    display: inline-block;
}

.pareja {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    width: 238px;
    height: 74px;
    border: 5px solid #FFFFFF;
    position: relative;
    margin-bottom: 2px;
}

.fondoIsetOscuro {
    background-color: #706F6F;
    box-shadow: 0px 1px 9px 0px #515151 inset;
    -ms-box-shadow: 0px 1px 9px 0px #515151 inset;
    -moz-box-shadow: 0px 1px 9px 0px #515151 inset;
    -webkit-box-shadow: 0px 1px 9px 0px #515151 inset;
}

.fondoAzulDrag {
    background-color: #59C6C6;
}

.textoDragds {
    font-family: 'cabinregular';
    font-size: 30px;
    color: #FFFFFF;
    position: absolute;
    left: 19px;
    letter-spacing: normal;
}

.lstParejaOrigen3 li:nth-child(1) div {
    left: 30px;
}

.lstParejaOrigen3 li:nth-child(3) div {
    top: 18px;
    left: 45px;
}

.lstParejaOrigen3 li:nth-child(5) div {
    left: 30px;
}

.lstParejaOrigen3 li:nth-child(4) div {
    top: 18px;
    left: 37px;
}

.lstParejaOrigen3 li:nth-child(2) div ul {
    line-height: 18px;
    text-align: center;
    padding: 12px 0px 0px 0px;
    display: inline-block;
}

.lstParejaOrigen3 li:nth-child(2) div {
    left: 45px;
}

.lstParejaOrigen4 li:nth-child(1) div {
    top: 18px;
    left: 77px;
}

.lstParejaOrigen4 li:nth-child(2) div {
    font-size: 23px;
    text-align: center;
    line-height: 24px;
}

.lstParejaOrigen4 li:nth-child(3) div {
    top: 18px;
    left: 30px;
}

.lstParejaOrigen4 li:nth-child(4) div {
    top: 18px;
    left: 50px;
}

.lstParejaOrigen4 li:nth-child(5) div {
    left: 34px;
}

.area2{
     background-image: url(../img/M_G06_U04_L02_04/imgAct1-01.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1247px;
    height: 640px;
}

.mM1{
     background-image: url(../img/click/clickPregunta2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 28px;
    height: 28px;
    position: absolute;
    top:64%;
    left: 7%;
}
.mM2{
     background-image: url(../img/click/clickPregunta2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 28px;
    height: 28px;
    position: absolute;
    top:64%;
    left: 23.5%;
}
.mM3{
     background-image: url(../img/click/clickPregunta2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 28px;
    height: 28px;
    position: absolute;
    top:64%;
    left: 39.5%;
}
.mM4{
     background-image: url(../img/click/clickPregunta2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 28px;
    height: 28px;
    position: absolute;
    top:64%;
    left: 54%;
}


.pop1{
      width: 155px;
  height: 115px
}

.pop1Show {
  margin: 0px;
  margin-left: 18%;
  margin-top: 19%;
width: 1225px;
  height: 870px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  
  
}
.pop1Show .btnCerrarCC {
  background-image: url(../img/M_G06_U04_L02_04/cerrar1-01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 67px;
  height: 67px;
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  font-size: 0;
  margin-top: 9px;
  margin-right: 12px;
  z-index: 2;
}

.pop1Show .contenido {
  background-color: #EDEDED;
  width: 94%;
  height: 74%;
  text-align: center;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  margin: 3.5% auto 0 auto;
  position: relative;
}


.pop2{
      width: 245px;
  height: 115px
}

.pop2Show {
  margin: 0px;
  margin-left: 18%;
  margin-top: 19%;
width: 1225px;
  height: 870px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  
  
}
.pop2Show .btnCerrarCC {
  background-image: url(../img/M_G06_U04_L02_04/cerrar1-01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 67px;
  height: 67px;
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  font-size: 0;
  margin-top: 9px;
  margin-right: 12px;
  z-index: 2;
}

.pop2Show .contenido {
  background-color: #EDEDED;
  width: 94%;
  height: 74%;
  text-align: center;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  margin: 3.5% auto 0 auto;
  position: relative;
}

.pop3{
      width: 160px;
  height: 115px
}

.pop3Show {
  margin: 0px;
  margin-left: 18%;
  margin-top: 19%;
width: 1225px;
  height: 870px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  
  
}
.pop3Show .btnCerrarCC {
  background-image: url(../img/M_G06_U04_L02_04/cerrar1-01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 67px;
  height: 67px;
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  font-size: 0;
  margin-top: 9px;
  margin-right: 12px;
  z-index: 2;
}

.pop3Show .contenido {
  background-color: #EDEDED;
  width: 94%;
  height: 74%;
  text-align: center;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  margin: 3.5% auto 0 auto;
  position: relative;
}

.pop4{
      width: 187px;
  height: 115px
}

.pop4Show {
  margin: 0px;
  margin-left: 18%;
  margin-top: 19%;
width: 1225px;
  height: 870px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  
  
}
.pop4Show .btnCerrarCC {
  background-image: url(../img/M_G06_U04_L02_04/cerrar1-01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 67px;
  height: 67px;
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  font-size: 0;
  margin-top: 9px;
  margin-right: 12px;
  z-index: 2;
}

.pop4Show .contenido {
  background-color: #EDEDED;
  width: 94%;
  height: 74%;
  text-align: center;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  margin: 3.5% auto 0 auto;
  position: relative;
}
.choice1{
    width: 500px;
    height: 400px;
    position: absolute;
    top: 30%;
    left: 5%;
}


.choice2{
    width: 500px;
    height: 400px;
    position: absolute;
    top: 30%;
    left: 53%;
}

.choice3{
      width: 65px;
  height: 60px;
  position: absolute;
  top: 51%;
  left: 55.5%;
}

.choice4{
      width: 65px;
  height: 60px;
  position: absolute;
  top: 64%;
  left: 55.5%;
}

.choice5{
      width: 65px;
  height: 60px;
  position: absolute;
  top: 77%;
  left: 55.5%;
}
.showAns1{
    width: 544px;
    height: 409px;
    position: absolute;
      top: 29.4%;
  left: 1%;
    background-image: url(../img/M_G06_U04_L02_04/imgIlus3-01.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.showAns2{
    width: 544px;
    height: 409px;
    position: absolute;
     top: 29.7%;
  left: 48.6%;
    background-image: url(../img/M_G06_U04_L02_04/imgIlus2-01.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.showAns3{
     width: 65px;
  height: 60px;
  position: absolute;
  top: 51%;
  left: 55.5%;
    background-image: url(../img/M_G06_U04_L02_04/imgGood-01.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.showAns4{
     width: 65px;
  height: 60px;
  position: absolute;
  top: 64%;
  left: 55.5%;
    background-image: url(../img/M_G06_U04_L02_04/imgWrong-01.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.showAns5{
    width: 65px;
  height: 60px;
  position: absolute;
  top: 77%;
  left: 55.5%;
    background-image: url(../img/M_G06_U04_L02_04/imgWrong-01.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.lstQuestionario {
    margin: 0% 0 0 4.5%;
  padding: 0;
  position: absolute;
  top: 177px;
}

.lstQuestionario li {
    background-image: url(../img/M_G06_U05_L03_04/filaQuestionario-01.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1062px;
    height: 104px;
    position: relative;
    margin-bottom: 5px;
}

.lstQuestionario .texto {
    white-space: nowrap;
    color: #fefefe;
    font-family: 'cabinregular';
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 0;
    display: inline-block;
    margin: 1.5% 0 0 -29%;
}

.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: 6%;
    left: 79.5%;
}

.circuloV {
    top: 6%;
    left: 90%;
}

.success .texto {
    color: #559F99 !important;
}

.fail .texto {
    color: #CA4F23 !important;
}





.cntMovimientos {
    width: 1008px;
    height: 517px;
    background-color: transparent;
    
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: absolute;
    top: 18%;
    left: 10%;
}

.movimientoDrag {
    width: 245px;
    height: 75px;
    position: relative;
    background-color: #878787;
    border: 4px solid #fff;
    border-radius: 10px;
    margin-bottom: 13px;
}

.movimientoDrag .textoCentrado {
    font-family: 'cabinregular';
    font-size: 35px;
    color: #ffffff;
}

.movimientoDrop {
    background-image: url(../img/M_G06_U04_L02_04/movimientoDrop1-01.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 250px;
    height: 82px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top: 12px;
}

#lstDrags {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 37%;
  left: 46%;
    height: 300px;
    width: 520px;
}

#lstDrags li:nth-child(1) .movimientoDrag {
    background-color: #706F6F;
}

#lstDrags li:nth-child(2) .movimientoDrag {
    background-color: #706F6F;
}

#lstDrags li:nth-child(3) .movimientoDrag {
    background-color: #706F6F;
}

#lstDrags li:nth-child(4) .movimientoDrag {
    background-color: #706F6F;
}

#lstDrags li:nth-child(5) .movimientoDrag {
    background-color: #706F6F;
}

#lstDrops {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 35%;
  left: -6%;
    height: 300px;
    width: 520px;
}
.textoCentrado {
    white-space: nowrap;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}