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

section{
	top: 85px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
	.parallax_productos_movil{
		margin-top: 90px;
	background-image: url(../imagenes/sliders/marmol_slide_movil9.jpg);
	height: 350px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center -220px;
	margin-bottom: 0px;
		transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	}

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



.parallax_productos{
			
	display: none;
}






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

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

#base_formulario ul{
	
	
	width:  95%;
	display: flex;
    justify-content:space-around;
    flex-wrap: wrap;
	margin-left: auto;
	margin-right: auto;
	list-style-type: none;
}


#base_formulario ul li{
	text-decoration: none;
	border-right:solid 0px rgba(143,143,143,1.00);
	
	padding: 5px 10px;
}


#base_formulario ul li a{
	text-decoration: none;
	line-height: 30px;
	font-size: 18px;
	color: rgba(0,0,0,1.00);
	
}


#base_formulario ul li:last-child{
	
	border-right:solid 0px rgba(143,143,143,1.00);
	
}

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



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



.icon-angle-circled-up{
	text-decoration: none;
	color: rgba(0,0,0,1.00);
	font-size: 45px;
	width: 20%;
	height: 70px;
	display: block;
	padding-top: 40px;
	
	margin: auto;
	text-align: center;
	margin-bottom: 50px;
	transition: all 0.2s ease-in-out .3s;
	-webkit-transition: all 0.2s ease-in-out .3s;
	-moz-transition: all 0.2s ease-in-out .3s;
	-o-transition: all 0.2s ease-in-out .3s; 
	-ms-transition: all 0.2s ease-in-out .3s;
}

.icon-angle-circled-up:hover{
	text-decoration: none;
	color:rgba(81,81,81,1.00);
	font-size: 45px;
	width: 20%;
	display: block;
	padding-top: 40px;
	margin: auto;
	text-align: center;
	margin-bottom: 50px;
	height: 70px;
	
}



.icon-angle-circled-up p{
	text-decoration: none;
	color: rgba(0,0,0,1.00);
	font-size: 12px;
	width: 100%;
	display: block;
	/*padding-top: -100px;*/
	margin: auto;
	text-align: center;
	font-style: bold;
}


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


@media all and (min-width:1024px) {	
	
	
	
	section{
	top: 90px;
		transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
	.parallax_productos_movil{
		display: none;
	}

.parallax_productos{
	margin-top: 0px;
	background-image: url(../imagenes/pantallas_1900/tiendas_marmol.jpg);
	height: 400px;
	text-align: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center -300px;
	background-size: cover;
	margin-bottom: 0px;
	
			
	display: block;
	
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}


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



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

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

#base_formulario ul{
	
	
	width:  90%;
	display: flex;
    justify-content:space-around;
    flex-wrap: wrap;
	margin-left: auto;
	margin-right: auto;
	list-style-type: none;
}


#base_formulario ul li{
	text-decoration: none;
	border-right:solid 1px rgba(143,143,143,1.00);
	padding: 3px 30px;
}


#base_formulario ul li a{
	text-decoration: none;
	line-height: 30px;
	font-size: 20px;
	color: rgba(0,0,0,1.00);
	
}


#base_formulario ul li:last-child{
	
	border-right:solid 0px rgba(143,143,143,1.00);
	
}


	
	
	
	
	}