@charset "UTF-8";

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

@media (min-width: 1600px) {
  .container {
    width: 1440px !important;
  }
}

/* @import "~bootstrap-sass/assets/stylesheets/bootstrap/normalize"; */

/* @import "~bootstrap-sass/assets/stylesheets/bootstrap/print"; */

/* @import "~bootstrap-sass/assets/stylesheets/bootstrap/glyphicons"; */

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container:before,
.container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid:before,
.container-fluid:after {
  display: table;
  content: " ";
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-8 {
  width: 66.66666667%;
}

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

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-11 {
  width: 91.66666667%;
}

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

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

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

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

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

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

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

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

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

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

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

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

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

  .col-lg-6 {
    width: 50%;
  }

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

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

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

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

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

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

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

/* fonts */

/* media queries */

@media (max-width: 800px) {
  .hidden {
    display: none;
  }
}

.onlyDesk {
  display: none;
}

@media only screen and (min-width: 992px) {
  .onlyDesk {
    display: block;
  }
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-pets:before {
  content: "\E900";
}

.icon-home:before {
  content: "\E901";
}

.icon-home2:before {
  content: "\E902";
}

.icon-home3:before {
  content: "\E903";
}

.icon-office:before {
  content: "\E904";
}

.icon-drawer2:before {
  content: "\E95D";
}

.icon-gift:before {
  content: "\E99F";
}

.icon-man-woman:before {
  content: "\E9DE";
}

.icon-cross:before {
  content: "\EA0F";
}

.icon-play2:before {
  content: "\EA15";
}

.icon-facebook2:before {
  content: "\EA91";
}

.icon-instagram:before {
  content: "\EA92";
}

.icon-long-arrow-right:before {
  content: "\F178";
}

.icon-long-arrow-left:before {
  content: "\F177";
}

@font-face {
  font-family: "oakes-regular";
  src: url(/fonts/oakes-regular.woff?74125baf9780af76db509850a18caf36) format("woff");
}

@font-face {
  font-family: "oakes-bold";
  src: url(/fonts/oakes-bold.woff?89df4cf265b39b7cbf67d26f3a525908) format("woff");
}

@font-face {
  font-family: "oakes-semiBold";
  src: url(/fonts/oakes-semiBold.woff?5afb586474010c5ba1d5c0bf66bb161b) format("woff");
}

@font-face {
  font-family: "oakes-italic";
  src: url(/fonts/oakes-italic.woff?940772e8adf15ea3a9f3f5245f5f84b1) format("woff");
}

@font-face {
  font-family: "oakes-medium";
  src: url(/fonts/oakes-medium.woff?21ec13dab1f36331f625ef18384cc139) format("woff");
}

@font-face {
  font-family: "oakes-light";
  src: url(/fonts/oakes-light.woff?f5a29bc23ac780dea75b09cfe2730960) format("woff");
}

@font-face {
  font-family: "icomoon";
  src: url(/fonts/icons.woff?68c709b40ef8edef9664ee21f5f2827b) format("woff");
}

@font-face {
  font-family: "Heading Compressed Pro";
  src: url(/fonts/HeadingCompressedPro-Bold.woff?af1d4b27d63c513bb5df66e2af359408) format("woff");
}

html {
  min-height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-font-smoothing: antialiased;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  -webkit-user-select: inherit;
     -moz-user-select: inherit;
      -ms-user-select: inherit;
          user-select: inherit;
  -webkit-font-smoothing: inherit;
}

body {
  margin: 0;
  padding: 0;
  background-color: #e5e5e5;
  font-family: 'oakes-regular';
}

body.no-scroll {
  overflow: hidden;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  body {
    overflow-x: hidden;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "oakes-bold", sans-serif;
  color: #3e3e3e;
}

figure {
  margin: 0;
}

select {
  border-radius: unset;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
  cursor: pointer;
}

canvas {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

#main-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0;
  padding: 0;
}

.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  -webkit-transition: opacity 1500ms;
  transition: opacity 1500ms;
}

.margin-r {
  margin-bottom: 90px;
  padding: 20px 10px;
}

#alertMonto {
  position: absolute;
  bottom: -25px;
  color: #e07979;
  font-size: 12px;
  width: 100%;
  text-align: center;
  display: none;
  left: 0;
}

#alertMonto.left {
  left: 25px;
  text-align: left;
}

.inview-item {
  opacity: 0;
  -webkit-transform: translate(0px, 25px) scale(1, 0.9);
          transform: translate(0px, 25px) scale(1, 0.9);
  -webkit-transform-origin: top;
          transform-origin: top;
}

.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 16;
  background-color: #e5e5e5;
  /* transform: translate(0px, 50px); */
  display: none;
}

.modal .modal-content {
  width: 100vw;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  height: 100vh;
}

.modal .modal-content .body {
  display: block;
  position: relative;
  width: 100%;
  height: 100vh;
  max-width: 100vw;
  min-width: 300px;
}

.modal .modal-content button.close-modal {
  position: absolute;
  background-color: inherit;
  right: 0;
  top: 0;
  margin: 0;
  height: 60px;
  width: 60px;
  font-size: 30px;
  z-index: 25;
  padding: 0;
  border: 0;
}

.modal .modal-content button.close-modal svg {
  width: 30px;
  fill: #8c8c8c;
}

@media (max-width: 800px) {
  .modal .modal-content button.close-modal {
    font-size: 30px;
    width: 30px;
    height: 30px;
  }
}

#plano-modal .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#plano-modal .body img {
  width: 80%;
}

#tres-modal {
  background-color: #000000;
}

#tres-modal iframe {
  width: 100vw;
  height: 100vh;
}

#tres-modal button.close-modal svg {
  fill: #ffffff;
}

#galeria-modal {
  background-color: #000000;
}

#galeria-modal button.close-modal svg {
  fill: #ffffff;
}

#video-inicio {
  height: 100vh;
}

#planoGaleria {
  height: 460px !important;
}

.description-form-dpt {
  text-transform: uppercase;
}

.slider-info-inview-item {
  height: 250px;
}

/*nuevos estilos head section*/

.title-index-head-renta {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.title-index-head-renta-2 {
  margin-top: 90px;
}

/*nuevos estilos map section*/

.mapInfoframe {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mapInfoframe-2 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.phone-complejo {
  margin-bottom: -10px;
}

.slider-nav-current-info {
  font-size: 10px;
}

/*nuevos estilos*/

.swiperConfiginfo {
  margin-top: 15px;
  padding: 0 20px;
}

.progressDeptSwiperInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 130px;
  -webkit-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 10px;
}

.spanSwiperInfo {
  -webkit-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fff;
  font-size: 12px;
}

.swiperPaginationInfo {
  position: relative;
  width: 90px;
  height: 4px;
  background-color: rgba(0, 0, 0, 0.1);
  margin: 0 5px;
  -webkit-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
  margin: 0 10px;
  margin-bottom: 5px;
}

.swiperPaginationInfo-2 {
  -webkit-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 12px;
}

@media (max-width: 575.98px) {
  .swiper-gallery-2 {
    margin-top: 120px;
  }
}

@media (min-width: 1600px) {
  #planoGaleria {
    height: 500px !important;
  }
}

.complejo-img-info {
  height: auto;
}

/*nuevos estilos*/

.texto-home-title h1 {
  font-family: Heading Compressed Pro,sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  text-transform: uppercase;
  color: #3e3e3e;
  margin: 0;
}

.texto-home-title h2 {
  font-family: Heading Compressed Pro,sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  text-transform: uppercase;
  color: #3e3e3e;
  margin: 0;
}

.texto-home-title p {
  font-family: oakes-light, sans-serif;
  color: #000000;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: .64px;
  text-align: left;
  margin: 0;
}

.back-new {
  background-size: cover;
  background-position: top;
  height: 110vh;
}

#section-main .form-wrap .form-search .selectdiv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  max-width: 100%;
  height: 75px;
  float: right;
  margin: 5px 0;
  padding: 0 20px;
  font-size: 16px;
  line-height: 1.75;
  text-align: left;
  background: transparent;
  border-style: none;
  border: 1px solid #fff;
  color: transparent;
  font-size: 14px;
  word-break: normal;
  border-radius: none;
}

#section-main .form-wrap .form-search .selectdiv label {
  position: absolute;
  left: 1.5vw;
  color: #fff;
  font-size: 16px;
  pointer-events: none;
  font-family: oakes-regular, sans-serif;
  border: unset !important;
}

header .nav-list .line:nth-child(2):before {
  content: "|";
  position: absolute;
  left: 125px;
  width: 1px;
  height: 10px;
}

.nav-list-title {
  padding: 11px 32.5px !important;
  background: #2b2828ed;
  text-transform: capitalize;
  font-size: 15px;
  letter-spacing: 1.5px;
  padding: 10px 20px;
}

.submenu-navbar-d {
  text-transform: capitalize;
  font-size: 15px;
}

.submenu-navbar-drop {
  text-transform: capitalize;
  width: 138px;
  font-size: 15px;
}

.slider-setup-nav {
  margin-right: 20px;
}

.nav-bottom-b {
  -webkit-text-decoration: underline 2.5px;
          text-decoration: underline 2.5px;
}

.nav-list-title-boton {
  padding: 11px 35px;
  background: gray;
  text-transform: capitalize;
  font-size: 15px;
}

