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


* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	/*este box es para q no se salgan los elementos en responsive*/
	
}




#ancla_index{
	
}


section{
	top: 0px;
}

#slider_2{
	width: 100%;
	display: block;
	}

#slider_3{
	width: 100%;
	display: none;
	}	
	




#parallax_movil{
	
	margin-top: 110px;		
	display: block;
	width: 100%;
	height: auto;
	
}



#parallax{
display: none;
}


#parallax2{
display: none;
}


#parallax_movil h1{
	width: 90%;
	padding-top: 5px;
	padding-bottom: 5px;
	color:rgba(255,255,255,1.00);
	font-size: 30px;
	text-shadow: 1px 0px 5px rgba(0,0,0,0.70);
	font-family: 'Dosis', sans-serif;
	font-weight: 500;
	background-color: rgba(221,221,221,0.40);
	
	padding-left: 5%;
	z-index: 100;
	position: absolute;
	margin-top: 330px;
	 
}






#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 #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(30px);
	}
	100%{
		transform: translateY(0px);
	}
}





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


@media all and (min-width:1024px) {
	
	
	section{
	top: 0px;
}

	#ancla_index{
	top:110px;
}
	
	
#slider_2{
	width: 100%;
	display: none;
	}	
	

	#slider_3{
	width: 100%;
	display: block;
	}	
	
	
	
	
#parallax_movil{
display: none;
}

	
	
#parallax{
height: auto;	
margin-bottom: 0px;			
display: block;
	margin-top: -30px;
}




/*
 #parallax #parallax2{
width: 100%;
	height: auto;
	position: relative;
	display: block;
}
	
#parallax #parallax2 #bann{
	width: 73%;
	height: auto;
	float: right;
	z-index: 1000;
	
}	
	
	
#parallax #parallax2 #bann img{
	width: 350px;
	height: auto;
	float: right;
padding-right: -250px;
	padding-top: 80px;
	z-index: 1000;
	position: fixed;
	opacity: 1.0;
}*/



#parallax h1{
	width: auto;
	padding-top:50px;
	color:rgba(252,249,249,1.00);
	font-size:42px;
	text-shadow: 1px 0px 5px rgba(0,0,0,1.00);
	font-family: 'Dosis', sans-serif;
	font-weight: 600;
	float: left;
	padding-left: 30px;
	text-align: left;
	z-index: 100;
	position: absolute;
}

	/*#parallax #banner{
		
	width: 320px;
	height: 100%;
	background-color:rgba(249,202,225,1.00);
	float: right;
	background-image: url("../imagenes/walkartape_mexico.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center -10px;
		
	}*/	
	
	
	
	
	
	
	
	
	
	
	
}



