body {
  color: #333;
  font-family: Avenirltstd, sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.6em;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2.4em;
  font-weight: 300;
  line-height: 1.2em;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
  font-family: Avenirltstd roman, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.6;
}

.hero-section {
  min-height: 90vh;
}

.navigation {
  z-index: 10;
  min-height: 10vh;
  background-color: #fffbf7;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.navigation.black {
  background-color: #000;
}

.slide-nav {
  display: none;
}

.right-arrow, .left-arrow {
  justify-content: center;
  align-items: center;
  display: none;
}

.arrow {
  width: 25px;
}

.slider {
  z-index: 1;
  min-height: 100vh;
  justify-content: center;
  align-items: center;
}

.image-2 {
  width: 25px;
}

.consolidated-logo {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-3 {
  z-index: 20;
  width: 500px;
  margin-bottom: 25px;
  position: relative;
}

.banner__slide {
  opacity: 1;
  background-color: #000;
  background-image: url('../images/Galeria/Parque-Cabred-Tranquera-01.jpg');
  background-position: 50%;
  background-size: cover;
}

.banner__slide.m__uni {
  background-image: url('../images/Parque-Cabred-bg-001.jpg');
}

.banner__slide.m__uni2 {
  background-image: url('../images/Parque-Cabred-bg-003.jpg');
  background-position: 50% 40%;
}

.slide-2 {
  background-image: url('../images/HE_Wayfinding_02.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/DNCO_VA_WAYFINDING_1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.container {
  max-width: 1100px;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
}

.container.flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-4 {
  width: 300px;
  margin-bottom: 2px;
}

.hamburger-menu {
  padding: 10px;
}

.menu-line-top {
  width: 25px;
  height: 2px;
  background-color: #000;
  border-radius: 20px;
  margin-bottom: 4px;
}

.menu-line-top.white {
  background-color: #fffbf7;
}

.menu-line-middle {
  width: 25px;
  height: 2px;
  background-color: #000;
  border-radius: 20px;
  margin-bottom: 4px;
}

.menu-line-middle.white {
  background-color: #fffbf7;
}

.menu-line-bottom {
  width: 25px;
  height: 2px;
  background-color: #000;
  border-radius: 20px;
}

.menu-line-bottom.white, .section {
  background-color: #fffbf7;
}

.section.black {
  background-color: #000;
}

.content-container {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
}

.content-container.footer {
  padding-top: 40px;
  padding-bottom: 20px;
}

.content-container.footer.black {
  border-top-color: #fffbf7;
}

.content-container.padding-btm {
  padding-bottom: 120px;
}

.spacer {
  width: 100%;
  height: 80px;
}

.spacer.sml {
  height: 40px;
}

.about_slioe_2 {
  background-image: url('../images/Parque-Cabred-008.jpg');
  background-position: 50%;
  background-size: cover;
}

.slider-2 {
  min-height: 600px;
}

.slide-nav-2 {
  display: none;
}

.about_slioe_1 {
  background-image: url('../images/Parque-Cabred-raiz-criolla-06.JPG');
  background-position: 50%;
  background-size: cover;
}

.about_slioe_3 {
  background-image: url('../images/Parque-Cabred-011.jpg');
  background-position: 50%;
  background-size: cover;
}

._2-col-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._2-col-grid._1 {
  grid-template-rows: auto;
  grid-template-columns: 1.4fr 1fr;
  margin-bottom: 80px;
}

._2-col-grid._1.projects {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.4fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-bottom: 80px;
  display: grid;
}

._2-col-grid.about {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

._2-col-grid.about.mrgn-btm {
  margin-bottom: 120px;
}

._2-col-grid.project {
  grid-template-rows: auto;
}

._2-col-grid.clients {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.content-block.line-bottom {
  border-bottom: 1px solid #000;
}

.content-block.flex {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.content-block.flex.project {
  color: #000;
  text-decoration: none;
}

.dropdown-container {
  color: #333;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  align-items: center;
  text-decoration: none;
  display: block;
}

.plus-icon {
  width: 15px;
  height: 15px;
  position: relative;
}

.vertical-line {
  width: 1px;
  height: 15px;
  background-color: #333;
  border-radius: 20px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 47%;
  right: 0%;
}

.no-mrgn {
  margin-bottom: 0;
}

.no-mrgn.dropdown {
  margin-top: 15px;
  margin-bottom: 15px;
}

.no-mrgn.lrg {
  margin-top: 20px;
}

.no-mrgn.lrg.in-line {
  display: inline-block;
}

.no-mrgn.mrgn-right {
  margin-right: 10px;
}

.no-mrgn._2-coll {
  column-count: 2;
}

.no-mrgn.in-line {
  display: inline;
}

.no-mrgn.sml {
  font-size: .8em;
}

.horizontal-line {
  width: 15px;
  height: 1px;
  background-color: #333;
  border-radius: 20px;
  position: absolute;
  top: 50%;
}

.top-dropdown {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  padding-top: 15px;
  padding-bottom: 15px;
  display: grid;
}

.bottom-dropdown {
  overflow: hidden;
}

.project-thumbanil {
  height: 60vh;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.project-thumbanil.sml {
  height: 35vh;
}

.in-line-link {
  color: #333;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.image-5 {
  width: 16px;
  margin-bottom: 2px;
}

.footer {
  background-color: #fffbf7;
}

.footer.black {
  background-color: #000;
}

.footer-grid {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-grid.top {
  margin-bottom: 20px;
}

.menu {
  z-index: 110;
  width: 30%;
  background-color: rgba(255, 251, 247, .6);
}

.menu-slide-out {
  z-index: 9999999;
  width: 100%;
  background-image: linear-gradient(to right, #000, #000 50%, rgba(0, 0, 0, 0) 50%);
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.body {
  transform: translate(0);
}

.content-main {
  display: flex;
  position: relative;
  overflow: hidden;
}

.page-content {
  flex: 1;
  transform: translate(40%);
}

.close-icon {
  max-width: 1100px;
  min-height: 10vh;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.menu-link {
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.menu-link:hover, .menu-link.w--current {
  opacity: .5;
}

.white {
  color: #fff;
  text-decoration: none;
}

.menu-container {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 10vh;
}

.link-block {
  padding: 10px;
}

.div-block {
  width: 40%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.link {
  color: #333;
  text-decoration: none;
  transition: opacity .2s;
}

.link:hover {
  opacity: .5;
}

.link.white {
  color: #fffbf7;
}

.about-us-content-block {
  border-top: 1px solid #000;
  padding-top: 15px;
  padding-bottom: 15px;
}

.about-us-content-block.last {
  border-bottom: 1px solid #000;
}

.image-6 {
  width: 340px;
}

.padding-right {
  padding-right: 80px;
}

.mrgn-top {
  margin-top: 0;
}

.project-slider {
  min-height: 600px;
}

.slide-project {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.gallery-of-images-project {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-images {
  width: 100%;
}

.collection-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-to-project {
  color: #333;
  text-decoration: none;
  display: block;
}

.mrgn-topp {
  margin-top: 10px;
}

.collection-list-wrapper {
  padding-bottom: 80px;
}

.heading-white {
  color: #fffbf7;
}

.paragraph-white {
  color: #fffbf7;
  text-align: left;
}

.paragraph-grey {
  color: #bdbdbd;
}

.text-field {
  min-height: 50px;
  color: #fffbf7;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #333;
  margin-bottom: 10px;
  transition: all .2s;
}

.text-field:hover {
  border-color: rgba(255, 251, 247, .5);
}

.text-field.lrg {
  min-height: 150px;
}

.button {
  width: 100%;
  min-height: 50px;
  color: #fffbf7;
  background-color: rgba(255, 251, 247, 0);
  border: 1px solid #333;
  transition: all .2s;
}

.button:hover {
  color: #000;
  background-color: #fffbf7;
}

.block {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.heading.no-mrgn {
  margin-top: 0;
}

._5_col-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.client-image {
  max-height: 150px;
  max-width: 150px;
}

.client-image.opacity {
  opacity: .8;
}

.mask {
  background-color: #000;
}

.boton-default {
  z-index: 25;
  color: #fffbf7;
  background-color: #b0c92b;
  border-radius: 50px;
  padding: 7px 35px;
  font-size: 1.5em;
  font-weight: 900;
  line-height: 1.5em;
  position: relative;
}

.boton-reserva-raiz {
  z-index: 25;
  color: #fffbf7;
  background-color: #ef7f3c;
  border-radius: 50px;
  padding: 7px 35px;
  font-size: 1.5em;
  font-weight: 900;
  line-height: 1.5em;
  position: relative;
}

.texto-inicial {
  z-index: 25;
  color: #fffbf7;
  background-color: #ee7f45;
  margin-bottom: 15px;
  padding: 3px;
  font-size: 1rem;
  line-height: 1rem;
  position: relative;
}

.link-block-2 {
  margin-top: 15px;
}

.link-block-2.w--current {
  margin-bottom: 15px;
}

.link-basico {
  color: #b0c92b;
  font-weight: 900;
}

@media screen and (max-width: 991px) {
  .right-arrow, .left-arrow {
    width: 50px;
  }

  .arrow {
    width: 20px;
  }

  .image-3 {
    width: 80%;
  }

  .container.flex {
    width: 100%;
    max-width: none;
    flex: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .content-container {
    max-width: 738px;
  }

  ._2-col-grid {
    grid-template-columns: .6fr 1fr;
  }

  .content-block.mobile {
    display: none;
  }

  .project-thumbanil {
    height: 40vh;
  }

  .menu-slide-out {
    background-image: linear-gradient(#000, #000);
    padding-left: 20px;
  }

  .link-block-2.w--current {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .image-3 {
    width: 70%;
  }

  .content-container {
    max-width: 548px;
  }

  .slider-2 {
    min-height: 380px;
  }

  ._2-col-grid {
    grid-template-columns: 1fr;
  }

  ._2-col-grid._1.projects {
    grid-row-gap: 15px;
    grid-template-columns: 1.4fr;
  }

  ._2-col-grid.about {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  ._2-col-grid.clients {
    grid-template-columns: 1fr 1fr;
  }

  .content-block.mobile {
    display: none;
  }

  .no-mrgn.lrg.in-line {
    margin-top: 0;
  }

  .project-thumbanil {
    height: 60vh;
  }

  .in-line-link {
    margin-top: 10px;
  }

  .about-us-content-block.last {
    border-bottom-style: none;
  }

  .heading {
    font-size: 1.8em;
  }

  ._5_col-grid {
    grid-template-columns: 1fr;
  }

  .boton-default {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1em;
    line-height: 1em;
  }
}

@media screen and (max-width: 479px) {
  .navigation {
    min-height: 5vh;
  }

  .right-arrow, .left-arrow {
    width: 35px;
  }

  .arrow {
    width: 15px;
  }

  .image-3 {
    width: 85%;
    display: block;
  }

  .image-4 {
    width: 200px;
  }

  .content-container {
    max-width: none;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  ._2-col-grid.clients {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .no-mrgn._2-coll {
    column-count: 1;
  }

  .project-thumbanil {
    height: 40vh;
  }

  .footer-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .project-slider {
    min-height: 300px;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .heading {
    font-size: 1.4em;
  }

  .boton-default {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

#w-node-ab7584ec-7f9f-556d-ba02-c89c987690cd-7f799d1c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ada0f197-0b79-10e5-813f-058410198d82-7f799d1c {
  justify-self: stretch;
}

#w-node-_2fb28db2-3644-6030-048c-d1fb0ba906b3-7f799d1c, #w-node-_827646c3-fd06-5de1-7da7-6ab5010dcb2f-7f799d1c, #w-node-b5ff8f98-2fd1-4259-cb58-0609fdac2102-7f799d1c, #w-node-_7640b3d5-0ea6-16ff-e4bf-2368a695cf53-7f799d1c {
  justify-self: end;
}

#w-node-_9f42292f-2e6c-a246-36d2-ad60086f73fb-7f799d1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc365d3f-d39b-a147-5453-b43bdeb71d7e-deb71d67 {
  justify-self: end;
}

#w-node-b9289ba1-d50c-d25e-cc62-f53bba55ed9b-deb71d67 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: auto;
}

#w-node-ab7584ec-7f9f-556d-ba02-c89c987690cd-7f799d1e, #w-node-_9d50e769-391e-5c86-52da-7ffa13f4ac03-7f799d1e {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_72b3ad2d-e9e4-f2a6-3a68-aeced87cee3c-7f799d1e, #w-node-_7cf87738-81d2-ec50-fec2-2b15720b72c9-7f799d1e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c1abf5f-4996-cbd8-97bd-5a681f8c326d-7f799d1e, #w-node-_1a9bf820-f5d5-9093-cddc-9617f2e97787-7f799d1e, #w-node-dc00d9ac-e084-2058-033f-ae974819db13-7f799d1e, #w-node-_4baeda02-b708-15cf-a2bd-8cc13f38efad-7f799d1e, #w-node-cf21139e-f606-b0b3-c863-ffe13d3ba592-7f799d1e, #w-node-_6a28ed61-3ce0-ca4e-6f6c-a004fd4fb31b-7f799d1e, #w-node-_8b882e59-9567-940f-5d65-738327af90e6-7f799d1e, #w-node-_8ea263ee-b804-8098-f88c-e4b8fe4a4f73-7f799d1e, #w-node-_0c6dd693-bf6e-de94-4c02-8abf77c6fefc-7f799d1e, #w-node-_035cc78b-0658-33ca-5b6d-af49fc091615-7f799d1e, #w-node-_6481bb55-0808-4a4e-fddf-9e1e59cbd2d9-7f799d1e, #w-node-_9007446c-f310-211c-dd1a-9e19e2dc7f61-7f799d1e, #w-node-_01a9c029-8ad8-9e8b-d40f-46bf4aabc9e3-7f799d1e, #w-node-_7a0b4a9a-c866-70d2-a444-8d85ef0df7f6-7f799d1e, #w-node-_4afe6884-e2f2-5d4e-c6af-83a7d2b1b1ff-7f799d1e, #w-node-_8de46248-a91b-ecfa-e468-b65592fd3486-7f799d1e {
  align-self: center;
  justify-self: center;
}

#w-node-ab7584ec-7f9f-556d-ba02-c89c987690cd-7f799d1f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_57f978ca-4436-2305-6ee2-3516d81dd341-7f799d1f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_12c807d4-0810-42cb-4546-c4081f81dbb4-7f799d1f {
  justify-self: end;
}

#w-node-_9f42292f-2e6c-a246-36d2-ad60086f73fb-7f799d21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_9f42292f-2e6c-a246-36d2-ad60086f73fe-7f799d21 {
  align-self: start;
  justify-self: end;
}

#w-node-_08ee9986-1b80-52be-a7cb-65fadae28ab1-7f799d20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_64206e7c-0c9b-fac4-7370-51d5da878983-7f799d20 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_9d50e769-391e-5c86-52da-7ffa13f4ac03-7f799d1e {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_8ea263ee-b804-8098-f88c-e4b8fe4a4f73-7f799d1e {
    justify-self: center;
  }

  #w-node-_9f42292f-2e6c-a246-36d2-ad60086f73fb-7f799d21 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9d50e769-391e-5c86-52da-7ffa13f4ac03-7f799d1c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ada0f197-0b79-10e5-813f-058410198d82-7f799d1c {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: stretch;
  }

  #w-node-_9f42292f-2e6c-a246-36d2-ad60086f73fb-7f799d1c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ab7584ec-7f9f-556d-ba02-c89c987690cd-7f799d1e, #w-node-_9d50e769-391e-5c86-52da-7ffa13f4ac03-7f799d1e {
    grid-column: span 1 / span 1;
  }

  #w-node-_9d50e769-391e-5c86-52da-7ffa13f4ac03-7f799d1f, #w-node-_57f978ca-4436-2305-6ee2-3516d81dd341-7f799d1f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-dc365d3f-d39b-a147-5453-b43bdeb71d7e-deb71d67, #w-node-b9289ba1-d50c-d25e-cc62-f53bba55ed9b-deb71d67 {
    justify-self: start;
  }

  #w-node-_8ea263ee-b804-8098-f88c-e4b8fe4a4f73-7f799d1e {
    justify-self: center;
  }

  #w-node-_12c807d4-0810-42cb-4546-c4081f81dbb4-7f799d1f {
    justify-self: start;
  }

  #w-node-_08ee9986-1b80-52be-a7cb-65fadae28ab1-7f799d20 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Avenirltstd';
  src: url('../fonts/AvenirLTStd-Heavy.otf') format('opentype'), url('../fonts/AvenirLTStd-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Avenirltstd book';
  src: url('../fonts/AvenirLTStd-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Avenirltstd';
  src: url('../fonts/AvenirLTStd-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Avenirltstd roman';
  src: url('../fonts/AvenirLTStd-Roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Avenirltstd';
  src: url('../fonts/AvenirLTStd-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}