@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&family=Space+Grotesk:wght@300;400;700&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,		
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
input, textarea, select, button,
header, section, article, footer, aside, figure, figcaption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	text-decoration:none;
	color:inherit;
	background-color:transparent;
	}
strong {
	font-weight: bold;
	}
:focus {
	outline:0;
	}
body{
	line-height: 1;
	}
ol, ul {
	list-style: none;
	}
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	text-align: left;
	font-weight: normal;
	}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}
del {
	text-decoration: none;
}
html {
	height: 100%;
	font-size: 100%;
	overflow-x:hidden;
	overflow-y:scroll;
}
body {
	font-family: 'Space Grotesk', sans-serif;
	font-weight: 400;
	font-size:100%;
	line-height:1;
	color:#413732;
	min-height:100%;
	background: #EFF1F2;
}
:focus {
	box-shadow: 0 0 1px 0 #111;
}
@media (min-width: 960px) {
	::-webkit-scrollbar {
	  width: 12px;
	}
	::-webkit-scrollbar-track {
	  background: #12345620;
	  border-radius: 0;
	}
	::-webkit-scrollbar-thumb {
	  background: #12345620;
	}
	::-webkit-scrollbar-thumb:hover {
	  background: #12345660; 
	}
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap; /* 1 */
}

@media (max-width: 960px) {
	.mobWrapper {
		position: relative;
		overflow-x: hidden;
		width: 100%;
	}
}

.page {
	font-size: 1rem;
	padding: 0 4rem;
	max-width: 87rem;
	margin: 0 auto;
	clear:both;
}
.section {
	padding: 8rem 0;
}
.row {
	margin: 0 -1.75rem -2.5rem;
	font-size: 0;
	clear: both;
}
.row.rtl {
	direction: rtl;
}
* + .row,
.row + * {
	margin-top: 2.5rem;
}
.page:after,
.row:after {
	content:'';
	display:table;
	width:100%;
	clear:both;
}
.col,
.gap {
	font-size: 1rem;
	box-sizing: border-box;
	padding: 0 1.75rem;
	min-height: 1px;
	text-align: left;
	direction: ltr!important;
	margin-bottom: 2.5rem;
}
.col > *:last-child {
	margin-bottom: 0!important;
}
@media (min-width: 960px) {
	.col,
	.gap {
		display: inline-block;
		vertical-align: top;
	}
	.v_ac .col,
	.v_ac .gap {
		vertical-align: middle;
	}
	.col1 {width: 8.333%;}
	.col2 {width: 16.666%;}
	.col3 {width: 25%;}
	.col4 {width: 33.333%;}
	.col5 {width: 41.666%;}
	.col6 {width: 50%;}
	.col7 {width: 58.333%;}
	.col8 {width: 66.666%;}
	.col9 {width: 75%;}
	.col10 {width: 83.333%;}
	.col11 {width: 91.666%;}
	.col12 {width: 100%;}
}
@media (max-width: 959px) {
	.section {
		padding: 3.5rem 0;
	}
	.row + *,
	.col + .col,
	.gap + .col {
		margin-top: 2.5rem;
	}
}

a i,
button i {
	line-height: inherit!important;
}
a i + span,
button i + span {
	display: none;
}

picture,
svg,
img {
	display: block;
}
svg {
	width: auto;
	height: auto;
}
svg,
img {
	max-width: 100%;
}

.frame {
	position: relative;
	background: #eee;
	border: solid 4rem #fff;
	box-sizing: border-box;
}
.frame > img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.frame:before,
.frame:after {
	content: '';
	position: absolute;
	border: solid 3rem transparent;
	z-index: 99;
}
.frame:before {
	left: 0;
	top: 35%;
	border-top-color: #fff;
	border-left-color: #fff;
}
.frame:after {
	right: 0;
	bottom: 35%;
	border-bottom-color: #fff;
	border-right-color: #fff;
}
.frame .page {
	max-width: 100%;
}

.header {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 99;
	padding: 1rem 0 .75rem;
	background: #fff;
}
.branding {
	display: inline-block;
}
.branding img {
	display: block;
	height: 2.25rem;
}

.header nav {
	float: right;
}
.header nav li {
	display: inline-block;
	margin-left: 1.5rem;
	line-height: 2.25rem;
}

.featured {
	height: 100vh;
	position: relative;
	background: #6E645B;
}
.featured img {
	opacity: .35;
}
.featured h1 {
	position: absolute;
	left: 50%;
	top: 50%;
	max-width: 70%;
	font-size: 4rem;
	text-align: center;
	color: #fff;
	z-index: 9;
	transform: translate(-50% , -50%);
	width: 100%;
}
.featured a.bt {
	font-size: 1rem;
	position: absolute;
	left: 50%;
	bottom: 5rem;
	transform: translateX(-50%);
	text-transform: none;
	padding: 1rem 1.25rem;
	background: #AAA5A0;
	text-transform: uppercase;
	transition: all 250ms ease;
}
.featured a.bt:hover {
	background: #fff;
}

