@import url("M_G06_U01_L03_03.css");
.cntFactorPrimo {
    background-image: url(../img/numeroPrimo/cntFactorPrimo.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 986px;
    height: 516px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    -ms-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    top: 20%;
}

.cntNumero {
    width: 51px;
    height: 40px;
    background-color: #85b6c6;
    -webkit-box-shadow: inset 0px 0px 9px 4px rgba(0, 0, 0, 0.3), 2px 2px 8px 1px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 0px 9px 4px rgba(0, 0, 0, 0.3), 2px 2px 8px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 0px 9px 4px rgba(0, 0, 0, 0.3), 2px 2px 8px 1px rgba(0, 0, 0, 0.3);
    border: 7px solid #FEFEFE;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    position: absolute;
}

.cntNumero .numero {
    font-family: 'cabinregular';
    font-size: 30px;
    color: #FEFEFE;
    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%);
    display: none;
}

.clickCirculo2 {
    background-image: url(../img/click/clickCirculo2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 34.6px;
    height: 38.3px;
    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%);
}

.clickCirculo4 {
    background-image: url(../img/click/clickCirculo4.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 34.6px;
    height: 38.3px;
    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%);
}

.cntNumero2 {
    width: 327px;
    height: 445px;
    top: 13.5%;
    left: 66.8%;
    background-color: transparent;
    position: absolute;
}

.numero {
    white-space: nowrap;
    font-family: 'cabinregular';
    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%);
    display: none;
    font-size: 40px;
    color: #85b6c6;
}

.numeracion {
    background-image: url(../img/numeroPrimo/bordeTabla.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 73.5px;
    height: 455.4px;
    position: absolute;
    left: 12%;
    top: 23.5%;
}

.tblPasos {
    width: 930px;
    height: 528px;
    margin: 4% auto 0 18%;
}

.tblPasos tr th {
    height: 63.5px;
    background-color: #85b6c6;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
    font-family: 'cabinbold';
    font-size: 33px;
    letter-spacing: 0;
    color: #FEFEFE;
    -webkit-box-shadow: 0px -4px 11px -2px rgba(0, 0, 0, 0.3) inset;
    -moz-box-shadow: 0px -4px 11px -2px rgba(0, 0, 0, 0.3) inset;
    box-shadow: 0px -4px 11px -2px rgba(0, 0, 0, 0.3) inset;
}

.tblPasos tbody tr:nth-child(even) {
    background-color: #edf2da;
}

.tblPasos tbody tr:nth-child(odd) {
    background-color: #FEFEFE;
}

.tblPasos tr td {
    position: relative;
}

.tblPasos .texto {
    font-family: 'cabinregular';
    font-size: 33.5px;
    color: #6e6e6e;
    margin-left: 20px;
    display: none;
}

.tblPasos tbody tr:last-child td {
    border-bottom: 11px solid #85b6c6;
}