@import url("M_G06_U05_L02.css");
.titulo {
    font-family: 'cabinregular';
    font-size: 35px;
    line-height: 40px;
    color: #575756;
    margin: 3.5% 0 0 23%;
}

.cntTabla {
    width: 958px;
    height: 358px;
    background-color: #B7C8CE;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    position: absolute;
    top: 29%;
    left: 22%;
}

.pencilGirl {
    background-image: url(../img/M_G06_U05_L02_03_01/pencilGirl.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 244px;
    height: 374px;
    position: absolute;
    top: 21%;
    left: 1.5%;
}
.pencilGirl2 {
    background-image: url(../img/M_G06_U05_L02_03_01/pencilGirl2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 204px;
    height: 352px;
    position: absolute;
    top: 21%;
    left: 0.5%;
}

.txtQuestionario {
    width: 50px;
    height: 25px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    background-color: #F6F6F6;
    padding: 10px;
    box-shadow: 0px 0px 6px 0.5px rgba(0, 0, 0, 0.3) inset;
    -webkit-box-shadow: 0px 0px 6px 0.5px rgba(0, 0, 0, 0.3) inset;
    -moz-box-shadow: 0px 0px 6px 0.5px rgba(0, 0, 0, 0.3) inset;
    border: 0px;
    text-align: center;
    margin-left: -10px;
}

.txtRespuesta {
    width: 150px;
    height: 80px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    background-color: #ffffff;
    padding: 10px;
    box-shadow: 0px 0px 6px 0.5px rgba(0, 0, 0, 0.3) inset;
    -webkit-box-shadow: 0px 0px 6px 0.5px rgba(0, 0, 0, 0.3) inset;
    -moz-box-shadow: 0px 0px 6px 0.5px rgba(0, 0, 0, 0.3) inset;
    border: 0px;
    text-align: center;
    left: 79%;
    font-family: 'cabinregular';
    font-size: 58px;
    color: #706F6F;
}

.txtQuestionario:focus,
.txtRespuesta:focus {
    outline: none;
}

#tblPreguntas {
    margin: 1% 0 0 1.2%;
    color: #706F6F;
    font-family: 'cabinregular';
    font-size: 30px;
    line-height: 45px;
    letter-spacing: -0.5px;
}

#tblPreguntas tr td {
    height: 43px;
    border-top: 3.5px solid #B7C8CE;
    border-bottom: 3.5px solid #B7C8CE;
}

#tblPreguntas tr td:nth-child(1) {
    width: 965px;
    padding-left: 34px;
}

#tblPreguntas tr td:nth-child(2) {
    width: 70px;
}

#tblPreguntas tr:nth-child(3n+1) td:nth-child(1) {
    background-color: #5AF0FF;
}

#tblPreguntas tr:nth-child(3n+2) td:nth-child(1) {
    background-color: #FFC965;
}

#tblPreguntas tr:nth-child(3n+0) td:nth-child(1) {
    background-color: #9CF4AE;
}

.cajaCorrecta {
    color: #2FAC66;
}

.cajaIncorrecta {
    color: #E30613;
}

#txtTendenciaPoblacion {
    width: 980px;
    height: 320px;
    background-color: #fefefe;
    resize: none;
    border: 2px solid #989898;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 15px;
    position: absolute;
    top: 26.5%;
    left: 12.3%;
    font-family: 'cabinmedium';
    font-size: 35px;
    -webkit-box-shadow: 0px 0px 9px 0px #989898 inset;
    -moz-box-shadow: 0px 0px 9px 0px #989898 inset;
    box-shadow: 0px 0px 9px 0px #989898 inset;
}

#txtTendenciaPoblacion:focus {
    outline: none;
}

#popInformacion1 {
    background-image: url(../img/M_G06_U05_L02_03_01/popInformacion1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 871px;
    height: 452px;
    position: relative;
    display: inline-block;
}

#popInformacion2 {
    background-image: url(../img/M_G06_U05_L02_03_01/popInformacion2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 871px;
    height: 452px;
    position: relative;
    display: inline-block;
}