.main h2 {
	font-size: 4em;
	margin-bottom: .375em;
	letter-spacing: -.03em;
}
.main h2 + p,
.main h3 + p {
	font-size: 1.25em;
}

#proyectos h2 {
	margin-bottom: 6rem;
}
#proyectos h3 {
	font-size: 2.5rem;
	color: #6E645B;
	margin-bottom: .5rem;
}
#proyectos h6 {
	display: inline-block;
	background-color: #6E645B;
	color: #fff;
	padding: 1rem;
	margin-top: 3rem;
	text-transform: uppercase;
	letter-spacing: 0.5em;
}
#proyectos h6.entrega {
	letter-spacing: 0;
	position: relative;
	display: block;
	padding-left: 4rem;
}
#proyectos h6.entrega i {
	position: absolute;
	left: 1rem;
	top: 1.125rem;
	font-size: 2rem;
}
#proyectos h6.entrega span {
	display: block;
	margin-top: .25rem;
	text-transform: none;
}
.unidades {
	padding: 1.375rem 1.5rem;
	padding-left: 6rem;
	border: solid 1px #6E645B;
	position: relative;
	margin-left: 1rem;
	margin-top: -1px;
}
.unidades:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	border: transparent solid .5rem;
	border-left-color: #AAA5A0;
	border-top-color: #AAA5A0;
}
.main div.unidades i {
	font-size: 3rem;
	position: absolute;
	left: 1.5rem;
	top: 50%;
	transform: translateY(-50%);
	color: #AAA5A0;
}
.main div.unidades p {
	font-size: 1.125rem;
	font-weight: 400;
}
.main div.unidades p + a {
	margin-top: .75rem;
}

#proyectos .proximamente {
  background-color: #6E645B;
  background-image: url("data:image/svg+xml,%3Csvg width='1300' height='1300' viewBox='0 0 1300 1300' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.61987 1298.34L1298.38 1.62395M1298.37 648.752L651.207 1.5858M1.61621 648.752L648.781 1.5858M1298.37 1298.34L1.63159 1.62395M1.62573 486.971H1298.37M1.62573 325.188H1298.37M1.62573 163.407H1298.37M1.62573 1134.09H1298.37M1.62573 972.311H1298.37M1.62573 810.53H1298.37M1.62573 648.751H1298.37M652.386 1298.35L1298.37 648.758M647.602 1298.35L1.61621 648.758M18.4858 632.568H0.439453M34.6165 616.389H0.439453M50.7454 600.212H0.439453M66.8745 584.036H0.439941M83.0056 567.857H0.440186M99.1345 551.68H0.440186M115.263 535.503H0.440186M131.392 519.326H0.440186M0.440186 503.147H146.035M1280.33 667.428H1298.37M1264.2 683.607H1298.37M1248.07 699.783H1298.37M1231.94 715.96H1298.37M1215.81 732.139H1298.37M1199.68 748.316H1298.37M1183.55 764.493H1298.37M1167.42 780.669H1298.37M1298.37 796.848H1152.78' stroke='%23413732' stroke-width='2' stroke-miterlimit='22.9256'/%3E%3C/svg%3E%0A");
	background-position: left center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-attachment: fixed;
  padding: 4rem;
  margin: 5rem 0;
}
#proyectos .proximamente h3 {
	font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.75em;
  text-align: center;
  color: #eff1f2;
}
#proyectos .proximamente p {
	font-size: 3rem;
	margin-top: 1rem;
	color: #fff;
	text-align: center;
}

.main p,
.main ul,
.main h5 {
	line-height: 1.4em;
	max-width: 35em;
}
.main h5 {
	font-size: 1.25rem;
	font-weight: bold;
	margin-top: 2.5rem;
}
.main ul li {
	padding-left: 1em;
	margin-left: 1rem;
	position: relative;
}
.main ul li:before {
	content: '';
	position: absolute;
	left: 0;
	top: .5em;
	border: solid .25em transparent;
	border-left-color: #ccc;
	border-top-color: #ccc;
}
.main ul li + li {
	margin-bottom: .5em;
}
.main ul + *,
.main p + p {
	margin-top: .75em;
}

