body {
	background-image: url('../images/fondo.jpg');
	background-repeat:repeat-x;
	background-size: cover;
	background-color: green;
    height: 1000px;
   /* border: 1px solid red;*/
}
.container {
	width: 100%;
	height: 940px;
	z-index: 0;
	/*border: 1px solid black;*/
}
/*
h1.main,p.demos {
	-webkit-animation-delay: 8s;
	-moz-animation-delay: 8s;
	-ms-animation-delay: 8s;
	animation-delay: 8s;
}*/

.sp-container {
	width: 50%;
	height: 300px;
	position: relative;
	margin: 0px 0px 0px 20%;
	z-index: 3;
	/*border: 1px solid black;*/
}

/*caja contenido 1*/
.sp-content {
	top:28%;
	width: 100%;
	/*height: 250px;*/
	position: relative;
	-webkit-animation: open 0.4s linear forwards, linear 5.5s forwards;
	-moz-animation: open 0.4s linear forwards, linear 5.5s forwards;
	-ms-animation: open 0.4s linear forwards, linear 5.5s forwards;
	animation: open 0.4s linear forwards, linear 5.5s forwards;
	/*border: 1px solid green;*/
	
	
}
/*Raya
.sp-content:after {
	content: '';
	width: 0.5px;
	background: green;
	height: 50%;
	position: absolute;
	left: 47%;
}*/
/* texto Left negro*/
.sp-container h2 {
	font-weight:bold;
	text-shadow: 0px 0px 20px rgba(255,255,255,0.9);
	}

.sp-wrap {
	width: 95%;
	padding: 15% 50%;
	/*height: 100%;*/
	text-align: left;
	/*font-size: 30px;*/
	font-size: 2.3vw;
	float: left;
	position: relative;
	/*background: #ffdd00;*/
	overflow: hidden;
	 /*border: 1px solid white;*/
}

.sp-wrap span {
	display: block;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 1;
}

.sp-left span.sp-top {
	 /*border: 1px solid green;*/
	color:215e1a;
	-webkit-animation: slideLeft 0.9s ease-in 0.9s backwards, fadeOut 1s linear 7s backwards;
	-moz-animation: slideLeft 0.9s ease-in 0.9s backwards, fadeOut 1s linear 7s backwards;
	-ms-animation: slideLeft 0.9s ease-in 0.9s backwards, fadeOut 1s linear 7s backwards;
	animation: slideLeft 0.5s ease-in 0.9s backwards, fadeOut 1s linear 7s backwards;
}

.sp-left span.sp-mid {
	color:#008fd0;
	-webkit-animation: slideLeft 0.9s ease-in 2.9s backwards, fadeOut 1s linear 12s backwards;
	-moz-animation: slideLeft 0.9s ease-in 2.9s backwards, fadeOut 1s linear 12s backwards;
	-ms-animation: slideLeft 0.9s ease-in 2.9s backwards, fadeOut 1s linear 12s backwards;
	animation: slideLeft 0.5s ease-in 2.9s backwards, fadeOut 1s linear 12s backwards;
}

.sp-left span.sp-bottom {
	-webkit-animation: slideLeft 0.9s ease-in 4.9s backwards, fadeOut 1s linear 14s backwards;
	-moz-animation: slideLeft 0.9s ease-in 4.9s backwards, fadeOut 1s linear 14s backwards;
	-ms-animation: slideLeft 0.9s ease-in 4.9s backwards, fadeOut 1s linear 14s backwards;
	animation: slideLeft 0.5s ease-in 4.9s backwards, fadeOut 1s linear 14s backwards;
}

.sp-full {
	color:#00310d;
	position: absolute;
	/*font-size: 60px;*/
	font-size: 4.5vw;
	text-shadow: 0px 0px 1px rgba(0,0,0,0.9);
	top: 5%;
	width: 100%;
	left: 0px;
	-webkit-animation: fadeIn 1s linear 1.6s backwards;
	-moz-animation: fadeIn 1s linear 1.6s backwards;
	-ms-animation: fadeIn 1s linear 1.6s backwards;
	animation: fadeIn 1s linear 1.6s backwards;
	z-index: 1;	  
}




