body {
    -webkit-user-select: none;
    /* Chrome all / Safari all */
    
    -moz-user-select: none;
    /* Firefox all */
    
    -ms-user-select: none;
    /* IE 10+ */
    /* No support for these yet, use at own risk */
    
    -o-user-select: none; 
    user-select: none;
}
ul {
    list-style-type: none;
}
#courtain {
    position: absolute;
    top: 0;
    left: 0;
    width: 791px;
    height: 378px;
    background: white;
    z-index: 11
}
#intro {

    position: absolute;
   
    top: 142px;
    left: 0;
    width: 790px;
   
    height: 372px;
    

    background: rgba(57, 63, 18, 0.76);
    z-index: 11
}
#introText {
    display: block;
    font-size: 18px;
    position: absolute;
    background: rgba(40, 35, 6, 0.55);
    width: 577px; 
    line-height: 26px;
    letter-spacing: 4px;
    padding: 20px;
    margin-left: -19%;
    box-shadow: 0 0 153px rgba(227, 242, 247, 0.8);
    color: rgba(255, 255, 255, 1);
    transform: translate(36%, 1%);
    border-radius: 30px;
    border: solid;
    font-family: courier;

}
.close {
    display: block;
    font-size: 38px !important;
    padding: 2px;
    /* Internet Explorer 10 */
    
    display: -ms-flexbox;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    /* Firefox */
    
    display: -moz-box;
    -moz-box-pack: center;
    -moz-box-align: center;
    /* Safari, Opera, and Chrome */
    
    display: -webkit-box !important;
    -webkit-box-pack: center !important;
    -webkit-box-align: center !important;
    /* W3C */
    
    display: box !important;
    box-pack: center !important;
    box-align: center !important;
}
#Actividad {
    background: navy url(../img/fondo1.jpg);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.drops {
    position: absolute;
    top: 10px;
    border-radius: 50%;
    width: 170px;
    height: 170px;
    background: rgba(255, 255, 255, 0.08);
    z-index: 0;
    font-size: 20px;
    /* Internet Explorer 10 */
    
    display: -ms-flexbox;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    /* Firefox */
    
    display: -moz-box;
    -moz-box-pack: center;
    -moz-box-align: center;
    /* Safari, Opera, and Chrome */
    
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    /* W3C */
    
    display: box;
    box-pack: center;
    box-align: center;
    box-shadow: 0 0 153px rgba(227, 242, 247, 0.8);
    color: rgba(255, 255, 255, 1);
}
.drops div {
    width: 70px;
    height: 70px;
    background: yellow;
    position: absolute;
    top: 49px;
    left: 51px;
    border-radius: 50%;
    display: none;
}
.dropOut {
    color: rgba(167, 223, 221, 1);
}
#droppables {
    position: absolute;
    z-index: 33;
    width: 790px;
    height: 250px;
    background: red;
    top: 0;
    text-align: center;
}
#draggables {
    position: absolute;
    z-index: 33;
    width: 300px;
    height: 141px;
    top: 8%;
    left: 80%;
    margin-left: -150px;
    font-size: 18px;
    float: left;
    z-index:0 
}
#droppables >* {
    background: aqua;
    width: 210px;
    height: 168px;
    margin: 0;
    position: absolute;
    top: 10%
}
#droppables div:nth-child(1) {
    left: 3%;
}
#droppables div:nth-child(2) {
    left: 37%;
}
#droppables div:nth-child(3) {
    right: 3%;
}
.ok {
    //background: yellow !important;
}
#draggables >* {
    padding: 10%;
    background: rgb(216, 214, 179);
    margin-bottom: 11%;
    color: rgb(100, 72, 72);
    font-family: courier;
    display: none;
    cursor:move 
}
#draggables >*:first-child {
    display: block;
}
.drag {
    display: block;
    background: rgba(135, 66, 221, 0.82);
    width: auto;
    z-index: 9;
    padding: 10px;
    position: absolute;
    /*dimensiones en config.js*/
    
    left: 50%;
    top: 70%;
    /*   background: rgba(25, 70, 113, 0.13); */
    
    border: solid 2px rgba(255, 255, 255, 0.68);
    display: none;
    font-size: 20px;
    border-radius: 21px;
    box-shadow: 10px 10px 25px 0px rgba(0, 0, 55, .8);
    letter-spacing: .5px;
}
.startDragPosition {
    transform: translate(-50%, -50%);
}
#feedback {
    background: rgba(207, 84, 191, 0.63);
    text-align: center;
    width: auto;
    position: absolute;
    left: 50%;
    bottom: -1%;
    transform: translate(-50%, -50%);
    padding: 1px 10px;
    border: solid 2px rgba(255, 255, 255, 0.52);
    display: none;
    font-size: 20px;
    box-shadow: 3px 2px 2px 0px rgba(0, 0, 0, 0.52);
    border-radius: 20px;
    letter-spacing: 1px;
}
#feedback p {
    margin: 5px
}
#close,
.close { 
    position: absolute;
    top: -21px;
    right: -18px;
    color: white;
    font-size: 50px;
    border: solid;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(224, 193, 31, 0.75);
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 3px 2px 2px 0px rgba(0, 0, 0, 0.52);
    cursor: pointer;
    font-size: 30px;
    border: solid 2px;
}
.onStartDrag {
    border: dashed 2px rgba(255, 255, 255, 0.39);
}
.dragging {
    opacity: .5
}
#cuento {
    /*right:50%*/
    
    right: 5%;
    box-shadow: 0 0 126px rgba(49, 76, 215, 0.83);
}
#leyenda {
    /*	left:50%*/
    
    left: 5%;
    background-size: 100%;
    background-repeat: no-repeat;
    box-shadow: 0 0 126px rgba(32, 236, 244, 0.83);
}
#ambos {
    left: 39.6%;
    line-height: 29px;
    color: rgba(167, 223, 221, 1);
}
.grow {
    transition: all .2s ease-in-out;
}
.dropOver {
    transition: all .2s ease-in-out;
    transform: scale(1.1);
    z-index: 1;
}