#section-head .search-desk form {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  right: inherit;
  /*margin-top: 30px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#section-head .search-desk .titulos {
  font-family: Heading Compressed Pro,sans-serif;
  margin: 0;
  padding-left: 9%;
  padding-top: 60px;
  color: #fff;
}

#deptos-more {
  background-color: #fff;
}

#deptos-more .slider-deptos p {
  margin: 0;
}

#deptos-more .slider-deptos h2 {
  margin: 0;
}

#deptos-more .slider-deptos a {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  border: 1px #333132 solid;
}

#deptos-more .slider-deptos a:hover {
  color: #fff;
  background-color: #333132;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  border: none;
}

#deptos-more .tamano-total {
  height: 450px;
}

#deptos-more .slider-deptos {
  margin-top: 25px;
  height: 300px;
  background-size: contain;
  width: 360px;
  background-repeat: no-repeat;
  background-position: center center;
}

#deptos-more {
  height: 600px;
}

#deptos-more .arrows {
  position: absolute;
  z-index: 11;
  top: 80px;
  width: 230px;
  right: 10px;
}

@media only screen and (min-width: 320px) and (max-width: 667px) {
  #deptos-more .arrows {
    right: 0;
    bottom: 355px;
    width: 100%;
  }
}

#deptos-more .arrows line {
  stroke: #000;
  stroke-width: 1;
  z-index: 100;
}

@media only screen and (min-width: 320px) and (max-width: 667px) {
  #deptos-more .arrows line {
    right: 0;
    bottom: 355px;
    width: 100%;
  }
}

#deptos-more .arrows .arrows-volado-next-dos {
  position: absolute;
  right: 22px;
  top: -3.3px;
}

@media only screen and (min-width: 320px) and (max-width: 667px) {
  #deptos-more .arrows .arrows-volado-next-dos {
    top: -2.3px;
  }
}

#deptos-more .arrows .arrows-volado-prev-dos {
  position: absolute;
  right: 6px;
  top: -3.3px;
}

@media only screen and (min-width: 320px) and (max-width: 667px) {
  #deptos-more .arrows .arrows-volado-prev-dos {
    top: -2.3px;
  }
}

#deptos-more .arrows .swiper-pagination {
  color: #fff;
  padding: 0;
  font-family: "oakes-regular", sans-serif;
  bottom: 27px;
  right: -175px;
  width: auto;
}

@media only screen and (min-width: 320px) and (max-width: 667px) {
  #deptos-more .arrows .swiper-pagination {
    right: unset;
    left: 20px;
    bottom: -15px;
    font-size: 14;
  }
}

#deptos-more .arrows .swiper-button-prev,
#deptos-more .arrows .swiper-button-next {
  color: #000 !important;
  border: 1px solid !important;
  height: 36px !important;
  width: 50px !important;
  background-image: none !important;
}

#deptos-more .arrows .swiper-button-prev::after,
#deptos-more .arrows .swiper-button-next::after {
  font-size: 10px !important;
}

@media only screen and (min-width: 992px) {
  #deptos-more .arrows .swiper-button-prev:hover,
  #deptos-more .arrows .swiper-button-next:hover {
    background-color: #333132;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    color: #ffffff !important;
  }
}

@media only screen and (min-width: 320px) and (max-width: 667px) {
  #deptos-more .arrows .swiper-button-prev,
  #deptos-more .arrows .swiper-button-next {
    border: none !important;
    outline: none;
    right: 0px;
  }

  #deptos-more .arrows .swiper-button-prev::after,
  #deptos-more .arrows .swiper-button-next::after {
    font-size: 18px !important;
  }
}

#deptos-more .arrows .swiper-button-prev {
  right: 60px;
  left: inherit !important;
}

@media only screen and (min-width: 320px) and (max-width: 667px) {
  #deptos-more .arrows .swiper-button-prev {
    right: 50px;
  }
}

#deptos-more .mySwiper {
  height: 600px;
}

#deptos-more .slider-description {
  position: relative;
}

#deptos-more .slider-description .titulos-des {
  font-family: Heading Compressed Pro,sans-serif;
  color: #333132;
  text-align: left;
  font-size: 25px;
}

#deptos-more .slider-description h2 {
  font-family: Heading Compressed Pro,sans-serif;
  color: #333132;
  text-align: left;
  font-size: 25px;
}

#deptos-more .slider-description .titulos-des:after {
  content: "";
  display: block;
  width: 25px;
  height: 1px;
  background-color: rgba(51, 49, 50, 0.5);
  margin: auto;
  margin-top: 10px;
}

#deptos-more .slider-description a {
  text-align: left;
}

#deptos-more .slider-description p {
  color: #333132;
  text-align: left;
  font-size: 12px;
}

#deptos-more .slider-tipo {
  text-align: left;
  position: relative;
  top: -330px;
  color: #333132;
}

#deptos-more .slider-tipo h2 {
  font-size: 20px;
  font-family: oakes-light,sans-serif;
}

#deptos-more .slider-tipo:after {
  content: "";
  display: block;
  width: 25px;
  height: 1px;
  background-color: rgba(51, 49, 50, 0.5);
  margin: 0;
  margin-top: 10px;
}

#detalle .dscrTowerDpt {
  padding-top: 100px;
  padding-left: 10px;
  padding-right: 50px;
}

#detalle .dscrTowerDpt h1 {
  margin: 0;
  font-size: 35px;
  padding-top: 14px;
  text-transform: uppercase;
}

#detalle .dscrTowerDpt .sub-title {
  color: #61b3ff;
}

#detalle .dscrTowerDpt p {
  margin: 0;
  padding-top: 14px;
  width: 70%;
  font-size: 18px;
}

.mapas {
  width: 600px !important;
  height: 400px !important;
}

#ubicacion {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
}

#ubicacion .mapas {
  width: 600px !important;
  height: 400px !important;
}

#ubicacion .ubicacion-descrip {
  padding-top: 60px;
}

#ubicacion .ubicacion-descrip h1 {
  margin: 0;
  font-size: 40px;
  padding-top: 14px;
  text-transform: uppercase;
}

#ubicacion .ubicacion-descrip .sub-title {
  color: #61b3ff;
}

#ubicacion .ubicacion-descrip p {
  margin: 0;
  padding-top: 14px;
  width: 70%;
  font-size: 18px;
}

@media only screen and (min-width: 320px) and (max-width: 667px) {
  #ubicacion .ubicacion-descrip p {
    line-height: auto;
  }
}

#ubicacion h2 {
  font-family: Heading Compressed Pro,sans-serif;
  color: #383838;
  font-size: 75px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

@media only screen and (min-width: 320px) and (max-width: 667px) {
  #ubicacion h2 {
    font-size: 30px;
    line-height: auto;
  }
}

#ubicacion p {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  line-height: 20px;
  color: #5b5b5b;
}

@media only screen and (min-width: 320px) and (max-width: 667px) {
  #ubicacion p {
    line-height: auto;
  }
}

#ubicacion .span-letras {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  text-align: left;
}

#ubicacion .boton {
  text-transform: uppercase;
  font-weight: 800;
  color: #000;
}

#ubicacion .boton:after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 1px;
  margin-left: 10px;
  background-color: rgba(0, 0, 0, 0.5);
}

#seccion-recomendaciones .slider-description a {
  text-align: left;
}

#seccion-recomendaciones .slider-description p {
  font-family: oakes-light,sans-serif;
  text-align: left;
  margin: 0;
  padding-top: 0px;
  width: 80%;
  font-size: 16px;
  line-height: 20px;
}

#seccion-recomendaciones .slider-description p strong {
  color: #3e3e3e;
}

#seccion-recomendaciones .slider-description .titulos-des {
  font-family: Heading Compressed Pro,sans-serif;
  text-align: left;
  margin: 0;
  font-size: 25px;
  text-transform: uppercase;
  padding-bottom: 10px;
  padding-top: 15px;
  color: #3e3e3e;
  line-height: 15px;
}

#seccion-recomendaciones .slider-description .titulos-des:after {
  content: "";
  display: block;
  width: 25px;
  height: 1px;
  background-color: rgba(51, 49, 50, 0.5);
  margin: 0;
  margin-top: 10px;
}

#seccion-recomendaciones .textos-home-departamentos {
  padding-bottom: 50px;
  font-family: oakes-light,sans-serif;
}

#seccion-recomendaciones .arrows {
  position: absolute;
  z-index: 11;
  top: -75px;
  width: 230px;
  right: 10px;
}

@media only screen and (min-width: 320px) and (max-width: 667px) {
  #seccion-recomendaciones .arrows {
    right: 0;
    bottom: 355px;
    width: 100%;
    display: none;
  }
}

#seccion-recomendaciones .arrows line {
  stroke: #000;
  stroke-width: 1;
  z-index: 100;
}

@media only screen and (min-width: 320px) and (max-width: 667px) {
  #seccion-recomendaciones .arrows line {
    right: 0;
    bottom: 355px;
    width: 100%;
  }
}

#seccion-recomendaciones .arrows .arrows-volado-next-dos {
  position: absolute;
  right: 22px;
  top: -3.3px;
}

@media only screen and (min-width: 320px) and (max-width: 667px) {
  #seccion-recomendaciones .arrows .arrows-volado-next-dos {
    top: -2.3px;
  }
}

#seccion-recomendaciones .arrows .arrows-volado-prev-dos {
  position: absolute;
  right: 6px;
  top: -3.3px;
}

@media only screen and (min-width: 320px) and (max-width: 667px) {
  #seccion-recomendaciones .arrows .arrows-volado-prev-dos {
    top: -2.3px;
  }
}

#seccion-recomendaciones .arrows .swiper-pagination {
  color: #fff;
  padding: 0;
  font-family: "oakes-regular", sans-serif;
  bottom: 27px;
  right: -175px;
  width: auto;
}

@media only screen and (min-width: 320px) and (max-width: 667px) {
  #seccion-recomendaciones .arrows .swiper-pagination {
    right: unset;
    left: 20px;
    bottom: -15px;
    font-size: 14;
  }
}

#seccion-recomendaciones .arrows .swiper-button-prev,
#seccion-recomendaciones .arrows .swiper-button-next {
  color: #000 !important;
  border: 1px solid !important;
  height: 36px !important;
  width: 50px !important;
  background-image: none !important;
}

#seccion-recomendaciones .arrows .swiper-button-prev::after,
#seccion-recomendaciones .arrows .swiper-button-next::after {
  font-size: 10px !important;
}

@media only screen and (min-width: 992px) {
  #seccion-recomendaciones .arrows .swiper-button-prev:hover,
  #seccion-recomendaciones .arrows .swiper-button-next:hover {
    background-color: #333132;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    color: #ffffff !important;
  }
}

@media only screen and (min-width: 320px) and (max-width: 667px) {
  #seccion-recomendaciones .arrows .swiper-button-prev,
  #seccion-recomendaciones .arrows .swiper-button-next {
    border: none !important;
    outline: none;
    right: 0px;
  }

  #seccion-recomendaciones .arrows .swiper-button-prev::after,
  #seccion-recomendaciones .arrows .swiper-button-next::after {
    font-size: 18px !important;
  }
}

#seccion-recomendaciones .arrows .swiper-button-prev {
  right: 60px;
  left: inherit !important;
}

@media only screen and (min-width: 320px) and (max-width: 667px) {
  #seccion-recomendaciones .arrows .swiper-button-prev {
    right: 50px;
  }
}

#contenido-deptos {
  padding-top: 30px;
}

#contenido-deptos .tamano-total {
  height: 500px;
}

#contenido-deptos .slider-deptos {
  margin-top: 25px;
  height: 350px;
  width: 450px;
  background-size: cover;
  margin-right: 30px;
  background-repeat: no-repeat;
  background-position: center center;
}

#contenido-deptos .slider-deptos .slider-tipo {
  position: relative;
  top: -165px;
  left: -80px;
  color: #333132;
}

#contenido-deptos .slider-description a {
  text-align: left;
}

#contenido-deptos .slider-description p {
  text-align: left;
  margin: 0;
  padding-top: 0px;
  width: 60%;
  font-size: 16px;
  line-height: 25px;
}

#contenido-deptos .slider-description p strong {
  color: #3e3e3e;
}

#contenido-deptos .slider-description .titulos-des {
  font-family: Heading Compressed Pro,sans-serif;
  text-align: left;
  margin: 0;
  font-size: 25px;
  text-transform: uppercase;
  padding-bottom: 10px;
  padding-top: 15px;
  color: #3e3e3e;
}

#contenido-deptos .slider-description .titulos-des:after {
  content: "";
  display: block;
  width: 25px;
  height: 1px;
  background-color: rgba(51, 49, 50, 0.5);
  margin: 0;
  margin-top: 10px;
}

#seccion-recomendaciones {
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 70px;
  height: 750px;
}

.flechas-swipe .swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  font-size: 14px !important;
}

.flechas-swipe {
  background-image: none !important;
  color: #000 !important;
  border: 1px solid !important;
  height: 50px !important;
  width: 50px !important;
}

.estilo-flechas {
  padding-top: 100px;
}

.flechas-swipe:after {
  font-size: 10px;
}

.controls .swiper-button-next:after,
.controls .swiper-button-prev:after {
  font-size: 10px !important;
}

.sin-estilos {
  list-style: none;
  margin-left: 75px !important;
}

#video-inicio .GenericSectionHero {
  position: relative;
  display: block;
  overflow: hidden;
}

#video-inicio .GenericSectionHero-Image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#video-inicio .GenericSectionHero-DarkLayer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.25);
}

#video-inicio .GenericSectionHero-Content {
  text-align: left;
  -webkit-transition: opacity .8s ease-out;
  transition: opacity .8s ease-out;
  display: block;
  position: absolute;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  top: 53vh;
  left: 10%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 65%;
  max-width: 790px;
}

#video-inicio .GenericSectionHero-Content.extra-position {
  top: 65%;
}

#video-inicio .GenericSectionHero-Content h1 {
  font-size: 105px;
  color: #ffffff;
  line-height: normal;
  text-transform: uppercase;
  font-family: Heading Compressed Pro,sans-serif;
  font-weight: 800;
  margin: 0;
  width: 70%;
}

#video-inicio .GenericSectionHero-Content h1.tower {
  line-height: 120px;
}

#video-inicio .GenericSectionHero-Content p {
  margin: 0;
}

#video-inicio .GenericSectionHero-Content p span {
  text-transform: uppercase;
  font-family: Oakes Grotesk,sans-serif;
  font-weight: lighter;
  color: #61b3ff;
  font-size: calc(12.19512px + .7622vw);
  margin-bottom: 10px;
}

@media only screen and (min-width: 320px) and (max-width: 667px) {
  #video-inicio .GenericSectionHero-Content p span {
    font-size: 20px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 667px) {
  #video-inicio .GenericSectionHero-Content p {
    font-size: 20px;
  }
}

#video-inicio .GenericSectionHero-Content .boton-volver {
  text-transform: uppercase;
  padding-top: 5px;
  border: 1px solid #fff;
  color: #fff;
  background-color: #ffffff61;
  padding-bottom: 5px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 14px;
}

#video-inicio .GenericSectionHero-Content .boton-volver:hover {
  color: #fff;
  background-color: #333132;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  border: none;
  border: 1px solid #333132;
}

.SectionCarousel-DragHint {
  position: absolute;
  left: calc(15% + 10px);
  height: 10%;
  width: 100px;
  font-weight: 300;
  bottom: 0;
  color: rgba(255, 255, 255, 0.8);
}

.SectionCarousel-DragHint:before {
  margin-right: 10px;
  height: 100%;
  width: 1px;
  background: #fff;
  content: "";
  display: block;
  float: left;
}

.Content--highlight-off .GenericSection-Content > h1 {
  color: #61b3ff;
}

.Content--highlight-off .SectionComplexHero-Subtitle {
  color: #61b3ff;
}

.Content--highlight-off .ScheduleWidget-Title {
  color: #333132;
}

.Content--highlight-off h1 {
  color: #61b3ff;
}

.CarouselSlide {
  display: block;
  width: 100%;
  height: 100%;
}

.CarouselSlide--darken:after {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  top: 0;
}

.ResponsiveVideo {
  display: block;
  width: 100%;
  height: 100%;
}

.ResponsiveVideo-Video {
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

.ResponsiveVideo-Poster {
  position: absolute;
  top: 0;
}

.ResponsiveImage {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.ResponsiveImage img {
  width: 100%;
}

.ResponsiveImage--background {
  background-size: cover;
  background-position: 50%;
}

.ResponsiveImage--contain {
  background-size: contain;
}

.SectionComplexHero-ContentWrapper {
  display: block;
}

.SectionComplexHero-ContentWrapper h1 {
  line-height: normal;
}

.swiper-container {
  margin: 0 !important;
}

.thankyou-id {
  background-size: cover;
  background-position: center;
  padding-top: 100px;
}

.card-thankyou {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.row-id-ty {
  width: 60%;
  background-color: white;
  padding: 60px !important;
  margin: auto;
  margin: 120px 0px 120px 0px;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .row-id-ty {
    width: 80% !important;
  }

  .form-contact-id {
    background-size: cover !important;
    background-position: center !important;
  }
}

#contactos {
  padding-top: 10px;
}

@media only screen and (min-width: 992px) {
  #contactos {
    padding: 50px 0px;
    background-size: cover;
  }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  #contactos {
    padding: 15px 0 20px;
  }

  #contactos .container {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0;
    margin-right: 15px;
  }

  #contactos .container .col-md-6 {
    padding: 0;
  }

  #contactos .container .col-md-6 #maps {
    min-height: 65vh !important;
  }

  #contactos .container .col-md-6 #maps img {
    width: 100px;
  }
}

#contactos .caja-form {
  background-color: #ffffff;
  padding-bottom: 50px;
  padding-left: 100px;
  padding-right: 100px;
}

#contactos h2 {
  font-family: Heading Compressed Pro,sans-serif;
  color: #000;
  text-align: center;
  font-size: 60px;
  margin-top: 10px;
  margin-bottom: 10px;
}

#contactos .contactanos input {
  outline: none;
  font-family: oakes-light,sans-serif;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 0;
  border-bottom: 1px solid #c3c3c3;
  border-left: 0;
  border-right: 0;
}

#contactos .contactanos ::-webkit-input-placeholder {
  font-size: 14px;
}

#contactos .contactanos ::-moz-placeholder {
  font-size: 14px;
}

#contactos .contactanos ::-ms-input-placeholder {
  font-size: 14px;
}

#contactos .contactanos ::placeholder {
  font-size: 14px;
}

#contactos .contactanos .chekeds {
  height: 20px;
  position: relative;
  left: -140px;
  top: 12px;
  margin-top: 20px;
  margin-bottom: 20px;
}

#contactos .contactanos .ajuste-text {
  position: absolute;
  top: 33px;
  left: 50px;
}

#contactos .contactanos label {
  font-family: oakes-light,sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #7d7d7d;
}

#contactos .contactanos option {
  outline: none;
  font-family: oakes-light,sans-serif;
  width: 100%;
  padding: 10px;
  /* border: 0; */
  border-top: 0;
  border-bottom: 1px solid #c3c3c3;
  border-left: 0;
  border-right: 0;
  margin-bottom: 15px;
  color: #7d7d7d;
  font-size: 14px;
}

#contactos .contactanos select {
  outline: none;
  font-family: oakes-light,sans-serif;
  width: 100%;
  padding: 10px;
  /* border: 0; */
  border-top: 1px solid #c3c3c3;
  border-bottom: 1px solid #c3c3c3;
  border-left: 1px solid #c3c3c3;
  border-right: 1px solid #c3c3c3;
  margin-bottom: 15px;
  color: #000000;
  font-size: 14px;
}

#contactos .contactanos .boton-enviar {
  font-family: oakes-light,sans-serif;
  background-color: #333132;
  border: 1px solid #333132;
  padding: 15px 50px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.28;
  text-align: left;
  outline: none;
  cursor: pointer;
  color: #fff;
}

#contactos .contactanos .boton-enviar:hover {
  color: #333132;
  background-color: #ffffff;
  border: 1px solid #333132;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  border: none;
}

#detalles-deptos {
  background-color: #ffffff;
  padding-top: 50px;
  padding-bottom: 50px;
  /***********************************/
  /* Descripcion general lado derecho*/
  /***********************************/
}

#detalles-deptos .posicion-numero-uno {
  position: absolute;
  left: 11%;
  top: 95%;
  z-index: 100;
}

#detalles-deptos #planoGaleria {
  height: 500px !important;
  margin: 15px 15px;
}

#detalles-deptos .posicion-numero-dos {
  position: absolute;
  left: 36%;
  top: 95%;
  z-index: 100;
}

#detalles-deptos .posicion-barra {
  width: 19%;
  position: relative;
  left: 15%;
  top: -17px;
}

#detalles-deptos line {
  stroke: #000;
  stroke-width: 1;
  z-index: 100;
}

#detalles-deptos .arrows-volado-next-dos {
  position: absolute;
  right: 22px;
  top: -8.3px;
}

#detalles-deptos .arrows-volado-prev-dos {
  position: absolute;
  right: 6px;
  top: -8.5px;
}

#detalles-deptos .arrows {
  position: absolute;
  z-index: 11;
  width: 122px;
  left: 72%;
  bottom: 0px;
}

@media only screen and (min-width: 992px) {
  #detalles-deptos .arrows {
    right: 0px;
  }
}

#detalles-deptos .arrows .swiper-button-next {
  color: #000 !important;
  border: 1px solid !important;
  height: 25px !important;
  width: 50px !important;
}

#detalles-deptos .arrows .swiper-button-next:after {
  font-size: 10px !important;
}

#detalles-deptos .arrows .swiper-button-prev:after {
  font-size: 10px !important;
}

#detalles-deptos .arrows .swiper-button-prev {
  color: #000 !important;
  border: 1px solid !important;
  height: 25px !important;
  width: 50px !important;
  background-image: none !important;
}

#detalles-deptos .arrows .swiper-button-prev:hover {
  background-color: #333132;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

#detalles-deptos .arrows .swiper-button-next:hover {
  background-color: #333132;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

#detalles-deptos #dscrDpt {
  padding: 20px  !important;
  margin: 0;
  background-color: #ffffff;
  display: table;
  font-family: "oakes-regular", sans-serif;
  position: relative;
  padding: 30px 0px;
  width: calc(50% - 70px);
  /* lado derecho sin galerias */
  /* lado derecho con una galerias */
  /* centrar tabla */
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  #detalles-deptos #dscrDpt {
    display: block;
    height: auto !important;
    width: 100%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  #detalles-deptos #dscrDpt.snGlrs {
    display: block;
    height: auto;
  }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  #detalles-deptos #dscrDpt.soloUno {
    display: block;
    height: auto;
  }
}

#detalles-deptos #dscrDpt .centerVert {
  position: relative;
  display: block;
  /* titulo */
  /* descripciones */
  /* tabla Precios */
  /* lista descripcion */
  /* boton */
}

#detalles-deptos #dscrDpt .centerVert h1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 14px;
  text-align: left;
  color: #3e3e3e;
}

@media only screen and (min-width: 1900px) {
  #detalles-deptos #dscrDpt .centerVert h1 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  #detalles-deptos #dscrDpt .centerVert h1 {
    /*display: none;*/
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
  }
}

#detalles-deptos #dscrDpt .centerVert h2 {
  font-family: Heading Compressed Pro,sans-serif;
  color: #383838;
  font-size: 60px;
  margin: 0;
  padding: 0;
  line-height: 60px;
}

#detalles-deptos #dscrDpt .centerVert span {
  font-family: oakes-light;
  font-weight: 100;
  color: #61b3ff;
  font-size: 24px;
}

#detalles-deptos #dscrDpt .centerVert p {
  font-family: oakes-light;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.28;
  text-align: left;
  color: #5b5b5b;
  margin: 10px 0px;
  text-transform: initial;
}

@media only screen and (min-width: 1900px) {
  #detalles-deptos #dscrDpt .centerVert p {
    font-size: 18px;
  }
}

#detalles-deptos #dscrDpt .centerVert p small {
  font-size: 11px;
  padding: 0;
  margin: 0;
  display: block;
}

#detalles-deptos #dscrDpt .centerVert table {
  display: table;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  width: auto;
  margin: 20px 0px;
}