.flecha {
	position: absolute;
	display: block;
	top: 75%;
	left: 25%;
	background:  url(../images/flecha.png);
	 /*border: 1px solid green;*/
	 z-index: 500;
	 cursor: pointer;
	 width: 50px;
	height:72px;
	 
}
.flecha:hover {
	height:113px;
	background:  url(../images/flecha.png) 0 0px;
	cursor:pointer;
	} 
	

@media (max-width:576px){
	.arbol {
	background-size: cover;
	position: absolute;
	display: block;
	top: 20%;
	left: -40%;
	/* border: 1px solid red;*/
	 cursor: pointer;
	  width:100%;
	  max-width:900px;
	   z-index: 1; }
}

/**/
@-webkit-keyframes open{
	0%{
		-webkit-transform: scale(1,0);
	}
	100%{
		-webkit-transform: scale(1,1);
	}
}
@-webkit-keyframes squeeze{
	0%{
		height: 400px;
	}
	100%{
		height: 120px;
	}
}
@-webkit-keyframes fadeOut{
	0%{
		opacity: 1;
	}
	100%{
		opacity: 0;
	}
}
@-webkit-keyframes fadeIn{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
@-webkit-keyframes slideLeft{
	0%{
		-webkit-transform: translateX(120%);
	}
	100%{
		-webkit-transform: translateX(0%);
	}
}
@-webkit-keyframes slideRight{
	0%{
		-webkit-transform: translateX(-120%);
	}
	100%{
		-webkit-transform: translateX(0%);
	}
}
@-webkit-keyframes moveUp{
	0%{
		-webkit-transform: translateY(0px);
	}
	100%{
		-webkit-transform: translateY(-170px);
	}

}
@-webkit-keyframes zoomIn{
	0%{
		-webkit-transform: scale(0);
	}
	100%{
		-webkit-transform: scale(1);
	}
}
/**/
@-moz-keyframes open{
	0%{
		-moz-transform: scale(1,0);
	}
	100%{
		-moz-transform: scale(1,1);
	}
}
@-moz-keyframes squeeze{
	0%{
		height: 400px;
	}
	100%{
		height: 120px;
	}
}
@-moz-keyframes fadeOut{
	0%{
		opacity: 1;
	}
	100%{
		opacity: 0;
	}
}
@-moz-keyframes fadeIn{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
@-moz-keyframes slideLeft{
	0%{
		-moz-transform: translateX(120%);
	}
	100%{
		-moz-transform: translateX(0%);
	}
}
@-moz-keyframes slideRight{
	0%{
		-moz-transform: translateX(-120%);
	}
	100%{
		-moz-transform: translateX(0%);
	}
}
@-moz-keyframes moveUp{
	0%{
		-moz-transform: translateY(0px);
	}
	100%{
		-moz-transform: translateY(-170px);
	}

}
@-moz-keyframes zoomIn{
	0%{
		-moz-transform: scale(0);
	}
	100%{
		-moz-transform: scale(1);
	}
}
/**/
@keyframes open{
	0%{
		transform: scale(1,0);
	}
	100%{
		transform: scale(1,1);
	}
}
@keyframes squeeze{
	0%{
		height: 400px;
	}
	100%{
		height: 120px;
	}
}
@keyframes fadeOut{
	0%{
		opacity: 1;
	}
	100%{
		opacity: 0;
	}
}
@keyframes fadeIn{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
@keyframes slideLeft{
	0%{
		transform: translateX(120%);
	}
	100%{
		transform: translateX(0%);
	}
}
@keyframes slideRight{
	0%{
		transform: translateX(-120%);
	}
	100%{
		transform: translateX(0%);
	}
}
@keyframes moveUp{
	0%{
		transform: translateY(0px);
	}
	100%{
		transform: translateY(-170px);
	}

}
@keyframes zoomIn{
	0%{
		transform: scale(0);
	}
	100%{
		transform: scale(1);
	}
}