@import url("M_G06_U02_L05_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;
}

.click_nuevo {
    background-image: url(../img/click/click_nuevo.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width:37.87px;
    height: 41.94px;
    position: absolute;
    left: 47%;
    top: 50%;
    
}
.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_U02_L05_04/imgRf1-01.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 951px;
    height: 499px;
    margin: 1% auto;
    
}
.area2{
     background-image: url(../img/M_G06_U02_L05_04/imgRf1-02.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 933px;
    height: 492px;
    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;
}