.contenActividad {
    position: absolute;
    left: 50%;
    top: 7%;
    transform: translate(-50%);
    width: 1082px;
    height: 609px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.ContenedorIntro {
    position: absolute;
    left: 50%;
    /* top: 7%; */
    
    transform: translate(-50%);
    /* width: 1082px; */
    /* height: 609px; */
    
    width: 1144.432px;
    height: 564.472px;
    /* border: 7px solid #F39972;
    border-radius: 10px;*/
    
    background-repeat: no-repeat;
    background-size: 100%;
}

.centervideo {
    width: 800px;
    height: 450px;
    transform: translate(50%);
    position: absolute;
    right: 50%;
    top: 10%;
}

.flechaSiguiente {
    background-image: url(../img/flechaSiguiente.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 68.13px;
    height: 68.5px;
    position: absolute;
    left: 45%;
    top: 569px;
    /* transform: translate(-50%); */
}

.flechaAtras {
    background-image: url(../img/flechaAtras.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 68.13px;
    height: 68.5px;
    position: absolute;
    left: 45%;
    top: 569px;
    /* transform: translate(-50%); */
}

.tituloContent {
    text-align: center;
    font-size: 38.65px;
    font-family: "cabinregular";
    line-height: 53.75px;
}

.btn_cerrar_h2 {
    background-image: url(../img/close_popuph2.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 81px;
    height: 81px;
    position: absolute;
    top: 76%;
    right: 0;
    border: 0;
    font-size: 0;
    margin-top: 9px;
    margin-right: 12px;
    z-index: 2;
    left: 95%;
}

p {
    font-family: cabinregular;
    color: #fff;
    font-size: 49.56px;
    text-align: left;
    letter-spacing: 0.5px;
    line-height: 50px;
}

.btnSujeto {
    background-image: url(../img/imgBtnSujeto.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 195.984px;
    height: 65.315px;
    position: absolute;
    cursor: pointer;
    left: 28%;
    top: 80.5%;
}

.btnPredicado {
    background-image: url(../img/imgBtnPredicado.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 239.983px;
    height: 65.315px;
    position: absolute;
    cursor: pointer;
    left: 47%;
    top: 80.5%;
}

.numeracion {
    width: 27PX;
    height: 27PX;
    padding-right: 3px;
}

.textTable {
    font-family: 'cabinmedium';
    font-size: 35px;
    letter-spacing: normal;
    line-height: 49.82px;
}

.sugerencia {
    font-size: 16px;
    font-family: "Myriad Pro";
    font-weight: 700;
    color: #575756;
    height: 40px;
    float: right;
    padding-top: -10%;
    vertical-align: middle;
    letter-spacing: 0;
    position: absolute;
    left: 938px;
    top: -49px;
    width: 200px;
}

.tableContainer {
    width: 600px;
    height: 418px;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 49%;
    top: 258px;
    border-collapse: separate;
    border-spacing: 5px;
}

.letrasDrop {
    font-family: 'cabinmedium';
    font-size: 35px;
    color: #303d48;
    letter-spacing: normal;
    line-height: 49.82px;
}

.dragCompleted {}

.red {
    color: #BE1621;
}

.green {
    color: #008D36;
}

.imgRompecabezas {
    background-image: url(../img/imgRompecabezas1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 641.33px;
    height: 411.33px;
    position: absolute;
    transform: translate(-50%, -50%);
    cursor: pointer;
    left: 50%;
    top: 42%;
}

.positionCentrada {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 40%;
    width: 292px;
    height: 71px;
    z-index: 1;
}

.btnValidar {
    background-image: url(../img/imgBtnValidar.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 195.98px;
    height: 65.32px;
    position: absolute;
    cursor: pointer;
    left: 920px;
    top: 80.5%;
}