/* CSS Document */

/* 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 */

.ani_sc{
	transition:all 300ms ease;
}

.ani_sc:hover{
	transform:scale(1.1);
}
.ani_sc: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 1s ease infinite alternate;
}

@keyframes agranda{ 
	 from {
	 	transform:scale(1);
	}  
	 to {
	 	transform:scale(1.2);
	 	-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);
	}
}

/* ./ */
 
 

  
.drag {
	position: absolute;
	height: auto;
	width: auto;
	cursor: pointer;
}
.dg1 {
	top: 230px;
	left: 150px;
}
.dg2 {
	top: 240px;
	left: 414px;
}
.dg3 {
	top: 240px;
	left: 740px;
}
.dg4 {
	top: 270px;
	left: 1010px;
}
.drop {
	width: 240px;
	height: 180px;
	border: 5px dashed rgba(189, 189, 189, 0.21);
	border-radius: 15px;
}
.diminished {
	transform: scale(0.5);
	opacity: 0;
}
.encima {
	background-color: rgba(255, 255, 255, 0.14);
	animation: llama 500ms ease 0s infinite alternate;
}
@keyframes llama {
 from {
 transform:scale(1.0);
}
 to {
 transform:scale(1.3);
}
}
input.inp_gen {
	font-size: 32px;
	width: 280px;
	height: 54px;
	padding: 11px;
	border-radius: 25px;
	border: 4px dashed black;
	position: absolute;
	text-align: center;
}
.pastel {
	position: absolute;
	top: 130px;
	left: 40px;
	background-image: url(../img/act_1/pastel.png);
	height: 514px;
	width: 514px;
}
img.plato {
	position: absolute;
	top: 150px;
	left: 770px;
	cursor: pointer;
}
img.espatula {
	position: absolute;
	top: 400px;
	left: 890px;
}
img.cerrar {
	position: absolute;
	top: -40px;
	right: -20px;
}


.pastel img {
    position: absolute;
    top: 0px;
    left: 3px;
}

.off {
    visibility: hidden;
}

.pastel_cortado {
    position: absolute;
    top: 75px;
    left: -311px;
}

.pastel_cortado svg {
    transform: scale(0.8);
    overflow: visible;
}

.pastel_cortado>svg>g{
    transition: all 300ms ease;
    position: absolute;
    left: 280px;
}

.pastel_cortado>svg>g:hover>path:first-child{
 	fill: #EADFA8;
}

.pastel_cortado>svg>g:hover{
 	cursor:pointer;
}

.pastel_cortado img {
    position: absolute;
}

.pt1 {
    top: 220px;
    left: 200px;
}
.pt2 {
    top: 220px;
    left: 200px;
}  
.pt3 {
    top: 220px;
    left: 200px;
} 
.pt4 {
    top: 190px;
    left: 200px;
} 
.pt5 {
    top: 151px;
    left: 200px;
} 
.pt6 {
    top: 113px;
    left: 200px;
} 
.pt7 {
    top: 80px;
    left: 200px;
} 
.pt8 {
    top: 51px;
    left: 200px;
} 
.pt9 {
    top: 31px;
    left: 200px;
} 
.pt10 {
    top: 19px;
    left: 200px;
} 
.pt11 {
    top: 14px;
    left: 200px;
}
.pt12 {
    top: 14px;
    right: -200px;
}  
.pt13 {
    top: 19px;
    right: -200px;
} 
.pt14 {
    top: 38px;
    right: -200px;
} 
.pt15 {
    top: 61px;
    right: -200px;
} 
.pt16 {
    top: 92px;
    right: -200px;
} 
.pt17 {
    top: 125px;
    right: -200px;
} 
.pt18 {
    top: 171px;
    right: -200px;
} 
.pt19 {
    top: 207px;
    right: -200px;
} 
.pt20 {
    top: 222px;
    right: -200px;
} 
.pt21 {
    top: 220px;
    right: -200px;
}
.pt22 {
    top: 220px;
    right: -200px;
}  
.pt23 {
    top: 220px;
    right: -200px;
} 
.pt24 {
    top: 220px;
    right: -200px;
} 
.pt25 {
    top: 221px;
    right: -200px;
} 
.pt26 {
    top: 224px;
    right: -206px;
} 
.pt27 {
    top: 224px;
    left: 199px;
} 
.pt28 {
    top: 228px;
    left: 201px;
} 
.pt29 {
    top: 220px; 
    left: 200px;
} 
.pt30 {
    top: 220px;
    left: 200px;
} 

img.plato_pastel {
    position: absolute;
    top: 145px;
    left: 93px;
}

