@import url("M_G06_U02_L02_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: 8% 0 0 6%;
    padding: 0;
}

.lstQuestionario li {
    background-image: url(../img/M_G06_U02_L03_04/filaQuestionario.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1062px;
    height: 105px;
    position: relative;
    margin-bottom: 5px;
}

.lstQuestionario .texto {
    white-space: nowrap;
    color: #fefefe;
    font-family: 'cabinbold';
    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*/

.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: 2% auto 0 auto;
    display: inline-block;
    display: table;
}

.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: 387px;
    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:nth-child(1) .elementoRelativo,
.tblConversion tr td:nth-child(3) .elementoRelativo {
    height: 256px;
    background-color: #fefefe;
    line-height: 35px;
}

.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;
}

.tblConversion tr:nth-child(3) td:nth-child(2) {
    position: absolute;
    width: 387px;
    left: 32%;
    top: 222px;
}

.tblConversion tr td:nth-child(2) .elementoRelativo {
    background-color: #F5F5F5;
    height: 125px;
}

.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;
}
/*fin contenido*/