@font-face {
	font-family: 'Conv_Gotham-Bold';
	src: url('../fonts/Gotham-Bold.eot');
	src: local('☺'), url('../fonts/Gotham-Bold.woff') format('woff'), url('../fonts/Gotham-Bold.ttf') format('truetype'), url('../fonts/Gotham-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_Gotham-Book';
	src: url('../fonts/Gotham-Book.eot');
	src: local('☺'), url('../fonts/Gotham-Book.woff') format('woff'), url('../fonts/Gotham-Book.ttf') format('truetype'), url('../fonts/Gotham-Book.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_Gotham-Light';
	src: url('../fonts/Gotham-Light.eot');
	src: local('☺'), url('../fonts/Gotham-Light.woff') format('woff'), url('../fonts/Gotham-Light.ttf') format('truetype'), url('../fonts/Gotham-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_Gotham-Medium';
	src: url('../fonts/Gotham-Medium.eot');
	src: local('☺'), url('../fonts/Gotham-Medium.woff') format('woff'), url('../fonts/Gotham-Medium.ttf') format('truetype'), url('../fonts/Gotham-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


html, body
{
	margin:0px;
	height:100%;
	font-family: 'Conv_Gotham-Book';
}

.pagina
{
	margin:0px;
	height:100%;
}

.cabecera
{
	background:#000;
	width:100%;
	height:100%;
	position:relative;
}

.cabecera #frase
{
	position:absolute;
	left:0px;
	top:40%;
	z-index:99;
	width:100%;
	text-align:center;
	color:#fff;
}

.cabecera #frase h1
{
	margin:0px;
	font-family: 'Conv_Gotham-Light';
	font-size:4em;
}


.cabecera #frase h2
{
	margin:0px;
	font-family: 'Conv_Gotham-Light';
		font-size:3.5em;
}

.cabecera #frase span
{
		font-family: 'Conv_Gotham-Bold';
		color:#d5ac79;
}



article
{
	float:left;
	width:100%;
}

img
{
	max-width:100%;
	border:0px;
}

#inciocont1 
{
	float:left;
	width:100%;
	overflow:visible;
	margin-top:-12%;
	z-index:999;
	position:relative;
	
}

#inciocont1 article
{
	width:30%;
	margin:1%;
}

#inciocont1 article img
{
	width:100%;
}

#inciocont2
{
	padding:3em 0px;
	color:#442b0c;
}

#inciocont2 h1
{
	color:#442b0c;
	text-align:center;
	font-size:3em;
	margin:0px;
	font-family: 'Conv_Gotham-Light';
	font-weight:100;
}


#inciocont2 span
{
	font-family: 'Conv_Gotham-Bold';
}

#inciocont2 article
{
	width: 37.3%;
	float: left;
}

#inciocont2 article div
{
	border-radius:50%;
	border:8px solid #fff;
}

#inciocont2 article div img
{
	width:100%;
}

#inciocont2 .contcirculos
{
	width:80%;
	margin:0px auto;
	overflow:hidden;
	padding-top:3em;
}


#inciocont2 #circulo1
{
	
}

#inciocont2 #circulo2
{
	  position: relative;
	  z-index: 99;
	  margin: 0px -7%;
	  margin-top: 14%;
}

#inciocont2 #circulo3
{
	
}

#inciocont2 h2
{
	text-transform:uppercase;
		font-family: 'Conv_Gotham-Bold';
		margin:0px;
		font-size:1.2em;
}



#inciocont2 h3
{
margin:0px;
}

#inciocont2 p
{
		font-family: 'Conv_Gotham-Light';
}


#inciocont3
{
	background:url(../img/fija1.jpg);
	background-size:cover;
	background-attachment:fixed;
	background-position:center center;
}

#inciocont3 article
{
background: rgba(255,255,255,0.80);
width: 45%;
padding: 8% 5%;
color: #442b0c;
float: right;
}

#inciocont3 span
{
	font-family: 'Conv_Gotham-Bold';
}

#inciocont3 p
{
	font-size:1.2em;
	text-align:justify;
	padding:0.9em 0px;
}


#inciocont4 
{
	background:#a1866e;
	color:#fff;
	border-bottom:2em #fff solid;
	border-top:2em #fff solid;
	
}

#inciocont4 article 
{
	width: 50%;
	padding:0px 2%;
	text-align:center;
	margin:2% 0px;
}

#inciocont4 h1
{
	font-family: 'Conv_Gotham-Light';
	text-transform:uppercase;
	font-size:2em;
	margin:0px;
}

#inciocont4 span
{
	font-family: 'Conv_Gotham-Bold';
	font-size:1.2em;
}

#inciocont4 h2
{
	font-family: 'Conv_Gotham-Light';
	font-size:2em;
	margin:0px;
	text-transform:uppercase;
}

#piedracont1
{
	padding:3em 0px;
}

#piedracont1 h1
{
	font-family: 'Conv_Gotham-Book';
	font-size:2.5em;
	margin:0px;
}

#piedracont1 article {
    width: 98%;
    margin: 1%;
	position:relative;
	text-transform:uppercase;
	text-align:center;
	background:#252525;
}

#piedracont1 article img{
    width:100%;
	display:block;
	opacity:1;
	transition:all ease 0.5s;
	-moz-transition:all ease 0.5s;
	-ms-transition:all ease 0.5s;
	-o-transition:all ease 0.5s;
	-webkit-transition:all ease 0.5s;
}

	
#piedracont1 article:hover img{
	
	opacity:0.5;
}
	
#piedracont1 article div
{
	position:absolute;
	left:0px;
	top:0px;
	width:90%;
	height:90%;
	border:3px solid #d5ac79;
	margin:5%;
	opacity:0;
	transform:scale(0.5,0.5);
	-moz-transform:scale(0.5,0.5);
	-ms-transform:scale(0.5,0.5);
	-o-transform:scale(0.5,0.5);
	-webkit-transform:scale(0.5,0.5);
	transition:all ease 0.5s;
	-moz-transition:all ease 0.5s;
	-ms-transition:all ease 0.5s;
	-o-transition:all ease 0.5s;
	-webkit-transition:all ease 0.5s;
}

#piedracont1 article:hover div
{
	opacity:1;
	transform:scale(1,1);
	-moz-transform:scale(1,1);
	-ms-transform:scale(1,1);
	-o-transform:scale(1,1);
	-webkit-transform:scale(1,1);	
}

#piedracont1 article h2
{
	color:#fff;
	position:absolute;
	top:50%;
	left:50%;
	width:90%;
	text-align:center;
	transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	margin:0px;
}

#piedracont2
{
	background:url(../img/fija2.jpg);
	background-attachment:fixed;
	background-size:cover;
	background-position:center center;
	
}

#piedracont2 article
{
	width:45%;
	padding: 10% 5%;
	background: rgba(255,255,255,0.80);
	color:#442b0c;
	float:right;
	text-align:center;
}


#piedracont2 article h1
{
	margin:0px;
	font-family: 'Conv_Gotham-Bold';
	font-size:2.7em;
	
}

#piedracont2 article h2
{
	margin:0px;
	font-size:2.4em;
	font-weight:100;
}

#piedracont2 article h3
{
	margin:0px;
	font-family: 'Conv_Gotham-Bold';
	font-size:3em;
}

#piedracont3
{
	padding:4em 0px;
	color:#442b0c;
	position:relative;
}

#piedracont3 span
{
		font-family: 'Conv_Gotham-Bold';
}


#piedracont3 p
{
	text-align:justify;
	font-size:1.2em;
}

.contgalepriedras h2
{
	text-transform:uppercase;
	border-bottom:2px #442b0c solid;
	color:#442b0c;
	margin-top: 2em;
}

.contgalepriedras > article
{
	width:23% !important;
	margin:1% !important;
}



.contgalepriedras > article > div
{
	height: 80% !important;
	background:url(../img/galeria/lupita.png);
	background-repeat:no-repeat;
	background-position:center center;
}

.contgalepriedras
{
	float:left;
	overflow:hidden;
	padding-bottom:2em;
}

#ideas
{
	transform:scale(0,0);
	-moz-transform:scale(0,0);
	-ms-transform:scale(0,0);
	-o-transform:scale(0,0);
	-webkit-transform:scale(0,0);
		opacity:0;
	height:0px;
	
	transition:all ease 0.5s;
	-moz-transition:all ease 0.5s;
	-ms-transition:all ease 0.5s;
	-o-transition:all ease 0.5s;
	-webkit-transition:all ease 0.5s;
}

#proyectos
{
	transform:scale(0,0);
	-moz-transform:scale(0,0);
	-ms-transform:scale(0,0);
	-o-transform:scale(0,0);
	-webkit-transform:scale(0,0);
	
	height:0px;
	opacity:0;
	
	transition:all ease 0.5s;
	-moz-transition:all ease 0.5s;
	-ms-transition:all ease 0.5s;
	-o-transition:all ease 0.5s;
	-webkit-transition:all ease 0.5s;
}


.viblecat
{
	opacity:1 !important;
	height:auto !important;
	transform:scale(1,1) !important;
	-moz-transform:scale(1,1) !important;
	-ms-transform:scale(1,1) !important;
	-o-transform:scale(1,1) !important;
	-webkit-transform:scale(1,1) !important;
}

#last
{
	background:#442b0c;
	color:#fff;
	text-align:center;
	float:left;
	width:100%;
	padding:10px 0px;
	font-size:0.9em;
	position:relative;
}


#last a
{
	text-decoration:none;
	color:#fff;
	text-transform:uppercase;
	
}

#contador
{
	position: absolute;
	right: 2%;
	top: 9px;
}

.contpiedra
{
	position:relative;
}

.infopiedra
{
	position:absolute;
	left:0px;
	top:0px;
	width:30%;
}

.infopiedra h1
{
	font-family: 'Conv_Gotham-Bold';
	margin:0px;
	font-size:1.5em;
	text-transform:uppercase;
	padding-top:2%;
}

.infopiedra p
{
	font-size:1em !important;
	text-align:left !important;
}

#liea1
{
	width: 24%;
	position: absolute;
	left: 20%;
	top: 9%;
}

#liea2
{
  width: 12%;
  position: absolute;
  left: 20%;
  top: 38%;
}

#liea3
{
width: 17%;
position: absolute;
left: 42%;
top: 85%;
}

#liea4
{
width: 22%;
position: absolute;
left: 58%;
top: 12%;
}


#liea5
{
width: 13%;
position: absolute;
left: 68%;
top: 46%;
}

#piedra
{
	padding: 10% 0px;
	width: 50%;
	margin-right: -16%;
}

#info1
{
left: 0%;
top: 11%;
}

#info2
{
left: 0px;
top: 36%;
}

#info3
{
left: 9%;
top: 82%;
}

#info4
{
left: 73%;
top: 20%;
}

#info5
{
left: 73%;
top: 48%;
}


#piedracont4
{
  background: #a1866e;
  color: #fff;
  text-align: center;
  padding: 3em 0px;
}

#piedracont4 h1
{
font-family: 'Conv_Gotham-Book';
margin:0px;
font-size: 3em;
}

#piedracont4 h2
{
	font-family: 'Conv_Gotham-Bold';
	margin:0px;
	font-size: 3em;
}

#piedracont4 p
{
	font-size:1.2em;
	margin:0px;
}

#piedracont4 span
{
	/*font-family: 'Conv_Gotham-Bold';*/
}


#instalarcont1
{
text-align: center;
padding: 6em 0px;
}

#instalarcont1 h1
{
	font-family: 'Conv_Gotham-Book';
	font-weight:100;
	font-size:3em;
	margin:0px;
	padding-bottom:0.5em;
}

#instalarcont1 a
{
	background:#d5ac79;
	color:#fff;
	text-decoration:none;
	padding:0.5em 1em;
	display:inline-block;
	font-size:1.3em;
	
}

#instalarcont2
{
	background:url(../img/fija3.jpg);
	background-size:cover;
	background-attachment:fixed;
	background-position:center center;
}

#instalarcont2 article
{
width: 45%;
padding: 10% 5%;
background: rgba(255,255,255,0.80);
color: #442b0c;
float: right;
font-size:1.3em;
text-align:justify;
}

#galeriacont1
{
	padding:4em 0px;
}

#galeriacont1 .menugale a
{
	background:#fff;
	color:#d5ac79;
	border:2px solid #d5ac79;
	padding:1%;
	display:inline-block;
	text-decoration:none;
	margin:2%;
	width:300px;
	cursor:pointer;
}

#galeriacont1 .zoom
{
position: relative;
float: left;
overflow: hidden;
width: 19%;
margin: 0.5%;
background: #252525;
}

#galeriacont1 .zoom > img
{
	width:100%;
	display:block;
	opacity:1;
		transition:all ease 0.5s;
	-moz-transition:all ease 0.5s;
	-ms-transition:all ease 0.5s;
	-o-transition:all ease 0.5s;
	-webkit-transition:all ease 0.5s;
}

#galeriacont1 .zoom:hover > img
{
	opacity:0.5;
	
}

#galeriacont1 .zoom div
{
	position:absolute;
	border:2px solid #d5ac79;
	height:90%;
	width:90%;
	margin:5%;
	left:0px;
	top:0px;
	opacity:0;
	transform:scale(0.5,0.5);
	-moz-transform:scale(0.5,0.5);
	-ms-transform:scale(0.5,0.5);
	-o-transform:scale(0.5,0.5);
	-webkit-transform:scale(0.5,0.5);
	transition:all ease 0.5s;
	-moz-transition:all ease 0.5s;
	-ms-transition:all ease 0.5s;
	-o-transition:all ease 0.5s;
	-webkit-transition:all ease 0.5s;
} 

#galeriacont1 .zoom:hover div
{
	opacity:1;
	transform:scale(1,1);
	-moz-transform:scale(1,1);
	-ms-transform:scale(1,1);
	-o-transform:scale(1,1);
	-webkit-transform:scale(1,1);
}

#galeriacont1 .zoom div > img
{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
}

#my-modal
{
	text-align:left;
	padding: 3%;
}

#my-modal p
{
	text-align:justify;
}

#my-modal h2
{
color: #442b0c;
}

#my-modal h1
{
color: #442b0c;
}

.activo
{
	background:#d5ac79 !important;
	color:#fff !important;
}

/* Google Maps */
div.google-map {
	background: #E5E3DF;
	height: 400px;
	width: 100%;
}

.parallax + div.google-map {
	margin-top: -70px;
}

div.google-map img {
	max-width: 9999px;
}

/* Map Overlay */
div.map-overlay {
	margin-top: -390px;
}

div.map-overlay div.box-content {
	border-top: 0;
	text-align: left;
}

.gallery-expander-contents h3
{
	color:#442b0c;
	text-transform:uppercase;
	margin:0px;
	font-size:1.7em;
	border-bottom:2px solid;
	margin-bottom: 0.8em;
}

.gallery-expander-contents article
{
	width: 23% !important;
	margin: 1% !important;
	background:none !important;
}

.gallery-expander-contents article:hover img
{
	width:100%;
	opacity:1 !important;
}

#contactocont2
{
	background:#fff;
	padding:3em 0px;
}


#contactocont2 article
{
	width:46%;
	padding:2%;
	color:#282828;
}

#contactocont2 article p
{
	font-size:1.2em;
}

#contactocont2 article h1
{
font-family: 'Conv_Gotham-Bold';
margin:0px;
font-size:1.6em;
}

.contenido
{
	width:100%;
	height:auto;
	overflow:hidden;
}

.contenido-centrado
{
	width:80%;
	margin:0px auto;
	max-width:1200px;
}

footer
{
	background:#75B81B;
}

/*---------------contenido responsivo---------------*/
@media screen and (max-width : 1024px){
	
	
	#piedracont2
	{
		background-attachment:inherit;
	}
	
	html,dody
	{
	font-size:90% !important;
	}
	
	#inciocont2 h1
	{
		font-size: 2.6em;
	}
	
	#inciocont2 .contcirculos
	{
		width: 100%;
	}
	
	#inciocont3
	{
		background-attachment:local;
	}
	
	#inciocont4 .contenido-centrado
	{
	width: 100%;
	}
	
	#inciocont4 span
	{
		font-size: 1em;
	}
	
	#piedracont2 article {
    width: 60%;
	}
	
}

@media screen and (max-width : 800px){
	.cabecera #frase
	{
		font-size: 0.7em;
	}
	
	
	#contactocont2 article
	{
		width: 100%; 
		padding: 2%;
		text-align:center;
	}
	
	#piedracont4
	{
		font-size: 0.8em;
	}
	
	
	.infopiedra
	{
		position: relative;
		left: 0px !important;
		top: 0px !important;
		width: 100%;
	}
	
	#piedra {
    width: 67%;
    margin-right: -18%;
	}
	
	#liea1
	{
		display:none;
	}
	
	#liea2
	{
		display:none;
	}
	
	#liea3
	{
		display:none;
	}
	
	#liea4
	{
		display:none;
	}
	
	#liea5
	{
		display:none;
	}
	
	
	#piedracont2 article
	{
		width: 70%;
	}
	
	
.gallery-item {
    width: 49% !important;
}

.gallery-expander-contents article
{
	width: 31% !important;
}
	
#inciocont2 #circulo2 {
    margin: 0px 2%;
    margin-top: 0%;
}