@media only screen and (min-width: 320px) and (max-width: 667px) {
  #detalles-deptos #dscrDpt .centerVert table {
    width: 100%;
    margin-top: 1px;
  }
}

#detalles-deptos #dscrDpt .centerVert td {
  border: 1px solid #000;
  text-align: center;
  padding: 5px 25px;
  margin: 0;
  font-size: 12px;
  text-transform: uppercase;
  color: #000000;
  font-weight: 300;
  /* precio descuento */
}

@media only screen and (min-width: 1900px) {
  #detalles-deptos #dscrDpt .centerVert td {
    font-size: 16px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1230px) {
  #detalles-deptos #dscrDpt .centerVert td {
    padding: 10px 15px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 667px) {
  #detalles-deptos #dscrDpt .centerVert td {
    display: block;
    position: relative;
  }

  #detalles-deptos #dscrDpt .centerVert td:nth-child(2) {
    top: -2px;
  }

  #detalles-deptos #dscrDpt .centerVert td:nth-child(3) {
    top: -4px;
  }

  #detalles-deptos #dscrDpt .centerVert td:nth-child(4) {
    top: -5px;
  }
}

#detalles-deptos #dscrDpt .centerVert td strong {
  font-weight: bold;
  color: #222222;
}

#detalles-deptos #dscrDpt .centerVert td span {
  font-family: oakes-light;
  font-size: 14px;
  font-weight: 400;
  color: #787878;
  padding-left: 5px;
}

#detalles-deptos #dscrDpt .centerVert td span i {
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 0px;
}

#detalles-deptos #dscrDpt .centerVert td span i svg {
  fill: #e07979;
}

#detalles-deptos #dscrDpt .centerVert ul {
  list-style: none;
  font-size: 16px;
  line-height: 1.33;
  letter-spacing: 0.72px;
  text-align: left;
  color: #959595;
  font-weight: normal;
  padding: 0;
}

@media only screen and (min-width: 1900px) {
  #detalles-deptos #dscrDpt .centerVert ul {
    font-size: 18px;
  }
}

#detalles-deptos #dscrDpt .centerVert ul li {
  padding-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#detalles-deptos #dscrDpt .centerVert ul li strong {
  font-weight: 600;
  color: #000;
  font-size: 14px;
}

#detalles-deptos #dscrDpt .centerVert ul li span {
  font-family: oakes-light;
  font-size: 14px;
  font-weight: 400;
  color: #5b5b5b;
  padding-left: 5px;
}

#detalles-deptos #dscrDpt .centerVert ul li i {
  display: inline-block;
  width: 38px;
  height: 38px;
  padding: 2px;
  margin-right: 10px;
}

#detalles-deptos #dscrDpt .centerVert ul li i svg {
  fill: #707070;
  position: relative;
}

#detalles-deptos #dscrDpt .centerVert .ncl.btn-white {
  padding: 10px 20px;
  width: 200px;
}

#detalles-deptos .imagen-dinamica {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.swiper-button-next-menu,
.swiper-button-prev-menu {
  border: 1px solid !important;
  height: 40px !important;
  width: 40px !important;
}

.swiper-button-prev-menu {
  position: absolute;
  bottom: 100px;
  left: 45px;
  z-index: 1;
}

.swiper-button-prev-menu::before {
  content: '<';
  position: absolute;
  background-position: center;
  padding: 8px;
}

.swiper-button-next-menu {
  position: absolute;
  bottom: 100px;
  left: 110px;
  z-index: 1;
}

.swiper-button-next-menu::before {
  content: '>';
  position: absolute;
  background-position: center;
  padding: 8px;
}

.swiper-pagination-menu {
  position: absolute;
  z-index: 1;
  top: 80px;
  padding-left: 40px;
  font-size: 22px;
  font-weight: 700;
  width: auto;
  height: 35px;
}

.swiper-pagination-menu .swiper-pagination-current {
  font-size: 26px;
}

.swiper-button-next-menu,
.swiper-container-rtl .swiper-button-prev-menu {
  color: #000 !important;
}

.swiper-button-prev-menu,
.swiper-container-rtl .swiper-button-next-menu {
  color: #000 !important;
}

.sidenav {
  position: absolute;
  top: 80%;
  right: 10px;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  -webkit-transform: rotate(-90deg) translate(100%, -100%);
  transform: rotate(-90deg) translate(100%, -100%);
  font-size: 22px;
  color: #000;
  z-index: 1;
}

.close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 25px;
  margin: 22px 23px;
}

.close .close-menu {
  background-color: transparent;
  border: none;
  color: #000;
  padding: 0;
}

.close .close-menu svg {
  width: 25px;
  height: 30px;
}

#detalleDeptos {
  background-color: #ffffff;
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: -1px;
  /***********************************/
  /* Descripcion general lado derecho*/
  /***********************************/
}

@media only screen and (min-width: 320px) and (max-width: 667px) {
  #detalleDeptos {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

#detalleDeptos .posicion-numero-uno {
  position: absolute;
  left: 6%;
  top: 90%;
  z-index: 100;
}

#detalleDeptos .posicion-numero-dos {
  position: absolute;
  left: 30%;
  top: 90%;
  z-index: 100;
}

#detalleDeptos line {
  stroke: #000;
  stroke-width: 1;
  z-index: 100;
}

#detalleDeptos .swiper-pagination {
  color: #fff;
  padding: 0;
  font-family: "oakes-regular", sans-serif;
  bottom: 27px;
  right: -175px;
  width: auto;
}

@media only screen and (min-width: 320px) and (max-width: 667px) {
  #detalleDeptos .swiper-pagination {
    right: unset;
    left: 20px;
    bottom: -15px;
    font-size: 14;
  }
}

#detalleDeptos .arrows-volado-next-dos {
  position: absolute;
  right: 22px;
  top: -8.3px;
}

#detalleDeptos .arrows-volado-prev-dos {
  position: absolute;
  right: 6px;
  top: -8.5px;
}

#detalleDeptos .posicion-barra {
  width: 19%;
  position: relative;
  left: 10%;
  top: -25px;
}

#detalleDeptos .arrows {
  position: absolute;
  z-index: 11;
  width: 122px;
  left: 75%;
  top: 78%;
}

@media only screen and (min-width: 992px) {
  #detalleDeptos .arrows {
    right: 0px;
  }
}

#detalleDeptos .arrows .swiper-button-next {
  color: #000 !important;
  border: 1px solid !important;
  height: 25px !important;
  width: 50px !important;
}

#detalleDeptos .arrows .swiper-button-next:after {
  font-size: 10px !important;
}

#detalleDeptos .arrows .swiper-button-prev:after {
  font-size: 10px !important;
}

#detalleDeptos .arrows .swiper-button-prev {
  color: #000 !important;
  border: 1px solid !important;
  height: 25px !important;
  width: 50px !important;
  background-image: none !important;
}

#detalleDeptos .arrows .swiper-button-prev:hover {
  background-color: #333132;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

#detalleDeptos .arrows .swiper-button-next:hover {
  background-color: #333132;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

#detalleDeptos #dscrDpt {
  padding: 20px !important;
  margin: 0;
  background-color: #ffffff;
  display: table;
  font-family: "oakes-regular", sans-serif;
  position: relative;
  padding: 30px 0px;
  width: calc(50% - 70px);
  /* lado derecho sin galerias */
  /* lado derecho con una galerias */
  /* centrar tabla */
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  #detalleDeptos #dscrDpt {
    display: block;
    height: auto !important;
    margin-top: -5px;
    width: 100%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  #detalleDeptos #dscrDpt.snGlrs {
    display: block;
    height: auto;
  }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  #detalleDeptos #dscrDpt.soloUno {
    display: block;
    height: auto;
  }
}

#detalleDeptos #dscrDpt .centerVert {
  position: relative;
  display: block;
  /* titulo */
  /* descripciones */
  /* tabla Precios */
  /* lista descripcion */
  /* boton */
}

#detalleDeptos #dscrDpt .centerVert h1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 14px;
  text-align: left;
  color: #3e3e3e;
}

@media only screen and (min-width: 1900px) {
  #detalleDeptos #dscrDpt .centerVert h1 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  #detalleDeptos #dscrDpt .centerVert h1 {
    /*display: none;*/
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
  }
}

#detalleDeptos #dscrDpt .centerVert h2 {
  font-family: Heading Compressed Pro,sans-serif;
  color: #383838;
  font-size: 60px;
  margin: 0;
  padding: 0;
  line-height: 60px;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  #detalleDeptos #dscrDpt .centerVert h2 {
    font-size: 40px;
    line-height: normal;
  }
}

#detalleDeptos #dscrDpt .centerVert span {
  font-family: Oakes Grotesk,sans-serif;
  font-weight: 100;
  color: #61b3ff;
  font-size: 25px;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  #detalleDeptos #dscrDpt .centerVert span {
    font-size: 20px;
    line-height: normal;
  }
}

#detalleDeptos #dscrDpt .centerVert p {
  font-family: oakes-light;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.28;
  text-align: left;
  color: #5b5b5b;
}

@media only screen and (min-width: 1900px) {
  #detalleDeptos #dscrDpt .centerVert p {
    font-size: 18px;
  }
}

#detalleDeptos #dscrDpt .centerVert p small {
  font-size: 11px;
  padding: 0;
  margin: 0;
  display: block;
}

#detalleDeptos #dscrDpt .centerVert table {
  display: table;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  width: auto;
}

@media only screen and (min-width: 320px) and (max-width: 667px) {
  #detalleDeptos #dscrDpt .centerVert table {
    width: 100%;
  }
}

#detalleDeptos #dscrDpt .centerVert td {
  border: 1px solid #000;
  text-align: center;
  padding: 5px 25px;
  margin: 0;
  font-size: 12px;
  text-transform: uppercase;
  color: #000000;
  font-weight: 300;
  /* precio descuento */
}

@media only screen and (min-width: 1900px) {
  #detalleDeptos #dscrDpt .centerVert td {
    font-size: 16px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1230px) {
  #detalleDeptos #dscrDpt .centerVert td {
    padding: 10px 15px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 667px) {
  #detalleDeptos #dscrDpt .centerVert td {
    display: block;
    position: relative;
  }

  #detalleDeptos #dscrDpt .centerVert td:nth-child(2) {
    top: -2px;
  }

  #detalleDeptos #dscrDpt .centerVert td:nth-child(3) {
    top: -4px;
  }

  #detalleDeptos #dscrDpt .centerVert td:nth-child(4) {
    top: -5px;
  }
}

#detalleDeptos #dscrDpt .centerVert td strong {
  font-weight: bold;
}

#detalleDeptos #dscrDpt .centerVert td span {
  font-weight: 300;
  color: #e07979;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#detalleDeptos #dscrDpt .centerVert td span i {
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 0px;
}

#detalleDeptos #dscrDpt .centerVert td span i svg {
  fill: #e07979;
}

#detalleDeptos #dscrDpt .centerVert ul {
  list-style: none;
  font-size: 16px;
  line-height: 1.33;
  letter-spacing: 0.72px;
  text-align: left;
  color: #959595;
  font-weight: normal;
  padding: 0;
}

@media only screen and (min-width: 1900px) {
  #detalleDeptos #dscrDpt .centerVert ul {
    font-size: 18px;
  }
}

#detalleDeptos #dscrDpt .centerVert ul li {
  padding-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#detalleDeptos #dscrDpt .centerVert ul li strong {
  font-weight: bold;
  color: #000;
  font-size: 12px;
}

#detalleDeptos #dscrDpt .centerVert ul li span {
  font-weight: bold;
  color: #000;
  font-size: 12px;
}

#detalleDeptos #dscrDpt .centerVert ul li i {
  display: inline-block;
  width: 38px;
  height: 38px;
  padding: 2px;
  margin-right: 10px;
}

#detalleDeptos #dscrDpt .centerVert ul li i svg {
  fill: #707070;
  position: relative;
}

#detalleDeptos #dscrDpt .centerVert .ncl.btn-white {
  padding: 10px 20px;
  width: 200px;
}

#detalleDeptos .imagen-dinamica {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

#amenidad {
  background-color: #ffffff;
  z-index: 5;
}

#amenidad .posicion-numero-uno {
  position: absolute;
  left: 63%;
  top: 67%;
  z-index: 100;
}

#amenidad .posicion-numero-dos {
  position: absolute;
  left: 80%;
  top: 67%;
  z-index: 100;
}

#amenidad .posicion-barra {
  width: 14%;
  position: absolute;
  left: 65%;
  top: 68%;
}

@media only screen and (min-width: 992px) {
  #amenidad .arrows {
    right: 80px;
  }
}

#amenidad .arrows .swiper-button-next {
  color: #fff !important;
  border: 1px solid !important;
  height: 50px !important;
  width: 50px !important;
  background-image: none !important;
}

#amenidad .arrows .swiper-button-prev {
  color: #fff !important;
  border: 1px solid !important;
  height: 50px !important;
  width: 50px !important;
  background-image: none !important;
}

#amenidad .arrows line {
  stroke: #fff;
  stroke-width: 1;
  z-index: 100;
}

#amenidad .arrows .arrows-volado-next {
  position: absolute;
  right: 21px;
  top: -3.3px;
}

#amenidad .arrows .arrows-volado-prev {
  position: absolute;
  right: 7px;
  top: -3.3px;
}

@media only screen and (min-width: 992px) {
  #amenidad .gallery-thumbs {
    right: 90px;
  }
}

#amenidad,
#galeria-modal {
  height: 100vh;
  /* galeria grande */
  /* miniaturas */
  /************/
  /* sliders */
  /************/
  /********************************/
  /* controles flechas y contador */
  /********************************/
}

#amenidad [class*="col-"],
#galeria-modal [class*="col-"] {
  padding: 0;
}

#amenidad .swiper-container,
#galeria-modal .swiper-container {
  width: 100%;
  margin: 0;
}

#amenidad .swiper-container .swiper-wrapper,
#galeria-modal .swiper-container .swiper-wrapper {
  height: 100vh !important;
  margin-top: 50px;
}

#amenidad .gallery-top,
#galeria-modal .gallery-top {
  height: 100%;
  width: 100%;
}

#amenidad .gallery-thumbs,
#galeria-modal .gallery-thumbs {
  height: 145px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  bottom: 25px;
  right: 20px;
  width: 500px;
}

@media only screen and (min-width: 320px) and (max-width: 667px) {
  #amenidad .gallery-thumbs,
  #galeria-modal .gallery-thumbs {
    display: none;
  }
}

#amenidad .gallery-thumbs .swiper-slide,
#galeria-modal .gallery-thumbs .swiper-slide {
  height: 145px;
  opacity: 0.82;
}

#amenidad .gallery-thumbs .swiper-slide-thumb-active,
#galeria-modal .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

#amenidad .swiper-slide,
#galeria-modal .swiper-slide {
  background-size: cover;
  background-position: center;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#amenidad .swiper-slide .gallery-header,
#galeria-modal .swiper-slide .gallery-header {
  top: 25%;
  position: absolute;
  left: 11%;
}

@media (max-width: 800px) {
  #amenidad .swiper-slide .gallery-header,
  #galeria-modal .swiper-slide .gallery-header {
    left: 20px;
  }
}

#amenidad .swiper-slide .gallery-header h1,
#galeria-modal .swiper-slide .gallery-header h1 {
  color: #61b3ff;
  font-family: "oakes-regular", sans-serif;
  font-size: 20px;
  font-weight: 100;
  line-height: 0.8em;
  text-transform: uppercase;
  text-align: left;
}

@media only screen and (min-width: 992px) {
  #amenidad .swiper-slide .gallery-header h1,
  #galeria-modal .swiper-slide .gallery-header h1 {
    font-size: calc(20px + 5*(100vw - 1024px)/656);
  }
}

#amenidad .swiper-slide .gallery-header h2,
#galeria-modal .swiper-slide .gallery-header h2 {
  color: #fff;
  font-family: "Heading Compressed Pro", sans-serif;
  font-size: 40px;
  line-height: 0;
  text-transform: uppercase;
  text-align: left;
}

@media only screen and (min-width: 992px) {
  #amenidad .swiper-slide .gallery-header h2,
  #galeria-modal .swiper-slide .gallery-header h2 {
    font-size: calc(40px + 15*(100vw - 1024px)/656);
  }
}

#amenidad .arrows,
#galeria-modal .arrows {
  position: absolute;
  z-index: 11;
  bottom: 225px;
  width: 230px;
  right: 10px;
}

@media only screen and (min-width: 320px) and (max-width: 667px) {
  #amenidad .arrows,
  #galeria-modal .arrows {
    right: 0px;
    bottom: 35px;
    width: 100%;
  }
}

#amenidad .arrows .swiper-pagination,
#galeria-modal .arrows .swiper-pagination {
  color: #fff;
  padding: 0;
  font-family: "oakes-regular", sans-serif;
  bottom: 27px;
  right: -175px;
  width: auto;
}

