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




	section{
	top: 85px;
}
	.parallax_contacto_movil{
		margin-top: 90px;
	background-image: url(../imagenes/sliders/onix_slide_movil1.jpg);
	height: 350px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center -520px;
	margin-bottom: 0px;
	}

	.parallax_contacto_movil h1{
	padding-top:  110px;
	font-size: 70px;
	text-align: center;
	
}



.parallax_contacto{
			
	display: none;
}






#base_formulario{
	width: 100%;
	text-align: center;
	height: auto;
	margin-top: 0px;
}

#base_formulario p{
	padding-top: 30px;
	text-align: center;
	font-size: 25px;
	margin-bottom: 20px;
}



/*.tiendas{
	width: 100%;
	text-align: center;
}



.tiendas h1{
	padding-top:  160px;
	font-size: 60px;
	text-align: center;
	
}*/






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


@media all and (min-width:1024px) {	
	
	
	
	section{
	top: 90px;
}
	.parallax_contacto_movil{
		display: none;
	}

.parallax_contacto{
	margin-top: 0px;
	background-image: url(../imagenes/pantallas_1900/granito_blanco_dallas_cocina.jpg);
	height: 400px;
	text-align: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center -200px;
	background-size: cover;
	margin-bottom: 0px;
	
			
	display: block;
}


.parallax_contacto h1{
	padding-top:  160px;
	font-size: 70px;
	text-align: center;
	
}



#base_formulario{
	width: 100%;
	text-align: center;
	height: auto;
	margin-top: 70px;
}

#base_formulario p{
	
	text-align: center;
	font-size: 25px;
	margin-bottom: 20px;
}




	
	
	}
	