#constructora .page {
	font-size: 1.25rem;
}
#constructora {
	background-image: url("data:image/svg+xml,%3Csvg width='1297' height='164' viewBox='0 0 1297 164' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.17676 163.166L162.958 1.38519M18.0464 146.982H0M34.177 130.803H0M50.3059 114.626H0M66.4351 98.4497H0.000488281M82.5662 82.2708H0.000732422M98.6951 66.094H0.000732422M114.824 49.9172H0.000732422M130.953 33.7404H0.000732422M0.000732422 17.5615H145.596' stroke='white' stroke-width='2' stroke-miterlimit='22.9256'/%3E%3C/svg%3E%0A");
	background-position: 0% -.25rem;
	background-size: auto 30vw;
	background-repeat: no-repeat;
}
#constructora p {
	padding-left: 30%;
}

.banner {
	padding: 15vh 0;
	background: #6E645B;
	color: #EFF1F2;
	background-image: url("data:image/svg+xml,%3Csvg width='1300' height='1300' viewBox='0 0 1300 1300' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.61987 1298.34L1298.38 1.62395M1298.37 648.752L651.207 1.5858M1.61621 648.752L648.781 1.5858M1298.37 1298.34L1.63159 1.62395M1.62573 486.971H1298.37M1.62573 325.188H1298.37M1.62573 163.407H1298.37M1.62573 1134.09H1298.37M1.62573 972.311H1298.37M1.62573 810.53H1298.37M1.62573 648.751H1298.37M652.386 1298.35L1298.37 648.758M647.602 1298.35L1.61621 648.758M18.4858 632.568H0.439453M34.6165 616.389H0.439453M50.7454 600.212H0.439453M66.8745 584.036H0.439941M83.0056 567.857H0.440186M99.1345 551.68H0.440186M115.263 535.503H0.440186M131.392 519.326H0.440186M0.440186 503.147H146.035M1280.33 667.428H1298.37M1264.2 683.607H1298.37M1248.07 699.783H1298.37M1231.94 715.96H1298.37M1215.81 732.139H1298.37M1199.68 748.316H1298.37M1183.55 764.493H1298.37M1167.42 780.669H1298.37M1298.37 796.848H1152.78' stroke='%23413732' stroke-width='2' stroke-miterlimit='22.9256'/%3E%3C/svg%3E%0A");
	background-position: left center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.banner h4 {
	font-size: 2.5rem;
	letter-spacing: -.02em;
	line-height: 1.4em;
	font-weight: 300;
}

#modalidades {
	position: relative;
	overflow: hidden;
}
#modalidades .page {
	position: relative;
	z-index: 10;
}
#modalidades:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	right: -50%;
	bottom: 0;
	background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='20' height='20' patternTransform='scale(1) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(200, 10%, 94%, 1)'/><path d='M0 10h20z'   stroke-width='2' stroke='hsla(200, 0%, 100%, 1)' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>");
	transform: skewX(-45deg);
	transform: 0% 50%;
	z-index: 1;
}
#modalidades .col + .col {
	margin-top: 5rem;
	text-align: right;
}
#modalidades h2 {
	font-weight: 300;
	height: 20vh;
}
#modalidades h2 strong {
	display: block;
}
#modalidades p {
	max-width: 20em;
	display: inline-block;
}
.bt {
	display: block;
	font-size: 1.125rem;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-weight: bold;
	margin-top: 1.5rem;
	text-decoration: underline;
	text-decoration-color: #AAA5A0;
}

#servicios {
	background: #413732;
}
#servicios .col {
	vertical-align: bottom;
}
#servicios h2 {
	color: #EFF1F2;
}
#servicios p {
	font-size: 1.125rem;
	line-height: 1.25em;
	padding: 1.5rem;
	position: relative;
	background: #AAA5A0;
	margin-right: -1rem;
}
#servicios p:after {
	content: '';
	position: absolute;
	left: 0;
	top: 7rem;
	border: solid .375rem transparent;
	border-left-color: #413732;
	border-top-color: #413732;
	z-index: 1;
}
#servicios p img {
	display: block;
	width: 8rem;
	margin: -2.5rem 0 1.75rem -2.5rem;
}

#proyectos {
	background: #fff;
}
#proyectos .proyecto + .proyecto {
	margin-top: 8rem;
}
#proyectos ul {
	font-size: 1.125rem;
}
@media (min-width:960px) {
	#proyectos .frame {
		border-width: 0;
		border-right-width: 4rem;
	}
	#proyectos .rtl .frame {
		border-left-width: 4rem;
		border-right-width: 0;
	}
}
#proyectos .frame a {
	display: block;
	position: relative;
}
#proyectos .frame a i {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50% , -50%);
	font-size: 1.75rem;
	width: 5rem;
	height: 5rem;
	line-height: 5rem!important;
	text-align: center;
	border-radius: 5rem;
	background: #413732;
	color: #fff;
}
#proyectos .frame img {
	display: block;
	height: 50vh;
	width: 100%;
	object-fit: cover;
}

