/* Efectos basicos /. ************************************** */

.mal_tiembla {
	transition: all 200ms ease;
	animation: mal_tiembla 125ms ease-in-out infinite alternate;
}
@keyframes mal_tiembla {
 0% {
transform:rotateZ(-5deg);
}
 50% {
transform:rotateZ( 0deg) scale(.8);
border-color: red;
}
 100% {
transform:rotateZ( 5deg);
}
}
.mal_cabeza {
	transition: all 250ms ease;
	animation: mal_cabeza 250ms ease-in-out infinite alternate;
}
@keyframes mal_cabeza {
 0% {
 margin-left:0px;
}
 50% {
 margin-left:20px;
 border-color: red;
}
 100% {
 margin-left:-20px;
}
}
.bien_cabeza {
	transition: all 250ms ease;
	animation: bien_cabeza 250ms ease-in-out infinite alternate;
}
@keyframes bien_cabeza {
 0% {
 margin-top:0px;
}
 50% {
 margin-top:20px;
 border-color: green;
}
 100% {
 margin-top:-20px;
}
}
.mal_cabeza_R {
	transition: all 250ms ease;
	animation: mal_cabeza_R 250ms ease-in-out infinite alternate;
}
@keyframes mal_cabeza_R {
 0% {
 left:0px;
}
 50% {
 left:20px;
}
 100% {
 left:-20px;
 border-color: red;
}
}
.bien_cabeza_R {
	transition: all 250ms ease;
	animation: bien_cabeza_R 250ms ease-in-out infinite alternate;
}
@keyframes bien_cabeza_R {
 0% {
 top:0px;
}
 50% {
 top:20px;
}
 100% {
 top:-20px;
 border-color: green;
}
}
/* Escala */

.sca, .sca_child>* {
	transition: all 300ms ease;
}
.sca:hover, .sca_child>*:hover {
	transform: scale(1.1);
}
.sca:active, .sca_child>*:active {
	transform: scale(0.9);
}
/* Transicion en drag revert */
.animation {
	transition: all 250ms ease;
}
/* Botonera */
  
#botonera:before {
	background-color: transparent!important;
}
#botonera div {
	border-bottom: 6px solid #89380f;
}
/* Escala infinite*/
.agranda {
	transition: all 250ms ease;
	animation: agranda 800ms ease-out infinite alternate;
	cursor: pointer;
}
 @keyframes agranda {
 from {
 transform:scale(1);
}
 to {
 transform:scale(1.15);
 -webkit-box-shadow: 0px 0px 59px 0px rgba(246,255,117,1);
 -moz-box-shadow: 0px 0px 59px 0px rgba(246,255,117,1);
 box-shadow: 0px 0px 59px 0px rgba(246,255,117,1);
}
}
.off {
	visibility: hidden;
}
.encima {
	transform: scale(1.15);
	transition: all 250ms ease;
}
/* ./  ************************************** */
 

img.cerrar {
    position: absolute;
    top: -40px;
    right: -40px;
}