@media only screen and (min-width: 320px) and (max-width: 667px) {
  #amenidad .arrows .swiper-pagination,
  #galeria-modal .arrows .swiper-pagination {
    right: unset;
    left: 20px;
    bottom: -15px;
    font-size: 14;
  }
}

#amenidad .arrows .swiper-button-prev,
#amenidad .arrows .swiper-button-next,
#galeria-modal .arrows .swiper-button-prev,
#galeria-modal .arrows .swiper-button-next {
  color: #fff !important;
  border: 1px solid !important;
  height: 35px !important;
  width: 50px !important;
  background-image: none !important;
}

#amenidad .arrows .swiper-button-prev::after,
#amenidad .arrows .swiper-button-next::after,
#galeria-modal .arrows .swiper-button-prev::after,
#galeria-modal .arrows .swiper-button-next::after {
  font-size: 10px !important;
}

@media only screen and (min-width: 992px) {
  #amenidad .arrows .swiper-button-prev:hover,
  #amenidad .arrows .swiper-button-next:hover,
  #galeria-modal .arrows .swiper-button-prev:hover,
  #galeria-modal .arrows .swiper-button-next:hover {
    background-color: #333132;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    color: #ffffff !important;
  }
}

@media only screen and (min-width: 320px) and (max-width: 667px) {
  #amenidad .arrows .swiper-button-prev,
  #amenidad .arrows .swiper-button-next,
  #galeria-modal .arrows .swiper-button-prev,
  #galeria-modal .arrows .swiper-button-next {
    border: none !important;
    outline: none;
    right: 0px;
  }

  #amenidad .arrows .swiper-button-prev::after,
  #amenidad .arrows .swiper-button-next::after,
  #galeria-modal .arrows .swiper-button-prev::after,
  #galeria-modal .arrows .swiper-button-next::after {
    font-size: 18px !important;
  }
}

#amenidad .arrows .swiper-button-prev,
#galeria-modal .arrows .swiper-button-prev {
  right: 60px;
  left: inherit !important;
}

@media only screen and (min-width: 320px) and (max-width: 667px) {
  #amenidad .arrows .swiper-button-prev,
  #galeria-modal .arrows .swiper-button-prev {
    right: 50px;
  }
}

.no-gutters {
  margin: 0;
  padding: 0;
}

.stroke-1 {
  stroke-linecap: butt;
}

/* DEMO STYLES */

body {
  background: #333;
}

.module {
  width: 100%;
  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-header {
  padding: 0;
  position: relative;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  #section-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    height: 100vh;
  }
}

#section-header [class*="col-"] {
  padding: 0;
}

#section-header .wrap-form,
#section-header .wrap-img {
  height: 100vh;
}

#section-header nav {
  border: none;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  #section-header .wrap-form {
    height: 55%;
    padding: 15px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  #section-header .wrap-img {
    height: 70%;
  }
}

#section-header .form-wrap {
  width: 100%;
  left: calc(48px + 2.9vw);
  top: 28%;
  position: relative;
}

@media only screen and (min-width: 1900px) {
  #section-header .form-wrap {
    font-size: 16px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  #section-header .form-wrap {
    padding: 0;
    width: 90%;
    margin: 0 auto;
    height: 100%;
    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;
    left: 0;
    bottom: 0;
    top: 0;
  }

  #section-header .form-wrap h1 {
    font-size: 65px !important;
  }
}

#section-header .form-wrap h1 {
  font-size: 105px;
  font-family: Heading Compressed Pro,sans-serif;
  text-transform: uppercase;
  margin: 0;
  width: calc(100% - (48px + 2.9vw));
  color: #ffffff;
}

@media only screen and (min-width: 992px) and (max-width: 1400px) {
  #section-header .form-wrap h1 {
    font-size: 90px;
  }
}

#section-header .form-wrap p {
  font-family: oakes-light,sans-serif;
  font-size: 16px;
  width: 80%;
  color: #ffffff;
}

@media only screen and (min-width: 1900px) {
  #section-header .form-wrap p {
    width: 70%;
    font-size: 15px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  #section-header .form-wrap p {
    display: none;
  }
}

#section-header .form-wrap .form-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  z-index: 1;
  right: calc((46px + 2.9vw) - 323px);
  /* .selectdiv:nth-child(1)::after {
				right: 45px;
				@include on-device($allMobile){
					
				}
				@include on-device($fullDesktop){
					right: 45px;
				}

			}
			.selectdiv:nth-child(2)::after {
				right: 21px;
				@include on-device($fullDesktop){
					right: 45px;
				}
				@include on-device($desktop){
					right: 40px;
				}
			}

			.selectdiv:nth-child(3)::after {
				right: 21px;
				@include on-device($fullDesktop){
					right: 45px;
				}
			} */
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  #section-header .form-wrap .form-search {
    right: unset;
    width: 100%;
    top: 240px;
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#section-header .form-wrap .form-search .selectdiv {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  cursor: pointer !important;
  /* lebel */
}

#section-header .form-wrap .form-search .selectdiv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  max-width: 100%;
  height: 75px;
  float: right;
  margin: 5px 0px;
  padding: 0px 20px;
  font-size: 16px;
  line-height: 1.75;
  text-align: left;
  background: transparent;
  border-style: none;
  border: 1px solid #ffffff;
  color: transparent;
  font-size: 14px;
  word-break: normal;
  border-radius: none;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  #section-header .form-wrap .form-search .selectdiv select {
    max-width: 100%;
    height: 50px;
  }
}

#section-header .form-wrap .form-search .selectdiv select option {
  color: #959595;
}

#section-header .form-wrap .form-search .selectdiv label {
  position: absolute;
  left: 1.5vw;
  color: #ffffff;
  font-size: 14px;
  pointer-events: none;
  font-family: "oakes-regular", sans-serif;
  border: unset !important;
}

@media only screen and (min-width: 892px) and (max-width: 1100px) {
  #section-header .form-wrap .form-search .selectdiv label {
    left: 8px;
  }
}

#section-header .form-wrap .form-search .selectdiv::after {
  content: '';
  width: 11.8px;
  height: 11.8px;
  border-right: solid 2px;
  border-top: solid 2px;
  color: #ffffff;
  right: 1.5vw;
  bottom: calc(50% - 2px);
  position: absolute;
  pointer-events: none;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  #section-header .form-wrap .form-search .selectdiv::after {
    right: 5vw;
    border-right: solid 1px;
    border-top: solid 1px;
  }
}

#section-header .form-wrap .form-search .notIcon.selectdiv::after {
  content: "";
}

#section-header .form-wrap .form-search .slctRgt.selectdiv::after {
  color: #000000;
  bottom: calc(50% - 6px);
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
  right: 45px;
}

#section-header .form-wrap .form-search #complejo {
  width: 180px !important;
}

#section-header .form-wrap .form-search #bedrooms {
  width: 180px !important;
}

#section-header .form-wrap .form-search select::-ms-expand {
  display: none;
}

#section-header .form-wrap .form-search .select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  #section-header .form-wrap .form-search #complejo {
    width: 100% !important;
  }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  #section-header .form-wrap .form-search #bedrooms {
    width: 100% !important;
  }
}

#section-header .form-wrap .form-search #max,
#section-header .form-wrap .form-search #mts,
#section-header .form-wrap .form-search #min {
  width: 165px;
  padding-left: 20px;
}

@media only screen and (min-width: 892px) and (max-width: 1100px) {
  #section-header .form-wrap .form-search #max,
  #section-header .form-wrap .form-search #mts,
  #section-header .form-wrap .form-search #min {
    width: 110px !important;
  }
}

@media only screen and (min-width: 1900px) {
  #section-header .form-wrap .form-search #max,
  #section-header .form-wrap .form-search #mts,
  #section-header .form-wrap .form-search #min {
    width: 186px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  #section-header .form-wrap .form-search #max,
  #section-header .form-wrap .form-search #mts,
  #section-header .form-wrap .form-search #min {
    width: 100% !important;
  }
}

#section-header .form-wrap .form-search button {
  width: 200px;
  height: 75px;
  background-color: #ffffff;
  border-style: none;
  color: #000000;
  font-size: 16px;
  border-radius: none;
  text-align: left;
  padding-left: 45px;
  cursor: pointer;
}

@media only screen and (min-width: 1900px) {
  #section-header .form-wrap .form-search button {
    padding-left: 45px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  #section-header .form-wrap .form-search button {
    height: 50px;
    width: 100%;
    margin: 5px 0px;
  }
}

#section-header .photo {
  position: absolute;
  right: calc(0% - -37px);
  bottom: 0;
  font-size: 13px;
  color: #959595;
  font-weight: bold;
  text-align: right;
}

#section-header .photo span {
  font-weight: normal;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  #section-header .photo {
    display: none;
  }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  #section-header .mobile {
    display: none;
  }
}

#section-header .wrap-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: initial;
  background-size: cover;
}

#section-header .wrap-img:before {
  background: rgba(0, 0, 0, 0.35);
  height: 100%;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  #section-header .wrap-img {
    background-position: center center !important;
  }
}

#section-header .wrap-img .textMovil {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -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;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #ffffff;
  padding: 0 10%;
  background-color: rgba(0, 0, 0, 0.45);
}

#section-header .wrap-img .textMovil h1 {
  font-size: 60px;
  font-family: Heading Compressed Pro,sans-serif;
  text-transform: uppercase;
  margin: 0;
  color: #ffffff;
}

@media only screen and (min-width: 320px) and (max-width: 667px) {
  #section-header .wrap-img .textMovil h1 {
    font-size: 40px;
  }
}

#section-header .wrap-img .textMovil p {
  font-size: 14px;
  padding-bottom: 15px;
}

@media (min-width: 801px) {
  #section-header .wrap-img .textMovil {
    display: none;
  }
}

#section-header .DragHint {
  display: block;
  position: absolute;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: calc(100% - 125px);
  left: calc(43px + 2.9vw);
  height: 128px;
  font-size: 13px;
  color: #959595;
  font-weight: 100;
  z-index: 1;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  #section-header .DragHint {
    display: none;
  }
}

#section-header .DragHint .DragHint-Text {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #959595;
  top: 20px;
  position: relative;
}

#section-header .DragHint .DragHint-Icon {
  margin: auto;
  border: 2px solid #959595;
  border-radius: 15px;
  width: 23px;
  height: 31px;
  margin-top: 32px;
}

#section-header .DragHint .DragHint-Line {
  margin: auto;
  height: 30%;
  width: 1px;
  margin-top: 4px;
  background-color: #959595;
}

.social-nav {
  position: fixed;
  width: 70px;
  height: 100vh;
  right: 0;
  border-left: 1px solid #fff;
  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;
  z-index: 1;
  font-size: 20px;
  color: #ffffff;
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .social-nav {
    display: none;
  }
}

.change {
  position: fixed;
  width: 70px;
  height: 100vh;
  right: 0;
  border-left: 1px solid #3e3e3e;
  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;
  z-index: 2;
  font-size: 20px;
  background-color: #ffffff;
  color: #000;
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.change ul {
  padding: 0;
  list-style: none;
}

.change ul li {
  padding-bottom: 33px;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .change {
    display: none;
  }
}

.social-nav ul {
  padding: 0;
  list-style: none;
}

.social-nav ul li {
  padding-bottom: 33px;
}

.social-nav.dos {
  border-left: 1px solid #3e3e3e;
  color: #000;
  z-index: 12;
}

#tipos-departamentos {
  background-color: #fff;
}

#tipos-departamentos .slider-deptos a {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  border: 1px #333132 solid;
}

#tipos-departamentos .slider-deptos a:hover {
  color: #fff;
  background-color: #333132;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  border: none;
}

#tipos-departamentos .arrows {
  position: absolute;
  z-index: 11;
  /* top: 0; */
  width: 230px;
  right: 10%;
}

@media only screen and (min-width: 320px) and (max-width: 667px) {
  #tipos-departamentos .arrows {
    right: 0;
    bottom: 51%;
    width: 100%;
  }
}

#tipos-departamentos .arrows line {
  stroke: #000;
  stroke-width: 1;
  z-index: 100;
}

@media only screen and (min-width: 320px) and (max-width: 667px) {
  #tipos-departamentos .arrows line {
    right: 0;
    bottom: 355px;
    width: 100%;
  }
}

#tipos-departamentos .arrows .arrows-volado-next-dos {
  position: absolute;
  right: 22px;
  top: -3.3px;
}

@media only screen and (min-width: 320px) and (max-width: 667px) {
  #tipos-departamentos .arrows .arrows-volado-next-dos {
    top: -2.3px;
  }
}

#tipos-departamentos .arrows .arrows-volado-prev-dos {
  position: absolute;
  right: 6px;
  top: -3.3px;
}

@media only screen and (min-width: 320px) and (max-width: 667px) {
  #tipos-departamentos .arrows .arrows-volado-prev-dos {
    top: -2.3px;
  }
}

#tipos-departamentos .arrows .swiper-pagination {
  color: #fff;
  padding: 0;
  font-family: "oakes-regular", sans-serif;
  bottom: 27px;
  right: -175px;
  width: auto;
}

@media only screen and (min-width: 320px) and (max-width: 667px) {
  #tipos-departamentos .arrows .swiper-pagination {
    right: unset;
    left: 20px;
    bottom: -15px;
    font-size: 14;
  }
}

#tipos-departamentos .arrows .swiper-button-prev,
#tipos-departamentos .arrows .swiper-button-next {
  color: #000 !important;
  border: 1px solid !important;
  height: 36px !important;
  width: 50px !important;
  background-image: none !important;
}

#tipos-departamentos .arrows .swiper-button-prev::after,
#tipos-departamentos .arrows .swiper-button-next::after {
  font-size: 10px !important;
}

@media only screen and (min-width: 992px) {
  #tipos-departamentos .arrows .swiper-button-prev:hover,
  #tipos-departamentos .arrows .swiper-button-next:hover {
    background-color: #333132;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    color: #ffffff !important;
  }
}

@media only screen and (min-width: 320px) and (max-width: 667px) {
  #tipos-departamentos .arrows .swiper-button-prev,
  #tipos-departamentos .arrows .swiper-button-next {
    color: #000 !important;
    border: 1px solid !important;
    height: 36px !important;
    width: 50px !important;
    background-image: none !important;
    border: none !important;
    outline: none;
    right: 0px;
  }

  #tipos-departamentos .arrows .swiper-button-prev::after,
  #tipos-departamentos .arrows .swiper-button-next::after {
    font-size: 18px !important;
  }
}

#tipos-departamentos .arrows .swiper-button-prev {
  right: 60px;
  left: inherit !important;
}

@media only screen and (min-width: 320px) and (max-width: 667px) {
  #tipos-departamentos .arrows .swiper-button-prev {
    right: 50px;
  }
}

#tipos-departamentos .slider-description {
  position: relative;
}

#tipos-departamentos .slider-description .titulos-des {
  font-family: Heading Compressed Pro,sans-serif;
  color: #333132;
  text-align: left;
  font-size: 25px;
}

#tipos-departamentos .slider-description .boton {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px #333132 solid;
}

#tipos-departamentos .slider-description .boton:hover {
  color: #fff;
  background-color: #333132;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  border: none;
}

#tipos-departamentos .slider-description h2 {
  font-family: Heading Compressed Pro,sans-serif;
  color: #333132;
  text-align: left;
  font-size: 25px;
}

#tipos-departamentos .slider-description .titulos-des:after {
  content: "";
  display: block;
  width: 25px;
  height: 1px;
  background-color: rgba(51, 49, 50, 0.5);
  margin: auto;
  margin-top: 10px;
}

#tipos-departamentos .slider-description a {
  text-align: left;
}

#tipos-departamentos .slider-description p {
  color: #333132;
  text-align: left;
  font-size: 12px;
}

@media (max-width: 575.98px) {
  #section-head .search-desk .titulos {
    padding-top: 30px;
  }
}

@media (max-width: 575.98px) {
  #contactos {
    background-size: contain;
    background-position: 0px -100px;
  }
}

@media (max-width: 414px) {
  #video-inicio .GenericSectionHero-Content h1 {
    font-size: 60px;
    width: 300px;
    line-height: normal;
    font-weight: 800;
  }

  #video-inicio .GenericSectionHero-Content h1.tower {
    line-height: normal;
  }
}

@media (max-width: 414px) {
  #detalles {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  #detalles .posicion-barra {
    width: 10%;
    position: relative;
    left: 88%;
    top: -185px;
  }

  #detalles #planoGaleria {
    height: 370px !important;
  }

  #detalles #planoGaleria .mySwiper {
    height: 340px !important;
  }

  #detalles #planoGaleria .mySwiper42 {
    height: 340px !important;
  }

  #detalles .imagen-dinamica {
    height: 350px;
  }

  #detalles .arrows {
    position: absolute;
    z-index: 11;
    bottom: -12px;
    width: 122px;
    left: 66%;
  }
}