.sliderWrapper {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	background: #413732ee;
	opacity: 0;
	visibility: hidden;
	transition: all 250ms ease;
}
.sliderWrapper.visible {
	opacity: 1;
	visibility: visible;
}
.sliderWrapper > a {
	position: absolute;
	width: 4rem;
	text-align: center;
	font-size: 1.5rem;
	color: #fff;
	top: 0;
}
.sliderPrev {
	left: 0;
	bottom: 0;
	line-height: 100vh;
}
.sliderNext {
	right: 0;
	bottom: 0;
	line-height: 100vh;
}
.bt_sliderClose {
	right: 0;
	line-height: 4rem;
	z-index: 999;
}
.sliderNav {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 1.5rem;
	text-align: center;
}
.sliderNav a {
	display: inline-block;
	margin: 0 .25rem;
	width: .75rem;
	height: .75rem;
	border-radius: 1rem;
	font-size: 0;
	background: #ffffff33;
}
.sliderNav a.activeSlide {
	background: #ffffffaa;
}
@media (max-width:960px) {
	.sliderNav a {
		width: .5rem;
		height: .5rem;
		margin: 0 1px;
	}
}
.sliderWrapper .slider {
	position: absolute;
	left: 4rem;
	top: 4rem;
	right: 4rem;
	bottom: 4rem;
	overflow: hidden;
}
.sliderWrapper .slide {
	width: 100%;
	height: 100%;
	float: left;
	text-align: center;
	background: transparent!important;
}
.sliderWrapper .slide img {
	display: inline-block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

#proveedores {
	text-align: center;
	background-image: url("data:image/svg+xml,%3Csvg width='1297' height='164' viewBox='0 0 1297 164' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1295.82 1.38525L1134.04 163.166M1278.95 17.5695L1297 17.5695M1262.82 33.7484L1297 33.7484M1246.69 49.9252L1297 49.9252M1230.56 66.1019L1297 66.1019M1214.43 82.2809L1297 82.2809M1198.3 98.4576L1297 98.4576M1182.18 114.634L1297 114.634M1166.05 130.811L1297 130.811M1297 146.99L1151.4 146.99' stroke='white' stroke-width='2' stroke-miterlimit='22.9256'/%3E%3C/svg%3E%0A");
	background-position: 100% 101%;
	background-size: auto 30vw;
	background-repeat: no-repeat;
}
.logos {
	text-wrap: balance;
}
.logos img {
	display: inline-block;
	vertical-align: middle;
	width: 20rem;
	margin: 1.5rem 0;
	max-width: 75%;
	height: 3rem;
	object-fit: contain;
}

#contacto h2 {
	font-size: 3.5rem;
	margin-bottom: 2rem;
	font-weight: bold;
}
#contacto p {
	font-size: 1.25rem;
	line-height: 1.5em;
}
#contacto .social {
	margin-top: 2rem;
}
#contacto .social li {
	display: inline-block;
	margin-right: 1rem;
	font-size: 2rem
}
#contacto h3 {
	font-weight: bold;
	margin-bottom: .5rem;
}
#contacto h4 {
	font-size: 3rem;
	line-height: 1;
	margin-bottom: 2rem;
}
#contacto h3 + img {
	max-height: 4.5rem;
}
.colophon {
	text-align: center;
	background: #413732;
	padding: 2rem;
	color: #AAA5A0;
	font-size: .875rem;
}
.bt_fixed {
	font-size: 1.75rem;
	position: fixed;
	right: 2rem;
	bottom: 2rem;
	width: 4rem;
	height: 4rem;
	text-align: center;
	line-height: 4rem;
	background: #413732;
	color: #EFF1F2;
	z-index: 999;
}

@media (max-width:960px) {
	html {
		font-size: 62.5%;
	}
	.header {
		padding: 1.5rem 0 1rem;
	}
	.branding img {
		height: 3rem;
	}
	.header nav ul li {
		display: none;
	}
	.header nav ul li:last-child {
		display: block;
		line-height: 3rem;
		font-size: 1.25rem;
	}
	.section {
		padding: 4rem 0;
	}
	.main p,
	.main ul {
		font-size: 1.25rem;
	}
	.main h2 + p,
	.main h3 + p {
		font-size: 1.5rem;
	}
	.featured {
		height: 60vh;
		margin-top: 2.5rem;
	}
	#constructora p {
    padding-left: 4rem;
  }
  .banner {
		padding: 4rem 0;
	}
	.banner h4 {
		font-size: 3rem;
	}
	#modalidades h2 {
		height: auto;
	}
	#servicios .col + .col {
		width: 50%;
		display: inline-block;
	}
	#servicios .col p {
		font-size: 1.375rem;
	}
	#proyectos .frame {
		border:none;
		margin: 5rem 0;
	}
	.thumbs {
		overflow-x: auto;
		direction: ltr!important;
	}
}