.area1 {
    background-image: url(../img/S_G06_U04_L01_03_05/imgAct4-area1-01.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1247px;
    height: 678px;
    position: absolute;
    right: 0%;
    top: 0%;
}
.area2 {
    background-image: url(../img/S_G06_U04_L01_03_05/imgAct4-area2-01.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1247px;
    height: 678px;
    position: absolute;
    right: 0%;
    top: 0%;
}
.siguiente {
    width: 65px;
    height: 65px;
    position: absolute;
    left: 93%;
    top: 48%;
}

.pop1 {
    margin: 0px;
    margin-left: 0%;
    margin-top: 0%;
      width: 915.67px;
    height: 365.56px;
    border-radius: 7px;
    background-color: transparent;
}

.pop1 .contenido {
    background-color: transparent;
    width: 99%;
    height: 99%;
    text-align: center;
    border-radius: 7px;
    margin: 1% auto 0 auto;
    position: relative;
}

.btn1 {
    position: absolute;
      width: 270.38px;
  height: 63.38px;
}

.pop1 .btnCerrar1 {
    width: 81px;
    height: 83px;
    position: absolute;
    top: 11px;
    right: -6px;
    border-radius: 46px;
    border: 0;
    z-index: 2;
}

.imgPop1 {
    background-image: url(../img/S_G06_U04_L01_03_04/imgAct4-pop1-01.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 915.67px;
    height: 365.56px;
    position: absolute;
    top: 0%;
    left: 0%;
}




/*DRAGS*/



.cntMovimientos {
     width: 1145px;
  height: 50px;
  background-color: transparent;
  position: absolute;
  top: 83%;
  left: 4%;
}

.movimientoDrag {
    width: 190px;
    height: 45px;
    position: relative;
    background-color: #D30B52;
}



.movimientoDrag .textoCentrado {
    font-family: 'cabinregular';
    font-size: 30px;
    color: #fff;
    text-align: center;
}

.movimientoDrop {
    width: 180px;
    height: 45px;
    border-radius: 10px;
    margin-top: 0px;
}


#lstDrags {
    margin: 0;
    padding: 0;
    position: absolute;
    
}
#lstDrags li{
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
}


#lstDrops {
    margin: 0;
  padding: 0;
  position: absolute;
  top: -860%;
  left: 2.3%;
  width: 1070px;
  height: 401px;
}
.textoCentrado {
    white-space: nowrap;
    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%);
    font-size: 35px;
    color: #003F84;
    
}



/*DRAGS*/



.cntMovimientos2 {
     width: 1145px;
  height: 50px;
  background-color: transparent;
  position: absolute;
  top: 83%;
  left: 3%;
}

.movimientoDrag2 {
    width: 190px;
    height: 45px;
    position: relative;
    background-color: #D30B52;
}



.movimientoDrag2 .textoCentrado {
    font-family: 'cabinregular';
    font-size: 30px;
    color: #fff;
    text-align: center;
}

.movimientoDrop2 {
    width: 180px;
    height: 45px;
    border-radius: 10px;
    margin-top: 0px;
}


#lstDrags2 {
    margin: 0;
    padding: 0;
    position: absolute;
    
}
#lstDrags2 li{
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
}


#lstDrops2 {
    margin: 0;
  padding: 0;
  position: absolute;
  top: -860%;
  left: 3.3%;
  width: 1070px;
  height: 401px;
}
.textoCentrado {
    white-space: nowrap;
    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%);
    font-size: 35px;
    color: #003F84;
    
}

