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

.somos{
	margin-top: 70px;
}

.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);
	}
}


.somos h2{
	font-size: 75px;
	text-align: center;
	padding-top: 0px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	
}



/*AQUI INICIAN LAS IMAGENES*/


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

.somos #contenedor_somos #parallax_somos{
	background-image: url(../imagenes/pantallas_1900/bloque_granito.jpg);
	height: 530px;
	text-align: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center -50px;
	background-size: cover;
	margin-bottom: 0px;
			
	display: none;
	background-color: rgba(0,0,0,1.00);
}


.somos #contenedor_somos #parallax_somos_movil{
	background-image: url(../imagenes/pantallas_1900/bloque_granito.jpg);
	height: 530px;
	width: 100%;
	text-align: center;
	background-repeat: no-repeat;
	
	margin-bottom: 0px;
			
	display: block;
	background-color: rgba(0,0,0,1.00);
}




.somos #contenedor_somos #parallax_somos_movil p{
	width: 90%;
	padding: 14px;
	padding-top:   100px;
	color:aliceblue;
	font-family: 'Yantramanav', sans-serif;
	font-size: 10;
	text-align: justify;
	margin-left: auto;
	margin-right: auto;
	z-index: 10000;
	
	line-height: 24px;
}
	



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


@media all and (min-width:1024px) {
	
	
	.somos{
	margin-top: 100px;
}

	
	
.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);
	}
}*/


.somos h2{
	font-size: 80px;
	text-align: center;
	padding-top: 0px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	
}



/*AQUI INICIAN LAS IMAGENES*/


.somos #contenedor_somos{
	width: 100%;
	height: auto;
	text-align: center;
	margin-top: 100px;
}

.somos #contenedor_somos #parallax_somos_movil{
	background-image: url(../imagenes/pantallas_1900/bloque_granito.jpg);
	height: 530px;
	width: 100%;
	text-align: center;
	background-repeat: no-repeat;
	
	margin-bottom: 0px;
			
	display: none;
	background-color: rgba(0,0,0,1.00);
}



.somos #contenedor_somos #parallax_somos{
	background-image: url(../imagenes/pantallas_1900/bloque_granito.jpg);
	height: 530px;
	text-align: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center -50px;
	background-size: cover;
	margin-bottom: 0px;
			
	display: block;
	background-color: rgba(0,0,0,1.00);
}


.somos #contenedor_somos #parallax_somos p{
	width: 600px;
	padding: 15px;
	padding-top:   170px;
	color:aliceblue;
	font-family: 'Yantramanav', sans-serif;
	font-size: 10;
	text-align: justify;
	margin-left: auto;
	margin-right: auto;
	z-index: 10000;
	
	line-height: 28px;
}






	
	

	
	
}
