@import url("M_G06_U04_L04_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_U02_L05_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_U02_L05_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: 30px;
  line-height: 125px;
  letter-spacing: 0;
  border-bottom: 5px solid transparent;
  text-align: center;
}
.area1{
     background-image: url(../img/M_G06_U04_L04_04/imgAct1-01.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1101px;
    height: 555px;
    margin: 1% auto;
    
}
.area2{
     background-image: url(../img/M_G06_U04_L04_04/imgAct2-01.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1187px;
    height: 581px;
    margin: 1% auto;
    
}
.area3{
     background-image: url(../img/M_G06_U02_L05_04/imgRf1-03.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 937px;
    height: 493px;
    margin: 1% auto;
    
}
.area4{
     background-image: url(../img/M_G06_U02_L05_04/imgRf1-04.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1246px;
  height: 533px;
    margin: 1.5% auto;
    
}
.area5{
     background-image: url(../img/M_G06_U02_L05_04/imgRf1-05.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 932px;
    height: 492px;
    margin: 1.5% auto;
    
}
.area6{
     background-image: url(../img/M_G06_U02_L05_04/imgRf1-06.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 933px;
    height: 493px;
    margin: 1.5% auto;
    
}
.area7{
     background-image: url(../img/M_G06_U02_L05_04/imgRf1-07.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 934px;
    height: 493px;
    margin: 1.5% auto;
    
}
.area8{
     background-image: url(../img/M_G06_U02_L05_04/imgRf1-08.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 936px;
    height: 491px;
    margin: 1.5% auto;
    
}
.area9{
     background-image: url(../img/M_G06_U02_L05_04/imgRf1-09.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1250px;
    height: 628px;
    margin: 0 auto;
    
}
.mouseImg1{
   width: 356px;
  height: 228px;
  position: absolute;
    right: 15%;
  top: 41%;
  border: 0;
  z-index: 999;
  color: #fff;
  font-family: 'cabinregular';
  font-size: 35px;
  line-height: 34px;
  text-align: center;
  padding-top: 4px;
  background-image: url(../img/M_G06_U02_L05_04/imgIlus1-01.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.mouse1{
   width: 417px;
  height: 484px;
  position: absolute;
  right: 14%;
  top: 19%;
  border: 0;
}
.mouseImg2{
   width: 306px;
  height: 235px;
  position: absolute;
  right: 17%;
  top: 39%;
  border: 0;
  z-index: 999;
  color: #fff;
  font-family: 'cabinregular';
  font-size: 35px;
  line-height: 34px;
  text-align: center;
  padding-top: 4px;
  background-image: url(../img/M_G06_U02_L05_04/imgIlus1-02.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.mouse2{
   width: 417px;
  height: 484px;
  position: absolute;
  right: 14%;
  top: 19%;
  border: 0;
}
.mouseImg3{
   width: 306px;
  height: 235px;
  position: absolute;
  right: 18%;
  top: 39%;
  border: 0;
  z-index: 999;
  color: #fff;
  font-family: 'cabinregular';
  font-size: 35px;
  line-height: 34px;
  text-align: center;
  padding-top: 4px;
  background-image: url(../img/M_G06_U02_L05_04/imgIlus1-03.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.mouse3{
   width: 417px;
  height: 484px;
  position: absolute;
  right: 14%;
  top: 19%;
  border: 0;
}
.mouseImg4{
  width: 657px;
  height: 59px;
  position: absolute;
  right: 3%;
  top: 43%;
  border: 0;
  z-index: 999;
  color: #575756;
  font-family: 'cabinregular';
  font-size: 42px;
  line-height: 34px;
  text-align: center;
  padding-top: 4px;
    background-color: #FFBB01;
}
.mouse4{
    width: 657px;
  height: 106px;
  position: absolute;
  right: 3%;
  top: 40%;
  border: 0;
}
.mouseImg5{
   width: 657px;
  height: 59px;
  position: absolute;
  right: 3%;
  bottom: 16%;
  border: 0;
  z-index: 999;
  color: #575756;
  font-family: 'cabinregular';
  font-size: 42px;
  line-height: 34px;
  text-align: center;
  padding-top: 4px;
    background-color: #FFBB01;
}
.mouse5{
    width: 657px;
  height: 106px;
  position: absolute;
  right: 3%;
  bottom: 13%;
  border: 0;
}
.mouseImg6{
   width: 385px;
  height: 369px;
  position: absolute;
  right: 13%;
  top: 32%;
  border: 0;
  z-index: 999;
  color: #fff;
  font-family: 'cabinregular';
  font-size: 35px;
  line-height: 34px;
  text-align: center;
  padding-top: 4px;
  background-image: url(../img/M_G06_U02_L05_04/imgIlus1-04.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.mouse6{
   width: 417px;
  height: 484px;
  position: absolute;
  right: 14%;
  top: 19%;
  border: 0;
}
.mouseImg7{
   width: 374px;
  height: 404px;
  position: absolute;
  right: 14%;
  top: 25%;
  border: 0;
  z-index: 999;
  color: #fff;
  font-family: 'cabinregular';
  font-size: 35px;
  line-height: 34px;
  text-align: center;
  padding-top: 4px;
  background-image: url(../img/M_G06_U02_L05_04/imgIlus1-05.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.mouse7{
   width: 417px;
  height: 484px;
  position: absolute;
  right: 14%;
  top: 19%;
  border: 0;
}
.mouseImg8{
   width: 246px;
  height: 332px;
  position: absolute;
  right: 20%;
  top: 37%;
  border: 0;
  z-index: 999;
  color: #fff;
  font-family: 'cabinregular';
  font-size: 35px;
  line-height: 34px;
  text-align: center;
  padding-top: 4px;
  background-image: url(../img/M_G06_U02_L05_04/imgIlus1-06.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.mouse8{
   width: 417px;
  height: 484px;
  position: absolute;
  right: 14%;
  top: 19%;
  border: 0;
}
.mouseImg9{
   width: 270px;
  height: 255px;
  position: absolute;
  right: 20%;
  top: 44%;
  border: 0;
  z-index: 999;
  color: #fff;
  font-family: 'cabinregular';
  font-size: 35px;
  line-height: 34px;
  text-align: center;
  padding-top: 4px;
  background-image: url(../img/M_G06_U02_L05_04/imgIlus1-07.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.mouse9{
   width: 417px;
  height: 484px;
  position: absolute;
  right: 14%;
  top: 19%;
  border: 0;
}
.mouseImg10{
  width: 448px;
  height: 44px;
  position: absolute;
  right: 13%;
  top: 27%;
  border: 0;
  z-index: 999;
  color: #706F6F;
  font-family: 'cabinregular';
  font-size: 35px;
  line-height: 34px;
  text-align: center;
  padding-top: 4px;
  background-color: #66DDD3;
}
.mouse10{
    width: 610px;
  height: 60px;
  position: absolute;
  right: 2%;
  top: 26%;
  border: 0;
}
.mouseImg11{
    width: 522px;
  height: 50px;
  position: absolute;
  right: 6%;
  top: 36%;
  border: 0;
  z-index: 999;
  color: #706F6F;
  font-family: 'cabinregular';
  font-size: 35px;
  line-height: 44px;
  text-align: left;
  padding-top: 4px;
  background-color: #66DDD3;
}
.mouse11{
     width: 620px;
  height: 61px;
  position: absolute;
  right: 1.5%;
  top: 36%;
  border: 0;
}
.mouseImg12{
    width: 522px;
  height: 43px;
  position: absolute;
  right: 6%;
  top: 46%;
  border: 0;
  z-index: 999;
  color: #706F6F;
  font-family: 'cabinregular';
  font-size: 35px;
  line-height: 38px;
  text-align: left;
  padding-top: 4px;
  background-color: #66DDD3;
}
.mouse12{
     width: 624px;
  height: 60px;
  position: absolute;
  right: 1%;
  top: 45%;
  border: 0;
}
.mouseImg13{
     width: 522px;
  height: 50px;
  position: absolute;
  right: 6%;
  top: 55%;
  border: 0;
  z-index: 999;
  color: #706F6F;
  font-family: 'cabinregular';
  font-size: 35px;
  line-height: 48px;
  text-align: left;
  padding-top: 4px;
  background-color: #66DDD3;
}
.mouse13{
  width: 624px;
  height: 62px;
  position: absolute;
  right: 1%;
  top: 55%;
  border: 0;
}
.mouseImg14{
    width: 531px;
  height: 119px;
  position: absolute;
  right: 5.5%;
  top: 67%;
  border: 0;
  z-index: 999;
  color: #706F6F;
  font-family: 'cabinregular';
  font-size: 35px;
  line-height: 34px;
  text-align: left;
  padding-top: 4px;
  background-color: #66DDD3;
}
.mouse14{
    width: 624px;
  height: 141px;
  position: absolute;
  right: 1%;
  top: 65%;
  border: 0;
}

.pop3{
      width: 77px;
  height: 102px;
}
.pop4{
      width: 77px;
  height: 102px;
}
.pop5{
      width: 77px;
  height: 102px;
}
.pop6{
      width: 65px;
  height: 65px;
}

.pop3Show {
  margin: 0px;
  margin-left: 18%;
  margin-top: 19%;
    width: 1115px;
  height: 680px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  
}


.pop4Show {
  margin: 0px;
  margin-left: 18%;
  margin-top: 19%;
    width: 1115px;
  height: 680px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  
}

.pop5Show {
  margin: 0px;
  margin-left: 18%;
  margin-top: 19%;
    width: 1115px;
  height: 680px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  
}

.pop6Show {
  margin: 0px;
  margin-left: 18%;
  margin-top: 19%;
    width: 950px;
  height: 530px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  
}
.pop3Show .btnCerrarCC {
  background-image: url(../img/M_G06_U04_L04_04/closeBlue-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 .btnCerrarCC {
  background-image: url(../img/M_G06_U04_L04_04/closePink-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;
}

.pop5Show .btnCerrarCC {
  background-image: url(../img/M_G06_U04_L04_04/closeGreen-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;
}

.pop6Show .btnCerrarInfo {
  background-image: url(../img/M_G06_U04_L04_04/cerrarInfo-01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 67px;
  height: 67px;
  position: absolute;
  top: 12px;
  right: -14px;
  border: 0;
  font-size: 0;
  margin-top: 9px;
  margin-right: 12px;
  z-index: 2;
}
.pop3Show .contenido {
  background-color: #FFFFFF;
  width: 94%;
  height: 85%;
  text-align: center;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  margin: 3.5% auto 0 auto;
  position: relative;
}
.pop4Show .contenido {
  background-color: #FFFFFF;
  width: 94%;
  height: 85%;
  text-align: center;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  margin: 3.5% auto 0 auto;
  position: relative;
}
.pop5Show .contenido {
  background-color: #FFFFFF;
  width: 94%;
  height: 85%;
  text-align: center;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  margin: 3.5% auto 0 auto;
  position: relative;
}
.pop6Show .contenido {
  background-color: #FFFFFF;
  width: 94%;
  height: 85%;
  text-align: center;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  margin: 3.5% auto 0 auto;
  position: relative;
      border: 15px solid #e94e1b;
}



/*Respuestas*/

.respBlue1{
      width: 75px;
  height: 75px;
  position: absolute;
  top: 32.5%;
  left: 10.5%;
}

.respBlue2{
      width: 75px;
  height: 75px;
  position: absolute;
  top: 52.5%;
  left: 10.5%;
}
.respBlue3{
      width: 75px;
  height: 75px;
  position: absolute;
  top: 73.5%;
  left: 10.5%;
}

.respPink1{
      width: 75px;
  height: 75px;
  position: absolute;
  top: 32.5%;
  left: 10.5%;
}

.respPink2{
      width: 75px;
  height: 75px;
  position: absolute;
  top: 52.5%;
  left: 10.5%;
}
.respPink3{
      width: 75px;
  height: 75px;
  position: absolute;
  top: 73.5%;
  left: 10.5%;
}

.respGreen1{
      width: 75px;
  height: 75px;
  position: absolute;
  top: 32.5%;
  left: 10.5%;
}

.respGreen2{
      width: 75px;
  height: 75px;
  position: absolute;
  top: 52.5%;
  left: 10.5%;
}
.respGreen3{
      width: 75px;
  height: 75px;
  position: absolute;
  top: 73.5%;
  left: 10.5%;
}
/* icons */

.colorResp1{
     width: 43px;
  height: 43px;
  position: absolute;
  top: 34.5%;
  left: 12%;
    background-image: url(../img/M_G06_U04_L04_04/imgWrong-01.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.colorResp2{
   width: 43px;
  height: 43px;
  position: absolute;
  top: 55%;
  left: 12%;
    background-image: url(../img/M_G06_U04_L04_04/imgWrong-01.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.colorResp3{
   width: 59px;
  height: 59px;
  position: absolute;
  top: 73.5%;
  left: 12%;
    background-image: url(../img/M_G06_U04_L04_04/imgGood-01.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.colorResp4{
     width: 43px;
  height: 43px;
  position: absolute;
  top: 34.5%;
  left: 12%;
    background-image: url(../img/M_G06_U04_L04_04/imgWrong-01.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.colorResp5{
    width: 59px;
  height: 59px;
  position: absolute;
   top: 52%;
  left: 12%;
    
    background-image: url(../img/M_G06_U04_L04_04/imgGood-01.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.colorResp6{
   
   width: 43px;
  height: 43px;
  position: absolute;
 top: 75.5%;
  left: 12%;
    background-image: url(../img/M_G06_U04_L04_04/imgWrong-01.png);
  background-repeat: no-repeat;
  background-size: 100%;
}


.colorResp7{
     width: 43px;
  height: 43px;
  position: absolute;
  top: 34.5%;
  left: 12%;
    background-image: url(../img/M_G06_U04_L04_04/imgWrong-01.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.colorResp8{
    width: 59px;
  height: 59px;
  position: absolute;
   top: 52%;
  left: 12%;
    
    background-image: url(../img/M_G06_U04_L04_04/imgGood-01.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.colorResp9{
   
   width: 43px;
  height: 43px;
  position: absolute;
 top: 75.5%;
  left: 12%;
    background-image: url(../img/M_G06_U04_L04_04/imgWrong-01.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

/*R I 2 */

.explica{
    color: #dadada;
    font-family: 'cabinregular';
    font-size: 35px;
    width: 700px;
    height: 450px;
    border: 0;
    position: absolute;
    top: 27%;
    left: 41%;
    background-color: transparent;
    padding: 10px;
}

.explica:focus{
     outline: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.mM1{
     background-image: url(../img/click/clickPregunta2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 30px;
    height: 33px;
    margin: 0 auto;
      position: absolute;
  left: 34.5%;
  top: 47%;
  z-index: 2;
    border: none;
}
.mM2{
     background-image: url(../img/click/clickPregunta2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 30px;
    height: 33px;
    margin: 0 auto;
      position: absolute;
  left: 34.5%;
  top: 58%;
  z-index: 2;
    border: none;
}
.mM3{
     background-image: url(../img/click/clickPregunta2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 30px;
    height: 33px;
    margin: 0 auto;
      position: absolute;
  left: 34.5%;
  top: 69%;
  z-index: 2;
    border: none;
}
.mM4{
     background-image: url(../img/click/clickPregunta2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 30px;
    height: 33px;
    margin: 0 auto;
      position: absolute;
  left: 34.5%;
  top: 79%;
  z-index: 2;
    border: none;
}

.exp1{
     width: 382px;
  height: 70px;
  margin: 0 auto;
  position: absolute;
  left: 9.5%;
  top: 45%;

}
.exp2{
     width: 382px;
  height: 70px;
  margin: 0 auto;
  position: absolute;
  left: 9.5%;
  top: 55%;

}
.exp3{
     width: 382px;
  height: 70px;
  margin: 0 auto;
  position: absolute;
  left: 9.5%;
  top: 66%;

}
.exp4{
     width: 382px;
  height: 70px;
  margin: 0 auto;
  position: absolute;
  left: 9.5%;
  top: 77%;

}

.exp1Show{
     background-image: url(../img/M_G06_U04_L04_04/opc1-01.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
     width: 383px;
  height: 70px;
  margin: 0 auto;
  position: absolute;
  left: 9.5%;
  top: 44.5%;
}

.exp2Show{
     background-image: url(../img/M_G06_U04_L04_04/opc2-01.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
     width: 383px;
  height: 70px;
  margin: 0 auto;
  position: absolute;
  left: 9.5%;
  top: 55.1%;
}
.exp3Show{
     background-image: url(../img/M_G06_U04_L04_04/opc3-01.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
      width: 383px;
  height: 70px;
  margin: 0 auto;
  position: absolute;
  left: 9.5%;
  top: 65.8%;
}

.exp4Show{
     background-image: url(../img/M_G06_U04_L04_04/opc4-01.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
       width: 383px;
  height: 70px;
  margin: 0 auto;
  position: absolute;
  left: 9.5%;
  top: 76.5%;
}