@media (max-width: 414px) {
  #detalles-deptos {
    height: 1250px;
    padding-top: 0px;
  }

  #detalles-deptos .arrows {
    position: absolute;
    z-index: 11;
    width: 122px;
    left: 67%;
    top: 100%;
  }

  #detalles-deptos .posicion-barra {
    width: 28%;
    position: relative;
    left: 10%;
    top: -13px;
  }

  #detalles-deptos .posicion-numero-uno {
    position: absolute;
    left: 3%;
    top: 96%;
    z-index: 100;
  }

  #detalles-deptos .posicion-numero-dos {
    position: absolute;
    left: 40%;
    top: 96%;
    z-index: 100;
  }
}

@media (max-width: 414px) {
  #amenidad .posicion-barra {
    width: 20%;
    position: relative;
    left: 66%;
    top: -75px;
  }

  #amenidad .posicion-numero-uno {
    position: absolute;
    left: 58%;
    top: 87%;
    z-index: 100;
  }

  #amenidad .posicion-numero-dos {
    position: absolute;
    left: 88%;
    top: 87%;
    z-index: 100;
  }
}

@media (max-width: 414px) {
  #detalleDeptos {
    height: auto;
    padding-top: 30px;
  }

  #detalleDeptos .arrows {
    position: absolute;
    z-index: 11;
    width: 122px;
    left: 67%;
    top: 97%;
  }

  #detalleDeptos .posicion-barra {
    width: 28%;
    position: relative;
    left: 10%;
    top: -25px;
  }

  #detalleDeptos .posicion-numero-uno {
    position: absolute;
    left: 3%;
    top: 90%;
    z-index: 100;
  }

  #detalleDeptos .posicion-numero-dos {
    position: absolute;
    left: 40%;
    top: 90%;
    z-index: 100;
  }
}

@media (max-width: 414px) {
  #contactos .caja-form {
    padding-bottom: 20px;
    padding-top: 20px;
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 300px;
    margin-bottom: -20px;
  }

  #contactos .contactanos input {
    margin-bottom: 5px;
  }
}

@media (max-width: 414px) {
  #deptos-more {
    border: 1px solid white;
  }

  #deptos-more .padd-general {
    padding-bottom: 130px;
  }
}

#seccion-recomendaciones {
  height: auto;
}

@media (max-width: 414px) {
  #seccion-recomendaciones  .slider-deptos {
    height: 200px;
    width: 100%;
  }
}

#current {
  display: none;
}

#sticky.dark {
  color: white;
}

header {
  background-color: red;
  color: white;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  z-index: 12;
}

@media only screen and (min-width: 992px) {
  header {
    height: 0;
  }
}

header #breadcrumb {
  font-family: "oakes-regular", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.19;
  letter-spacing: normal;
  text-align: left;
  text-transform: uppercase;
  margin: 36px 0 0 35px;
  display: inline-block;
  position: absolute;
}

@media only screen and (max-width: 799px) {
  header #breadcrumb {
    display: none;
  }
}

header .logo {
  max-width: 112px;
  max-height: 187px;
  min-width: 62.3px;
  min-height: 104.1px;
  width: 5.9vw;
  height: 18.3vh;
  margin-left: 48px;
  opacity: 0.9;
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

@media (max-width: 800px) {
  header .logo {
    margin-left: 20px;
  }
}

header .logo:hover {
  opacity: 1;
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

header a {
  text-decoration: none;
}

header nav {
  float: right;
  width: auto;
  margin: 10px 31px 0 0;
  text-transform: uppercase;
}

@media (max-width: 800px) {
  header nav {
    margin: 22px 23px;
  }
}

header nav ul {
  list-style: none;
}

header nav .menu-icon {
  width: 25px;
  position: relative;
  z-index: 5;
  background-color: transparent;
  border: none;
}

@media (min-width: 801px) {
  header nav .menu-icon {
    display: none;
  }
}

header nav .menu-icon .menuSvg {
  fill: #ffffff;
}

header .nav-list {
  display: none;
  list-style: none;
}

@media (min-width: 801px) {
  header .nav-list {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
  }
}

header .nav-list li {
  float: left;
  padding-right: 10px;
}

header .nav-list .line:nth-child(2):before {
  content: "|";
  position: absolute;
  left: 165px;
  width: 1px;
  height: 10px;
}

header .nav-list .line:nth-child(3):before {
  content: "|";
  position: absolute;
  right: 135px;
  width: 1px;
  height: 10px;
}

header .nav-list li .submenu {
  padding: 0px 10px;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding: 0;
  margin-top: 20px;
  list-style: none;
  border-left: 1px solid #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(128, 128, 128, 0.65)), color-stop(11.36%, rgba(128, 128, 128, 0.59625)), color-stop(21.57%, rgba(128, 128, 128, 0.53414)), color-stop(30.81%, rgba(128, 128, 128, 0.46617)), color-stop(39.26%, rgba(128, 128, 128, 0.39481)), color-stop(47.09%, rgba(128, 128, 128, 0.32255)), color-stop(54.5%, rgba(128, 128, 128, 0.25187)), color-stop(61.66%, rgba(128, 128, 128, 0.18526)), color-stop(68.74%, rgba(128, 128, 128, 0.12519)), color-stop(75.94%, rgba(128, 128, 128, 0.07414)), color-stop(83.43%, rgba(128, 128, 128, 0.03461)), color-stop(91.39%, rgba(128, 128, 128, 0.00907)), to(rgba(128, 128, 128, 0)));
  background: linear-gradient(0deg, rgba(128, 128, 128, 0.65), rgba(128, 128, 128, 0.59625) 11.36%, rgba(128, 128, 128, 0.53414) 21.57%, rgba(128, 128, 128, 0.46617) 30.81%, rgba(128, 128, 128, 0.39481) 39.26%, rgba(128, 128, 128, 0.32255) 47.09%, rgba(128, 128, 128, 0.25187) 54.5%, rgba(128, 128, 128, 0.18526) 61.66%, rgba(128, 128, 128, 0.12519) 68.74%, rgba(128, 128, 128, 0.07414) 75.94%, rgba(128, 128, 128, 0.03461) 83.43%, rgba(128, 128, 128, 0.00907) 91.39%, rgba(128, 128, 128, 0));
}

header .nav-list li .submenu li {
  padding: 8px 30px;
  margin: 0;
  font-weight: 500;
}

header .nav-list li .submenu li:hover {
  background-color: rgba(24, 22, 22, 0.575);
}

header .nav-list li .submenu li a:hover {
  -webkit-text-decoration: underline 3px;
          text-decoration: underline 3px;
}

header .nav-list li:hover {
  padding-right: 10;
}

header .nav-list li:hover .submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 42px;
  width: auto;
}

#footerBlack {
  width: 100%;
  border: solid 1px #707070;
  background-color: #333132;
  padding: 70px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 1900px) {
  #footerBlack {
    padding: 115px 0;
  }
}

#footerBlack ul {
  width: 100%;
  padding: 0;
  text-transform: uppercase;
  list-style: none;
  color: #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 800px) {
  #footerBlack ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 13px;
  }
}

#footerBlack ul li {
  display: inline-block;
}

@media (max-width: 800px) {
  #footerBlack ul li {
    padding: 10px;
  }
}

#footerBlack ul li a:hover {
  color: #ffffff;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

#footerBlack ul:first-child {
  padding-bottom: 25px;
}

@media only screen and (min-width: 1900px) {
  #footerBlack ul:first-child {
    padding-bottom: 32px;
  }
}

#footerBlack ul:last-child {
  padding-top: 25px;
}

@media only screen and (min-width: 1900px) {
  #footerBlack ul:last-child {
    padding-top: 32px;
  }
}

#InfoBar {
  background-color: #fff;
  color: #333;
  text-align: center;
  font-size: 14px;
}

#InfoBar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  list-style: none;
  padding-left: 0;
}

@media (max-width: 800px) {
  #InfoBar ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 800px) {
  #InfoBar ul li {
    padding: 10px;
  }
}

#InfoBar ul a {
  color: #333;
}

#InfoBar .SocialList {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  font-size: 25px;
}

#InfoBar .SocialList li {
  padding-right: 20px;
}

#InfoBar .SocialList a {
  width: 30px;
}

@media (max-width: 800px) {
  #InfoBar .SocialList {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

#InfoBar .LayoutFooter-InfoBar-List {
  margin: 30px 0;
}

#InfoBar .LayoutFooter-InfoBar-List a {
  font-weight: bold;
}

.btn-white {
  background-color: transparent;
  border: solid 1px #707070;
  padding: 15px 20px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.28;
  text-align: left;
  outline: none;
  cursor: pointer;
  color: #3e3e3e;
}

.btn-white span {
  padding-right: 80px;
}

.btn-white i {
  width: 11.8px;
  height: 11.8px;
  border-right: solid 2px;
  border-top: solid 2px;
  float: right;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 3px;
  position: relative;
}

@media only screen and (min-width: 1900px) {
  .btn-white {
    font-size: 18px;
  }

  .btn-white span {
    padding-right: 100px;
  }
}

@media only screen and (min-width: 992px) {
  .btn-white:hover {
    background-color: #333132;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    color: #ffffff !important;
  }
}

.btn-white.rgt i {
  border-right: 0px;
  border-left: solid 2px;
  border-top: solid 2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  float: left;
  top: 3px;
}

.btn-white.rgt span {
  text-align: right;
  padding-left: 130px;
  padding-right: 0px;
}

.btn-white.down i {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  position: relative;
  top: -1px;
}

.btn-white.down span {
  padding: 0;
}

.btn-left {
  width: 144px;
  height: 47px;
  border: solid 1px #707070;
}

.verMas {
  background-color: transparent;
  border: solid 1px #707070;
  color: #959595;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.19;
  margin: 0 0 15px;
  padding: 13px 0;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  width: 114px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

@media only screen and (min-width: 992px) {
  .verMas:hover {
    color: #ffffff;
    background-color: #5063a3;
    border: solid 1px #5063a3;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border: none;
  }
}

@media only screen and (min-width: 1900px) {
  .verMas {
    font-size: 16px;
  }
}

#section-main {
  padding: 0;
  position: relative;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  #section-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

#section-main [class*="col-"] {
  padding: 0;
}

#section-main .wrap-form,
#section-main .wrap-img {
  height: 100vh;
}

#section-main nav {
  border: none;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  #section-main .wrap-form {
    height: 55%;
    padding: 15px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  #section-main .wrap-img {
    height: 70%;
  }
}

#section-main .form-wrap {
  width: 100%;
  left: calc(48px + 2.9vw);
  top: 28%;
  position: relative;
}

@media only screen and (min-width: 1900px) {
  #section-main .form-wrap {
    font-size: 16px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  #section-main .form-wrap {
    padding: 0;
    width: 90%;
    margin: 0 auto;
    height: 100%;
    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;
    left: 0;
    bottom: 0;
    top: 0;
  }

  #section-main .form-wrap h1 {
    font-size: 65px !important;
  }
}

#section-main .form-wrap h1 {
  font-size: 105px;
  font-family: Heading Compressed Pro,sans-serif;
  text-transform: uppercase;
  margin: 0;
  width: calc(100% - (48px + 2.9vw));
  color: #ffffff;
}

@media only screen and (min-width: 992px) and (max-width: 1400px) {
  #section-main .form-wrap h1 {
    font-size: 90px;
  }
}

#section-main .form-wrap p {
  font-family: oakes-light,sans-serif;
  font-size: 16px;
  width: 80%;
  color: #ffffff;
}

@media only screen and (min-width: 1900px) {
  #section-main .form-wrap p {
    width: 70%;
    font-size: 15px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  #section-main .form-wrap p {
    display: none;
  }
}

#section-main .form-wrap .form-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  z-index: 1;
  right: calc((46px + 2.9vw) - 323px);
  /* .selectdiv:nth-child(1)::after {
				right: 45px;
				@include on-device($allMobile){
					
				}
				@include on-device($fullDesktop){
					right: 45px;
				}

			}
			.selectdiv:nth-child(2)::after {
				right: 21px;
				@include on-device($fullDesktop){
					right: 45px;
				}
				@include on-device($desktop){
					right: 40px;
				}
			}

			.selectdiv:nth-child(3)::after {
				right: 21px;
				@include on-device($fullDesktop){
					right: 45px;
				}
			} */
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  #section-main .form-wrap .form-search {
    right: unset;
    width: 100%;
    top: 240px;
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#section-main .form-wrap .form-search .selectdiv {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  cursor: pointer !important;
  /* lebel */
}

#section-main .form-wrap .form-search .selectdiv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  max-width: 100%;
  height: 75px;
  float: right;
  margin: 5px 0px;
  padding: 0px 20px;
  font-size: 16px;
  line-height: 1.75;
  text-align: left;
  background: transparent;
  border-style: none;
  border: 1px solid #ffffff;
  color: transparent;
  font-size: 14px;
  word-break: normal;
  border-radius: none;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  #section-main .form-wrap .form-search .selectdiv select {
    max-width: 100%;
    height: 50px;
  }
}

#section-main .form-wrap .form-search .selectdiv select option {
  color: #959595;
}

#section-main .form-wrap .form-search .selectdiv label {
  position: absolute;
  left: 1.5vw;
  color: #ffffff;
  font-size: 14px;
  pointer-events: none;
  font-family: "oakes-regular", sans-serif;
  border: unset !important;
}

@media only screen and (min-width: 892px) and (max-width: 1100px) {
  #section-main .form-wrap .form-search .selectdiv label {
    left: 8px;
  }
}

#section-main .form-wrap .form-search .selectdiv::after {
  content: '';
  width: 11.8px;
  height: 11.8px;
  border-right: solid 2px;
  border-top: solid 2px;
  color: #ffffff;
  right: 1.5vw;
  bottom: calc(50% - 2px);
  position: absolute;
  pointer-events: none;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  #section-main .form-wrap .form-search .selectdiv::after {
    right: 5vw;
    border-right: solid 1px;
    border-top: solid 1px;
  }
}

#section-main .form-wrap .form-search .notIcon.selectdiv::after {
  content: "";
}

#section-main .form-wrap .form-search .slctRgt.selectdiv::after {
  color: #000000;
  bottom: calc(50% - 6px);
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
  right: 45px;
}

#section-main .form-wrap .form-search #complejo {
  width: 180px !important;
}

#section-main .form-wrap .form-search #bedrooms {
  width: 180px !important;
}

#section-main .form-wrap .form-search select::-ms-expand {
  display: none;
}

#section-main .form-wrap .form-search .select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  #section-main .form-wrap .form-search #complejo {
    width: 100% !important;
  }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  #section-main .form-wrap .form-search #bedrooms {
    width: 100% !important;
  }
}

#section-main .form-wrap .form-search #max,
#section-main .form-wrap .form-search #mts,
#section-main .form-wrap .form-search #min {
  width: 145px;
  padding-left: 20px;
}

@media only screen and (min-width: 892px) and (max-width: 1100px) {
  #section-main .form-wrap .form-search #max,
  #section-main .form-wrap .form-search #mts,
  #section-main .form-wrap .form-search #min {
    width: 110px !important;
  }
}

@media only screen and (min-width: 1900px) {
  #section-main .form-wrap .form-search #max,
  #section-main .form-wrap .form-search #mts,
  #section-main .form-wrap .form-search #min {
    width: 186px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  #section-main .form-wrap .form-search #max,
  #section-main .form-wrap .form-search #mts,
  #section-main .form-wrap .form-search #min {
    width: 100% !important;
  }
}

#section-main .form-wrap .form-search button {
  width: 185px;
  height: 75px;
  background-color: #ffffff;
  border-style: none;
  color: #000000;
  font-size: 16px;
  border-radius: none;
  text-align: left;
  padding-left: 45px;
  cursor: pointer;
}

@media only screen and (min-width: 1900px) {
  #section-main .form-wrap .form-search button {
    padding-left: 45px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  #section-main .form-wrap .form-search button {
    height: 50px;
    width: 100%;
    margin: 5px 0px;
  }
}

#section-main .photo {
  position: absolute;
  right: calc(0% - -37px);
  bottom: 0;
  font-size: 13px;
  color: #959595;
  font-weight: bold;
  text-align: right;
}

#section-main .photo span {
  font-weight: normal;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  #section-main .photo {
    display: none;
  }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  #section-main .mobile {
    display: none;
  }
}

#section-main .wrap-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: initial;
  background-size: cover;
}

#section-main .wrap-img:before {
  background: rgba(0, 0, 0, 0.35);
  height: 100%;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  #section-main .wrap-img {
    background-position: center center !important;
  }
}

