@charset "utf-8";

/*

negro º #333333
verde º #686d53
gris  º #bbb7b6
grisF º #4a4848
cafe  º #805f50

*/

body {
	margin: 0px;
	padding:0px;
	font-family:'Normal';
	font-weight:400;
	background:#efefef;
	overflow-x:hidden !important;
}
body.no-index {
	padding-top:108px;
}
p {
	line-stacking:1.8;
	font-size: 0.9em !important;
}

h1 {
	font-family:'Bold';
	font-size:1.5em !important;
	text-align:center;
	margin: 0 auto;
	font-weight:normal;
}
h2 {
	font-family:'Medium';
	font-size:1.2em !important;
}
h3 {
	font-weight:normal;
}

button:hover {
	cursor:pointer;
}
button:focus,
input:focus,
textarea:focus {
	outline:none;
}

/* scroll */
figure {
	width: 30px;
	height:54px;
	border:solid 2px #bbb7b6;
	position:absolute;
	border-radius:12px;
	bottom:18px;
	right: 0;
	color:#bbb7b6;
	animation-delay:2.1s;
	z-index:9;
}
figure:before {
	content:'';
	width: 4px;
	height:12px;
	background:#bbb7b6;
	border-radius:3px;
	position:absolute;
	top: 6px;
	left:13px;
	animation-delay:2.1s;
	-webkit-animation-name: floating2;
    animation-name: floating2;
    -webkit-animation-iteration-count:infinite;
    animation-iteration-count:        infinite;
    -webkit-animation-duration:1.4s;
    animation-duration:        1.4s;
}
figure:hover {
	border:solid 2px #686d53;
	color:#686d53;
}
figure:hover:before {
	background: #686d53;
}

/* --------------------------- FULLPAGE --------------------------- */

#superContainer {
    height: 100%;
    position: relative;
	
	/* Touch detection for Windows 8 */
	-ms-touch-action: none; 
}
.section {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.slide {
    float: none;
}
.slide, .slidesContainer {
    height: 100% !important;
    display: block;
}
.slides {
    height: 100%;
    overflow: hidden !important;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.section.table, .slide.table {
    display: table;
    width: 100%;
}
.tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.slidesContainer {
    float: left;
    position: relative;
}
.controlArrow {
    position: absolute;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
	opacity:0.5;
	transition:0.5s;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.controlArrow:hover {
	opacity:1;
}
.controlArrow.prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.controlArrow.next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.scrollable {
    overflow: scroll;
}
.easing {
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}
#fullpage {
	overflow:hidden;
}
#fullPage-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
}
#fullPage-nav.right {
    right: 17px;
}
#fullPage-nav.left {
    left: 17px;
}
.fullPage-slidesNav {
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
}
.fullPage-slidesNav.bottom {
    bottom: 17px;
}
.fullPage-slidesNav.top {
    top: 17px;
}
#fullPage-nav ul,
.fullPage-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fullPage-nav li,
.fullPage-slidesNav li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.fullPage-slidesNav li {
    display: inline-block;
}
#fullPage-nav li a,
.fullPage-slidesNav li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fullPage-nav li .active span,
.fullPage-slidesNav .active span {
    background: #333;
}
#fullPage-nav span,
.fullPage-slidesNav span {
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    border: 1px solid #000;
    background: rgba(0, 0, 0, 0);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
}

/* cab-fixed */
header {
	width: 100%;
	max-width: none;
	position: fixed;
	padding: 30px 0;
	background: #fff;
	text-align: left;
	top: 0;
	left: 0;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	z-index: 9;
	display: none;
}
header.active {
	display: block;
}
header a {
	text-transform: uppercase;
	position: relative;
	font-size: 0.8em;
	margin: 0 30px;
	text-decoration: none;
	cursor: pointer;
	color: rgba(51,51,51,0.8);
}
header a:first-child {
	float: left;
	margin: 0 0 0 12%;
}
header a img {
	height: 30px;
}

.imgDRT{
height: 45px;
align-items: right;
float: right;

}

header a:hover,
header a.active {
	color: #333333;
}
header a.active:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background: #686d53;
	left: 0;
	bottom: -6px;
}
header button {
	border: none;
	font-size: 21px;
	color: #4a4848;
	vertical-align: middle;
	display: none;
	background: none;
}

/* section */
.intro {
	width: 80%;
	max-width:1200px;
	position:relative;
	margin: 0 auto;
}
.intro.complete {
	width: 100% !important;
	max-width:none;
}
.intro.no-margin {
	margin: 0;
}