#scene li:nth-child(1) {
    margin-left: -22px;
    margin-top: -109px;

}


#scene li:nth-child(1) img {
  position:absolute;
  top:410px

}



#scene li:nth-child(2) {
    margin-left: 0;
    margin-top: 291px;
} 

#scene li:nth-child(3) {
    margin-left: 144px;
    margin-top: -59px;
}

#scene li:nth-child(3) img {
    position:absolute;
  top:410px
}

#scene li:nth-child(4) { 
    margin-left: 153px;
    margin-top: 352px;
}
#scene li:nth-child(5) {
    margin-left: 579px;
    margin-top: 394px;
}
#scene li:nth-child(6) {
    margin-left: 548px;
    margin-top: 435px;
}
#scene li:nth-child(7) {
    margin-left: 604px;
    margin-top: 319px;
}
#scene li:nth-child(8) {
    margin-left: 685px;
    margin-top: 315px;
    
}
#avanzaBtn,
#checkBtn,
#solutionBtn,
#imprimeBtn {
    display: none;
}
#reactiveWindow {
    background: url(../img/final2.png);
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
    overflow: hidden
}
#reactiveContainer {
   // background-color: red;
    position: relative;
    float: left;
    padding: 0;
    margin: 0;
    background-image: url(../img/shop.png);
}
#reactiveContainer li {
    float: left;
}
.drop {
    width: 100px;
    height: 100px;
    position: relative;
  //  background: red;
}
#reactiveContainer li:nth-child(1)>:nth-child(1) {
    top: 103px;
    left: 198px;
    width: 86px;
    height: 128px;
}
#reactiveContainer li:nth-child(1) >:nth-child(2) {
    top: 32px;
    left: 380px;
    width: 69px;
    height: 136px;
}
#reactiveContainer li:nth-child(1) >:nth-child(3) {
    top: -213px;
    left: 298px;
    width: 78px;
    height: 130px;
}
#reactiveContainer li:nth-child(2) >:nth-child(1) {
    top: 261px;
    left: 295px;
    width: 100px;
    height: 81px;
    
}
#reactiveContainer li:nth-child(2) >:nth-child(2) {
    top: -34px;
    left: 255px;
    width: 100px;
    height: 100px;
}
#reactiveContainer li:nth-child(2) >:nth-child(3) {
    top: -110px;
    left: 378px;
    width: 97px;
    height: 73px;
}
#reactiveContainer li:nth-child(3) >:nth-child(1) {
    top: 222px;
    left: 400px;
    width: 100px;
    height: 100px;
}
#reactiveContainer li:nth-child(3) >:nth-child(1) {
    top: 76px;
    left: 136px;
    width: 100px;
    height: 100px;
}
#reactiveContainer li:nth-child(3) >:nth-child(2) {
    top: -26px;
    left: 249px;
    width: 87px;
    height: 87px;
}
#reactiveContainer li:nth-child(3) >:nth-child(3) {
    top: -154px;
    left: 349px;
    width: 139px;
    height: 131px;
}
#reactiveContainer li:nth-child(4) >:nth-child(1) {
    top: 36px;
    left: 69px;
    width: 138px;
    height: 109px;
}
#reactiveContainer li:nth-child(4) >:nth-child(2) {
    top: -75px;
    left: 247px;
    width: 135px;
    height: 92px;
}
#reactiveContainer li:nth-child(4) >:nth-child(3) {
    top: -57px;
    left: 254px;
    width: 122px;
    height: 75px;
}
#reactiveContainer li:nth-child(5) >:nth-child(1) {
    top: 26px;
    left: 33px;
    width: 123px;
    height: 118px;
}
#reactiveContainer li:nth-child(5) >:nth-child(2) {
    top: 5px;
    left: 242px; 
    width: 86px;
    height: 146px;  
}
#reactiveContainer li:nth-child(5) >:nth-child(3) {
    top: -59px;
    left: 406px;
    width: 100px;
    height: 164px; 
}
#navReactives {
    position: absolute;
    background-color: green;
    left: 5%;
    top: -2%;
    width: auto;
    padding: 0;
    display: none;
}
#navReactives li {
    display: block;
    background-color: yellow;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    margin: 10%;
    cursor: pointer;
}