#popInformacion3 {
    background-image: url(../img/M_G06_U05_L02_03_01/popInformacion3.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1154px;
    height: 672px;
    position: relative;
    display: inline-block;
}

#popInformacion4 {
    background-image: url(../img/M_G06_U05_L02_03_01/popInformacion4.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1154px;
    height: 672px;
    position: relative;
    display: inline-block;
}

.cntEjercicio {
    background-image: url(../img/M_G06_U05_L02_03_01/cntEjercicio.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1198px;
    height: 525px;
    display: inline-block;
    position: absolute;
    left: 1.5%;
    top: 9.5%;
}

.cntEjercicio2 {
    background-image: url(../img/M_G06_U05_L02_03_01/cntEjercicio2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1198px;
    height: 525px;
    display: inline-block;
    position: absolute;
    left: 1.5%;
    top: 9.5%;
}
.cntEjercicio3 {
    background-image: url(../img/M_G06_U05_L02_03_01/cntEjercicio3.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1198px;
    height: 525px;
    display: inline-block;
    position: absolute;
    left: 1.5%;
    top: 9.5%;
}
.questionarioFV{
  background-image: url(../img/M_G06_U05_L02_03_01/questionarioFV.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 1034px;
  height: 412px;
  display: inline-block;
  position: absolute;
  left: 17%;
  top: 23.5%;
}

#cntEnunciadoTendencia {
    width: 645px;
    height: 71px;
    background-color: #D668E3;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    margin: 70px 0 0 170px;
    position: relative;
}

#cntEnunciadoTendencia2 {
    width: 645px;
    height: 87px;
    background-color: #D668E3;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    margin: 55px 0 0 170px;
    position: relative;
}

#cntEnunciadoTendencia .texto,
#cntEnunciadoTendencia2 .texto {
    font-family: 'cabinregular';
    font-size: 30px;
    line-height: 33px;
    color: #fefefe;
    letter-spacing: -0.5px;
}

.btnEjemplo {
    z-index: 2;
    cursor: pointer;
    background-color: transparent;
    width: 288px;
    height: 50px;
    position: absolute;
    top: 21.7%;
    left: 40.1%;
}

.popEjemplo {
    background-color: #EDEDED;
    width: 1115px;
    height: 715px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-box-shadow: 2px 2px 9px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 9px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 9px 0px rgba(0, 0, 0, 0.3);
}

.popEjemplo .tituloPop {
    font-family: 'cabinregular';
    font-size: 36px;
    line-height: 43px;
    color: #575756;
    margin: 5% 0 0 8%;
}

.popEjemplo .lstPreguntas {
    margin: 20px 0 0 0;
    padding: 0;
}

.popEjemplo .lstPreguntas li {
    width: 926px;
    height: 148px;
    margin-bottom: 11px;
    position: relative;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

.popEjemplo .lstPreguntas li:nth-child(odd) {
    background-color: #FBDF40;
}

.popEjemplo .lstPreguntas li:nth-child(even) {
    background-color: #FBE566;
}

.popEjemplo .lstPreguntas li .texto {
    font-family: 'cabinregular';
    font-size: 36px;
    line-height: 43px;
    color: #575756;
    letter-spacing: -0.5px;
    left: 4%;
}




.lstQuestionario {
    margin: 1.4% 0 0 72.5%;
    padding: 0;
}

.lstQuestionario li {
    background-color: transparent;
    width: 273px;
    height: 119px;
    position: relative;
    margin-bottom: 12px;
}

.lstQuestionario .texto {
    white-space: nowrap;
    color: #fefefe;
    font-family: 'cabinbold';
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0;
    display: inline-block;
    margin: 1% 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: 20%;
  left: 22.5%;

}

.circuloV {
   top: 20%;
  left: 61.5%;

}

.success .texto {
    color: #3AAA35 !important;
}

.fail .texto {
    color: #E30613 !important;
}
