@charset "utf-8";
/* CSS Document */

section{
	top: 60px;
}


#parallax_movil{
	
	
	text-align: center;
	/*background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center 30px;
	background-size: cover;*/
	margin-bottom: 0px;
	margin-top: 80px;
			
	display: block;
}



#parallax{
	
			
	display: none;
}





#parallax2{
	
			
	display: none;
}





#parallax_movil p{
	width: 90%;
	padding-top: 250px;
		color:aliceblue;
	font-size: 18px;
	text-shadow: 1px 1px 4px rgba(0,0,0,1.00);
	font-style: bold;
	line-height: 25px;
	font-weight: 700;
	margin-left: auto;
	margin-right: auto;
	z-index: 2000;
	position: absolute;
	text-align: center;
	padding-left: 50px;
	
}

#parallax_movil h1{
	width: 90%;
	margin-top:  400px;
		color:aliceblue;
	font-size: 17px;
	text-shadow: 1px 1px 4px rgba(0,0,0,1.00);
	font-family: 'Oswald', sans-serif;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position: absolute;
	z-index: 2000;
	padding-left: 50px;
}




#parallax_movil #slidermovil{
	margin-top: 0px
}



.datos{
	width: 100%;
	padding: 0px;
	
	}
	

.animado{
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	
}

.mostrarArriba{
	animation: mostrarArriba 1s;
}

@keyframes mostrarArriba{
	0% {
		transform: translateY(80px);
	}
	100%{
		transform: translateY(0px);
	}
}




	

.animados{
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	
}



.mostrarDerecha{
	animation: mostrarDerecha 1s;
}



@keyframes mostrarDerecha{
	0% {
		transform: translateX(-300px);
	}
	100%{
		transform: translateX(0px);
	}
}




/*===============================1024px=========================*/


@media all and (min-width:1024px) {
	
	
	section{
	top: 60px;
}
	#parallax_movil{
		display: none;
	}

#parallax{
	background-image: url(../imagenes/pantallas_1900/4.jpg);
	height: 900px;
	text-align: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center 30px;
	background-size: cover;
	margin-bottom: 0px;
			
	display: block;
}





#parallax2{
	background-image: url(../imagenes/pantallas_1900/5.jpg);
	height: 900px;
	text-align: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center 30px;
	background-size: cover;
	margin-bottom: 0px;
			
	display: block;
}





#parallax p{
	width: auto;
	padding-top: 480px;
	color:aliceblue;
	font-size: 22px;
	text-shadow: 2px 1px 5px rgba(0,0,0,1.00);
	font-style: bold;
	line-height: 35px;
	font-weight: 700;
}

#parallax h1{
	width: auto;
	padding-top: 20px;
	color:aliceblue;
	font-size: 20px;
	text-shadow: 2px 2px 4px rgba(0,0,0,1.00);
	font-family: 'Oswald', sans-serif;
	margin-left: auto;
	margin-right: auto;
}

	
	
	
}	
	