@import url("M_G06_U01_L03_03.css");
.cntCalculo {
    background-image: url(../img/minimoComunMultiplo/cntCalculo.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 810px;
    height: 511px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    -ms-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    top: 20%;
}

.cntNumero {
    width: 53px;
    height: 42px;
    background-color: #6ea9a7;
    -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: 36px;
    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;
}

.cntNumero .clickEjercicio {
    background-image: url(../img/click/clickEjercicio.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 23px;
    height: 25.6px;
    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%);
}

.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 {
    position: absolute;
    width: 350px;
    height: 69.2px;
    color: #FEFEFE;
    background-color: #6ea9a7;
    -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;
}

.cntNumero3 {
    color: #FEFEFE;
    width: 809.3px;
    height: 99px;
    background-color: #c84045;
    position: absolute;
    bottom: 0;
    -webkit-border-bottom-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.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;
}

.bordeTabla {
    background-image: url(../img/maximoComunDivisor/pasos/bordeTabla.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 63.4px;
    height: 218.3px;
    position: absolute;
    left: 7.6%;
    top: 41.5%;
}

.tblPasos {
    width: 930px;
    margin: 8% auto 0 auto;
}

.tblPasos tr th {
    height: 63.5px;
    background-color: #67aa69;
    -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: #faefdb;
}

.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 #67aa69;
}

.pantalla2 {
    background: url(../img/minimoComunMultiplo/pantalla2.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 640px;
    height: 454px;
    left: 50%;
    top: 58%;
    position: absolute;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.pantalla2>div {
    background: transparent;
    width: 570px;
    height: 260px;
    position: absolute;
    left: 4.3%;
    top: 8.9%;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 30px 5px 105px 37px;
}

.pantalla2 .texto {
    line-height: 48px;
    font-family: 'cabinregular';
    font-size: 44px;
    color: #c84045;
    display: none;
    white-space: nowrap;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.pantalla2 .clickCirculo2 {
    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%);
}