.btn1{
	background-image: url('../img/btn_03_02_01.png');
	background-repeat:no-repeat;
	position: absolute;
	top: 660px;
	left: 120px;
	width: 375px;
    height: 73px;
	cursor: pointer;
}
.btn1:hover{
	opacity: 0.85;
}
.btn1activado{
	background-image: url('../img/btn_03_02_01a.png');
}

.btn2{
	background-image: url('../img/btn_03_02_02.png');
	background-repeat:no-repeat;
	position: absolute;
	top: 660px;
    left: 520px;
    width: 247px;
    height: 73px;
	cursor: pointer;
}
.btn2:hover{
	opacity: 0.85;
}
.btn2activado{
	background-image: url('../img/btn_03_02_02a.png');
}

textarea{
	position: absolute;
    width: 396px;
    height: 91px;
    font-size: 24px;
    padding: 15px;
    border-radius: 12px;
    border: dashed 4px #fff;
	color: #fff;
    font-family: Myriad Pro;
    text-align: justify;
    resize: none;
    background: transparent;
	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*::-webkit-scrollbar {
      width: 20px;
}
::-webkit-scrollbar-track {
      background-color: #2CA396;
} 
::-webkit-scrollbar-thumb {
      background-color: #1BE7DC;
	  border-radius: 7px;
}*/

input{
	position: absolute;
    height: 40px;
    width: 89px;
    font-size: 42px;
    background: none;
    border-radius: 5px;
    border: dashed 5px #fff;
    text-align: center;
	color: #FFF;
	z-index: 100;
}

input[type=checkbox] {
	width: 27px;
	height: 27px;
}

#drop1{
	position: absolute;
    top: 265px;
    left: 59px;
    width: 386px;
    height: 254px;
	border: dashed 5px #fff;
	border-radius: 15px;
}
#drop2{
	position: absolute;
    top: 265px;
    left: 480px;
    width: 386px;
    height: 254px;
	border: dashed 5px #fff;
	border-radius: 15px;
}
#drop3{
	position: absolute;
    top: 264px;
    left: 911px;
    width: 386px;
    height: 254px;
	border: dashed 5px #fff;
	border-radius: 15px;
}

.drop div{
	margin-top: 155px;
	margin-left: 69px;
}

#drag1{
	position: absolute;
	top: 547px;
    left: 555px;	
}
#drag2{
	position: absolute;
	top: 547px;
    left: 215px;
}
#drag3{
	position: absolute;
	top: 547px;
    left: 895px;
}

.grabbing{
	cursor: -webkit-grabbing; 
	cursor: -moz-grabbing;
}

.dragging{
	pointer-events:none;
}

.animation{
	transition:all 0.7s ease;
}

.drag2:hover{
	cursor:pointer;
	transform:scale(1.05);
}

.drag2:active{
	transform:scale(1);
}

.highlight{
	background-color: rgba(255,255,255,.2);
}