/* top */
.intro-top {
	text-align:center;
	background: url(../imgs/fondo_lasierra.jpg) center top no-repeat fixed;
	-webkit-background-size:cover;
	-moz-background-size:   cover;
	-o-background-size:     cover;
	background-size:        cover;
	position:relative;
}
.intro-top .intro div {
	width: 100vw;
	position:fixed;
	top: 11%;
	left:0;
}
.intro-top .intro div img {
	width: 60%;
	max-width: 300px;
	animation-delay: 0.6s;
	animation-duration:0.6s;
}

/* home 
.intro-home {
	text-align:center;
	background: url(../imgs/fachadas/lasierra_residencial_frente_queretaro.jpg) center center no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:   cover;
	-o-background-size:     cover;
	background-size:        cover;
	color:#fff;
}
*/
/* home 
.intro-home {
    text-align: center;
    background: url(../imgs/La_Sierra_Navidad.png) center center no-repeat;
    background-size: contain;  Cambiado de cover a contain 
    color: #fff;
	-moz-background-size:cover;
    padding: 11%;  Ajusta el padding según sea necesario 
    box-sizing: border-box;  Asegura que el padding no afecte el tamaño total del contenedor 
}
*/

/* proyecto */
.intro-proyecto {
	color: #fff;
}
.intro section {
	width: 100%;
	padding: 6% 0;
	color: #fff;
	position: relative;
}
.intro section div {
	max-width:100%;
	padding:0;
	margin: 0 auto;
}
section.verde {
	background: #686d53; 
}
section.cafe {
	background: #805f50;
}
section.gris {
	background: #bbb7b6;
}
section.negro {
	background: #333333;
}
section div {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
}
section div h2 {
	font-size: 1.4em;
}
section img {
	position: absolute;
	height: 50%;
	top: 25%;
	right: 12%;
}
section.gris img {
	position: absolute;
	height: 99%;
	bottom: 0;
	left: 24%;
}
/* cuadros */
#cuadros {
	display: table;
	width: 100%;
	background: #4a4848;
}
#cuadros div {
	display: table-cell;
	width: 33.33%;
	padding: 3% 6.3% 3.6% 5.7%;
	overflow: hidden;
	text-align: justify;
    text-justify: inter-word;
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
}
#cuadros div.gris {
	background: #bbb7b6
}
#cuadros div span {
	font-size: 6em;
	color: #4a4848;
	margin: 0 0 6px;
	animation-delay: 0.3s;
}
#cuadros div.gris2 span {
	color: #fff;
}
#cuadros div h2 {
	text-transform:uppercase;
	animation-delay: 0.6s;
	padding: 12px 0 6px;
	letter-spacing: 1px;
}
#cuadros div p {
	text-align: justify;
    text-justify: inter-word;
}
#cuadros div p,
#cuadros div ul,
#cuadros div button {
	animation-delay: 0.9s;
}
#cuadros div ul {
	padding: 0 0 0 12px;
}
#cuadros div button {
	background: #4a4848;
	color: #fff;
	font-size: 0.7em;
	padding: 12px 15px;
	margin: 12px auto 0;
	text-align: center !important;
	border: 0;
	transition: all 0.3s ease-out;
	-webkit-border-radius:0; 
    -moz-border-radius:   0; 
    border-radius:        0 !important;
}
#cuadros div button:hover {
	background: #333;
}

#galeria {
	width: 100%;
	position: relative;
	display: table;
	margin: 0 0 12px;
}
#galeria img {
	width: 33.33%;
	margin: 0;
	padding: 12px 6px 0;
	display:inline-block;
	animation-delay: 0.3s;
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
}
@-moz-document url-prefix() {
  #galeria img {
	  width: 33%;
  }
}

/* images */
div.images img {
	width: calc(33% - 6px);
	margin: 3px;
	opacity:0.9;
	cursor:pointer;
	-webkit-box-sizing:border-box;
    -moz-box-sizing:   border-box;
    box-sizing:        border-box;
}
div.images img:first-child {
	margin: 9px 3px 3px;
}
div.images img:hover {
	opacity:1;
}
@-moz-document url-prefix() {
  div.images img {
	  width: calc(33% - 9px);
  }
}

#imagesBox {
	width: 100vw;
	height:100vh;
}
#imagesBox.active {
	position:fixed;
	top: 0;
	left:0;
	background:rgba(0,0,0,0.6);
	z-index:996;
}
#imagesBox:after {
	font-family: 'icomoon' !important;
	content: "\e902";
	color:#fff;
	position:absolute;
	top:  30px;
	right:45px;
	cursor:pointer;
	font-size:2.1em;
}
#imagesBox img {
	max-width:1200px;
	max-height:90vh;
	position:fixed;
	top: 50%;
	left:50%;
	transform: translate(-50%,-50%);
	opacity:0;
	z-index:999;
}
#imagesBox img.showing {
	opacity:1;
}