#section-main .wrap-img .textMovil {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -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;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #ffffff;
  padding: 0 10%;
  background-color: rgba(0, 0, 0, 0.45);
}

#section-main .wrap-img .textMovil h1 {
  font-size: 60px;
  font-family: Heading Compressed Pro,sans-serif;
  text-transform: uppercase;
  margin: 0;
  color: #ffffff;
}

@media only screen and (min-width: 320px) and (max-width: 667px) {
  #section-main .wrap-img .textMovil h1 {
    font-size: 40px;
  }
}

#section-main .wrap-img .textMovil p {
  font-size: 14px;
  padding-bottom: 15px;
}

@media (min-width: 801px) {
  #section-main .wrap-img .textMovil {
    display: none;
  }
}

#section-main .DragHint {
  display: block;
  position: absolute;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: calc(100% - 125px);
  left: calc(43px + 2.9vw);
  height: 128px;
  font-size: 13px;
  color: #959595;
  font-weight: 100;
  z-index: 1;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  #section-main .DragHint {
    display: none;
  }
}

#section-main .DragHint .DragHint-Text {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #959595;
  top: 20px;
  position: relative;
}

#section-main .DragHint .DragHint-Icon {
  margin: auto;
  border: 2px solid #959595;
  border-radius: 15px;
  width: 23px;
  height: 31px;
  margin-top: 32px;
}

#section-main .DragHint .DragHint-Line {
  margin: auto;
  height: 30%;
  width: 1px;
  margin-top: 4px;
  background-color: #959595;
}

.social-nav {
  position: fixed;
  width: 70px;
  height: 100vh;
  right: 0;
  border-left: 1px solid #fff;
  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;
  z-index: 1;
  font-size: 20px;
  color: #ffffff;
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .social-nav {
    display: none;
  }
}

.change {
  position: fixed;
  width: 70px;
  height: 100vh;
  right: 0;
  border-left: 1px solid #3e3e3e;
  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;
  z-index: 2;
  font-size: 20px;
  background-color: #ffffff;
  color: #000;
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.change ul {
  padding: 0;
  list-style: none;
}

.change ul li {
  padding-bottom: 33px;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .change {
    display: none;
  }
}

.social-nav ul {
  padding: 0;
  list-style: none;
}

.social-nav ul li {
  padding-bottom: 33px;
}

.social-nav.dos {
  border-left: 1px solid #3e3e3e;
  color: #000;
  z-index: 12;
}

#slider-video {
  background-color: #fff;
  height: auto;
}

@media (max-width: 800px) {
  #slider-video .container-fluid {
    padding: 0;
  }
}

#slider-video .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  position: relative;
  width: 88%;
  margin: 0 auto;
  height: 170px;
}

@media (max-width: 800px) {
  #slider-video .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  #slider-video .flex {
    width: 100%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  #slider-video .flex .dos {
    padding: 15px;
    width: 100%;
  }
}

#slider-video .flex h2 {
  font-size: 60px;
  text-transform: uppercase;
  font-family: Heading Compressed Pro,sans-serif;
}

@media only screen and (min-width: 1900px) {
  #slider-video .flex h2 {
    font-size: 75px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  #slider-video .flex h2 {
    font-size: 50px;
    padding: 0;
    margin: 0;
  }
}

@media only screen and (min-width: 320px) and (max-width: 667px) {
  #slider-video .flex h2 {
    font-size: 34px;
  }
}

#slider-video .flex li {
  padding: 0;
  margin: 0;
  position: relative;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  #slider-video .flex li {
    position: initial;
  }
}

#slider-video .flex li p {
  font-size: 13px;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  #slider-video .flex li p {
    font-size: 12px;
  }
}

#slider-video .flex li ul {
  list-style: none;
  position: relative;
}

.swiper-container {
  width: 100%;
  height: 100%;
  margin-bottom: 60px;
}

.swiper-container video {
  max-width: 88%;
  height: auto;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .swiper-container video {
    max-width: 100%;
  }
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  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;
}

.controls .swiper-button-next,
.controls .swiper-button-prev {
  border: 1px solid !important;
  height: 50px !important;
  width: 50px !important;
}

.controls .swiper-button-next,
.controls .swiper-container-rtl .swiper-button-prev {
  background-image: none !important;
  color: #000 !important;
}

.controls .swiper-button-prev,
.controls .swiper-container-rtl .swiper-button-next {
  background-image: none !important;
  color: #000 !important;
}

.controls .swiper-button-next::after,
.controls .swiper-button-prev::after {
  font-size: 14px !important;
}

@media only screen and (min-width: 992px) {
  .controls .swiper-button-next::after:hover,
  .controls .swiper-button-prev::after:hover {
    color: #ffffff;
  }
}

@media only screen and (min-width: 992px) {
  .controls .swiper-button-next::after .swiper-button-next::after:hover,
  .controls .swiper-button-prev::after .swiper-button-next::after:hover {
    color: #ffffff;
  }
}

.controls .right {
  right: 0;
  z-index: 1;
}

@media only screen and (min-width: 992px) {
  .controls .right:hover {
    background-color: #333132;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    color: #ffffff !important;
  }
}

.controls .left {
  right: 0;
  z-index: 1;
}

@media only screen and (min-width: 992px) {
  .controls .left:hover {
    background-color: #333132;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    color: #ffffff !important;
  }
}

.controls .swiper-button-prev,
.controls .swiper-container-rtl .swiper-button-next {
  left: calc(100% - 100px);
  z-index: 1;
}

.controls .swiper-container-horizontal > .swiper-pagination-bullets,
.controls .swiper-pagination-custom,
.controls .swiper-pagination-fraction {
  bottom: 30px;
  left: 0;
  width: 100%;
  text-align: right;
}

.controls-mobile {
  width: 100%;
  position: relative;
  height: 100px;
  margin: 15px 0 15px 0;
}

@media (min-width: 801px) {
  .controls-mobile {
    display: none;
  }
}

.controls-mobile ul {
  list-style: none;
}

.controls-mobile .swiper-button-next,
.controls-mobile .swiper-button-prev {
  border: 1px solid !important;
  height: 50px !important;
  width: 50px !important;
}

.controls-mobile .swiper-button-next,
.controls-mobile .swiper-container-rtl .swiper-button-prev {
  background-image: none !important;
  color: #000 !important;
}

.controls-mobile .swiper-button-prev,
.controls-mobile .swiper-container-rtl .swiper-button-next {
  background-image: none !important;
  color: #000 !important;
}

.controls-mobile .swiper-button-next::after,
.controls-mobile .swiper-button-prev::after {
  font-size: 14px !important;
}

.controls-mobile .right {
  right: 0;
}

.controls-mobile .swiper-button-prev,
.controls-mobile .swiper-container-rtl .swiper-button-next {
  left: calc(100% - 100px);
}

.controls-mobile .swiper-container-horizontal > .swiper-pagination-bullets,
.controls-mobile .swiper-pagination-custom,
.controls-mobile .swiper-pagination-fraction {
  bottom: 30px;
  left: 0;
  width: 100%;
  text-align: left;
  padding-left: 30px;
}

.panel {
  margin: 10px 0px;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s cubic-bezier(0, 0, 0.58, 1);
  transition: max-height 0.3s cubic-bezier(0, 0, 0.58, 1);
}

.tableDpt {
  padding: 40px 0;
  background-color: #f8f7f7;
}

@media only screen and (min-width: 1900px) {
  .tableDpt {
    padding: 65px 0;
  }
}

.tableDpt p {
  color: #959595;
  font-family: "oakes-regular", sans-serif;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 300;
  line-height: 1.19;
  letter-spacing: 0.64px;
  margin: 15px 0px;
  text-align: center;
  text-align: center;
  text-transform: uppercase;
}

.tableDpt p strong {
  font-weight: bold;
}

.tableDpt ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  list-style: none;
  font-family: "oakes-regular", sans-serif;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.tableDpt ul li {
  display: inline-block;
  margin: 0px 0PX 15px 0px;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 300;
  line-height: 1.19;
  letter-spacing: 0.64px;
  text-align: center;
  color: #959595;
}

@media only screen and (min-width: 1900px) {
  .tableDpt ul li {
    font-size: 16px;
    margin: 33.5px 0px;
  }
}

.tableDpt ul li a {
  color: #959595;
}

@media only screen and (min-width: 992px) {
  .tableDpt ul li a:hover {
    text-decoration: underline;
  }
}

.tableDpt ul li strong {
  font-weight: bold;
}

.tableDpt hr {
  margin: 0;
  padding: 0 16.3px;
}

.error-img {
  background-image: url(/images/begrand-error.jpg?ad93673019de56e0835e9ec065c57df3);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #434343;
  margin: 0;
  padding: 0;
}

@media (max-width: 800px) {
  .error-img {
    background-image: url(/images/begrand-mobile.jpg?b466a4a51358ec2e901ab31b2a48d43f);
  }
}

.error-img .error-wrap {
  height: 100vh;
  width: 100%;
  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;
}

.error-img .error-wrap .error {
  width: 50vw;
  background-color: #ffffff;
  height: 40vh;
  text-align: center;
  text-transform: uppercase;
  font-family: Heading Compressed Pro,sans-serif;
}

@media (max-width: 800px) {
  .error-img .error-wrap .error {
    width: 85vw;
  }
}

.error-img .error-wrap .error p {
  padding: 0;
  margin-bottom: 0;
}

.error-img .error-wrap .error p:nth-child(1) {
  font-size: 110px;
}

@media (max-width: 800px) {
  .error-img .error-wrap .error p:nth-child(1) {
    font-size: 90px;
  }
}

.error-img .error-wrap .error p:nth-child(2) {
  font-size: 16;
  font-family: oakes-regular, sans-serif;
  text-transform: initial;
}

#headerHome {
  width: 100%;
  height: 100vh;
  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;
}

#headerHome h1 {
  font-size: 60px;
  color: #3e3e3e;
  margin-top: 331px;
  padding-left: 140px;
  margin-bottom: 0;
}

#headerHome p {
  padding-left: 140px;
  margin-bottom: 0;
  width: 85%;
  color: #5b5b5b;
}

#headerHome form {
  margin-left: 143px;
  margin-top: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}

#headerHome form select {
  height: 75px;
  text-align: center;
  background-color: transparent;
  border-style: none;
  border: 1px solid #707070;
  color: #959595;
}

#headerHome form #bedrooms {
  width: 395px;
}

#headerHome form input[type=submit] {
  width: 324px;
  background-color: #3e3e3e;
  color: #fff;
  border-style: none;
}

#DepaSliderHome {
  margin: 30px auto;
}

@media only screen and (min-width: 992px) and (max-width: 1400px) {
  #DepaSliderHome .container {
    width: calc(100% - 167px);
  }
}

#DepaSliderHome ul {
  margin-top: 30px;
  list-style: none;
}

@media (max-width: 800px) {
  #DepaSliderHome ul {
    padding: 0;
  }
}

#DepaSliderHome ul figcaption {
  background-color: #5063a3;
  color: #ffffff;
  font-size: 16px;
  font-family: "helveticaneue", sans-serif;
  font-weight: bold;
  line-height: 1.21;
  padding: 23px 13px;
  position: absolute;
  top: 0;
  text-align: center;
}

@media only screen and (min-width: 1900px) {
  #DepaSliderHome ul figcaption {
    font-size: 16px;
    width: 70px;
    height: 70px;
  }
}

#DepaSliderHome h1 {
  opacity: 0.34;
  font-family: "oakes-regular", sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.2;
  text-align: left;
  color: #000000;
  padding-bottom: 20px;
}

@media only screen and (min-width: 1900px) {
  #DepaSliderHome h1 {
    font-size: 35px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 667px) {
  #DepaSliderHome h1 {
    font-size: 19px;
  }
}

#DepaSliderHome h3 {
  text-transform: uppercase;
  font-size: 20px;
  margin: 0;
  padding: 0;
}

@media only screen and (min-width: 320px) and (max-width: 667px) {
  #DepaSliderHome h3 {
    font-size: 18px;
  }
}

#DepaSliderHome h4 {
  font-size: 14px;
  font-weight: bold;
  margin-top: 5px;
}

#DepaSliderHome h4 span {
  font-weight: normal;
  color: #959595;
}

#DepaSliderHome p {
  color: #5b5b5b;
  font-size: 14px;
}

#slideDpa {
  background-color: #e5e5e5;
  margin-left: 30px 0;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

#slideDpa li {
  background-color: #e5e5e5;
  display: block;
  text-align: left;
}

/* slider mas departamentos  */

.swiper-button-next-unique {
  right: -11px;
  /* @include on-device($desktopNav) {
		right: 5px;
	} */
}

@media only screen and (max-width: 799px) {
  .swiper-button-next-unique {
    right: 3px;
  }
}

.swiper-button-next-unique::after {
  content: "next";
  font-family: swiper-icons;
  color: #000000;
  font-size: 30px !important;
}

.swiper-button-next-unique,
.swiper-button-prev-unique {
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000000;
}

.swiper-button-prev-unique {
  left: -11px;
}

@media only screen and (max-width: 799px) {
  .swiper-button-prev-unique {
    left: 3px;
  }
}

.swiper-button-prev-unique::after {
  content: 'prev';
  font-family: swiper-icons;
  color: #000000;
  font-size: 30px !important;
}

#sliderMenu {
  position: fixed;
  z-index: 13;
  width: 100%;
  height: 100vh;
  display: none;
}

#sliderMenu .container-fluid {
  padding: 0;
}

#sliderMenu .container-fluid [class*="col-"] {
  padding: 0;
}

#sliderMenu .swiper-slide-active {
  width: 100%;
}

#sliderMenu .swiper-wrapper .menu {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  list-style: none;
}

#sliderMenu .swiper-wrapper .menu li {
  height: 50px;
  font-size: 22px;
}

#sliderMenu .swiper-wrapper .submenu {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  list-style: none;
}

#sliderMenu .swiper-wrapper .submenu li {
  height: 50px;
  font-size: 22px;
}

/* estilos resultados buscador */

#section-head {
  background-color: #3e3e3e;
  display: block;
  width: 100%;
  position: relative;
  height: 300px;
  /********************/
  /* Buscador mobile */
  /*******************/
  /******************/
  /* Buscador desk */
  /*****************/
}

@media only screen and (min-width: 1900px) {
  #section-head {
    height: 46vh;
  }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  #section-head {
    background-color: #3e3e3e;
    height: 600px;
  }

  #section-head .form-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 80%;
  }

  #section-head .updateSelected {
    height: 100%;
    margin-top: 14px;
    margin-bottom: 8px;
    width: 100% !important;
  }
}

#section-head.detalles {
  height: 242px;
}

#section-head.detalles h1 {
  display: block;
  margin-left: 48px;
  font-size: 20px;
}

@media (max-width: 800px) {
  #section-head.detalles h1 {
    margin-left: 20px;
    display: none;
  }
}

#section-head .search-mobile {
  display: block;
  position: relative;
  top: 125px;
  /* Buscador modal */
}

#section-head .search-mobile .btn-white {
  color: #959595;
  display: block;
  font-size: 14px;
  margin: 0 auto;
  height: 55px;
  width: 330px;
}

#section-head .search-mobile .btn-white i {
  color: #747474;
  border-right: solid 1px;
  border-top: solid 1px;
}

#section-head .search-mobile #modal-filtro {
  background-color: white;
}

#section-head .search-mobile #modal-filtro form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: inherit;
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#section-head .search-mobile #modal-filtro form .selectdiv {
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  /* lebel */
}

#section-head .search-mobile #modal-filtro form .selectdiv::after {
  content: '';
  width: 11.8px;
  height: 11.8px;
  border-right: solid 1px;
  border-top: solid 1px;
  color: #747474;
  right: 20px;
  top: 22px;
  position: absolute;
  pointer-events: none;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

#section-head .search-mobile #modal-filtro form .selectdiv label {
  position: absolute;
  left: 35px;
  color: #959595;
  font-size: 14px;
  pointer-events: none;
  font-family: "oakes-regular", sans-serif;
  border: unset !important;
}

#section-head .search-mobile #modal-filtro form .notIcon.selectdiv::after {
  content: "";
  border: none;
}

#section-head .search-mobile #modal-filtro form #max {
  border-bottom: 1px solid #747474;
  margin-bottom: 20px;
}

#section-head .search-mobile #modal-filtro form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #747474;
  color: #959595;
  font-size: 14px;
  font-family: "oakes-regular", sans-serif;
  text-align: left;
  padding-left: 20px;
  outline: none;
  width: 302px;
  height: 63px;
  color: transparent;
}

#section-head .search-mobile #modal-filtro form select::-ms-expand {
  display: none;
}

#section-head .search-mobile #modal-filtro form select option {
  outline: none;
  color: #959595;
}

#section-head .search-mobile #modal-filtro form select option:disabled {
  color: #959595;
}

