body {
  font-family: Yantramanav, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 45px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

.section {
  position: relative;
  display: block;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section.bo-bottom-padding {
  padding-bottom: 0px;
}

.section.legowerk-footer {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.wider-padding {
  padding-top: 160px;
  padding-bottom: 160px;
}

.section.full-screen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.full-screen.background-image-side {
  background-color: rgba(9, 106, 208, 0.2);
  background-image: url('../images/background-image.svg');
  background-position: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.full-screen.background-image-side.no-image {
  background-color: rgba(0, 47, 68, 0.5);
  background-image: none;
}

.section.background-waves {
  margin-top: 80px;
  margin-bottom: 40px;
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url('../images/light_blue_waves_left.svg');
  background-position: 0% 50%;
  background-size: auto 80%;
  background-repeat: no-repeat;
}

.section.background-waves.gray-right {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 60px;
  background-image: url('../images/waves_background_right_gray.svg');
  background-position: 100% 50%;
  background-size: auto 70%;
}

.paragraph-small {
  color: rgba(9, 106, 208, 0.6);
  font-size: 15px;
  font-weight: 300;
}

.paragraph-small.footer {
  margin-bottom: 0px;
  font-size: 13px;
}

.paragraph-small.short-paragraph {
  width: 90%;
  color: #333;
}

.paragraph-small.contact-paragraph {
  color: rgba(49, 49, 49, 0.6);
}

.styleguide-small-divider {
  width: 100%;
  margin-top: 0px;
  opacity: 0.3;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.row.flex-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.row.flex-horizontal.blue.padding {
  margin-right: -30px;
  margin-left: -30px;
  padding: 20px;
}

.row.flex-horizontal.no-bottom-margin {
  margin-bottom: 0px;
}

.row.align-centre {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.row.align-centre.flex-vertical-align {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.row.full-vw-row {
  margin-right: 0px;
  margin-left: 0px;
}

.page-wrapper {
  overflow: hidden;
}

.text-block {
  color: #fff;
  font-size: 14px;
}

.wrapper {
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 100%;
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wrapper.navbar {
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wrapper.mobile-navbar-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.wrapper.mobile-navbar-container.full-navbar {
  width: 90%;
  max-width: none;
}

.wrapper.navbar-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper.navbar-2.full-navbar {
  width: 90%;
  max-width: none;
  margin-top: 25px;
}

.wrapper.full-vw {
  max-width: none;
  padding-right: 0px;
  padding-left: 0px;
}

.wrapper.footer {
  width: 90%;
  max-width: none;
}

.menu-icon {
  margin-right: 8px;
}

.styleguide-caption {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.styleguide-caption.small-divider {
  margin-top: -15px;
  font-size: 12px;
}

.navbar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: transparent;
}

.navbar.fixed {
  position: fixed;
  display: block;
  padding-top: 36px;
  padding-bottom: 36px;
  background-color: #1f2c3d;
}

.nav-link {
  padding: 26px;
  color: #fff;
  font-size: 12px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.nav-link.cta {
  background-color: #096ad0;
  -webkit-transition: background-color 100ms ease-in-out;
  transition: background-color 100ms ease-in-out;
  color: #fff;
}

.nav-link.cta:hover {
  background-color: #328ae6;
}

.navbar-links-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.color-block {
  width: 100px;
  height: 100px;
  margin-right: 0px;
  margin-left: 0px;
  border-radius: 3px;
  background-color: rgba(9, 106, 208, 0.2);
}

.color-block.black {
  background-color: #1f2c3d;
}

.color-block.light-blue {
  border-style: none;
}

.color-block.steel-blue {
  background-color: #096ad0;
}

.color-block.white {
  background-color: #fff;
}

.color-block.white.border {
  border: 1px solid #3d9afc;
}

.logo-navbar {
  max-width: 200px;
}

.logo-navbar.white {
  width: 70px;
}

.page-preview-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding: 36px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1f2c3d;
  box-shadow: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.page-preview-link:hover {
  background-image: radial-gradient(circle farthest-corner at 0% 0%, #2279d4, #096ad0);
  box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.white {
  color: #fff;
  font-weight: 300;
}

.logo {
  position: absolute;
  margin-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.logo.w--current {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.logo.rel {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo.rel.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.components-list-container {
  display: none;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
  background-color: #1f2c3d;
}

.components-list-container._2 {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.column-styleguide {
  width: 100%;
  height: 40px;
  margin-bottom: 0px;
  border: 1px solid #096ad0;
  border-radius: 6px;
  background-color: rgba(9, 106, 208, 0.06);
}

.toggle-grid {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 16px;
  border-radius: 60px;
  background-color: #1f2c3d;
  color: #fff;
}

.button {
  padding: 15px 30px;
  border: 0px none #096ad0;
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0 4px 11px 0 rgba(1, 58, 117, 0.33);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #005880;
  font-size: 16px;
  font-weight: 400;
}

.button:hover {
  border: 0px none #096ad0;
  background-color: #fff;
  box-shadow: 0 6px 20px 0 rgba(1, 58, 117, 0.33);
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
  color: #005880;
}

.button.ghost {
  border: 1px solid #096ad0;
  background-color: transparent;
  box-shadow: none;
  color: #096ad0;
}

.button.ghost:hover {
  background-color: #096ad0;
  background-image: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #fff;
}

.button.ghost.reversed {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.button.ghost.reversed:hover {
  background-color: #fff;
  color: #096ad0;
}

.button.reversed {
  background-color: #fff;
  color: #096ad0;
}

.button.reversed:hover {
  background-image: none;
}

.button.margin-left {
  margin-right: 35px;
}

.button.outlined {
  border: 1px solid #fff;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0);
  color: #fff;
}

.button.outlined:hover {
  background-color: #006694;
}

.col {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col.lg-8 {
  width: 66.66%;
}

.col.lg-10 {
  width: 83.33%;
}

.col.lg-12 {
  width: 100%;
}

.col.lg-11 {
  width: 91.66%;
}

.col.lg-6 {
  width: 50%;
  padding: 25px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col.lg-5 {
  width: 41.66%;
}

.col.lg-1 {
  width: 8.33%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col.lg-4 {
  width: 33.33%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col.lg-4.align-bottom {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.col.lg-4.sm-2.lg-vertical-align {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.col.lg-9 {
  width: 75%;
}

.col.lg-7 {
  width: 58.33%;
}

.col.lg-3 {
  width: 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.col.lg-3.no-padding {
  float: left;
}

.col.lg-3.md-2.xs-1 {
  font-weight: 400;
}

.col.lg-2 {
  width: 16.66%;
}

.col.places {
  width: 20%;
  padding-right: 0px;
  padding-left: 0px;
}

.col.lg-6 {
  width: 50%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.dropdown-container {
  position: fixed;
  display: block;
  width: 100%;
  margin-top: 36px;
  background-color: #1f2c3d;
}

.margin-bottom {
  margin-bottom: 40px;
}

.margin-bottom.small {
  margin-bottom: 20px;
}

.nav-link-with-icon-containr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.horizontal-line {
  width: 100%;
  height: 1px;
  margin-bottom: 40px;
  background-color: #fff;
}

.horizontal-line.light {
  margin-top: 10px;
  margin-bottom: 20px;
  background-color: rgba(41, 127, 202, 0.8);
  color: #096ad0;
}

.horizontal-line.light.white {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.horizontal-line.blue {
  background-color: #096ad0;
}

.rich-text-block {
  text-align: left;
}

.short-paragraph {
  width: 75%;
}

.value-proposition-buttons {
  margin-top: 40px;
}

.video-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
}

.video-background-building {
  width: 100%;
  height: 100%;
}

.hero-heading {
  color: #fff;
  font-size: 48px;
  line-height: 70px;
  font-weight: 400;
  letter-spacing: 2px;
}

.burger-icon {
  color: #fff;
}

.nav-link-2 {
  position: relative;
  padding: 16px 20px 18px;
  -webkit-transition: opacity 150ms ease;
  transition: opacity 150ms ease;
  color: #096ad0;
  font-size: 15px;
  line-height: 24px;
  cursor: pointer;
}

.nav-link-2:hover {
  opacity: 1;
  color: #096ad0;
}

.nav-link-2.w--current {
  -webkit-transition-property: none;
  transition-property: none;
  color: #096ad0;
  font-weight: 700;
}

.nav-link-2.burger-nav {
  position: relative;
  display: block;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
  opacity: 1;
  -webkit-transition: opacity 150ms ease, color 200ms ease;
  transition: opacity 150ms ease, color 200ms ease;
  color: rgba(9, 106, 208, 0.6);
  text-decoration: none;
}

.nav-link-2.burger-nav:hover {
  opacity: 1;
  color: #096ad0;
}

.menu-button-2.w--open {
  background-color: #fff;
  color: rgba(9, 106, 208, 0.2);
}

.nav-bar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.nav-bar.burger-nav {
  background-color: #fff;
}

.nav-bar.burger-nav.transparent {
  margin-top: 20px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: hsla(0, 0%, 100%, 0);
}

.nav-bar.sample-website {
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.nav-bar.sample-website.transparent-navbar {
  padding-right: 0px;
  padding-left: 0px;
  background-color: hsla(0, 0%, 100%, 0);
}

.flex-horizontal-space-between {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper-brand-navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-logo-santa-fe-color {
  position: absolute;
  opacity: 0;
}

.gradient-background {
  position: absolute;
  width: 100%;
  height: 50%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(75%, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #000, hsla(0, 0%, 100%, 0) 75%);
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.dropdown-link {
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-transition: padding 200ms ease-in, background-color 200ms ease-in;
  transition: padding 200ms ease-in, background-color 200ms ease-in;
  color: #000;
}

.dropdown-link:hover {
  padding-left: 35px;
  background-color: #fff;
}

.dropdown-link.w--current {
  opacity: 1;
}

.dropdown-link-text {
  margin-right: 20px;
  text-decoration: none;
}

.dropdown-link-text.white-content {
  color: #fff;
}

.nav-link-4 {
  position: relative;
  margin-right: 10px;
  margin-left: 10px;
  padding: 15px 20px;
  -webkit-transition: opacity 150ms ease;
  transition: opacity 150ms ease;
  color: #096ad0;
  font-size: 15px;
  line-height: 24px;
  cursor: pointer;
}

.nav-link-4:hover {
  opacity: 1;
  color: #096ad0;
}

.nav-link-4.w--current {
  -webkit-transition-property: none;
  transition-property: none;
  color: #096ad0;
  font-weight: 700;
}

.nav-link-4.transparent-content {
  border-bottom: 1px solid transparent;
  -webkit-transition: border-color 200ms ease-in;
  transition: border-color 200ms ease-in;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.nav-link-4.transparent-content:hover {
  border-bottom-color: #fff;
}

.nav-link-4.dropdown {
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 0px;
  padding-left: 0px;
  opacity: 1;
  -webkit-transition-property: none;
  transition-property: none;
  font-size: 16px;
  font-weight: 300;
}

.nav-link-4.border {
  padding-top: 6px;
  padding-bottom: 6px;
  border: 1px solid #096ad0;
  border-radius: 50px;
  opacity: 1;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.nav-link-4.border:hover {
  background-color: #096ad0;
  color: #fff;
}

.nav-link-4.border.cta {
  padding: 8px 25px;
  background-color: #096ad0;
  color: #fff;
}

.nav-link-4.border.cta.white-outlined {
  border-style: none;
  border-color: #fff;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: background-color 200ms ease-in;
  transition: background-color 200ms ease-in;
}

.nav-link-4.border.cta.white-outlined:hover {
  background-color: #fff;
  color: #000;
}

.dropdown-chevron {
  margin-right: -1px;
}

.dropdown-chevron.white-color {
  color: #fff;
}

.dropdown-list-2 {
  border: 1px solid #000;
}

.dropdown-list-2.w--open {
  margin-top: 0px;
  border-style: none;
  background-color: hsla(0, 0%, 100%, 0.75);
  box-shadow: 0 8px 20px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.nav-menu-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
}

.nav-menu-2.transparent-nav-menu {
  background-color: hsla(0, 0%, 100%, 0);
}

.side-image {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.12), 0 10px 15px 0 rgba(0, 0, 0, 0.2);
}

.button-2 {
  padding: 10px 25px;
  border: 1px solid #096ad0;
  border-radius: 5px;
  background-color: #096ad0;
  box-shadow: 0 4px 11px 0 rgba(1, 58, 117, 0.33);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
  font-weight: 300;
  cursor: pointer;
}

.button-2:hover {
  border: 1px solid #096ad0;
  background-color: #096ad0;
  box-shadow: 0 6px 20px 0 rgba(1, 58, 117, 0.33);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
  color: #fff;
}

.icon-servicios {
  margin-bottom: 20px;
  color: #fff;
  font-size: 24px;
}

.blue-span {
  color: #007eb8;
}

.blue-span.bold {
  font-weight: 400;
}

.section-header {
  display: block;
  margin: 0px auto 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.section-2 {
  position: relative;
  display: block;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-2.espacios-oficinas {
  padding-top: 30px;
}

.section-2.places {
  padding-top: 30px;
  padding-bottom: 0px;
}

.section-2.footer {
  background-color: rgba(0, 0, 0, 0.05);
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tab {
  width: 100%;
}

.tab-link {
  width: 33.33%;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 2px solid transparent;
  background-color: transparent;
  opacity: 0.5;
  color: #096ad0;
  font-size: 18px;
  text-align: center;
}

.tab-link.w--current {
  border-bottom-color: #005880;
  background-color: transparent;
  opacity: 1;
  color: #005880;
  font-weight: 700;
}

.heading-metros-cuadrados {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 300;
}

.heading-nombre-piso {
  margin-top: 0px;
  color: #005880;
  font-size: 38px;
  line-height: 36px;
  letter-spacing: 1px;
}

.heading-disponibilidad {
  margin-top: 0px;
  margin-bottom: 30px;
  padding-left: 10px;
  border-left: 2px solid #007eb7;
  font-family: Yantramanav, sans-serif;
  color: #005880;
  font-size: 16px;
  font-weight: 300;
}

.wrapper-cualidades-espacios {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wrapper-acondicionamiento {
  width: 48%;
  font-size: 16px;
  font-weight: 300;
}

.wrapper-infraestructura {
  width: 48%;
}

.text-block-cualidades-pisos {
  margin-bottom: 10px;
  padding-bottom: 3px;
  padding-left: 6px;
  border-bottom: 2px solid #005880;
  color: #005880;
  font-weight: 400;
}

.list-item-cualidades-pisos {
  margin-bottom: 5px;
  padding-left: 13px;
  font-size: 14px;
  font-weight: 300;
}

.heading-espacios-planos {
  margin-top: 0px;
  margin-bottom: 50px;
  text-align: center;
}

.title-places {
  margin-bottom: 25px;
  font-size: 32px;
  line-height: 41px;
  font-weight: 400;
  text-align: center;
}

.places-bg-shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
}

.text-block-places {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.text-block-places.focus-place {
  position: absolute;
  font-size: 15px;
  line-height: 25px;
  font-weight: 300;
  text-shadow: 1px 1px 6px #000;
}

.div-card-places {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 30vh;
  padding: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65))), url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-card-places.collage {
  background-image: url('../images/dummie_school.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-card-places.logo {
  margin-left: 0px;
  background-image: url('../images/Logo_white_and_black_bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-card-places.hospitals {
  background-image: url('../images/dummie_hospital.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-card-places.autoservice-store {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/dummie_self_store.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/dummie_self_store.jpg');
  background-position: 0px 0px, 50% 50%;
}

.div-card-places.mall {
  background-image: url('../images/dummie_mall.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms ease-in;
  transition: background-color 200ms ease-in;
}

.div-card-places.bank {
  background-image: url('../images/dummie_bank.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-card-places.park {
  background-image: url('../images/dummie_park.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-card-places.restaurants {
  background-image: url('../images/dummie_restaurant.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-card-places.hotels {
  background-image: url('../images/dummie_hotel.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-card-places.pharmacy {
  background-image: url('../images/dummie_pharmacy.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.subtitle-places {
  margin-bottom: 50px;
  font-size: 22px;
  font-weight: 300;
  text-align: center;
}

.section-brochure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  padding-top: 140px;
  padding-bottom: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 39, 54, 0.45)), to(rgba(4, 39, 54, 0.45))), url('../images/foto_exterior_paralax_ver_2.jpg');
  background-image: linear-gradient(180deg, rgba(4, 39, 54, 0.45), rgba(4, 39, 54, 0.45)), url('../images/foto_exterior_paralax_ver_2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.heading-brochure {
  width: 90%;
  margin-top: 0px;
  margin-bottom: 30px;
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  text-align: center;
}

.span-text-logo {
  font-weight: 300;
  letter-spacing: 10px;
}

.subheading-download-brochure {
  width: 90%;
  margin-top: 0px;
  margin-bottom: 50px;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
}

.text-area {
  min-height: 140px;
  margin-bottom: 20px;
  padding-top: 16px;
  padding-left: 16px;
  border-style: none;
  border-radius: 3px;
  background-color: rgba(9, 106, 208, 0.04);
  color: #096ad0;
}

.text-area::-webkit-input-placeholder {
  color: #096ad0;
}

.text-area:-ms-input-placeholder {
  color: #096ad0;
}

.text-area::-ms-input-placeholder {
  color: #096ad0;
}

.text-area::placeholder {
  color: #096ad0;
}

.form {
  width: 100%;
}

.contact-form-container {
  width: 100%;
  border-radius: 6px;
}

.contact-form-container.card {
  padding: 60px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(9, 106, 208, 0.2);
  background-color: #fff;
  box-shadow: 10px 0 80px 0 rgba(31, 44, 61, 0.1);
}

.form-field {
  min-width: 200px;
  margin-bottom: 20px;
  padding: 26px 16px;
  border-style: none;
  border-radius: 3px;
  background-color: rgba(9, 106, 208, 0.04);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 88, 128, 0.05)), to(rgba(0, 88, 128, 0.05)));
  background-image: linear-gradient(180deg, rgba(0, 88, 128, 0.05), rgba(0, 88, 128, 0.05));
}

.form-field::-webkit-input-placeholder {
  color: #8f8f8f;
}

.form-field:-ms-input-placeholder {
  color: #8f8f8f;
}

.form-field::-ms-input-placeholder {
  color: #8f8f8f;
}

.form-field::placeholder {
  color: #8f8f8f;
}

.form-field.no-bottom-margins {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.form-field.no-bottom-margins.no-margin-field {
  margin-bottom: 0px;
}

.negative-margin {
  margin-left: -18px;
}

.negative-margin.social {
  margin-left: -16px;
}

.footer-heading {
  margin-bottom: 20px;
  color: #353535;
  font-weight: 400;
  text-decoration: none;
}

.footer-logo-2 {
  margin-bottom: 40px;
}

.form-with-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-newsletter-form-container {
  width: 100%;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.footer-link {
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  opacity: 0.5;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  color: #272727;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  cursor: pointer;
}

.footer-link:hover {
  opacity: 1;
}

.footer-link.w--current {
  opacity: 1;
  font-weight: 500;
}

.social-media-icon {
  padding: 8px;
}

.button-3 {
  padding: 10px 25px;
  border: 1px solid #096ad0;
  border-radius: 40px;
  background-color: #096ad0;
  box-shadow: 0 4px 11px 0 rgba(1, 58, 117, 0.33);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
  font-weight: 300;
}

.button-3:hover {
  border: 1px solid #096ad0;
  background-color: #096ad0;
  box-shadow: 0 6px 20px 0 rgba(1, 58, 117, 0.33);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
  color: #fff;
}

.button-3.form-button {
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 0px 3px 3px 0px;
  box-shadow: none;
  font-size: 14px;
  cursor: pointer;
}

.button-3.form-button:hover {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.footer-links-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.button-galer-a-pisos {
  margin-top: 15px;
  padding: 12px 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #005880;
  border-radius: 5px;
  background-color: transparent;
  color: #005880;
  font-size: 16px;
}

.modal-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9007199254740991;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
}

.modal-wrapper.hide {
  display: none;
}

.galery-wrapper-pisos {
  position: relative;
  z-index: 10;
  width: 85%;
  height: 85%;
  padding: 30px;
  background-color: #fff;
  box-shadow: 0 1px 20px 10px rgba(0, 0, 0, 0.2);
}

.slider {
  width: 100%;
  height: 100%;
}

.image-gallery-pisos {
  width: 100%;
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-gallery-pisos.pb-1 {
  background-image: url('../images/img_piso_pb_1.jpg');
}

.image-gallery-pisos.pb-2 {
  background-image: url('../images/img_piso_pb_2.jpg');
}

.image-gallery-pisos.pb-3 {
  background-image: url('../images/img_piso_pb_3.jpg');
}

.image-gallery-pisos.p5-1 {
  background-image: url('../images/piso_5_img_1.jpg');
}

.image-gallery-pisos.p5-2 {
  background-image: url('../images/piso_5_img_2.jpg');
}

.image-gallery-pisos.p5-3 {
  background-image: url('../images/img_piso_p5_3.jpg');
}

.image-gallery-pisos.p5-4 {
  background-image: url('../images/img_piso_p5_3.jpg');
}

.image-gallery-pisos.p9-1 {
  background-image: url('../images/img_piso_p9_1.jpg');
}

.image-gallery-pisos.p9-2 {
  background-image: url('../images/piso_9_img_2.jpg');
}

.image-gallery-pisos.p9-3 {
  background-image: url('../images/piso_9_img_1.jpg');
}

.close-modal-x {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 9px 11px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.span-al-cuadrado {
  position: relative;
  top: -15px;
  font-size: 16px;
}

.span-disponibilidad {
  font-weight: 400;
}

@media (max-width: 991px) {
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section.wider-padding {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .section.full-screen {
    min-height: 800px;
  }
  .paragraph-small.short-paragraph {
    width: 100%;
  }
  .dropdown-list {
    background-color: #1f2c3d;
  }
  .dropdown-list.w--open {
    overflow: auto;
    height: 50vh;
  }
  .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .row.flex-horizontal.blue.padding {
    margin-right: -20px;
    margin-left: -20px;
  }
  .row.flex-horizontal.no-bottom-margin {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .row.no-bottom-margins {
    margin-bottom: 0px;
  }
  .row.align-centre {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .nav-menu-container {
    position: absolute;
    top: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 100vh;
    background-color: #1f2c3d;
  }
  .wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }
  .wrapper.navbar {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .navbar {
    padding-top: 37px;
    padding-bottom: 37px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .logo-navbar.white {
    width: 70px;
  }
  .menu-button-3 {
    background-color: #1f2c3d;
  }
  .menu-button-3.w--open {
    background-color: #1f2c3d;
  }
  .white-burger {
    color: #fff;
  }
  .page-preview-link {
    height: 22px;
  }
  .text-block-2 {
    text-align: left;
  }
  .nav-dropdown-link {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 40px;
    float: left;
    background-color: rgba(9, 106, 208, 0.2);
    color: #fff;
  }
  .col {
    width: 50%;
    margin-bottom: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col.lg-10.md-2 {
    width: 50%;
  }
  .col.lg-11.md-3 {
    width: 75%;
  }
  .col.lg-6.md-3 {
    width: 75%;
  }
  .col.lg-5 {
    width: 50%;
  }
  .col.lg-5.md-4 {
    width: 100%;
  }
  .col.lg-1 {
    display: none;
  }
  .col.lg-1.hidden-lg-down {
    display: none;
  }
  .col.lg-4 {
    width: 50%;
  }
  .col.lg-9.md-1 {
    width: 25%;
  }
  .col.lg-3 {
    width: 33.33%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .col.lg-3.no-padding {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .col.lg-3.md-4 {
    width: 100%;
  }
  .col.lg-3.md-2 {
    width: 50%;
  }
  .col.lg-2.md-2 {
    width: 50%;
  }
  .nav-link-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 31px;
    padding-bottom: 31px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #1f2c3d;
    color: #fff;
    text-align: left;
  }
  .margin-bottom {
    margin-bottom: 40px;
  }
  .value-proposition-container {
    display: block;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .burger-icon {
    color: #096ad0;
  }
  .nav-link-2 {
    display: block;
    padding-top: 24px;
    padding-bottom: 24px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fff;
    text-align: center;
  }
  .nav-link-2.burger-nav {
    opacity: 1;
  }
  .menu-button-2 {
    position: relative;
    display: block;
    color: #2e323c;
  }
  .menu-button-2.w--open {
    background-color: transparent;
    color: #096ad0;
  }
  .nav-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
  }
  .nav-logo-2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .flex-horizontal-space-between {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .burger-icon-2 {
    color: #096ad0;
  }
  .dropdown-link-text {
    margin-right: 0px;
  }
  .nav-link-4 {
    display: block;
    padding-top: 24px;
    padding-bottom: 24px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fff;
    text-align: center;
  }
  .nav-link-4.dropdown {
    display: block;
    width: 200px;
    margin-right: auto;
    margin-left: auto;
  }
  .nav-link-4.dropdown:hover {
    padding-bottom: 24px;
    border-bottom-style: none;
    border-bottom-width: 0px;
  }
  .nav-link-4.border {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .nav-cta-button-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .dropdown-chevron {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .dropdown-list-2.w--open {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav-menu-2 {
    overflow: scroll;
    width: 100%;
    max-height: 100vh;
    padding-bottom: 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background-color: #fff;
  }
  .section-header {
    margin-bottom: 40px;
  }
  .section-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .contact-form-container.card {
    padding: 40px;
  }
  .negative-margin {
    margin-left: -19px;
  }
  .footer-logo-2 {
    margin-bottom: 40px;
  }
  .footer-newsletter-form-container {
    width: 100%;
    margin-top: 40px;
  }
  .footer-links-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .section.full-screen {
    min-height: 600px;
  }
  .paragraph-small.short-paragraph {
    width: 100%;
  }
  .row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .row.flex-horizontal {
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .row.sm-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .row.full-vw-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .logo-navbar.white {
    width: 60px;
  }
  .page-preview-link {
    height: 220px;
  }
  .col.lg-10.md-2.sm-2 {
    width: 100%;
  }
  .col.lg-11.md-3.sm-1 {
    width: 50%;
  }
  .col.lg-6 {
    width: 100%;
  }
  .col.lg-6.md-3.sm-2 {
    width: 100%;
  }
  .col.lg-5 {
    width: 100%;
  }
  .col.lg-5.bottom-margin-mobile {
    margin-bottom: 40px;
  }
  .col.lg-4.sm-2 {
    width: 100%;
  }
  .col.lg-3.no-padding.sm-2 {
    width: 50%;
  }
  .col.places {
    width: 100%;
  }
  .col.lg-6 {
    width: 100%;
  }
  .value-proposition-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .menu-button-2 {
    width: 56px;
    height: 56px;
    margin-right: 4px;
  }
  .flex-horizontal-space-between {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .sm-align-centre {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .side-image {
    margin-bottom: 20px;
  }
  .contact-form-container.card {
    padding: 40px;
  }
  .footer-logo-2 {
    padding-left: 0px;
  }
  .footer-newsletter-form-container {
    margin-top: 20px;
  }
  .footer-links-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media (max-width: 479px) {
  h4 {
    margin-top: 0px;
    font-weight: 500;
  }
  p {
    margin-bottom: 0px;
  }
  .section {
    padding-top: 40px;
  }
  .section.bo-bottom-padding {
    padding-top: 40px;
  }
  .section.background-waves.gray-right {
    margin-top: 50px;
    background-size: auto 23%;
  }
  .dropdown-list.w--open {
    overflow: auto;
  }
  .row.flex-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .nav-menu-container {
    overflow: auto;
  }
  .wrapper.navbar-2.full-navbar {
    margin-top: 15px;
    padding: 0px;
  }
  .color-block {
    margin-bottom: 20px;
  }
  .page-preview-link {
    height: 160px;
  }
  .icon-2 {
    position: absolute;
  }
  .col {
    margin-bottom: 0px;
  }
  .col.lg-6 {
    width: 100%;
    padding: 15px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .col.lg-5 {
    width: 100%;
  }
  .col.lg-4 {
    width: 100%;
  }
  .col.lg-3 {
    width: 100%;
  }
  .col.lg-6 {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .short-paragraph {
    width: 100%;
  }
  .hero-heading {
    font-size: 34px;
    line-height: 50px;
    letter-spacing: 1px;
  }
  .menu-button-2 {
    margin-right: 0px;
    margin-left: 25px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    color: #fff;
  }
  .nav-bar {
    position: relative;
  }
  .flex-horizontal-space-between {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .burger-icon-2 {
    color: #fff;
  }
  .nav-link-4.transparent-content {
    background-color: rgba(0, 0, 0, 0.9);
  }
  .nav-link-4.dropdown {
    width: auto;
    background-color: rgba(0, 0, 0, 0.9);
  }
  .dropdown {
    padding-right: 7px;
    padding-left: 10px;
  }
  .dropdown-chevron.white-color {
    right: 27px;
    margin-right: 0px;
    color: #fff;
  }
  .side-image {
    margin-bottom: 0px;
  }
  .section-header {
    line-height: 40px;
  }
  .tab-link {
    margin-right: 5px;
    margin-left: 5px;
    padding: 10px;
    border-bottom: 2px solid transparent;
    color: #292929;
    font-size: 15px;
  }
  .tab-link.w--current {
    border-bottom: 2px solid #005880;
    color: #005880;
    font-weight: 500;
  }
  .heading-disponibilidad {
    margin-bottom: 25px;
    font-size: 14px;
  }
  .paragraph {
    margin-bottom: 10px;
  }
  .text-block-3 {
    font-size: 16px;
  }
  .title-places {
    margin-bottom: 15px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .div-card-places.collage {
    height: 20vh;
  }
  .div-card-places.logo {
    position: static;
    height: 20vh;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .div-card-places.hospitals {
    height: 20vh;
  }
  .div-card-places.autoservice-store {
    height: 20vh;
  }
  .div-card-places.mall {
    height: 20vh;
  }
  .div-card-places.bank {
    height: 20vh;
  }
  .div-card-places.park {
    height: 20vh;
  }
  .div-card-places.restaurants {
    height: 20vh;
  }
  .div-card-places.hotels {
    height: 20vh;
  }
  .div-card-places.pharmacy {
    height: 20vh;
  }
  .subtitle-places {
    margin-bottom: 35px;
    padding-right: 30px;
    padding-left: 30px;
    font-size: 18px;
    line-height: 24px;
  }
  .section-brochure {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 39, 54, 0.45)), to(rgba(4, 39, 54, 0.45))), url('../images/foto_exterior_paralax_ver_2.jpg');
    background-image: linear-gradient(180deg, rgba(4, 39, 54, 0.45), rgba(4, 39, 54, 0.45)), url('../images/foto_exterior_paralax_ver_2.jpg');
    background-position: 0px 0px, 50% 50%;
  }
  .contact-form-container {
    padding: 0px;
  }
  .contact-form-container.card {
    padding: 20px 30px;
  }
  .form-field.no-bottom-margins {
    min-width: auto;
  }
  .negative-margin {
    margin-left: -10px;
  }
  .form-with-button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form-with-button.horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .social-media-icon {
    padding: 0px;
  }
  .button-3.form-button {
    padding-right: 12px;
    padding-left: 12px;
  }
  .button-galer-a-pisos {
    width: 100%;
    text-align: center;
  }
  .galery-wrapper-pisos {
    width: 90%;
    height: 45%;
    padding: 10px;
  }
}

@font-face {
  font-family: 'Yantramanav';
  src: url('../fonts/Yantramanav-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Yantramanav';
  src: url('../fonts/Yantramanav-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Yantramanav';
  src: url('../fonts/Yantramanav-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Yantramanav';
  src: url('../fonts/Yantramanav-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Yantramanav';
  src: url('../fonts/Yantramanav-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}