@charset "UTF-8";
p {
  margin: 0; }

@font-face {
  font-family: open-sans-regular;
  src: url("../fonts/opensans-regular-webfont.woff2") format("woff2"); }
@font-face {
  font-family: open-sans-italic;
  src: url("../fonts/opensans-italic-webfont.woff2") format("woff2"); }
@font-face {
  font-family: playfair-bold;
  src: url("../fonts/PlayfairDisplay-Bold.woff") format("woff"); }
@font-face {
  font-family: playfair-regular;
  src: url("../fonts/playfairdisplay-variablefontwght-webfont.woff2") format("woff2"); }
.title {
  font-family: playfair-bold;
  color: #04062e;
  line-height: 40px;
  font-size: 3rem; }
  .title.small {
    font-size: 2.5rem;
    line-height: 4rem; }
  .title.smaller {
    font-size: 2.7rem;
    line-height: 3rem; }

.subtitle {
  font-size: 2rem;
  color: #08183d;
  font-family: playfair-bold; }
  .subtitle.small {
    font-size: 1.6rem; }

.button {
  background-color: #08183d;
  font-family: open-sans-regular;
  color: white;
  font-size: 1.6rem;
  padding: 0.8rem 5rem;
  border: none; }
  .button:hover {
    cursor: pointer; }