#section-head .search-mobile #modal-filtro form .btnSearch {
  border: 0;
  width: 330px;
  height: 63px;
  background-color: #5b5b5b;
  font-family: "oakes-regular", sans-serif;
  font-size: 14px;
  line-height: 1.29;
  text-align: left;
  color: #ffffff;
  padding-left: 20px;
}

@media only screen and (min-width: 992px) {
  #section-head .search-mobile {
    display: none;
  }
}

@media only screen and (min-width: 1900px) {
  #section-head .search-desk .titulos {
    padding-left: 0%;
    text-align: center;
  }
}

#section-head .search-desk form {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  right: inherit;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#section-head .search-desk form .selectdiv {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  float: left;
  /* lebel */
}

#section-head .search-desk form .selectdiv::after {
  content: '';
  width: 11.8px;
  height: 11.8px;
  border-right: solid 2px;
  border-top: solid 2px;
  color: #ffffff;
  right: 2.8vw;
  bottom: calc(50% - 3px);
  position: absolute;
  pointer-events: none;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

#section-head .search-desk form .selectdiv label {
  position: absolute;
  color: #ffffff;
  font-size: 14px;
  pointer-events: none;
  font-family: "oakes-regular", sans-serif;
  border: unset !important;
  padding-left: 5px;
}

@media only screen and (min-width: 992px) {
  #section-head .search-desk form .selectdiv label {
    padding: 0px 10px;
  }
}

@media only screen and (min-width: 1900px) {
  #section-head .search-desk form .selectdiv label {
    border: 1.5px solid #ffffff;
    font-size: 16px;
    padding-left: 15px;
  }
}

#section-head .search-desk form .notIcon.selectdiv::after {
  content: "";
  border: none;
}

#section-head .search-desk form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ffffff;
  color: transparent;
  font-size: 14px;
  font-family: "oakes-regular", sans-serif;
  max-height: 75px;
  height: 8vh;
  text-align: left;
  background: transparent;
  padding-left: 40px;
  padding-right: 40px;
  outline: none;
}

#section-head .search-desk form select::-ms-expand {
  display: none;
}

@media only screen and (min-width: 1900px) {
  #section-head .search-desk form select {
    border: 1.5px solid #ffffff;
    padding-left: 15px;
    font-size: 16px;
  }
}

#section-head .search-desk form select option {
  background-color: #3e3e3e;
  outline: none;
  color: #ffffff;
}

#section-head .search-desk form select option:disabled {
  color: #ffffff;
}

#section-head .search-desk form #bedrooms {
  width: 18vw;
}

#section-head .search-desk form #bathrooms,
#section-head .search-desk form #parking_lot {
  max-width: 263px;
  width: 14vw;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  #section-head .search-desk form #bathrooms,
  #section-head .search-desk form #parking_lot {
    max-width: 100%;
    width: 100%;
  }
}

#section-head .search-desk form #min,
#section-head .search-desk form #max {
  max-width: 163px;
  width: 10vw;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  #section-head .search-desk form #min,
  #section-head .search-desk form #max {
    max-width: 100%;
    width: 100%;
  }
}

#section-head .search-desk form .btnSearch {
  max-width: 196px;
  width: 140px;
  max-height: 75px;
  height: 8vh;
  background-color: #ffffff;
  font-family: "oakes-regular", sans-serif;
  font-size: 16px;
  line-height: 1.19;
  letter-spacing: normal;
  text-align: center;
  padding-right: 20px;
  color: #333132;
  cursor: pointer;
  border: none;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  #section-head .search-desk form .btnSearch {
    max-width: 100%;
    width: 100%;
    margin-top: 12px;
  }
}

#specDpt {
  background-color: #ffffff;
  /* imagen lado izquierdo */
  /* descripcion lado derecho */
}

@media only screen and (min-width: 1900px) {
  #specDpt {
    padding-bottom: 40px;
  }
}

#specDpt h2 {
  opacity: 0.34;
  font-family: "oakes-regular", sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 1.4px;
  text-align: left;
  color: #000000;
  margin: 35px 0;
}

@media only screen and (min-width: 1900px) {
  #specDpt h2 {
    font-size: 35px;
    margin: 40px 0;
  }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  #specDpt h2 {
    font-size: 20px;
    margin: 40px 0px;
    position: relative;
  }
}

#specDpt .lftPln {
  background-color: #e3e3e3;
  position: relative;
  max-height: 440px;
  height: 60vh;
}

#specDpt .lftPln figure {
  margin: 0;
}

#specDpt .lftPln figure img {
  max-height: 405px;
  height: 38vh;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#specDpt .lftPln figure figcaption {
  background-color: #5063a3;
  color: #ffffff;
  font-size: 16px;
  font-family: "helveticaneue", sans-serif;
  font-weight: bold;
  line-height: 1.21;
  padding: 23px 13px;
  position: absolute;
  right: 0;
  text-align: center;
}

@media only screen and (min-width: 1900px) {
  #specDpt .lftPln figure figcaption {
    font-size: 24px;
    padding: 31px 21px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  #specDpt .lftPln figure figcaption {
    font-size: 14px;
  }
}

#specDpt .rgtDsc {
  background-color: #f8f7f7;
  font-family: "oakes-regular", sans-serif;
  position: relative;
  padding: 25px 33px;
}

@media only screen and (min-width: 992px) {
  #specDpt .rgtDsc {
    max-height: 440px;
    height: 60vh;
  }
}

@media only screen and (min-width: 992px) {
  #specDpt .rgtDsc .centerVert {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
  }
}

#specDpt .rgtDsc .centerVert h1 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: normal;
  margin: 0 0 20px;
  text-align: left;
  text-transform: uppercase;
  color: #3e3e3e;
}

@media only screen and (min-width: 1900px) {
  #specDpt .rgtDsc .centerVert h1 {
    font-size: 35px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  #specDpt .rgtDsc .centerVert h1 {
    font-size: 20px;
  }
}

#specDpt .rgtDsc .centerVert h4 {
  color: #959595;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.28;
  letter-spacing: 0.72px;
  margin: 0;
  text-align: left;
}

#specDpt .rgtDsc .centerVert h4 strong {
  color: #3e3e3e;
  font-weight: bold;
}

@media only screen and (min-width: 1900px) {
  #specDpt .rgtDsc .centerVert h4 {
    font-size: 18px;
  }
}

#specDpt .rgtDsc .centerVert p {
  color: #959595;
  font-size: 14px;
  margin: 35px 0;
  line-height: 1.75;
  letter-spacing: 0.64px;
  text-align: left;
}

@media only screen and (min-width: 1900px) {
  #specDpt .rgtDsc .centerVert p {
    font-size: 16px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  #specDpt .rgtDsc .centerVert p {
    margin: 20px 0;
  }
}

#specDpt .rgtDsc .centerVert .verMas {
  margin: 0;
  width: 180px;
}

/* estilos detalle departamentos */

#detalle {
  width: 100%;
  display: table;
  position: relative;
  background-color: #ffffff;
  /***********************************/
  /* Descripcion general lado derecho*/
  /***********************************/
}

#detalle #planoGaleria {
  margin: 0;
  padding: 0;
  display: inline-block;
  background-color: #ffffff;
  height: 520px;
  /* galerias con dos modales 360 y ver fotos */
  /* galerias con un solo modal 360 o ver fotos */
  /* ver plano */
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  #detalle #planoGaleria {
    width: 100%;
    height: auto !important;
  }
}

#detalle #planoGaleria #plano {
  position: relative;
  width: 100%;
  height: 68%;
  border-bottom: 4px solid #ffffff;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  #detalle #planoGaleria #plano {
    height: 450px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 667px) {
  #detalle #planoGaleria #plano {
    height: 280px;
  }
}

#detalle #planoGaleria #plano.plnUnc {
  height: 100%;
  display: block;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  #detalle #planoGaleria #plano.plnUnc {
    height: 450px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 667px) {
  #detalle #planoGaleria #plano.plnUnc {
    height: 280px;
  }
}

#detalle #planoGaleria #plano img {
  width: 90%;
  max-width: 840px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  #detalle #planoGaleria #plano img {
    max-height: 440px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 667px) {
  #detalle #planoGaleria #plano img {
    max-height: 260px;
  }
}

#detalle #planoGaleria #plano .mensaje {
  color: #7c7c7c;
}

#detalle #planoGaleria #plano .mensaje:hover {
  color: #ffffff;
  background-color: #5063a3;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  border: none;
}

#detalle #planoGaleria .galeriasDos {
  margin: 0;
  padding: 0;
  height: 32%;
  width: 50%;
  position: relative;
  float: left;
  z-index: 1;
  border-bottom: 4px solid #ffffff;
}

#detalle #planoGaleria .galeriasDos img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  #detalle #planoGaleria .galeriasDos {
    height: 180px;
  }
}

#detalle #planoGaleria #tresSesenta.galeriasDos {
  border-right: 2px solid #ffffff;
}

#detalle #planoGaleria #galeria.galeriasDos {
  border-left: 2px solid #ffffff;
}

#detalle #planoGaleria .galeriasUno {
  margin: 0;
  padding: 0;
  height: 32%;
  width: 100%;
  border-bottom: 4px solid #ffffff;
}

#detalle #planoGaleria .galeriasUno img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  #detalle #planoGaleria .galeriasUno {
    height: 209px;
  }
}

#detalle #planoGaleria .mensaje {
  position: absolute;
  right: 0;
  top: 0;
  padding: 12px 40px;
  background-color: rgba(255, 255, 255, 0.34);
  font-family: "oakes-regular", sans-serif;
  font-size: 14px;
  line-height: 1.19;
  text-align: center;
  color: #ffffff;
}

@media only screen and (min-width: 992px) {
  #detalle #planoGaleria .mensaje {
    cursor: pointer;
  }

  #detalle #planoGaleria .mensaje:hover {
    color: #ffffff;
    background-color: #5063a3;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    text-decoration: underline;
    border: none;
  }
}

@media only screen and (min-width: 1900px) {
  #detalle #planoGaleria .mensaje {
    padding: 18px 45px;
    font-size: 16px;
  }
}

#detalle #dscrDpt {
  padding: 20px  !important;
  margin: 0;
  background-color: #ffffff;
  display: table;
  font-family: "oakes-regular", sans-serif;
  position: relative;
  padding: 30px 0px;
  width: calc(50% - 70px);
  /* lado derecho sin galerias */
  /* lado derecho con una galerias */
  /* centrar tabla */
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  #detalle #dscrDpt {
    display: block;
    height: auto !important;
    margin-top: -5px;
    width: 100%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  #detalle #dscrDpt.snGlrs {
    display: block;
    height: auto;
  }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  #detalle #dscrDpt.soloUno {
    display: block;
    height: auto;
  }
}

#detalle #dscrDpt .centerVert {
  position: relative;
  display: block;
  padding: 30px calc(2.9vw + 62px);
  /* titulo */
  /* descripciones */
  /* tabla Precios */
  /* lista descripcion */
  /* boton */
}

#detalle #dscrDpt .centerVert h1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 14px;
  text-align: left;
  color: #3e3e3e;
}

@media only screen and (min-width: 1900px) {
  #detalle #dscrDpt .centerVert h1 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  #detalle #dscrDpt .centerVert h1 {
    /*display: none;*/
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
  }
}

#detalle #dscrDpt .centerVert h2 {
  font-family: Heading Compressed Pro,sans-serif;
  color: #383838;
  font-size: 60px;
  margin: 10px 0px;
  padding: 0;
}

#detalle #dscrDpt .centerVert span {
  text-transform: uppercase;
  font-family: Oakes Grotesk,sans-serif;
  font-weight: 100;
  color: #61b3ff;
  font-size: 30px;
}

#detalle #dscrDpt .centerVert p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.28;
  text-align: left;
  color: #000000;
}

@media only screen and (min-width: 1900px) {
  #detalle #dscrDpt .centerVert p {
    font-size: 18px;
  }
}

#detalle #dscrDpt .centerVert p small {
  font-size: 11px;
  padding: 0;
  margin: 0;
  display: block;
}

#detalle #dscrDpt .centerVert table {
  display: table;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  width: auto;
}

@media only screen and (min-width: 320px) and (max-width: 667px) {
  #detalle #dscrDpt .centerVert table {
    width: 100%;
  }
}

#detalle #dscrDpt .centerVert td {
  border: 1px solid #000;
  text-align: center;
  padding: 5px 25px;
  margin: 0;
  font-size: 12px;
  text-transform: uppercase;
  color: #000000;
  font-weight: 300;
  /* precio descuento */
}

@media only screen and (min-width: 1900px) {
  #detalle #dscrDpt .centerVert td {
    font-size: 16px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1230px) {
  #detalle #dscrDpt .centerVert td {
    padding: 10px 15px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 667px) {
  #detalle #dscrDpt .centerVert td {
    display: block;
    position: relative;
  }

  #detalle #dscrDpt .centerVert td:nth-child(2) {
    top: -2px;
  }

  #detalle #dscrDpt .centerVert td:nth-child(3) {
    top: -4px;
  }

  #detalle #dscrDpt .centerVert td:nth-child(4) {
    top: -5px;
  }
}

#detalle #dscrDpt .centerVert td strong {
  font-weight: bold;
}

#detalle #dscrDpt .centerVert td span {
  font-weight: 300;
  color: #e07979;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#detalle #dscrDpt .centerVert td span i {
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 0px;
}

#detalle #dscrDpt .centerVert td span i svg {
  fill: #e07979;
}

#detalle #dscrDpt .centerVert ul {
  list-style: none;
  font-size: 16px;
  line-height: 1.33;
  letter-spacing: 0.72px;
  text-align: left;
  color: #959595;
  font-weight: normal;
  padding: 0;
}

@media only screen and (min-width: 1900px) {
  #detalle #dscrDpt .centerVert ul {
    font-size: 18px;
  }
}

#detalle #dscrDpt .centerVert ul li {
  padding-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#detalle #dscrDpt .centerVert ul li strong {
  font-weight: bold;
  color: #000;
  font-size: 12px;
}

#detalle #dscrDpt .centerVert ul li span {
  font-weight: bold;
  color: #000;
  font-size: 12px;
}

#detalle #dscrDpt .centerVert ul li i {
  display: inline-block;
  width: 38px;
  height: 38px;
  padding: 2px;
  margin-right: 10px;
}

#detalle #dscrDpt .centerVert ul li i svg {
  fill: #707070;
  position: relative;
}

#detalle #dscrDpt .centerVert .ncl.btn-white {
  padding: 10px 20px;
  width: 200px;
}

#tbRelacion {
  width: 100%;
  background-color: #f8f7f7;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  #tbRelacion {
    background-color: #ffffff;
  }
}

#tbRelacion .tableDpt {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  #tbRelacion .tableDpt {
    background-color: #ffffff;
  }
}

#tbRelacion .tableDpt h2 {
  opacity: 0.34;
  font-family: "oakes-regular", sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.2;
  text-align: left;
  color: #000000;
  padding-left: 14px;
  margin-top: 0;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  #tbRelacion .tableDpt h2 {
    font-size: 18px;
    text-align: center;
  }
}

#contacto {
  width: 100%;
  background-color: #ffffff;
  padding: 40px 0px;
  font-family: "oakes-regular", sans-serif;
}

@media only screen and (min-width: 992px) {
  #contacto {
    padding: 90px 0px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  #contacto {
    padding: 15px 0 20px;
  }

  #contacto .container {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0;
  }

  #contacto .container .col-md-6 {
    padding: 0;
  }

  #contacto .container .col-md-6 #maps {
    min-height: 65vh !important;
  }

  #contacto .container .col-md-6 #maps img {
    width: 100px;
  }
}

#contacto #contInt {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 1px;
  text-align: left;
  color: #3e3e3e;
  /* telefono */
  /* Direccion */
  /* formulario */
}

@media only screen and (min-width: 1900px) {
  #contacto #contInt {
    font-size: 25px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  #contacto #contInt {
    padding: 25px;
  }
}

#contacto #contInt h1 {
  color: #3e3e3e;
  font-family: "Heading Compressed Pro", sans-serif;
  font-size: 85px;
  line-height: 1;
  margin: 0 0 35px 0;
  text-align: left;
  text-transform: uppercase;
}

@media only screen and (min-width: 1900px) {
  #contacto #contInt h1 {
    font-size: 110px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  #contacto #contInt h1 {
    font-size: 62px;
    text-align: center;
    bottom: -200PX;
    position: relative;
    margin: 0 0 11px 0;
  }
}

#contacto #contInt address {
  font-style: italic;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  #contacto #contInt address {
    bottom: 70px;
    margin: 0 auto;
    position: relative;
    width: 265px;
  }
}

#contacto #contInt a {
  color: #3e3e3e;
}

