@import url("M_G06_U01_L03_03.css");
.flechaPregunta {
    position: absolute;
    width: 210px;
    height: 59px;
    background: #bbcd57;
    transform: translate(-50%);
    -ms-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    left: 50%;
}

.flechaPregunta1 {
    background: #bbcd57;
}

.flechaPregunta1:after {
    content: "";
    position: absolute;
    bottom: -49.2%;
    left: 50%;
    border-style: solid;
    border-width: 30px 106px 0;
    border-color: #bbcd57 transparent;
    display: block;
    width: 0;
    z-index: 1;
    transform: translate(-50%);
    -ms-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
}

.flechaPregunta2 {
    background: #756959;
}

.flechaPregunta2:after {
    content: "";
    position: absolute;
    bottom: -49.2%;
    left: 50%;
    border-style: solid;
    border-width: 30px 106px 0;
    border-color: #756959 transparent;
    display: block;
    width: 0;
    z-index: 1;
    transform: translate(-50%);
    -ms-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
}

.flechaPregunta .pregunta {
    font-family: 'cabinregular';
    font-size: 33px;
    letter-spacing: 0;
    color: #FEFEFE;
    z-index: 2;
    text-align: center;
    line-height: 55px;
}

.clickCirculo {
    background-image: url(../img/click/clickCirculo2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 58px;
    height: 64px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%);
    -ms-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    z-index: 2;
}

.tblMultiplo {
    background-image: url(../img/multiplo/tblMultiplo.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1229px;
    height: 387.5px;
    margin: 2% auto 0 auto;
    position: relative;
}

.clickCirculo4 {
    background-image: url(../img/click/clickCirculo4.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 38.4px;
    height: 42.6px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.cntNumOculto {
    display: inline-block;
    width: 87px;
    height: 87px;
    background-color: transparent;
    position: relative;
    cursor: pointer;
}

.cntNumOculto .texto {
    white-space: nowrap;
    font-family: 'cabinregular';
    font-size: 30px;
    letter-spacing: 0;
    color: #575756;
    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;
}

.fila1 {
    position: absolute;
    left: 27.6%;
    top: 2.95%;
}

.fila2 {
    position: absolute;
    left: 27.6%;
    top: 26.5%;
}

.fila3 {
    position: absolute;
    left: 27.6%;
    top: 50.7%;
}
.fila4 {
    position: absolute;
    left: 27.6%;
    top: 74.4%;
}

.fila2 .cntNumOculto .texto, .fila4 .cntNumOculto .texto {
    font-size: 35px;
}
/*
.tblMultiplo {
    width: 862px;
    height: 538px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 1% auto 0 auto;
    position: relative;
}

.tblMultiplo tr th {
    height: 83.5px;
    background-color: #bbcd57;
    -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: 38px;
    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;
}

.tblMultiplo tr td {
    position: relative;
    vertical-align: top;
    width: 210px;
}

.tblMultiplo tr td {
    border-right: 8px solid #fdfade;
}

.tblMultiplo tbody tr td:last-child {
    border-right: 0px solid blue;
}

.tblMultiplo tbody tr:nth-child(even) {
    background-color: #f2f5e1;
}

.tblMultiplo tbody tr:nth-child(odd) {
    background-color: #f5f5f5;
}

.tblMultiplo .texto {
    font-family: 'cabinmedium';
    font-size: 42.5px;
    letter-spacing: 0;
    color: #575756;
    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%);
    display: none;
}

.tblMultiplo .clickCirculo4 {
    background-image: url(../img/click/clickCirculo4.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 38.4px;
    height: 42.6px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.tblMultiplo tbody tr:first-child td {
    height: 148px;
}

.tblMultiplo tbody tr:first-child td .clickCirculo4 {
    left: 52%;
    top: 80%;
}

.tblMultiplo tbody tr:last-child td {
    border-bottom: 5px solid #bbcd57;
}

.tblMultiplo2 tr th {
    background-color: #5a98b9;
}

.tblMultiplo2 .flechaPregunta1 {
    background-color: #87c0d9;
}

.tblMultiplo2 .flechaPregunta1:after {
    border-color: #87c0d9 transparent;
}

.tblMultiplo2 tbody tr:nth-child(even) {
    background-color: #e5f2fa !important;
}

.tblMultiplo2 tbody tr:last-child td {
    border-bottom: 5px solid #5a98b9;
}*/

.cntMinimoComunMultiplo {
    background-image: url(../img/multiplo/cntMinimoComunMultiplo.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 875px;
    height: 441px;
    margin: 3% auto 0 auto;
}

.circuloAzul {
    width: 133px;
    height: 133px;
    background-color: transparent;
    -webkit-border-radius: 133px;
    -moz-border-radius: 133px;
    border-radius: 133px;
    position: absolute;
    left: 27.7%;
    top: 49.8%;
}

.circuloAzul .clickCirculo {
    background-image: url(../img/click/clickCirculo2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 58px;
    height: 64px;
    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%);
    z-index: 2;
}

.texto {
    font-family: 'cabinbold';
    font-size: 63px;
    letter-spacing: 0;
    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;
}

.cntPorque {
    width: 401px;
    height: 149px;
    position: absolute;
    background: transparent;
}

.cntPorque .texto {
    font-family: 'cabinbold';
    font-size: 46px;
    letter-spacing: 0;
    color: #868585;
    position: absolute;
    left: 32%;
    top: 60%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    display: none;
}

.cntPorque .texto span {
    color: #87c0d9;
}

.cntPorque .clickCirculo {
    background-image: url(../img/click/clickCirculo4.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 38px;
    height: 42.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%);
    z-index: 2;
}

.tituloEnunciadoOperacion2 {
    font-family: 'cabinregular';
    font-size: 33px;
    color: #706F6F;
    line-height: 38px;
    display: table;
    margin: 2.5% auto 0 auto;
}