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


#parallax{
display: none;
	}

#parallax_movil{
	text-align: center;
	margin-top: -55px;
	background-color:rgba(236,236,236,1.00);
	padding-bottom: 50px;
	display: block;	
	}


#parallax_movil .icon-garden{
	padding-top: 100px;
	text-align: center;
	font-size: 45px;
	margin: auto;
	color:rgba(253,135,65,1.00);
	text-shadow: 0.5px 0.5px 4px rgba(41,41,41,0.45);	
}


#parallax_movil h1{
	font-size: 30px;
	padding-bottom: 5px;
	margin-top: 30px;
	font-family: 'Open Sans', sans-serif;
	color:rgba(0,0,0,1.00);
	}

#parallax_movil p{
	font-size: 15px;
	color:rgba(13,13,13,1.00);
	font-family: 'Open Sans', sans-serif;
	text-align: justify;
	width: 90%;
	margin: auto;
	font-weight: 500;
	margin-top: 30px;
	letter-spacing: 0px;
	}

#parallax_movil #corporativo   {
	
	width: 100%;
	height: auto;
	text-align: center;
	padding-top: 60px;
	
}

#parallax_movil #corporativo video  {
	position:relative;
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 0px;
	
}





#parallax_movil  a{
	width: 150px;
    height:auto;
	text-align: center;
	text-decoration: none;
	z-index: 10000;
}
	
#parallax_movil a h6  {
width: 150px;
margin-top: 50px;
font-family: 'Dosis', sans-serif;
color:rgba(0,0,0,1.00);
background-color:rgba(255,106,19,1.00);
font-weight: 600;
text-align: center;	
font-size: 18px;
padding: 15px 10px;
border-radius: 25px;
word-spacing: 1px;
display: block;
margin-left: auto;
margin-right: auto;
z-index: 10000;	
  }	

#parallax_movil a h6:hover  {
color:white;
background-color:rgba(255,106,19,1.00);
box-shadow: 1px 1px 6px rgba(41,41,41,0.30);
border-radius: 25px;

/*transition: all 0.2s ease-in-out 0.2s;
-webkit-transition: all 0.2s ease-in-out 0.2s;
-moz-transition: all 0.2s ease-in-out 0.2s;
-o-transition: all 0.2s ease-in-out 0.2s; 
-ms-transition: all 0.2s ease-in-out 0.2s;*/
  }







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

@media all and (min-width:1024px){
	#parallax_movil{
	display: none;
	}
	
#parallax{
	text-align: center;
	margin-top: -200px;
	background-image: url(../imagenes/fondo_dysvae.jpg);
	background-attachment: fixed;
	background-position: center -20px;
	height: 630px;
	background-size: cover;
	transition: all 1.0s ease-in-out .5s;
	-webkit-transition: all 1.0s ease-in-out .5s;
	-moz-transition: all 1.0s ease-in-out .5s;
	-o-transition: all 1.0s ease-in-out .5s; 
	-ms-transition: all 1.0s ease-in-out .5s;
	margin-bottom: 0px;
	background-repeat: no-repeat;		
	display: block;	
	}

#parallax .icon-garden{
	padding-top: 70px;
	text-align: center;
	font-size: 45px;
	margin: auto;
	color:rgba(249,118,39,1.00);
	text-shadow: 0.2px 0.2px 1px rgba(41,41,41,0.60);	
}


#parallax h1{
	font-size: 30px;
	padding-bottom: 5px;
	color:rgba(13,13,13,1.00);
	font-family: 'Open Sans', sans-serif;
	/*text-shadow: 2px 2px 4px rgba(41,41,41,0.65);*/
	padding-top: 10px;
	}


#parallax p{
	font-size: 15px;
	color:rgba(13,13,13,1.00);
	font-family: 'Open Sans', sans-serif;
	text-align: justify;
	width: 72%;
	margin: auto;
	font-weight:500;
	letter-spacing: 0px;
	padding-top: 20px;
	}
	
	#parallax a{
	width: 150px;
    height:auto;
	text-align: center;
	text-decoration: none;	
}
	
#parallax a h6  {
width: 150px;
margin-top: 50px;
font-family: 'Dosis', sans-serif;
color:rgba(0,0,0,1.00);
background-color:rgba(255,106,19,1.00);
font-weight: 600;
text-align: center;	
font-size: 18px;
padding: 15px 10px;
border-radius: 25px;
word-spacing: 1px;
display: block;
margin-left: auto;
margin-right: auto;
  }	

#parallax a h6:hover  {
color:white;
background-color:rgba(255,106,19,1.00);
box-shadow: 1px 1px 6px rgba(41,41,41,0.30);
border-radius: 25px;
margin-bottom: 0px;
/*transition: all 0.2s ease-in-out 0.2s;
-webkit-transition: all 0.2s ease-in-out 0.2s;
-moz-transition: all 0.2s ease-in-out 0.2s;
-o-transition: all 0.2s ease-in-out 0.2s; 
-ms-transition: all 0.2s ease-in-out 0.2s;*/
  }
	
	
}