@media only screen and (min-width: 992px) {
  #contacto #contInt a:hover {
    text-decoration: underline;
  }
}

#contacto #contInt p {
  font-style: normal;
  margin: 0;
}

#contacto #contInt p strong {
  font-weight: bold;
}

#contacto #contInt form {
  padding-top: 40px;
}

@media only screen and (min-width: 992px) {
  #contacto #contInt form {
    padding-right: 115px;
  }
}

#contacto #contInt form .field {
  border: none;
  color: #000000;
  float: left;
  font-family: "oakes-regular", sans-serif;
  font-size: 16px;
  line-height: 1.28;
  letter-spacing: 0.72px;
  padding: 0 0 16px 0;
  text-align: left;
  width: 100%;
  /* .alertError{
                    font-size: 13px;
                    padding: 4px;
                    color: $dark-peach;
                    opacity: 0;
                } */
}

@media only screen and (min-width: 1900px) {
  #contacto #contInt form .field {
    font-size: 18px;
    padding: 0 0 42px 0;
  }
}

#contacto #contInt form .field .fullName {
  margin: 0;
  padding: 0;
  width: 50%;
  float: left;
}

#contacto #contInt form .field .fullName:first-child {
  padding-right: 20px;
}

#contacto #contInt form .field .fullName:last-child {
  padding-left: 20px;
}

@media only screen and (min-width: 320px) and (max-width: 667px) {
  #contacto #contInt form .field .fullName {
    width: 100%;
    margin-bottom: 13px;
  }

  #contacto #contInt form .field .fullName:first-child {
    padding-right: 0px;
  }

  #contacto #contInt form .field .fullName:last-child {
    padding-left: 0px;
  }
}

#contacto #contInt form .field label {
  display: block;
  padding-bottom: 15px;
  text-transform: uppercase;
  width: 100%;
}

#contacto #contInt form .field input {
  width: 100%;
  font-size: 17px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-bottom: 1px solid #000000;
  border-radius: 0;
  -webkit-border-radius: 0;
  color: #00000066;
  outline: none;
}

#contacto #contInt form .field input:disabled {
  background-color: transparent;
}

#contacto #contInt form .field input:last-child {
  margin-bottom: 32px;
}

@media only screen and (min-width: 1900px) {
  #contacto #contInt form .field input {
    font-size: 18px;
  }
}

#contacto #contInt form .field .selectdiv {
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  width: 100%;
  margin-bottom: 30px;
  background-color: #ffffff;
}

#contacto #contInt form .field .selectdiv::after {
  content: '';
  width: 11.8px;
  height: 11.8px;
  border-right: solid 2px;
  border-top: solid 2px;
  right: 20px;
  top: 12px;
  position: absolute;
  pointer-events: none;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

@media only screen and (min-width: 992px) {
  #contacto #contInt form .field .selectdiv::after {
    top: 15px;
  }
}

#contacto #contInt form .field .selectdiv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #000000;
  color: #959595;
  text-align: left;
  padding-left: 15px;
  outline: none;
  width: 100%;
  height: 45px;
  font-size: 17px;
  background-color: #ffffff;
}

#contacto #contInt form .field .selectdiv select::-ms-expand {
  display: none;
}

#contacto #contInt form .field .selectdiv select option {
  outline: none;
}

#contacto #contInt form .field .selectdiv select option:disabled {
  color: #959595;
}

#contacto #contInt form button {
  float: right;
  color: #000000;
}

#amenidades,
#galeria-modal {
  height: 100vh;
  /* galeria grande */
  /* miniaturas */
  /************/
  /* sliders */
  /************/
  /********************************/
  /* controles flechas y contador */
  /********************************/
}

#amenidades [class*="col-"],
#galeria-modal [class*="col-"] {
  padding: 0;
}

#amenidades .swiper-container,
#galeria-modal .swiper-container {
  width: 100%;
  margin: 0;
}

#amenidades .swiper-container .swiper-wrapper,
#galeria-modal .swiper-container .swiper-wrapper {
  height: 100vh !important;
}

#amenidades .gallery-top,
#galeria-modal .gallery-top {
  height: 100%;
  width: 100%;
}

#amenidades .gallery-thumbs,
#galeria-modal .gallery-thumbs {
  height: 145px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  bottom: 25px;
  right: 20px;
  width: 500px;
}

@media only screen and (min-width: 320px) and (max-width: 667px) {
  #amenidades .gallery-thumbs,
  #galeria-modal .gallery-thumbs {
    display: none;
  }
}

#amenidades .gallery-thumbs .swiper-slide,
#galeria-modal .gallery-thumbs .swiper-slide {
  height: 145px;
  opacity: 0.82;
}

#amenidades .gallery-thumbs .swiper-slide-thumb-active,
#galeria-modal .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

#amenidades .swiper-slide,
#galeria-modal .swiper-slide {
  background-size: cover;
  background-position: center;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#amenidades .swiper-slide .gallery-header,
#galeria-modal .swiper-slide .gallery-header {
  top: 25%;
  position: absolute;
  left: 11%;
}

@media (max-width: 800px) {
  #amenidades .swiper-slide .gallery-header,
  #galeria-modal .swiper-slide .gallery-header {
    left: 20px;
  }
}

#amenidades .swiper-slide .gallery-header h1,
#galeria-modal .swiper-slide .gallery-header h1 {
  color: #61b3ff;
  font-family: oakes-ligth,sans-serif;
  font-size: 20px;
  font-weight: 100;
  line-height: 0.8em;
  text-transform: uppercase;
  text-align: left;
}

@media only screen and (min-width: 992px) {
  #amenidades .swiper-slide .gallery-header h1,
  #galeria-modal .swiper-slide .gallery-header h1 {
    font-size: calc(20px + 5*(100vw - 1024px)/656);
  }
}

#amenidades .swiper-slide .gallery-header h2,
#galeria-modal .swiper-slide .gallery-header h2 {
  color: #fff;
  font-family: "Heading Compressed Pro", sans-serif;
  font-size: 40px;
  line-height: 0;
  text-transform: uppercase;
  text-align: left;
}

@media only screen and (min-width: 992px) {
  #amenidades .swiper-slide .gallery-header h2,
  #galeria-modal .swiper-slide .gallery-header h2 {
    font-size: calc(40px + 15*(100vw - 1024px)/656);
  }
}

#amenidades .arrows,
#galeria-modal .arrows {
  position: absolute;
  z-index: 11;
  bottom: 225px;
  width: 230px;
  right: 10px;
}

@media only screen and (min-width: 320px) and (max-width: 667px) {
  #amenidades .arrows,
  #galeria-modal .arrows {
    right: 0px;
    bottom: 35px;
    width: 100%;
  }
}

#amenidades .arrows .swiper-pagination,
#galeria-modal .arrows .swiper-pagination {
  color: #fff;
  padding: 0;
  font-family: "oakes-regular", sans-serif;
  bottom: 27px;
  right: -175px;
  width: auto;
}

@media only screen and (min-width: 320px) and (max-width: 667px) {
  #amenidades .arrows .swiper-pagination,
  #galeria-modal .arrows .swiper-pagination {
    right: unset;
    left: 20px;
    bottom: -15px;
    font-size: 14;
  }
}

#amenidades .arrows .swiper-button-prev,
#amenidades .arrows .swiper-button-next,
#galeria-modal .arrows .swiper-button-prev,
#galeria-modal .arrows .swiper-button-next {
  color: #fff !important;
  border: 1px solid !important;
  height: 35px !important;
  width: 50px !important;
  background-image: none !important;
}

#amenidades .arrows .swiper-button-prev::after,
#amenidades .arrows .swiper-button-next::after,
#galeria-modal .arrows .swiper-button-prev::after,
#galeria-modal .arrows .swiper-button-next::after {
  font-size: 10px !important;
}

@media only screen and (min-width: 992px) {
  #amenidades .arrows .swiper-button-prev:hover,
  #amenidades .arrows .swiper-button-next:hover,
  #galeria-modal .arrows .swiper-button-prev:hover,
  #galeria-modal .arrows .swiper-button-next:hover {
    background-color: #333132;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    color: #ffffff !important;
  }
}

@media only screen and (min-width: 320px) and (max-width: 667px) {
  #amenidades .arrows .swiper-button-prev,
  #amenidades .arrows .swiper-button-next,
  #galeria-modal .arrows .swiper-button-prev,
  #galeria-modal .arrows .swiper-button-next {
    border: none !important;
    outline: none;
    right: 0px;
  }

  #amenidades .arrows .swiper-button-prev::after,
  #amenidades .arrows .swiper-button-next::after,
  #galeria-modal .arrows .swiper-button-prev::after,
  #galeria-modal .arrows .swiper-button-next::after {
    font-size: 18px !important;
  }
}

#amenidades .arrows .swiper-button-prev,
#galeria-modal .arrows .swiper-button-prev {
  right: 60px;
  left: inherit !important;
}

@media only screen and (min-width: 320px) and (max-width: 667px) {
  #amenidades .arrows .swiper-button-prev,
  #galeria-modal .arrows .swiper-button-prev {
    right: 50px;
  }
}

#amenidades {
  position: relative;
  z-index: 5;
}

@media only screen and (min-width: 992px) {
  #amenidades .arrows {
    right: 80px;
  }
}

@media only screen and (min-width: 992px) {
  #amenidades .gallery-thumbs {
    right: 90px;
  }
}

#modal-gracias {
  background-color: #ffffff;
}

#modal-gracias .modal-content {
  text-align: left;
}

#modal-gracias [class*="col-"] {
  padding: 0;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  #modal-gracias .body {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

#modal-gracias .info {
  height: 100vh;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  #modal-gracias .info {
    height: 75vh;
  }
}

#modal-gracias .info .desc {
  width: 60%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (min-width: 1900px) {
  #modal-gracias .info .desc {
    width: 50%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  #modal-gracias .info .desc {
    width: 82%;
  }
}

#modal-gracias .info .desc h1 {
  text-transform: uppercase;
  font-size: 61px;
  font-family: "Heading Compressed Pro", sans-serif;
  text-align: left;
  line-height: 1.2;
  color: #3e3e3e;
  padding: 0;
  margin: 0;
}

@media only screen and (min-width: 1900px) {
  #modal-gracias .info .desc h1 {
    font-size: 100px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  #modal-gracias .info .desc h1 {
    font-size: 47px;
  }
}

#modal-gracias .info .desc a {
  margin-top: 20px;
}

#modal-gracias .bg-modal {
  background-image: url(/images/begrand.jpg?c0c146ef75d6e9e8ea7c71343e1d06f9);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: initial;
  background-size: cover;
  background-color: #464646;
  height: 100vh;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  #modal-gracias .bg-modal {
    height: 35vh;
    background-image: url(/images/begrand-mobile.jpg?b466a4a51358ec2e901ab31b2a48d43f);
  }
}

#modal-form {
  background-color: #ffffff;
  font-family: "oakes-regular", sans-serif;
  overflow-y: scroll;
  /* formulario */
}

#modal-form .close-modal {
  position: fixed;
  right: 15px;
  top: 10px;
}

#modal-form .modal-content {
  text-align: left;
}

#modal-form .modal-content svg {
  fill: black;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  #modal-form .modal-content .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

#modal-form .modal-content #contForm {
  padding: 5vh 5vw;
  height: auto;
}

@media only screen and (min-width: 992px) {
  #modal-form .modal-content #contForm {
    min-height: 100vh;
  }
}

#modal-form .modal-content #contForm h1 {
  font-family: "Heading Compressed Pro", sans-serif;
  font-size: 85px;
  font-weight: bold;
  line-height: 1.22;
  text-align: left;
  color: #3e3e3e;
  text-transform: uppercase;
  margin: 0;
}

@media only screen and (min-width: 1900px) {
  #modal-form .modal-content #contForm h1 {
    font-size: 110px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  #modal-form .modal-content #contForm h1 {
    display: none;
  }
}

#modal-form .modal-content #contForm p {
  font-family: "oakes-regular", sans-serif;
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: 0.64px;
  text-align: left;
  color: #5b5b5b;
  margin: 0;
}

@media only screen and (min-width: 1900px) {
  #modal-form .modal-content #contForm p {
    font-size: 16px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  #modal-form .modal-content #contForm p {
    display: none;
  }
}

#modal-form [class*="col-"] {
  padding: 0;
}

#modal-form #contactForm {
  height: auto;
}

@media only screen and (min-width: 992px) {
  #modal-form #contactForm {
    padding-top: 40px;
  }
}

#modal-form #contactForm .field {
  border: none;
  color: #000000;
  float: left;
  font-family: "oakes-regular", sans-serif;
  font-size: 16px;
  line-height: 1.28;
  letter-spacing: 0.72px;
  padding: 0 0 16px 0;
  text-align: left;
  width: 100%;
  /* .alertError{
                    font-size: 13px;
                    padding: 4px;
                    color: $dark-peach;
                    opacity: 0;
                } */
}

@media only screen and (min-width: 1900px) {
  #modal-form #contactForm .field {
    font-size: 18px;
    padding: 0 0 42px 0;
  }
}

#modal-form #contactForm .field .fullName {
  margin: 0;
  padding: 0;
  width: 50%;
  float: left;
}

#modal-form #contactForm .field .fullName:first-child {
  padding-right: 20px;
}

#modal-form #contactForm .field .fullName:last-child {
  padding-left: 20px;
}

@media only screen and (min-width: 320px) and (max-width: 667px) {
  #modal-form #contactForm .field .fullName {
    width: 100%;
    margin-bottom: 13px;
  }

  #modal-form #contactForm .field .fullName:first-child {
    padding-right: 0px;
  }

  #modal-form #contactForm .field .fullName:last-child {
    padding-left: 0px;
  }
}

#modal-form #contactForm .field label {
  display: block;
  padding-bottom: 15px;
  text-transform: uppercase;
  width: 100%;
}

#modal-form #contactForm .field input {
  width: 100%;
  font-size: 17px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-bottom: 1px solid #000000;
  border-radius: 0;
  -webkit-border-radius: 0;
  color: rgba(0, 0, 0, 0.4);
  outline: none;
}

#modal-form #contactForm .field input:disabled {
  background-color: transparent;
}

#modal-form #contactForm .field input:last-child {
  margin-bottom: 32px;
}

@media only screen and (min-width: 1900px) {
  #modal-form #contactForm .field input {
    font-size: 18px;
  }
}

#modal-form #contactForm .field .selectdiv {
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  width: 100%;
  margin-bottom: 30px;
  background-color: #ffffff;
}

#modal-form #contactForm .field .selectdiv::after {
  content: '';
  width: 11.8px;
  height: 11.8px;
  border-right: solid 2px;
  border-top: solid 2px;
  right: 20px;
  top: 12px;
  position: absolute;
  pointer-events: none;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

@media only screen and (min-width: 992px) {
  #modal-form #contactForm .field .selectdiv::after {
    top: 15px;
  }
}

#modal-form #contactForm .field .selectdiv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #000000;
  color: #959595;
  text-align: left;
  padding-left: 15px;
  outline: none;
  width: 100%;
  height: 45px;
  font-size: 17px;
  background-color: #ffffff;
}

#modal-form #contactForm .field .selectdiv select::-ms-expand {
  display: none;
}

#modal-form #contactForm .field .selectdiv select option {
  outline: none;
}

#modal-form #contactForm .field .selectdiv select option:disabled {
  color: #959595;
}

#modal-form #contactForm button {
  float: right;
  color: #000000;
}

#modal-form .bg-modal {
  background-image: url(/images/begrand.jpg?c0c146ef75d6e9e8ea7c71343e1d06f9);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: initial;
  background-size: cover;
  background-color: #464646;
  text-align: center;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  #modal-form .bg-modal {
    background-image: url(/images/begrand-mobile.jpg?b466a4a51358ec2e901ab31b2a48d43f);
    height: 42vh !important;
  }
}

#modal-form .bg-modal h1 {
  font-size: 40px;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 10vh 0 0 0;
  background-color: rgba(0, 0, 0, 0.45);
}

@media only screen and (min-width: 992px) {
  #modal-form .bg-modal h1 {
    display: none;
  }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  #modal-form .bg-modal p {
    font-size: 13px;
    width: 80%;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1900px) {
  #modal-form .bg-modal h1,
  #modal-form .bg-modal p {
    display: none;
  }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  #modal-form .bg-modal h1,
  #modal-form .bg-modal p {
    color: #ffffff;
  }
}

form {
  /* Este es nuestro diseño para los campos no válidos */
  /* Este es el diseño para nuestros mensajes de error */
}

form input:invalid {
  border-bottom: 1px solid #e07979;
}

form .alertError {
  width: 100%;
  height: 13px;
  padding: 0;
  font-size: 12px;
  color: #e07979;
  background-color: #ffffff;
  display: block;
}

form .alertError.active {
  padding: 0.3em;
}

form input,
form textarea {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