.richtext {
  font-family: open-sans-regular;
  font-size: 1.6rem;
  color: #000000; }
  .richtext a {
    color: #000000;
    text-decoration: underline; }
  .richtext ul {
    list-style: none; }
    .richtext ul li {
      padding-left: 5rem;
      position: relative;
      margin-bottom: 1.5rem; }
      .richtext ul li:before {
        background-size: 90%;
        background-position: center center;
        background-repeat: no-repeat;
        position: absolute;
        width: 20px;
        height: 20px;
        left: 0;
        content: '';
        background-image: url(https://cdn2.hubspot.net/hubfs/6709189/Vector%206.png); }

.paragraph {
  font-family: open-sans-regular;
  font-size: 1.6rem;
  color: #000000; }

.fondo-blanco {
  background-color: #fff; }

.fondo-negro {
  background-color: #000; }

.fondo-verde {
  background-color: rgba(0, 128, 0, 0.3); }

.fondo-negro-transparente {
  background-color: rgba(0, 0, 0, 0.5); }

.fondo-gris-transparente {
  background-color: rgba(142, 134, 134, 0.8); }

body, html {
  font-size: 10px;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }

.below-nav {
  margin-top: 8rem; }

.pointer {
  position: relative; }
  .pointer:before {
    content: '';
    position: absolute;
    height: 0.2rem;
    background-color: #08183d;
    width: 80%;
    bottom: -1.5rem;
    left: 0%; }
  .pointer:after {
    content: '';
    position: absolute;
    width: 1rem;
    height: 1rem;
    background: #08183d;
    bottom: -1.9rem;
    left: 0%;
    border-radius: 50%; }
  .pointer.drag:before {
    left: -2%; }
  .pointer.drag:after {
    left: -2%; }
  .pointer.right-pointer:before {
    right: 0%;
    left: unset; }
  .pointer.right-pointer:after {
    right: 0%;
    left: unset; }
  .pointer.right-pointer.shorter:before {
    width: 60%;
    right: 0%; }
  .pointer.right-pointer.shorter:after {
    right: 0%; }
  .pointer.right-pointer.dragged:before {
    right: -2%; }
  .pointer.right-pointer.dragged:after {
    right: -2%; }
  .pointer.right-pointer.large:before {
    width: 90%;
    right: 0; }
  .pointer.right-pointer.large:after {
    right: 0; }

/*
	contenedor del sitio, tiene un fondo que se comporta de forma única entre bloques
*/
div.site-wrapper {
  background-color: #f3f3f3; }

/*
	Navbar
*/
div.navigation-container {
  background-color: white;
  position: fixed;
  top: 0;
  z-index: 3;
  width: 100%;
  padding: 1rem 2rem; }
  div.navigation-container .main-row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  div.navigation-container .brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    div.navigation-container .brand img {
      max-width: 100%; }
  div.navigation-container .menu-container .navigation ul.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 0px;
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
    div.navigation-container .menu-container .navigation ul.menu li.menu-item {
      list-style: none; }
  div.navigation-container .menu-container .navigation .menu-link,
  div.navigation-container .menu-container .navigation li.menu-item {
    font-size: 1.2rem;
    text-transform: uppercase;
    display: block;
    font-family: open-sans-regular;
    color: #000000;
    padding: 0rem 2rem;
    text-align: center; }
    div.navigation-container .menu-container .navigation .menu-link:hover a,
    div.navigation-container .menu-container .navigation .menu-link a:hover,
    div.navigation-container .menu-container .navigation li.menu-item:hover a,
    div.navigation-container .menu-container .navigation li.menu-item a:hover {
      cursor: pointer;
      text-decoration: none !important; }
    div.navigation-container .menu-container .navigation .menu-link a,
    div.navigation-container .menu-container .navigation li.menu-item a {
      font-family: inherit;
      font-size: inherit;
      color: inherit !important; }
  div.navigation-container .menu-container .navigation .with-dropdown,
  div.navigation-container .menu-container .navigation .menu-item-has-children {
    position: relative;
    overflow: visible; }
    div.navigation-container .menu-container .navigation .with-dropdown .dropdown-nav,
    div.navigation-container .menu-container .navigation .with-dropdown .sub-menu,
    div.navigation-container .menu-container .navigation .menu-item-has-children .dropdown-nav,
    div.navigation-container .menu-container .navigation .menu-item-has-children .sub-menu {
      position: absolute;
      left: 0;
      bottom: auto;
      top: 3rem;
      background-color: white;
      max-height: 0rem;
      overflow: hidden;
      -webkit-transition-property: max-height;
      transition-property: max-height;
      -webkit-transition-duration: 0.5s;
              transition-duration: 0.5s;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0rem; }
      div.navigation-container .menu-container .navigation .with-dropdown .dropdown-nav .dropdown-link,
      div.navigation-container .menu-container .navigation .with-dropdown .dropdown-nav .menu-item,
      div.navigation-container .menu-container .navigation .with-dropdown .sub-menu .dropdown-link,
      div.navigation-container .menu-container .navigation .with-dropdown .sub-menu .menu-item,
      div.navigation-container .menu-container .navigation .menu-item-has-children .dropdown-nav .dropdown-link,
      div.navigation-container .menu-container .navigation .menu-item-has-children .dropdown-nav .menu-item,
      div.navigation-container .menu-container .navigation .menu-item-has-children .sub-menu .dropdown-link,
      div.navigation-container .menu-container .navigation .menu-item-has-children .sub-menu .menu-item {
        margin-bottom: 0.7rem;
        text-align: center;
        font-size: 1.2rem;
        text-transform: uppercase;
        color: #000000;
        font-family: open-sans-regular;
        padding-left: 1rem;
        padding-right: 1rem; }
        div.navigation-container .menu-container .navigation .with-dropdown .dropdown-nav .dropdown-link:hover,
        div.navigation-container .menu-container .navigation .with-dropdown .dropdown-nav .menu-item:hover,
        div.navigation-container .menu-container .navigation .with-dropdown .sub-menu .dropdown-link:hover,
        div.navigation-container .menu-container .navigation .with-dropdown .sub-menu .menu-item:hover,
        div.navigation-container .menu-container .navigation .menu-item-has-children .dropdown-nav .dropdown-link:hover,
        div.navigation-container .menu-container .navigation .menu-item-has-children .dropdown-nav .menu-item:hover,
        div.navigation-container .menu-container .navigation .menu-item-has-children .sub-menu .dropdown-link:hover,
        div.navigation-container .menu-container .navigation .menu-item-has-children .sub-menu .menu-item:hover {
          cursor: pointer;
          text-decoration: none; }
        div.navigation-container .menu-container .navigation .with-dropdown .dropdown-nav .dropdown-link:first-child,
        div.navigation-container .menu-container .navigation .with-dropdown .dropdown-nav .menu-item:first-child,
        div.navigation-container .menu-container .navigation .with-dropdown .sub-menu .dropdown-link:first-child,
        div.navigation-container .menu-container .navigation .with-dropdown .sub-menu .menu-item:first-child,
        div.navigation-container .menu-container .navigation .menu-item-has-children .dropdown-nav .dropdown-link:first-child,
        div.navigation-container .menu-container .navigation .menu-item-has-children .dropdown-nav .menu-item:first-child,
        div.navigation-container .menu-container .navigation .menu-item-has-children .sub-menu .dropdown-link:first-child,
        div.navigation-container .menu-container .navigation .menu-item-has-children .sub-menu .menu-item:first-child {
          padding-top: 1rem; }
        div.navigation-container .menu-container .navigation .with-dropdown .dropdown-nav .dropdown-link:last-child,
        div.navigation-container .menu-container .navigation .with-dropdown .dropdown-nav .menu-item:last-child,
        div.navigation-container .menu-container .navigation .with-dropdown .sub-menu .dropdown-link:last-child,
        div.navigation-container .menu-container .navigation .with-dropdown .sub-menu .menu-item:last-child,
        div.navigation-container .menu-container .navigation .menu-item-has-children .dropdown-nav .dropdown-link:last-child,
        div.navigation-container .menu-container .navigation .menu-item-has-children .dropdown-nav .menu-item:last-child,
        div.navigation-container .menu-container .navigation .menu-item-has-children .sub-menu .dropdown-link:last-child,
        div.navigation-container .menu-container .navigation .menu-item-has-children .sub-menu .menu-item:last-child {
          padding-bottom: 1rem; }
        div.navigation-container .menu-container .navigation .with-dropdown .dropdown-nav .dropdown-link a,
        div.navigation-container .menu-container .navigation .with-dropdown .dropdown-nav .menu-item a,
        div.navigation-container .menu-container .navigation .with-dropdown .sub-menu .dropdown-link a,
        div.navigation-container .menu-container .navigation .with-dropdown .sub-menu .menu-item a,
        div.navigation-container .menu-container .navigation .menu-item-has-children .dropdown-nav .dropdown-link a,
        div.navigation-container .menu-container .navigation .menu-item-has-children .dropdown-nav .menu-item a,
        div.navigation-container .menu-container .navigation .menu-item-has-children .sub-menu .dropdown-link a,
        div.navigation-container .menu-container .navigation .menu-item-has-children .sub-menu .menu-item a {
          font-family: inherit;
          font-size: inherit;
          color: inherit !important; }
    div.navigation-container .menu-container .navigation .with-dropdown:hover .dropdown-nav,
    div.navigation-container .menu-container .navigation .with-dropdown:hover .sub-menu,
    div.navigation-container .menu-container .navigation .menu-item-has-children:hover .dropdown-nav,
    div.navigation-container .menu-container .navigation .menu-item-has-children:hover .sub-menu {
      max-height: 20rem; }

/*
	Estilos genericos de banner, se usan en todos lados.
*/
section.banner {
  position: relative; }
  section.banner .overlay {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    section.banner .overlay .container-fluid {
      padding: 0;
      height: 100%; }
    section.banner .overlay .image-block {
      padding: 0;
      height: 100%; }
      section.banner .overlay .image-block img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: 50% 50%;
           object-position: 50% 50%; }
  section.banner .content {
    z-index: 2;
    position: relative; }
    section.banner .content .fixed-col {
      max-width: 100%;
      margin-right: 0; }
    section.banner .content .banner-text-block {
      position: relative; }
      section.banner .content .banner-text-block .inner {
        background-color: white;
        padding: 2.5rem 3.5rem; }
        section.banner .content .banner-text-block .inner .richtext {
          padding-left: 2.9rem;
          margin-top: 3rem; }
          section.banner .content .banner-text-block .inner .richtext p {
            margin-bottom: .5rem; }
  section.banner.type-1 {
    padding: 0 0 0 0; }
    section.banner.type-1 .content .banner-text-block {
      bottom: 0; }
  section.banner.type-2 {
    margin: 5rem 0 1rem 0;
    padding: 0 0 3rem 0; }
    section.banner.type-2 .content .banner-text-block .inner {
      padding: 2.5rem 0rem;
      background-color: transparent; }
      section.banner.type-2 .content .banner-text-block .inner .divider {
        margin-top: 5.5rem; }
    section.banner.type-2:before {
      content: '';
      position: absolute;
      display: block;
      top: 15%;
      height: 60%;
      left: 0;
      right: 0;
      background-color: white; }
  section.banner.type-3 {
    padding: 24rem 0 0 0; }
    section.banner.type-3 h1 {
      font-family: playfair-bold;
      color: #04062e;
      line-height: 50px;
      font-size: 4rem; }
    section.banner.type-3 .content .banner-text-block {
      bottom: 0;
      background-color: white; }
      section.banner.type-3 .content .banner-text-block .inner {
        position: relative;
        padding: 6rem 2rem 3rem 2rem; }
        section.banner.type-3 .content .banner-text-block .inner .brand {
          position: absolute;
          top: -12rem;
          right: 0;
          left: 0; }
          section.banner.type-3 .content .banner-text-block .inner .brand img {
            width: 60% !important;
            margin-left: 20%; }
    section.banner.type-3:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 20%;
      display: block;
      background-color: #08183d; }
  section.banner.type-4 {
    padding: 0rem 0 0rem 0; }
    section.banner.type-4 .content .fixed-col {
      max-width: 91.7%; }
    section.banner.type-4 .content .banner-text-block {
      bottom: 0rem; }
    section.banner.type-4:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 20%;
      display: block;
      background-color: #08183d; }

section.projects-listing {
  padding: 5.5rem 0 5.8rem 0; }
  section.projects-listing .projects-container {
    margin-top: 4rem; }
    section.projects-listing .projects-container .project-preview {
      margin-bottom: 7rem; }
      section.projects-listing .projects-container .project-preview .inner {
        position: relative; }
        section.projects-listing .projects-container .project-preview .inner .image img {
          width: 100% !important;
          height: auto !important; }
        section.projects-listing .projects-container .project-preview .inner .project-brand {
          position: absolute;
          bottom: -2rem;
          right: -1rem;
          padding: 3rem;
          background-color: #f3f3f3; }
          section.projects-listing .projects-container .project-preview .inner .project-brand img {
            max-height: 8rem;
            height: 100%;
            width: auto !important; }
          section.projects-listing .projects-container .project-preview .inner .project-brand .project-link {
            position: absolute;
            bottom: -1.5rem;
            right: -0.6rem;
            background-color: #08183d;
            padding: 0.8rem 0.7rem;
            font-size: 1.6rem;
            color: white;
            font-family: open-sans-regular; }
            section.projects-listing .projects-container .project-preview .inner .project-brand .project-link img {
              margin-left: 1rem; }
      section.projects-listing .projects-container .project-preview:nth-child(odd) {
        margin-top: 6rem; }

section.contact {
  padding: 5rem 0;
  position: relative; }
  section.contact .description .richtext {
    padding-left: 3rem;
    margin-top: 3rem; }
    section.contact .description .richtext p {
      margin-bottom: .5rem; }
  section.contact .form-area {
    margin-top: 3rem; }
    section.contact .form-area .form-inner {
      background-color: white;
      padding: 2.5rem; }
  section.contact:before {
    content: '';
    position: absolute;
    display: block;
    bottom: 0;
    height: 35%;
    left: 0;
    right: 0;
    background-color: white; }

.alternative-contact section.contact {
  background-color: white; }
  .alternative-contact section.contact .form-area .form-inner {
    background-color: #f3f3f3; }

form label {
  font-size: 1.2rem;
  color: #000000;
  font-family: playfair-regular; }
form input[type="text"],
form input[type="email"],
form textarea, form select {
  font-size: 1.6rem;
  color: #000000;
  font-family: playfair-regular;
  padding: 0.8rem 1rem;
  border: 1px solid #AEAEAE;
  width: 100%; }
form .form-group {
  margin-bottom: 1.5rem; }

/*
	generic block
*/
section.generic-block {
  padding: 3rem 0; }

.lists-row {
  padding: 3rem 0rem; }

.project-details {
  background-color: white;
  padding: 0 0 8rem 0;
  margin-top: 22rem;
  position: relative; }
  .project-details .main-title-container {
    left: 0;
    top: -10rem; }

.attributes {
  background-color: #f3f3f3;
  padding: 4rem 0 4rem 0;
  position: relative; }
  .attributes .main-title-container {
    left: 0;
    top: -13rem; }
  .attributes .attributes-row .attribute {
    margin-bottom: 6rem; }
    .attributes .attributes-row .attribute .inner .image {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .attributes .attributes-row .attribute .inner .content {
      margin-top: 1.5rem; }
      .attributes .attributes-row .attribute .inner .content p {
        text-align: center;
        max-width: 80%;
        margin: auto; }

section.map {
  position: relative;
  background-color: white; }
  section.map iframe {
    height: 40rem; }
  section.map .overlay {
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    section.map .overlay .title.small {
      font-size: 3.5rem;
      line-height: 4rem; }
    section.map .overlay .map-text .inner {
      padding-top: 1.5rem;
      background-color: white; }
      section.map .overlay .map-text .inner .richtext {
        margin-top: 4rem; }
        section.map .overlay .map-text .inner .richtext p {
          margin-bottom: .5rem; }

section.models {
  padding: 6rem 0;
  background-color: white;
  position: relative; }
  section.models .models-intro-row {
    margin-top: 6rem; }
    section.models .models-intro-row .spacing {
      padding-left: 3rem; }
  section.models .models-list {
    margin-top: 8rem;
    margin-bottom: 2rem; }
    section.models .models-list .model-preview {
      position: relative;
      margin-bottom: 7rem; }
      section.models .models-list .model-preview .inner .image img {
        max-width: 100%; }
      section.models .models-list .model-preview .inner .image .item {
        display: none; }
      section.models .models-list .model-preview .inner .image .item:nth-child(1) {
        display: block; }
      section.models .models-list .model-preview .inner .content {
        position: absolute;
        background-color: white;
        bottom: -1rem;
        left: 1.5rem;
        width: 80%;
        padding: 1.5rem 2.5rem; }
        section.models .models-list .model-preview .inner .content .price-tag {
          position: absolute;
          right: -1.5rem;
          bottom: -3.5rem;
          padding: 1.3rem 4rem;
          background-color: #08183d;
          color: white;
          font-size: 1.6rem;
          font-family: open-sans-regular; }
      section.models .models-list .model-preview .inner .gallery-icon {
        position: absolute;
        top: 0;
        right: 1.5rem;
        padding: 1rem;
        background-color: #08183d; }
        section.models .models-list .model-preview .inner .gallery-icon img {
          width: 2rem; }
  section.models:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 40%;
    width: 100%;
    background: #f3f3f3;
    z-index: 0; }

.blog-landing {
  padding: 6rem 0;
  position: relative; }
  .blog-landing:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 80%;
    width: 100%;
    background: white;
    z-index: 0; }

.richtext h1, .richtext h2, .richtext h3, .richtext h4, .richtext h5, .richtext h6 {
  color: #08173d;
  font-family: playfair-regular; }
  .richtext h1 bold, .richtext h1 strong, .richtext h1 b, .richtext h2 bold, .richtext h2 strong, .richtext h2 b, .richtext h3 bold, .richtext h3 strong, .richtext h3 b, .richtext h4 bold, .richtext h4 strong, .richtext h4 b, .richtext h5 bold, .richtext h5 strong, .richtext h5 b, .richtext h6 bold, .richtext h6 strong, .richtext h6 b {
    color: #45818e; }
.richtext p, .richtext a, .richtext span, .richtext li {
  font-family: open-sans-italic ,sans-serif;
  font-weight: 100;
  font-size: 16px;
  line-height: 22px; }

.project-template .richtext li {
  list-style: none !important;
  font-family: open-sans-italic; }
  .project-template .richtext li:before {
    display: none; }
.project-template .map .richtext li:before {
  display: block; }

.post-wrapper {
  padding: 3rem 0; }
  .post-wrapper .post-column .return-block .button {
    padding: 0.8rem 2.6rem; }
    .post-wrapper .post-column .return-block .button img {
      margin-right: 3rem; }
  .post-wrapper .post-column .post-main {
    margin-top: 4.5rem; }
    .post-wrapper .post-column .post-main .post-image {
      margin-top: 3rem; }
      .post-wrapper .post-column .post-main .post-image img {
        width: 100%; }
    .post-wrapper .post-column .post-main .post-metadata {
      margin-top: 2rem; }
      .post-wrapper .post-column .post-main .post-metadata .author {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .post-wrapper .post-column .post-main .post-metadata .author img {
          max-width: 6rem;
          margin-right: 2rem; }
    .post-wrapper .post-column .post-main .post-body {
      margin-top: 2rem; }
      .post-wrapper .post-column .post-main .post-body .richtext h1, .post-wrapper .post-column .post-main .post-body .richtext h2, .post-wrapper .post-column .post-main .post-body .richtext h3, .post-wrapper .post-column .post-main .post-body .richtext h4, .post-wrapper .post-column .post-main .post-body .richtext h5 {
        color: #04062e !important; }
        .post-wrapper .post-column .post-main .post-body .richtext h1 strong, .post-wrapper .post-column .post-main .post-body .richtext h1 bold, .post-wrapper .post-column .post-main .post-body .richtext h1 b, .post-wrapper .post-column .post-main .post-body .richtext h2 strong, .post-wrapper .post-column .post-main .post-body .richtext h2 bold, .post-wrapper .post-column .post-main .post-body .richtext h2 b, .post-wrapper .post-column .post-main .post-body .richtext h3 strong, .post-wrapper .post-column .post-main .post-body .richtext h3 bold, .post-wrapper .post-column .post-main .post-body .richtext h3 b, .post-wrapper .post-column .post-main .post-body .richtext h4 strong, .post-wrapper .post-column .post-main .post-body .richtext h4 bold, .post-wrapper .post-column .post-main .post-body .richtext h4 b, .post-wrapper .post-column .post-main .post-body .richtext h5 strong, .post-wrapper .post-column .post-main .post-body .richtext h5 bold, .post-wrapper .post-column .post-main .post-body .richtext h5 b {
          color: inherit !important; }
      .post-wrapper .post-column .post-main .post-body .richtext .alignright {
        float: right;
        margin: 0.5em 0 0.5em 1em; }
      .post-wrapper .post-column .post-main .post-body .richtext .alignleft {
        float: left;
        margin: 0.5em 1em 0.5em 0; }
      .post-wrapper .post-column .post-main .post-body .richtext .aligncenter {
        display: block;
        margin-left: auto;
        margin-right: auto; }
    .post-wrapper .post-column .post-main .signature {
      margin-top: 2rem; }
      .post-wrapper .post-column .post-main .signature img {
        width: 100%; }
    .post-wrapper .post-column .post-main .sharing-buttons {
      margin-top: 1.3rem; }
    .post-wrapper .post-column .post-main .post-form {
      margin-top: 5rem; }
      .post-wrapper .post-column .post-main .post-form .inner {
        background-color: #f3f3f3;
        padding: 2rem 3rem; }
        .post-wrapper .post-column .post-main .post-form .inner .submit-area {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
          margin-top: 3rem; }
  .post-wrapper .related-column {
    margin-top: 4rem; }
    .post-wrapper .related-column .related {
      margin-top: 4rem; }
    .post-wrapper .related-column .post-preview {
      margin-top: 3rem; }

.post-preview {
  margin-bottom: 5rem; }
  .post-preview .inner {
    position: relative; }
    .post-preview .inner .image {
      overflow: hidden;
      height: 45rem; }
      .post-preview .inner .image img {
        height: 100%;
        max-width: 100%;
        width: auto;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center; }
    .post-preview .inner .content {
      padding: 20px 20px 40px 20px;
      background: #f3f3f3;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 90%; }
      .post-preview .inner .content .date {
        font-family: open-sans-italic;
        font-size: 14px;
        text-transform: uppercase;
        font-style: italic; }
    .post-preview .inner .anchor {
      padding: 1rem 1.5rem;
      position: absolute;
      bottom: -1rem;
      right: -1.5rem;
      background: #08183d;
      font-size: 1.6rem;
      display: block;
      color: white;
      font-family: playfair-regular; }
      .post-preview .inner .anchor img {
        margin-left: 1.5rem; }

.newsletter .inner {
  background-color: #f3f3f3;
  padding: 2.5rem 2.5rem; }

footer {
  padding: 2rem 0;
  background-color: #fefefe; }
  footer .row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    footer .row > div {
      margin-bottom: 1.4rem; }
  footer p, footer a {
    font-size: 1.2rem;
    font-family: open-sans-regular;
    color: #C9C9C9; }

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .socials a {
    margin-right: 1rem; }
    .socials a img {
      width: 3rem; }

div.wpforms-container-full .wpforms-form input.wpforms-field-medium,
div.wpforms-container-full .wpforms-form select.wpforms-field-medium,
div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
  width: 100% !important;
  max-width: 100% !important; }

.wpforms-submit-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .wpforms-submit-container .wpforms-submit {
    padding: 8px 50px;
    width: auto !important;
    float: right;
    background: #08183d !important;
    font-family: "open_sansregular" !important;
    font-weight: 300;
    font-size: 16px !important;
    line-height: 22px;
    border: 0;
    border-radius: 0;
    color: #F3F3F3 !important; }

.img-container img {
  width: 100% !important;
  height: auto; }

.project-template .richtext ul {
  padding-left: 0px; }
  .project-template .richtext ul li {
    padding-left: 0rem; }
.project-template .richtext bold, .project-template .richtext strong, .project-template .richtext b {
  font-family: playfair-bold; }
.project-template .map .richtext ul li {
  padding-left: 3rem; }

.pagination .page-item {
  background: white;
  font-size: 1.6rem;
  color: #08183d;
  -webkit-transition-duration: .5s;
          transition-duration: .5s; }
  .pagination .page-item a {
    color: inherit !important;
    background-color: inherit !important;
    border: 0 !important;
    -webkit-transition-duration: inherit;
            transition-duration: inherit; }
  .pagination .page-item.active, .pagination .page-item:hover {
    background: #08183d;
    color: white; }

.lg-actions .lg-next,
.lg-actions .lg-prev {
  color: #999;
  position: absolute;
  width: 5rem;
  height: 5rem; }
.lg-actions .lg-next:before {
  content: "˲" !important;
  font-size: 6rem;
  line-height: 0;
  color: #999; }
.lg-actions .lg-prev:after {
  content: "˱" !important;
  font-size: 6rem;
  line-height: 0;
  color: #999; }

.wpforms-confirmation-container-full p:last-of-type,
div[submit-success] > .wpforms-confirmation-container-full p:last-of-type {
  font-size: 2rem;
  font-family: open-sans-italic ,sans-serif;
  margin: 0; }

@media (max-width: 767px) {
  .button-menu {
    width: 25px;
    z-index: 3;
    position: relative;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%); }
    .button-menu.activated:after {
      transform: translateY(-7px) rotate(-45deg);
      -webkit-transform: translateY(-7px) rotate(-45deg);
      background-color: white;
      width: 28px; }
    .button-menu.activated:before {
      -webkit-box-shadow: 0 0 0 #000000 !important;
              box-shadow: 0 0 0 #000000 !important;
      transform: translateY(9px) rotate(45deg);
      -webkit-transform: translateY(9px) rotate(45deg);
      width: 28px;
      background-color: white; }
    .button-menu:before {
      background-color: #000000;
      content: '';
      display: block;
      height: 3px;
      -webkit-box-shadow: 0 8px 0 #000000;
              box-shadow: 0 8px 0 #000000;
      margin-bottom: 13px;
      transition: all 500ms ease-in-out;
      -webkit-transition: all 500ms ease-in-out; }
    .button-menu:after {
      background-color: #000000;
      content: '';
      display: block;
      height: 3px;
      -webkit-transition: all 500ms ease-in-out; }

  .container-fluid {
    padding-left: 0;
    padding-right: 0; }

  /*
  	Navbar
  	TODO: No se ha cambiado casi nada de los estilos.;
  */
  div.navigation-container {
    background-color: white;
    position: fixed;
    top: 0;
    z-index: 3;
    width: 100%;
    padding: 1rem 2rem; }
    div.navigation-container .main-row {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    div.navigation-container .brand {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      div.navigation-container .brand img {
        max-width: 100%; }
    div.navigation-container .menu-container {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0;
      -webkit-transition-duration: 1s;
              transition-duration: 1s;
      -webkit-transition-property: opacity;
      transition-property: opacity;
      background-color: #0000008f;
      max-width: 100%;
      width: 100%;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      div.navigation-container .menu-container.activated {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        opacity: 1; }
      div.navigation-container .menu-container .navigation ul.menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        margin-bottom: 0px;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        div.navigation-container .menu-container .navigation ul.menu li.menu-item {
          list-style: none; }
      div.navigation-container .menu-container .navigation .menu-link,
      div.navigation-container .menu-container .navigation li.menu-item {
        font-size: 4rem;
        text-transform: uppercase;
        display: block;
        font-family: open-sans-regular;
        text-align: center;
        color: white;
        padding: 0rem 2rem; }
        div.navigation-container .menu-container .navigation .menu-link:hover a,
        div.navigation-container .menu-container .navigation .menu-link a:hover,
        div.navigation-container .menu-container .navigation li.menu-item:hover a,
        div.navigation-container .menu-container .navigation li.menu-item a:hover {
          cursor: pointer;
          text-decoration: none !important; }
        div.navigation-container .menu-container .navigation .menu-link a,
        div.navigation-container .menu-container .navigation li.menu-item a {
          font-family: inherit;
          font-size: inherit;
          color: inherit !important; }
      div.navigation-container .menu-container .navigation .with-dropdown {
        position: relative;
        overflow: visible; }
        div.navigation-container .menu-container .navigation .with-dropdown .dropdown-nav,
        div.navigation-container .menu-container .navigation .with-dropdown .sub-menu {
          position: relative;
          left: 0;
          bottom: auto;
          background-color: transparent;
          max-height: 100%;
          overflow: hidden;
          -webkit-transition-property: max-height;
          transition-property: max-height;
          -webkit-transition-duration: 0.5s;
                  transition-duration: 0.5s;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          padding: 0rem; }
          div.navigation-container .menu-container .navigation .with-dropdown .dropdown-nav .dropdown-link,
          div.navigation-container .menu-container .navigation .with-dropdown .sub-menu .dropdown-link {
            margin-bottom: 0.7rem;
            text-align: center;
            font-size: 2.8rem;
            text-transform: uppercase;
            color: white;
            font-family: open-sans-regular;
            padding-left: 1rem;
            padding-right: 1rem; }
            div.navigation-container .menu-container .navigation .with-dropdown .dropdown-nav .dropdown-link:hover,
            div.navigation-container .menu-container .navigation .with-dropdown .sub-menu .dropdown-link:hover {
              cursor: pointer;
              text-decoration: none; }
            div.navigation-container .menu-container .navigation .with-dropdown .dropdown-nav .dropdown-link:first-child,
            div.navigation-container .menu-container .navigation .with-dropdown .sub-menu .dropdown-link:first-child {
              padding-top: 1rem; }
            div.navigation-container .menu-container .navigation .with-dropdown .dropdown-nav .dropdown-link:last-child,
            div.navigation-container .menu-container .navigation .with-dropdown .sub-menu .dropdown-link:last-child {
              padding-bottom: 1rem; }
            div.navigation-container .menu-container .navigation .with-dropdown .dropdown-nav .dropdown-link a,
            div.navigation-container .menu-container .navigation .with-dropdown .sub-menu .dropdown-link a {
              font-family: inherit;
              font-size: inherit;
              color: inherit !important; }
        div.navigation-container .menu-container .navigation .with-dropdown:hover .dropdown-nav,
        div.navigation-container .menu-container .navigation .with-dropdown:hover .sub-menu {
          max-height: 20rem; }

  section.banner.type-3 {
    padding: 0rem 0 0 0; }

  .sub-menu {
    position: relative !important;
    height: auto !important;
    left: auto !important;
    top: auto !important;
    bottom: auto !important;
    right: auto !important;
    background: transparent !important;
    max-height: 25rem !important; }
    .sub-menu .menu-item {
      color: white !important;
      font-size: 2.5rem !important;
      text-transform: uppercase;
      display: block;
      font-family: open-sans-regular; } }
@media screen and (min-width: 768px) {
  .title {
    line-height: 50px;
    font-size: 4rem; }
    .title.small {
      font-size: 3.5rem;
      line-height: 4rem; }
    .title.smaller {
      font-size: 2.7rem;
      line-height: 3rem; }

  .pointer:before {
    height: 0.2rem;
    width: 80%;
    bottom: -1.5rem;
    left: -50%; }
  .pointer:after {
    width: 1rem;
    height: 1rem;
    bottom: -1.9rem;
    left: -50%;
    border-radius: 50%; }
  .pointer.drag:before {
    left: -2%; }
  .pointer.drag:after {
    left: -2%; }
  .pointer.right-pointer:before {
    right: -50%; }
  .pointer.right-pointer:after {
    right: -50%; }
  .pointer.right-pointer.shorter:before {
    width: 60%;
    right: -35%; }
  .pointer.right-pointer.shorter:after {
    right: -35%; }
  .pointer.right-pointer.dragged:before {
    right: -2%; }
  .pointer.right-pointer.dragged:after {
    right: -2%; }
  .pointer.right-pointer.large:before {
    width: 140%;
    right: -95%; }
  .pointer.right-pointer.large:after {
    right: -95%; }

  	/*
  	Estilos genericos de banner, se usan en todos lados.
  */
  section.banner {
    position: relative; }
    section.banner .overlay {
      z-index: 1;
      overflow: hidden;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      section.banner .overlay .container-fluid {
        padding: 0;
        height: 100%; }
      section.banner .overlay .image-block {
        padding: 0;
        height: 100%; }
        section.banner .overlay .image-block img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: 50% 50%;
             object-position: 50% 50%; }
    section.banner .content {
      z-index: 2;
      position: relative; }
      section.banner .content .fixed-col {
        max-width: 60rem;
        margin-right: 6rem; }
      section.banner .content .banner-text-block {
        position: relative; }
        section.banner .content .banner-text-block .inner {
          background-color: white;
          padding: 2.5rem 3.5rem; }
          section.banner .content .banner-text-block .inner .richtext {
            padding-left: 2.9rem;
            margin-top: 3rem; }
    section.banner.type-1 {
      padding: 12rem 0 0 0; }
      section.banner.type-1 .content .banner-text-block {
        bottom: -2rem; }
    section.banner.type-2 {
      margin: 12rem 0 10rem 0;
      padding: 0 0 8rem 0; }
      section.banner.type-2 .content .banner-text-block .inner {
        padding: 2.5rem 0rem;
        background-color: transparent; }
        section.banner.type-2 .content .banner-text-block .inner .divider {
          margin-top: 5.5rem; }
      section.banner.type-2:before {
        content: '';
        position: absolute;
        display: block;
        top: 15%;
        height: 60%;
        left: 0;
        right: 0;
        background-color: white; }
    section.banner.type-3 {
      padding: 24rem 0 0 0; }
      section.banner.type-3 .content .banner-text-block {
        bottom: -2rem;
        background-color: transparent; }
        section.banner.type-3 .content .banner-text-block .inner {
          position: relative;
          padding: 12rem 4rem 5rem 4rem; }
          section.banner.type-3 .content .banner-text-block .inner .brand {
            position: absolute;
            top: -10rem;
            right: 5rem;
            width: 70%;
            left: unset; }
            section.banner.type-3 .content .banner-text-block .inner .brand img {
              width: 60% !important;
              margin-left: 20%; }
      section.banner.type-3:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 20%;
        display: block;
        background-color: #08183d; }
    section.banner.type-4 {
      padding: 12rem 0 13rem 0; }
      section.banner.type-4 .content .fixed-col {
        max-width: 60rem; }
      section.banner.type-4 .content .banner-text-block {
        bottom: -2rem; }
      section.banner.type-4:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 20%;
        display: block;
        background-color: #08183d; }

  section.projects-listing {
    padding: 5.5rem 0 5.8rem 0; }
    section.projects-listing .projects-container {
      margin-top: 8rem; }
      section.projects-listing .projects-container .project-preview {
        margin-bottom: 0; }
        section.projects-listing .projects-container .project-preview .inner {
          position: relative; }
          section.projects-listing .projects-container .project-preview .inner .image img {
            width: 100%;
            height: auto; }
          section.projects-listing .projects-container .project-preview .inner .project-brand {
            position: absolute;
            bottom: -2rem;
            right: -1rem;
            padding: 3rem;
            background-color: #f3f3f3; }
            section.projects-listing .projects-container .project-preview .inner .project-brand img {
              max-height: 8rem;
              width: auto !important; }
            section.projects-listing .projects-container .project-preview .inner .project-brand .project-link {
              position: absolute;
              bottom: -1.5rem;
              right: -0.6rem;
              background-color: #08183d;
              padding: 0.8rem 0.7rem;
              font-size: 1.6rem;
              z-index: 2;
              color: white;
              font-family: open-sans-regular; }
              section.projects-listing .projects-container .project-preview .inner .project-brand .project-link img {
                margin-left: 1rem; }
        section.projects-listing .projects-container .project-preview:nth-child(odd) {
          margin-top: 6rem; }

  section.contact {
    padding: 5rem 0; }
    section.contact .description .richtext {
      padding-left: 3rem;
      margin-top: 3rem; }
    section.contact .form-area {
      margin-top: 0; }
      section.contact .form-area .form-inner {
        padding: 2.5rem; }
    section.contact:before {
      bottom: 0;
      height: 35%;
      left: 0;
      right: 0; }

  .project-details {
    background-color: white;
    padding: 0 0 10rem 0;
    margin-top: 22rem;
    position: relative; }
    .project-details .main-title-container {
      left: 0;
      top: -10rem; }

  .attributes {
    background-color: #f3f3f3;
    padding: 7rem 0 7rem 0;
    position: relative; }
    .attributes .main-title-container {
      left: 0;
      top: -13rem; }
    .attributes .attributes-row .attribute {
      margin-bottom: 6rem; }
      .attributes .attributes-row .attribute .inner .image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .attributes .attributes-row .attribute .inner .content {
        margin-top: 1.5rem; }
        .attributes .attributes-row .attribute .inner .content p {
          text-align: center;
          max-width: 80%;
          margin: auto; }

  section.map {
    position: relative; }
    section.map iframe {
      height: 100vh; }
    section.map .overlay {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      section.map .overlay .map-text .inner {
        padding: 3rem 4rem 3rem 4rem;
        background-color: white; }
        section.map .overlay .map-text .inner .richtext {
          padding-left: 3rem;
          margin-top: 4rem; }

  section.models {
    padding: 6rem 0;
    background-color: white;
    position: relative; }
    section.models .models-intro-row {
      margin-top: 6rem; }
      section.models .models-intro-row .spacing {
        padding-left: 3rem; }
    section.models .models-list {
      margin-top: 8rem;
      margin-bottom: 8rem; }
      section.models .models-list .model-preview {
        position: relative;
        margin-bottom: 0; }
        section.models .models-list .model-preview .inner .image img {
          max-width: 100%; }
        section.models .models-list .model-preview .inner .image .item {
          display: none; }
        section.models .models-list .model-preview .inner .image .item:nth-child(1) {
          display: block; }
        section.models .models-list .model-preview .inner .content {
          position: absolute;
          background-color: white;
          bottom: -1rem;
          left: 1.5rem;
          width: 80%;
          padding: 1.5rem 2.5rem; }
          section.models .models-list .model-preview .inner .content .price-tag {
            position: absolute;
            right: -1.5rem;
            bottom: -2rem;
            padding: 1.3rem 4rem;
            background-color: #08183d;
            color: white;
            font-size: 1.6rem;
            font-family: open-sans-regular; }
        section.models .models-list .model-preview .inner .gallery-icon {
          position: absolute;
          top: 0;
          right: 1.5rem;
          padding: 1rem;
          background-color: #08183d; }
          section.models .models-list .model-preview .inner .gallery-icon img {
            width: 2rem; }
    section.models:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      height: 40%;
      width: 100%;
      background: #f3f3f3;
      z-index: 0; }

  footer {
    padding: 2rem 0; }
    footer .row {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      footer .row > div {
        margin-bottom: 0; }
    footer p, footer a {
      font-size: 1.2rem;
      font-family: open-sans-regular;
      color: #C9C9C9; } }
@media screen and (min-width: 1024px) {
  body, html {
    font-size: 10px; } }
