@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*/
	}

/*===================centrico=======================*/
.parallax_1024_centrico{
	display: none;
	float: none;
	}

.parallax_movil_centrico{
	text-align: center;
	width: 100%;
	margin-top: 75px;
	height: 700px;
	background-image:url(../imagenes/centrico/centrico_movil.jpg);
	background-position: center -250px;
	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;
	background-repeat: no-repeat;		
	display: block;
	float: none;
	opacity: 1;
	}


.parallax_movil_centrico h1{
	text-align: center;
	font-size: 25px;
	color:rgba(255,253,253,1.00);
	font-family: 'Merriweather Sans', sans-serif;
		letter-spacing: 0.3px;
	line-height: 40px;
	padding-top: 250px;
	margin-bottom: 0px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-shadow: 1px 1px 5px rgba(0,0,0,1.00);
	
}




/*==================centrico version 1024=======================*/
@media all and (min-width:1024px) {
	
	
			
.parallax_movil_centrico{
		
	display: none;
	
	}
	
	
	
	.parallax_1024_centrico{
	text-align: center;
	width: 100%;
	margin-top: 67px;
	height: 550px;
	background-image:url(../imagenes/centrico/centrico_paralax.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-position: center 0px;
	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: 30px;
	background-repeat: no-repeat;		
	display: block;
	}
	
	
	.parallax_1024_centrico h1{
		text-align: center;
	font-size: 25px;
	color:rgba(255,253,253,1.00);
	font-family: 'Merriweather Sans', sans-serif;
	letter-spacing: 0.3px;
	line-height: 40px;
	padding-top: 250px;
	margin-bottom: 15px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-shadow: 1px 1px 5px rgba(0,0,0,1.00);
	
}
	
	
	.parallax_1024_centrico .icon-angle-circled-down{
	text-decoration: none;
	color: rgba(255,255,255,1.00);
	font-size: 40px;
	padding-top: 80px;
	margin: auto;
	text-align: center;
}
	
	
   .parallax_1024_centrico .icon-angle-circled-down:hover{
	color:rgba(92,15,33,1.00);

}
	
	
	
	
	
	
	
	}