#inciocont2 article {
    width: 31.3%;
}

.puntosres
{
	display:none;
}


#inciocont3 article
{
	width: 64%;
}

#inciocont4 article
{
	width: 100%;
	border:0px !important;
}

#borde
{
	border-bottom:2px solid #fff !important;
}

#instalarcont2 article
{
	width:70%;
	padding: 10% 10%;
	font-size: 1em;
}

#galeriacont1 .zoom
{
	width: 24%;
}
	
}

@media screen and (max-width : 600px){
	
	#contador
	{
		position:relative;
	}
	
    
	#contactocont2 article h1
	{
		font-size: 1.2em;
	}


	#instalarcont2 article
	{
		width:100%;
		padding: 10% 10%;
		font-size: 1em;
	}
	
	
	#instalarcont1 h1
	{
		font-size: 2em;
	}
	
	#piedracont4 h2
	{
		font-size: 2em;
	}
	

#piedra {
    width: 90%;
    margin-right: -23%;
}

#piedracont2 article {
    width: 100%;
}
	

.gallery-item {
    width: 100% !important;
}

.gallery-expander-contents article
{
width: 48% !important;
}
	
	#inciocont1 article
	{
		display: none;
	}
	
	#inciocont2 article {
    width: 98%;
}

#inciocont2 article div
{
	width: 50%;
	margin: 0px auto;
}


#inciocont3 article
{
	width: 100%;
}

#galeriacont1 .zoom {
    width: 32%;
}
	
}

@media screen and (max-width : 400px){
	
	div.google-map
	{
		height: 200px;
	}
	
	
#galeriacont1 .zoom {
    width: 49%;
}
	
	
	#piedra {
    width: 100%;
    margin-right: -18%;
	}
	
	.gallery-expander-contents article
	{
	width: 98% !important;
	}
	
	#inciocont4 h1
	{
		font-size: 1.5em;
	}
	
	#inciocont4 h2
	{
			font-size: 1.5em;
	}
	
	
	#inciocont2 h1 {
    font-size: 1.4em;
}
	
}
/*---------------contenido responsivo---------------*/