@charset "utf-8";
/* CSS Document */
/*BOTONES*/

.campoMemoria {
    background-color: #575756;
    width: 334.93px;
    height: 223.055px;
    position: relative;
    cursor: pointer;
    margin: 5px 4px;
    display: inline-block;
    border-radius: 10px;
}

.tablaCampos {
    position: absolute;
    left: 50%;
    top: 55%;
    width: 1033px;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.tablaCampos .campoMemoria:nth-child(1) .back {
    background-image: url(../img/S_G07_U04_L04_04/imgUno.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 334.93px;
    height: 223.005px;
}

.tablaCampos .campoMemoria:nth-child(3) .back {
    background-image: url(../img/S_G07_U04_L04_04/imgDos.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 334.93px;
    height: 223.005px;
}

.tablaCampos .campoMemoria:nth-child(5) .back {
    background-image: url(../img/S_G07_U04_L04_04/imgTres.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 334.93px;
    height: 223.005px;
}

.textoCampoMemoria {
    font-family: 'cabinregular';
    font-size: 33px;
    color: #FFFFFF !important;
    text-align: center;
    padding-top: 90px;
    letter-spacing: normal;
}

.clickCampoMemoria {
    background-image: url(../img/click/clickObj.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 64px;
    height: 70px;
    position: absolute;
    left: 42%;
    top: 41%;
}

.content {
    background-image: url(../img/S_G07_U04_L04_04/imgContent.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1125px;
    height: 593.86px;
    position: absolute;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.popCC {
    margin: 0px;
    margin-left: 0%;
    margin-top: 0%;
}

.sugerencia {
    color: #C2C3C8;
}