/* carousel *
#carousel {
	width: 100%;
	position: relative;
	text-align: center;
}
#carousel img {
	height: 100%;
	max-height: calc(100vh - 90px);
	margin: 0 auto;
}*/

/* carousel*/
#owl-demo {
	margin: 0;
	/*padding:90px 0 0;*/
	padding: 12px 0 0;
	z-index:3;
	width: 100vw !important;
	position:relative;
	display:table;
	top: 0;
	left:0;
	animation-delay: 0.6s;
	background: #fff;
}
#owl-demo div {
	float:left;
}
#owl-demo .item {
	position:relative;
	width: 100vw !important;
	height: calc(100vh - 90px);
	text-align: center;
}
#owl-demo .item img {
	max-height: calc(100vh - 90px);
	margin: 0 auto;
}
#owl-demo .item section {
	width: 90%;
	position:absolute;
	left: 5%;
	bottom:24px;
	color:#fff;
	text-align:right;
}
#owl-demo .item section.t-left {
	text-align:left;
}
#owl-demo .item section h2 {
	font-size:1em;
	margin: 0;
}
#owl-demo .item section p {
	font-size:0.6em;
	letter-spacing:2px;
	margin: 3px 0;
	/*text-shadow: 2px 2px 2px rgba(150, 150, 150, 0.9);*/
}

/* dots */
.owl-theme {
	height:calc(100vh - 30px);
	bottom:0;
	z-index:6;
}
.owl-controls {
    text-align:center;
}
.owl-controls .owl-pagination {
	position:absolute;
	bottom:24px;
	left:50%;
    transform: translate(-50%,0);
}
.owl-controls .owl-page {
    display: inline-block;
}
.owl-controls .owl-page span {
    background-color:#4a4848;
	border-radius:50%;
    display:block;
    height: 12px;
    margin: 6px 9px;
    width: 12px;
    filter:Alpha(Opacity=300);
    opacity:0.3;
	cursor:pointer;
}
.owl-controls .owl-page.active span, .owl-controls .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity:1;
}
/* btns */
#owl-demo .owl-buttons div {
  position:absolute;
  z-index:6;
  top:calc(50% + 12px);
}
.owl-theme .owl-controls .owl-buttons button {
  text-align:center;
  padding:0;
  margin: 0;
  border:none;
  color:rgba(255,255,255,0.6);
  background:none;
  text-align:center;
  cursor:pointer;
  font-size:2.4em;
  z-index:3;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 15px;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
  right:33px;
}
.owl-theme .owl-controls .owl-buttons button {
	color:#bbb7b6;
}
.owl-theme .owl-controls .owl-buttons button:hover {
	color:#4a4848;
}

/* experiencia */
.btn-cerrar {
	font-size:39px;
}
#owl-demo .item div.texto {
	width: 90%;
	max-width:1200px;
	position:absolute;
    left:50%;
    top: 50%;
    transform: translate(-50%,-50%);
	text-align:center;
	color:#fff;
}
#owl-demo .item div.texto h1 {
	font-size:2.4em;
}
#owl-demo .item div.texto h3 {
	font-size:0.9em;
	padding:21px 0;
	letter-spacing:1px;
}
#owl-demo .item div.texto p {
	max-width:600px;
	margin: 0 auto 30px;
}
#owl-demo .item div.texto span {
	font-size:2.4em;
}

/* prototipos */
.intro-prototipos {
	color: #fff;
	background: #fff;
	padding: 90px 0 0;
}

h3.mns {
	width: 90%;
	max-width: 1200px;
	margin: 30px auto;
	padding: 0 5%;
	font-size: 1.5em !important;
	color: #4a4848 !important;
	text-align: left;
}

/* contacto */
.intro-contacto {
	text-align:center;
	background:url(../imgs/fondo_lasierra_contacto.jpg) left center no-repeat fixed;
}
.intro-contacto h3 {
	font-size: 2.1em;
	color: #805f50;
	margin: 30px 0;
	margin-left: 30px;
}
.intro-contacto form {
	background-color: rgba(255, 255, 255, 0.548);
	width: 100%;
	float: inline-start;
	text-align: left;
	margin: 0 0% 0 0;
	position: relative;
}
.intro-contacto form div {
	width: 100%;
	position: relative;
	margin: 5px;
    padding: 1px;
}


