.btn1{
	background-image: url('../img/btn_03_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_01a.png');
}

.btn2{
	background-image: url('../img/btn_03_02.png');
	background-repeat:no-repeat;
	position: absolute;
	top: 660px;
    left: 470px;
    width: 247px;
    height: 73px;
	cursor: pointer;
}
.btn2:hover{
	opacity: 0.85;
}
.btn2activado{
	background-image: url('../img/btn_03_02a.png');
}


textarea{
	position: absolute;
    top: 232px;
    left: 198px;
    width: 1029px;
    height: 387px;
	font-size: 24px;
	padding: 15px;
	border-radius: 12px;
	border: dashed 2px #999999;
	font-family: Myriad Pro;
	text-align:justify;
	resize:none;
	-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: 71px;
    width: 24px;
    font-size: 67px;
    background: none;
    border-radius: 5px;
    border: none;
    text-align: center;
    color: #000101;
    font-family: arial;
	padding-top: -50px;
}

input[type=checkbox] {
	width: 27px;
	height: 27px;
}

#adrag1 {
	width: 28px;
    height: 27px;
    background-image: url(../img/guia.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 265px;
    left: 458px;
    cursor: pointer;
}
#adrag2 {
	width: 28px;
	height: 27px;
	background-image: url(../img/guia.png);
	background-repeat: no-repeat;
	position: absolute;
    top: 337px;
    left: 511px;
	cursor:	pointer;
}
#adrag3 {
	width: 28px;
	height: 27px;
	background-image: url(../img/guia.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 412px;
    left: 475px;
	cursor:	pointer;
}
#adrag4 {
	width: 28px;
	height: 27px;
	background-image: url(../img/guia.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 481px;
    left: 516px;
	cursor:	pointer;
}
#adrag5 {
	width: 28px;
	height: 27px;
	background-image: url(../img/guia.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 564px;
    left: 465px;
	cursor:	pointer;
}

.bord {
	border: 4px dashed black;
}
#adrop1{
	width: 33px;
	height: 33px;
	/* background-image:url(../img/guia.png); */
	position: absolute;
    top: 261px;
    left: 787px;
	border: 2px dashed white;
	border-radius: 22px;
	padding-top: 5px;
	padding-left: 7px;
}
#adrop2 {
	width: 33px;
	height: 33px;
	/* background-image:url(../img/guia.png); */
	position: absolute;
	top: 330px;
    left: 847px;
	border: 2px dashed white;
	border-radius: 22px;
	padding-top: 5px;
	padding-left: 7px;
}
#adrop3{
	width: 33px;
	height: 33px;
	/* background-image:url(../img/guia.png); */
	position: absolute;
	top: 404px;
    left: 791px;
	border: 2px dashed white;
	border-radius: 22px;
	padding-top: 5px;
	padding-left: 7px;
}
#adrop4{
	width: 33px;
	height: 33px;
	/* background-image:url(../img/guia.png); */
	position: absolute;
	top: 478px;
    left: 832px;
	border: 2px dashed white;
	border-radius: 22px;
	padding-top: 5px;
	padding-left: 7px;
}
#adrop5{
	width: 33px;
	height: 33px;
	/* background-image:url(../img/guia.png); */
	position: absolute;
	top: 557px;
    left: 890px;
	border: 2px dashed white;
	border-radius: 22px;
	padding-top: 5px;
	padding-left: 7px;
}

#drop1{
	position: absolute;
    top: 270px;
    left: 249px;
    width: 183px;
    height: 40px;
	border: dashed 5px #fff;
	border-radius: 15px;
}
#drop2{
	position: absolute;
    top: 387px;
    left: 249px;
    width: 183px;
    height: 40px;
	border: dashed 5px #fff;
	border-radius: 15px;
}
#drop3{
	position: absolute;
    top: 503px;
    left: 249px;
    width: 183px;
    height: 40px;
	border: dashed 5px #fff;
	border-radius: 15px;
}
#drop4{
	position: absolute;
    top: 617px;
    left: 249px;
    width: 183px;
    height: 40px;
	border: dashed 5px #fff;
	border-radius: 15px;
}



#drag1{
	position: absolute;
	top: 480px;
    left: 30px;	
}
#drag2{
	position: absolute;
	top: 565px;
    left: 30px;
}
#drag3{
	position: absolute;
	top: 310px;
    left: 30px;
}
#drag4{
	position: absolute;
	top: 395px;
    left: 30px;
}

.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);
}

.textarea1{
	position: absolute;
    width: 1051px;
    height: 350px;
    font-size: 33px;
    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;
	overflow-y: scroll;
}

.textarea1 b{
	color: red;
}