.m1 {
padding: 10px 30px;font-size: 40px;background-color: #469B21;display: block;position: absolute;color: white;border-radius: 15px;border: 3px solid white;right: 128px;top: 120px;cursor: pointer;}

.menus>.activado {
    background-color: #216303;
}
.m2 {
padding: 10px 30px;font-size: 40px;background-color: #469B21;display: block;position: absolute;color: white;border-radius: 15px;border: 3px solid white;right: 36px;top: 120px;cursor: pointer;}

video.video1 {
    position: absolute;
    top: 230px;
    left: 310px;
    border-radius: 16px;
    border: 5px solid black;
}

img.img1 {
    top: 280px;
    left: 180px;
}

.drags img {
    position: absolute;
    cursor: pointer;
}

img.img2 {
    top: 320px;
    left: 360px;
}

img.img3 {
    top: 470px;
    left: 170px;
}

img.img4 {
    top: 520px;
    left: 347px;
}

.drops {
    position: absolute;
    top: 220px;
    left: 1000px;
    height: 509px;
    width: 185px;
}

.drops div {
    position: absolute;
    background-color: rgba(255, 255, 255, 0);
    transition: all 300ms ease;
    text-align: center;
}

.drops img {
    position: absolute;
}

.drop1 {
    top: 0px;
    left: 0px;
    width: 185px;
    height: 167px;
}
.drop2 {
    top: 167px;
    left: 0px;
    width: 185px;
    height: 119px;
}
.drop3 {
    top: 285px;
    left: 0px;
    width: 185px;
    height: 136px;
}
.drop4 {
    top: 421px;
    left: 0px;
    width: 185px;
    height: 87px;
}

.encima {
    background-color: rgba(255, 255, 255, 0.49)!important;
    transform: scale(1.2);
}

.termometro {
    position: absolute;
    top: 240px;
    left: 110px;
    height: 380px;
    width: 160px;
    background-image: url(../img/act_1/termometro.png);
    background-size: cover;
    z-index: 99;
    cursor: pointer;
} 

.medicion {
    position: absolute;
    top: 164px;
    left: 59px;
    transform: rotate(-69deg);
    font-size: 21px;
}

.column1 {
    position: absolute;
    top: 306px;
    left: 863px;
    height: 396px;
    overflow: auto;
    overflow-x: hidden;
    width: 230px;
}

.column1 div {
    border: 5px solid #184E00;
    border-radius: 8px;
    font-size: 24px;
    text-transform: uppercase;
    color: white;
    padding: 11px;
    width: 176px;
    margin-top: 10px;
}
.column2 {
    position: absolute;
    top: 306px;
    left: 1106px;
    height: 396px;
    overflow: auto;
    overflow-x: hidden;
    width: 172px;
}
.column2 div {
    border: 5px solid #184E00;
    border-radius: 8px;
    font-size: 27px;
    text-transform: uppercase;
    color: white;
    padding: 11px;
    width: 113px;
    margin-top: 10px;
}

.suelta {
    position: absolute;
    top: 250px;
    left: 390px;
    width: 394px;
    height: 350px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.sigue {
    position: absolute;
    top: 590px;
    left: 700px;
}

.sigue img {
    width: 70px;
}

img.ayuda {
    position: absolute;
    top: 390px;
    left: 640px;
    border-radius: 35px;
}

.carga1 {
    position: absolute;
    top: 280px;
    left: 150px;
    width: 70px;
}

.carga1>img {
    width: 28px;
    position: relative;
}

img.aristas {
    position: absolute;
    top: 260px;
    left: 220px;
}

.div1 {
    position: absolute;
    top: 260px;
    left: 360px;
}

.div1.psc01 {
    top: 0px;
    left: 0px;
}
.div1.psc02 {
    top: 50px;
    left: 0px;
}

.div1 input {
    font-size: 30px;
    width: 90px;
    border-radius: 14px;
    border: 2px dashed black;
}

.div1 label {
    border: 1px solid black;
    padding: 7px 21px;
    background-color: #BEBFDE;
    border-radius: 9px;
}

.div1.psc2 {
    top: 310px;
}

.preg_ariastas2 {
    position: absolute;
    top: 530px;
    left: 220px;
    width: 670px;
}

input.totalcajas {
    position: absolute;
    top: 552px;
    right: 221px;
    height: 60px;
    border-radius: 15px;
    border: 3px dashed black;
}

.descr {
    background-color: white;
    padding: 30px;
    border-radius: 25px;
    font-size: 20px;
    border: 4px solid #EBA701;
}

.descr>textarea {
    width: 96%;
    height: 120px;
    resize: none;
    border-radius: 11px;
    padding: 13px;
}

.botonera {
    position: absolute;
    bottom: 34px;
    left: 43%;
    transform: scale(1.3);
}

.botonera>div {
    font-size: 30px;
    display: inline-block;
    background-color: #EB7F26;
    border-radius: 29px;
    width: 47px;
    height: 44px;
    text-align: center;
    padding-top: 3px;
    color: white;
}

input.inpt1 {
    position: absolute;
    top: 652px;
    left: 31px;
    width: 156px;
    height: 60px;
    border-radius: 15px;
    border: 3px dashed black;
}
input.inpt2 {
    position: absolute;
    top: 652px;
    left: 199px;
    width: 156px;
    height: 60px;
    border-radius: 15px;
    border: 3px dashed black;
}
input.inpt3 {
    position: absolute;
    top: 652px;
    left: 367px;
    width: 156px;
    height: 60px;
    border-radius: 15px;
    border: 3px dashed black;
}

.edificio {
    position: absolute;
    background-image: url(../img/act_1/edificio.png);
    background-size: 100%;
    height: 380px;
    width: 138px;
    left: 970px;
    top: 251px;
}

.preg_ariastas3 {
    position: absolute;
    top: 390px;
    left: 740px;
    width: 370px;
}