.mause {
    cursor: url(../img/act_1/espatula.png), default;
}

img.plato_1 {
    position: absolute;
    top: 62px;
    left: 22px;
    z-index: 386;
    border-radius: 65px;
    display: none;
}

.nuevoP {
    position: absolute;
    top: 455px;
    left: 605px;
    width: 790px;
}

.nuevoP div {
    display: inline-block;
    font-size: 38px;
}
 
svg#Capa_1 {
    position: absolute;
}

.bien_pastel {
    background-image: url(../img/act_1/plato2.png);
    position: absolute;
    top: 120px;
    left: 690px;
    width: 310px;
    height: 310px;
    background-repeat: no-repeat;
    transition: all 300ms ease; 
}

.activado {
    animation: quita 300ms ease 300ms;
}

@keyframes quita{
	from{
		transform:scale(1);
		opacity:1;
	}
	to{ 
		transform:scale(0);
		opacity:0;
	} 

}

.bien_pastel.activado img {
    display: block;
}

img.img_inte {
    width: 58px;
    margin-left: 1px;
}

.ingredientes {
    position: absolute;
    top: 341px;
    left: 490px;
}

.ingredientes img {
    cursor: pointer;
    position: absolute;
}

.ingredientes img:nth-child(1) {
    left: 0px;
}
 

.ingredientes img:nth-child(2) {
    left: 120px;
}

.ingredientes img:nth-child(3) {
    left: 190px;
    top: 21px;
}

.bolsa_bien {
    height: 86px;
    width: 17px;
    padding: 5px 36px;
    background-image: url(../img/act_1/bolsa.png);
    font-size: 43px;
    float: left;
}

.bolsa_bien img {
    width: 71px;
}

.bolsas {
    position: absolute;
    top: 450px;
    left: 40px;
    width: 830px;
    height: 215px;
}

.bolsa {
    position: absolute;
    top: 310px;
    left: 875px;
    width: 162px;
    height: 180px;
    text-align: center;
    background-image: url(../img/act_1/bolsa_e.png);
    padding-top: 20px;
    transition: all 300ms ease;
}

.bandejas {
    position: absolute;
    top: 105px;
    left: 23px;
    width: 830px;
    height: 190px;
    overflow: hidden;
    padding-left: 140px;
    padding-top: 30px;
}

.bandejas img {
    margin-left: -140px;
    margin-top: -20px;
}

.bolsa.elimina {
    transform: scale(0.1);
    opacity: 0;
}

.bolsa img {
    float: left;
    margin: 3px;
}

input.inp1 {
    position: absolute;
    top: 510px;
    left: 240px;
    font-size: 52px;
    width: 260px;
    border-radius: 12px;
    border: 3px solid black;
    text-align: center;
}

input.inp2 {
    position: absolute;
    top: 563px;
    left: 960px;
    font-size: 52px;
    width: 260px;
    border-radius: 12px;
    border: 3px solid black;
    text-align: center;
}

img.clic1 {
    position: absolute;
    top: 540px;
    left: 250px;
    cursor: pointer;
}

img.clic2 {
    position: absolute;
    top: 540px;
    right: 50px;
    cursor: pointer;
}

img.immg1 {
    position: absolute;
    top: 610px;
    left: 21px;
    display: none;
}

img.immg2 {
    position: absolute;
    top: 610px;
    left: 930px;
    display: none;
}

img.immg3 {
    position: absolute;
    top: 450px;
    left: 420px;
    display: none;
    width: 530px;
}

.inps1 input {
    font-size: 50px;
    width: 110px;
    text-align: center;
    margin-right: 65px;
    border: 3px solid black;
    border-radius: 15px;
}

.inps1 {
    position: absolute;
    top: 320px;
    left: 269px;
}
.inps2 input {
    font-size: 50px;
    width: 110px;
    text-align: center;
    margin-right: 65px;
    border: 3px solid black;
    border-radius: 15px;
}

.inps2 {
    position: absolute; 
    top: 410px;
    left: 269px;
}

textarea.tg1 {
    position: absolute;
    top: 505px;
    left: 30px;
    width: 650px;
    height: 135px;
    font-size: 30px;
    border-radius: 15px;
    border: 2px solid black;
    padding: 11px;
}
textarea.tg2 {
    position: absolute;
    top: 535px;
    left: 730px;
    width: 560px;
    height: 105px;
    font-size: 30px;
    border-radius: 15px;
    border: 2px solid black;
    padding: 11px;
}

img.img_centro {
    position: absolute;
    bottom: 100px;
    left: 0px;
    right: 0px;
    margin: auto;
}