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

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

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



.parallax_espacios{
			
	display: none;
}


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

.espacios{
	width: 100%;
	text-align: center;
	margin-bottom: 150px;
}


.espacios h1{
	margin-top: 20px;
	font-size: 70px;
	text-align: center;
}


.espacios p{
	text-align: justify;
	font-family: 'Yantramanav', sans-serif;
	line-height: 25px;
	font-size: 15px;
	margin-bottom: 60px;
	margin-top: 40px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}


.espacios .contenedor_slider_movil .mas{
width: 100%;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 20px;
	
}

.espacios .contenedor_slider_movil .mas a{
background-color: rgba(0,0,0,1.00);
	color: aliceblue;
	text-decoration: none;
	padding: 10px 30px;
	
	
}


.espacios .contenedor_slider_movil{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}


.espacios .contenedor_slider{
	width: auto;
	margin-left: auto;
	margin-right: auto;
	display: none;
}




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


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

.parallax_espacios{
	margin-top: 0px;
	background-image: url(../imagenes/pantallas_1900/granito_neg_sanga_cepillado.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_espacios h1{
	padding-top:  160px;
	font-size: 70px;
	text-align: center;
	
}

.espacios {
	margin-bottom: 100px;
}

.espacios h1{
	margin-top: 20px;
	font-size: 70px;
	text-align: center;
}

	
.espacios p{
	text-align: justify;
	font-family: 'Yantramanav', sans-serif;
	line-height: 25px;
	font-size: 16px;
	margin-bottom: 70px;
	margin-top: 30px;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}

.espacios .contenedor_slider_movil{
	width: auto;
	margin-left: auto;
	margin-right: auto;
	
	display: none;
}


.espacios .contenedor_slider{
	width: auto;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.espacios .contenedor_slider .mas{
width: 100%;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 10px;
	
}

.espacios .contenedor_slider .mas a{
background-color: rgba(0,0,0,1.00);
	color: aliceblue;
	text-decoration: none;
	padding: 10px 30px;
	
	
}



	
	
	}