@import url("M_G06_U01_L02_03.css");
.serieTriangulo1 {
    background-image: url(../img/numeroNatural/multiplicacion/serieTriangulo1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1151px;
    height: 473px;
    margin: 3% auto 0 auto;
    position: relative;
}

.serieTriangulo2 {
    background-image: url(../img/numeroNatural/multiplicacion/serieTriangulo2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1151px;
    height: 473px;
    position: relative;
    margin: 3% auto 0 auto;
}

.oculto1 {
    background-color: transparent;
    width: 209px;
    height: 96px;
    position: absolute;
}
.oculto2 {
    background-color: transparent;
    width: 296px;
    height: 96px;
    position: absolute;
}

.clickNumero2 {
    background-image: url(../img/click/clickBtn3.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 32.4px;
    height: 36.8px;
    position: absolute;
    left: 53%;
    top: 54%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.numeroOculto {
    white-space: nowrap;
    display: none;
    color: #445B85;
    font-family: 'cabinbold';
    font-size: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}