.intro-contacto form div input {
	width: 90%;
	padding: 21px 0;
	font-size: 0.9em;
	background: none;
	margin-left: 20px;
	margin-right: 20px;
	border: none;
	transition: all 0.3s ease-out;
	border-bottom: solid 1px #4a4848;
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
}
@media (max-width: 600px) {
	.intro-contacto form div input {
		width: 100%;
		padding: 21px 0;
		font-size: 0.9em;
		background: none;
		border: none;
		transition: all 0.3s ease-out;
		border-bottom: solid 1px #4a4848;
		-webkit-box-sizing:border-box;
		   -moz-box-sizing:border-box;
				box-sizing:border-box;
	}
  }

  #textar {
	width: 96% !important;
    height: 100% !important;

    line-height: initial !important;
    padding: 25px !important;
    margin: 11px !important;
}

.intro-contacto form div input:focus {
	border-bottom: solid 1px #686d53;
}
.intro-contacto form div span.obligatorio {
	position: absolute;
	color: #686d53;
	top: 21px;
	left: -15px;
	font-size: 1.5em;
}
.intro-contacto button {
	padding: 12px 15px;
	margin: 30px 0;
	font-size: 0.9em;
	border: solid 1px #4a4848;
	background: rgba(255,255,255,0.6);
	text-align: right !important;
	transition: all 0.3s ease-out;
	-webkit-border-radius:0; 
    -moz-border-radius:   0; 
    border-radius:        0 !important;
}
.intro-contacto button:hover {
	background: rgba(255,255,255,0.9);
	border: solid 1px rgba(255,255,255,0);
	background: #686d53;
	color: #fff;
}
.intro-contacto form div button span {
	margin: 0 0 0 6px;
}

/* ubicacion */
.intro-ubicacion section {
	padding: 1.8% 0;
}
.intro-ubicacion section.gris {
	color:#4a4848;
}
.intro-ubicacion section h3 {
	font-family: 'Medium';
	font-size: 1.5em;
}
.intro-ubicacion section p {
	font-size: 0.9em;
}
.intro-ubicacion section p a {
	text-decoration: none;
	color: #fff;
}
.intro-ubicacion section p a:hover {
	color: #686d53;
}

#map-canvas {
	width: 100vw;
	height: calc(100vh - 210px);
	background: #333333;
}

/* extra */
.extra {
	width: 100%;
	height: 85px;
	background: #686d53;
}

/* open-menu */
#openmenu {
	width: 90%;
	position: fixed;
	top: 81px;
	left: 0;
	background: #efefef;;
	z-index: 999;
}
#openmenu.no-active {
	opacity: 0;
}
#openmenu div {
	width: 100%;
	padding: 12px 15px;
	position: relative;
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
}
#openmenu div a {
	color: #333333;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
}
#openmenu div:nth-child(2n) {
	background: #fff;
}
#openmenu div a.active:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 5px;
	height: 100%;
	background: #686d53;
}

section.negro p {
	font-size: 0.7em;
}
section.negro p a {
	color: #686d53;
}

@media screen and (max-width:969px) {
	h1 {
		font-size:1.2em !important;
    }
    h2 {
		font-size:1em !important;
    }
    h3 {
	    font-size:1.2em !important;
    }
	p,
	ul {
		font-size: 0.8em !important
	}
	.intro-top h1 {
	    margin-top: -27%;
	}
	.intro-top h1 img {
		max-width: 240px;
    }
	header a {
		display: none;
	}
	header a:first-child {
		display: inline-block;
		margin: 0 0 0 6%;
	}
	header button {
		display: inline-block;
		padding: 0;
		margin: 0 6% 0 0;
	}
	#owl-demo .item {
		width: 100vw !important;
		height: auto;
	}
	#owl-demo .item img {
		max-height: none;
		max-width: 90vw;
		transform: translate(0,150px);
	}
	.owl-theme .owl-controls .owl-buttons button {
		opacity: 0;
	}
	section img {
		display: none;
	}
	#cuadros div {
		display: block;
		width: 100%;
		padding: 6.6% 14% 6.6% 9%;
	}
	#cuadros div span {
		font-size:4.2em;
	}
	.intro-contacto form {
		width: 82%;
	}
	#galeria img {
	    width: 50%;
    }
    @-moz-document url-prefix() {
      #galeria img {
	      width: 49%;
      }
    }
	div.images img {
		width: 47.4%;
		opacity:1;
	}
	#imagesBox img {
		width: 100%;
	}
}
@media screen and (max-width:600px) {
	.intro-top h1 {
	    margin-top: -60%;
	}
}
