/* CSS RESET. standardizes cross-browser rendering on common elements, neutralizing browsers' built-in stylesheets. */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, iframe {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0; }

a, img a {
  border: 0 none;
  margin: 0;
  padding: 0; }

/* End RESET. */
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on November 18, 2021 */
@font-face {
  font-family: 'brandon_grotesqueregular';
  src: url("../fonts/brandon_reg-webfont.woff2") format("woff2"), url("../fonts/brandon_reg-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'brandon_grotesquebold';
  src: url("../fonts/brandon_bld-webfont.woff2") format("woff2"), url("../fonts/brandon_bld-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'brandon_grotesqueblack';
  src: url("../fonts/brandon_blk-webfont.woff2") format("woff2"), url("../fonts/brandon_blk-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'brandon_grotesquelight';
  src: url("../fonts/brandon_light-webfont.woff2") format("woff2"), url("../fonts/brandon_light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'brandon_grotesquemedium';
  src: url("../fonts/brandon_med-webfont.woff2") format("woff2"), url("../fonts/brandon_med-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

button.lines-button {
  -webkit-appearance: none;
  background: transparent;
  border: 0 none;
  outline: 0 none; }

button .lines {
  background: white; }
  button .lines:before, button .lines:after {
    background: white; }

.lines {
  vertical-align: middle;
  background: white;
  border-radius: 0.1rem;
  display: inline-block;
  height: 0.15rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 40px;
  position: relative; }
  .lines:before, .lines:after {
    background: white;
    border-radius: 0.1rem;
    display: inline-block;
    height: 0.15rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 40px;
    position: absolute;
    left: 0;
    content: '';
    transform-origin: 0.125rem center;
    -webkit-transform-origin: 0.125rem center; }
  .lines:before {
    top: 0.625rem; }
  .lines:after {
    top: -0.625rem; }

.lines-button {
  border-radius: 0.2142857143rem;
  cursor: pointer;
  display: inline-block;
  padding: 5px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .lines-button:hover {
    opacity: 1; }
  .lines-button:active {
    background: rgba(0, 0, 0, 0.1);
    -webkit-transition: 0;
    transition: 0; }
  .lines-button.x.close .lines {
    background: transparent; }
    .lines-button.x.close .lines:before, .lines-button.x.close .lines:after {
      transform-origin: 50% 50%;
      -webkit-transform-origin: 50% 50%;
      top: 0;
      width: 40px; }
    .lines-button.x.close .lines:before {
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
      transform: rotate3d(0, 0, 1, 45deg); }
    .lines-button.x.close .lines:after {
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
      transform: rotate3d(0, 0, 1, -45deg); }

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=aab46673704e7643d5fdec2d2e9cbeca)
 * Config saved to config.json and https://gist.github.com/aab46673704e7643d5fdec2d2e9cbeca
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
.container, .row, *[class^="col-"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

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

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

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

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

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

.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-left: 15px;
  padding-right: 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-12 {
  width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0%; } }

@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-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0%; } }

@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-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0%; } }

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

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.btn {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: all 0.1s;
  -moz-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  background: white;
  border: 1px solid white;
  border-radius: 0;
  color: #1d1d1b;
  cursor: pointer;
  display: inline-block;
  font-family: 'brandon_grotesquebold';
  font-size: 13px;
  text-transform: uppercase;
  padding: 16px 20px;
  max-width: 100%;
  text-align: center;
  min-width: 270px;
  letter-spacing: 1px; }
  .btn:hover {
    background: rgba(255, 255, 255, 0.75); }
  .btn.arrow:after {
    background: url(../images/arrow-right2.svg) no-repeat right top;
    content: "";
    display: inline-block;
    height: 12px;
    vertical-align: middle;
    width: 16px; }
  @media (max-width: 767px) {
    .btn {
      display: block;
      width: 100%; } }
header#header {
  position: fixed;
  z-index: 10;
  width: 100%;
  top: 0;
  -webkit-backdrop-filter: blur(5px);
  background: rgba(29, 29, 27, 0.94); }
  header#header > .wrapper {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -moz-box-sizing: border-box;
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
    padding-top: 30px;
    width: 100%; }
  header#header .area {
    width: 120px; }
    header#header .area button {
      float: left;
      margin-left: -5px; }
  header#header a.logo {
    display: inline-block;
    max-width: calc(100% - 160px); }
    header#header a.logo img {
      max-width: 100%;
      height: auto;
      display: block; }
    header#header a.logo:hover {
      opacity: 0.75; }
  header#header .wrapper {
    position: relative; }
  header#header .puyella {
    display: inline-block;
    position: absolute;
    top: 61px;
    opacity: 0.5;
    right: 170px;
    transition: all 0.15s;
    -moz-transition: all 0.15s;
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s; }
    @media (max-width: 900px) {
      header#header .puyella {
        display: none; } }
    header#header .puyella:hover {
      opacity: 0.75; }
  header#header .flex-2 {
    align-items: center;
    display: none;
    flex: 2;
    justify-content: space-between;
    width: 100%; }
    header#header .flex-2 .pic {
      -webkit-transform: translateX(-40%);
      transform: translateX(-40%);
      background: url(../images/pic1.jpg) no-repeat center center;
      background-size: cover;
      height: 300px;
      opacity: 0.5;
      width: 600px;
      transition: all 0.75s;
      -moz-transition: all 0.75s;
      -webkit-transition: all 0.75s;
      -o-transition: all 0.75s;
      transition-delay: 0.75s;
      -webkit-transition-delay: 0.75s; }
      header#header .flex-2 .pic.hideme {
        opacity: 0; }
      header#header .flex-2 .pic.pic2 {
        -webkit-transform: translateX(40%);
        transform: translateX(40%);
        background: url(../images/pic2.jpg);
        background-position: left center;
        background-size: auto 100%; }
  header#header nav {
    display: flex;
    text-align: left;
    font-family: 'brandon_grotesquelight', sans-serif;
    text-transform: uppercase; }
    header#header nav ul li {
      transition: all 0.75s;
      -moz-transition: all 0.75s;
      -webkit-transition: all 0.75s;
      -o-transition: all 0.75s;
      transition-delay: 0.5s;
      -webkit-transition-delay: 0.5s; }
      header#header nav ul li.hideme {
        pointer-events: none;
        opacity: 0; }
      header#header nav ul li:nth-child(1) {
        transition-delay: 0.2s;
        -webkit-transition-delay: 0.2s; }
        header#header nav ul li.hideme:nth-child(1) {
          transition-delay: 0.3s;
          -webkit-transition-delay: 0.3s; }
      header#header nav ul li:nth-child(2) {
        transition-delay: 0.3s;
        -webkit-transition-delay: 0.3s; }
        header#header nav ul li.hideme:nth-child(2) {
          transition-delay: 0.2s;
          -webkit-transition-delay: 0.2s; }
      header#header nav ul li:nth-child(3) {
        transition-delay: 0.4s;
        -webkit-transition-delay: 0.4s; }
        header#header nav ul li.hideme:nth-child(3) {
          transition-delay: 0.1s;
          -webkit-transition-delay: 0.1s; }
      header#header nav ul li:nth-child(4) {
        transition-delay: 0.5s;
        -webkit-transition-delay: 0.5s; }
        header#header nav ul li.hideme:nth-child(4) {
          transition-delay: 0s;
          -webkit-transition-delay: 0s; }
      header#header nav ul li a {
        position: relative;
        z-index: 1;
        display: inline-block; }
        header#header nav ul li a:hover {
          color: #afa332; }
        header#header nav ul li a:before {
          transition: all 0.15s ease;
          -moz-transition: all 0.15s ease;
          -webkit-transition: all 0.15s ease;
          -o-transition: all 0.15s ease;
          top: 50%;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          background: #afa332;
          content: "";
          height: 8px;
          left: 0;
          position: absolute;
          width: 0;
          z-index: -1; }
      header#header nav ul li.active a:before, header#header nav ul li a:hover:before {
        width: 240px; }
    header#header nav ul li {
      padding: 20px; }
      header#header nav ul li a {
        color: white;
        font-size: 36px;
        letter-spacing: 10px; }
  header#header.nav-is-open {
    display: flex;
    height: 100vh;
    flex-direction: column;
    align-items: center; }
    header#header.nav-is-open .flex-2 {
      display: flex; }
    header#header.nav-is-open > .wrapper {
      padding-bottom: 0; }
  @media (max-width: 767px) {
    header#header > .wrapper {
      padding-bottom: 15px;
      padding-top: 15px; }
    header#header .flex-2 .pic {
      opacity: 0; }
    header#header .area {
      width: 60px; }
    header#header ul.social {
      max-width: 60px; }
      header#header ul.social li:nth-child(2), header#header ul.social li:nth-child(3) {
        display: none; } }
  @media (max-width: 1000px) {
    header#header .flex-2 .pic {
      -webkit-transform: translateX(-20%);
      transform: translateX(-20%); }
      header#header .flex-2 .pic.pic2 {
        -webkit-transform: translateX(20%);
        transform: translateX(20%); } }
  @media (max-width: 1300px) {
    header#header .flex-2 .pic {
      -webkit-transform: translateX(-30%);
      transform: translateX(-30%); }
      header#header .flex-2 .pic.pic2 {
        -webkit-transform: translateX(30%);
        transform: translateX(30%); } }
  @media (min-width: 1100px) {
    header#header .flex-2 .pic {
      height: 450px;
      width: 900px; }
    header#header nav {
      -webkit-transform: scale(1.2);
      transform: scale(1.2); } }
footer#footer {
  background: #1d1d1b;
  color: white;
  padding-top: 50px;
  text-align: center; }
  footer#footer img.logo {
    display: block;
    height: auto;
    margin: 0 auto 30px;
    max-width: 84%; }
  footer#footer address {
    line-height: 2.1;
    padding: 30px 0; }
    footer#footer address .main {
      font-size: 125%; }
    footer#footer address i.fa, footer#footer address span.color {
      color: #afa332;
      margin-right: 3px; }
    footer#footer address a.mail {
      text-transform: uppercase; }
      footer#footer address a.mail:hover {
        color: #afa332; }
    footer#footer address a.tel {
      cursor: default; }
      footer#footer address a.tel:after {
        border-right: 1px solid white;
        content: "";
        display: inline-block;
        height: 12px;
        margin-right: 9px;
        padding-right: 10px; }
  footer#footer .sz {
    padding: 0 0 20px;
    align-items: center;
    display: flex;
    justify-content: space-between; }
    footer#footer .sz .line {
      border-top: 1px solid rgba(175, 163, 50, 0.5);
      flex: 2; }
    footer#footer .sz a {
      margin: 0 20px;
      color: #afa332; }
      footer#footer .sz a:hover {
        color: white; }
  footer#footer .copyright {
    border-top: 1px solid white;
    font-size: 11px;
    opacity: 0.5;
    padding: 20px 0;
    text-transform: uppercase; }
    footer#footer .copyright a.puyella {
      transition: all 0.15s;
      -moz-transition: all 0.15s;
      -webkit-transition: all 0.15s;
      -o-transition: all 0.15s;
      display: inline-block;
      order: 2; }
      footer#footer .copyright a.puyella:hover {
        opacity: 0.75; }
    @media (min-width: 700px) {
      footer#footer .copyright {
        align-items: center;
        display: flex;
        justify-content: space-between; }
        footer#footer .copyright span {
          width: 220px;
          ordder: 1;
          text-align: left; }
          footer#footer .copyright span:last-child {
            text-align: right;
            order: 3; } }
    @media (max-width: 699px) {
      footer#footer .copyright a.puyella {
        display: block; }
        footer#footer .copyright a.puyella img {
          display: block;
          margin: 0 auto 15px; } }
#hero {
  background: #1d1d1b;
  color: white;
  padding-top: 150px;
  text-align: center;
  position: relative; }
  #hero:after {
    content: "";
    background: white;
    position: absolute;
    bottom: 0;
    height: 50px;
    left: 0;
    width: 100%;
    z-index: 4; }
  #hero ul.slider {
    z-index: 5; }
    #hero ul.slider > li, #hero ul.slider .slick-slide {
      height: 600px;
      background: url(../images/pic9.jpg) no-repeat center center;
      background-size: cover;
      position: relative; }
      #hero ul.slider > li.slide2, #hero ul.slider .slick-slide.slide2 {
        background-image: url(../images/pic6.jpg); }
      #hero ul.slider > li.slide3, #hero ul.slider .slick-slide.slide3 {
        background-image: url(../images/pic4.jpg); }
      #hero ul.slider > li.slide4, #hero ul.slider .slick-slide.slide4 {
        background-image: url(../images/pic5.jpg); }
      #hero ul.slider > li.slide5, #hero ul.slider .slick-slide.slide5 {
        background-image: url(../images/pic2.jpg); }
      #hero ul.slider > li.slide6, #hero ul.slider .slick-slide.slide6 {
        background-image: url(../images/pic7.jpg); }
      #hero ul.slider > li.slide7, #hero ul.slider .slick-slide.slide7 {
        background-image: url(../images/pic8.jpg); }
      #hero ul.slider > li .txt, #hero ul.slider .slick-slide .txt {
        align-items: center;
        background: rgba(29, 29, 27, 0.5);
        display: flex;
        height: 100%;
        justify-content: center;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%; }
        #hero ul.slider > li .txt h1, #hero ul.slider .slick-slide .txt h1 {
          font-size: 72px;
          letter-spacing: 30px;
          padding-left: 24px;
          font-family: 'brandon_grotesquelight'; }
          #hero ul.slider > li .txt h1 strong, #hero ul.slider .slick-slide .txt h1 strong {
            font-family: 'brandon_grotesqueregular'; }
          @media (max-width: 767px) {
            #hero ul.slider > li .txt h1, #hero ul.slider .slick-slide .txt h1 {
              font-size: 50px;
              letter-spacing: 20px;
              padding-left: 12px; } }
          @media (max-width: 850px) {
            #hero ul.slider > li .txt h1.long, #hero ul.slider .slick-slide .txt h1.long {
              font-size: 50px;
              letter-spacing: 20px;
              padding-left: 12px; } }
          @media (max-width: 600px) {
            #hero ul.slider > li .txt h1.long, #hero ul.slider .slick-slide .txt h1.long {
              font-size: 36px;
              letter-spacing: 6px;
              padding-left: 6px; } }
  #hero .slick-arrow {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    background: white url(../images/arrow-right.svg) no-repeat center center;
    border: 0 none;
    border-radius: 0;
    cursor: pointer;
    height: 48px;
    padding: 0;
    position: absolute;
    text-indent: -30000px;
    top: 50%;
    margin-top: -24px;
    width: 48px;
    z-index: 1; }
    #hero .slick-arrow:hover {
      background-color: #afa332;
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
              box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
    #hero .slick-arrow:focus {
      outline: 0 none; }
    @media (max-width: 767px) {
      #hero .slick-arrow {
        top: auto;
        bottom: 20px; } }
    #hero .slick-arrow.slick-prev {
      transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      left: 0; }
    #hero .slick-arrow.slick-next {
      right: 0; }
    #hero .slick-arrow.slick-disabled {
      opacity: 0.5;
      pointer-events: none; }
  #hero ul.slick-dots {
    position: absolute;
    bottom: 25px;
    width: 100%; }
    #hero ul.slick-dots li {
      margin: 0 6px;
      display: inline-block;
      vertical-align: middle; }
      #hero ul.slick-dots li button {
        transition: all 0.15s ease;
        -moz-transition: all 0.15s ease;
        -webkit-transition: all 0.15s ease;
        -o-transition: all 0.15s ease;
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        background: rgba(255, 255, 255, 0.7);
        border: 0 none;
        border-radius: 0;
        cursor: pointer;
        height: 2px;
        padding: 0;
        text-indent: -30000px;
        width: 40px;
        font-size: 1px; }
        #hero ul.slick-dots li button:focus {
          outline: 0 none; }
      #hero ul.slick-dots li:not(.slick-active) button:hover {
        background: white; }
      #hero ul.slick-dots li.slick-active button {
        height: 4px;
        background: #afa332; }
    @media (max-width: 500px) {
      #hero ul.slick-dots {
        bottom: 35px; }
        #hero ul.slick-dots li {
          margin: 0 4px; }
          #hero ul.slick-dots li button {
            width: 28px; } }
  @media (max-width: 767px) {
    #hero {
      padding-top: 91px; } }
#vivi {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: 'brandon_grotesquelight';
  font-size: 36px;
  letter-spacing: 20px;
  line-height: 1.25;
  padding-top: 60px; }
  #vivi .flex {
    margin-top: 60px; }
    @media (min-width: 1001px) {
      #vivi .flex {
        display: flex;
        justify-content: space-between;
        align-items: flex-end; }
        #vivi .flex h3 {
          flex: 2;
          padding: 0 0 50px 30px; } }
    #vivi .flex .square {
      background: #1d1d1b url(../images/gr.svg) no-repeat center center;
      background-size: 100% auto;
      -ms-grid-row-align: stretch;
          align-self: stretch;
      width: 20%; }
  #vivi .pic {
    background: #A0B7CA url(../images/pic2.jpg) no-repeat center center;
    background-size: cover;
    padding-bottom: 20%;
    width: calc(50% - 30px); }
  @media (max-width: 1000px) {
    #vivi .flex .pic {
      width: 60%;
      display: inline-block;
      vertical-align: top; }
    #vivi .flex h3 {
      display: inline-block;
      max-width: 35%;
      vertical-align: top; }
    #vivi .flex .square {
      margin-left: 60%;
      padding-bottom: 40%;
      width: 40%; } }
  @media (max-width: 767px) {
    #vivi {
      font-size: 26px;
      letter-spacing: 12px;
      line-height: 1.2; }
      #vivi .flex .pic {
        display: block;
        padding-bottom: 40%; }
      #vivi .flex h3 {
        padding: 30px 15px;
        float: right; }
      #vivi .flex .square {
        clear: both;
        margin-left: 20%; } }
#unidades-content p {
  margin-top: 20px;
  font-size: 21px;
  max-width: 400px; }

#unidades-content .two-cols .wrapper {
  position: relative; }

#unidades-content .two-cols .txt {
  background: #1d1d1b;
  color: white; }

@media (min-width: 1040px) {
  #unidades-content .two-cols .txt {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: none;
    height: 100%;
    padding: 100px 30px 100px 0;
    position: absolute;
    width: calc(50% - 30px); }
    #unidades-content .two-cols .txt:before {
      content: "";
      width: 50vw;
      left: 0;
      height: 100%;
      background: #1d1d1b;
      position: absolute;
      margin-left: -50vw;
      top: 0; } }

#unidades-content .two-cols .pic {
  left: calc(50% - 100px);
  padding: 100px 0;
  width: calc(50vw + 100px);
  white-space: nowrap; }

#unidades-content .slick-list {
  padding: 0 20% 0 0 !important; }

#unidades-content ul.planos {
  text-align: left; }
  #unidades-content ul.planos > li, #unidades-content ul.planos .slick-slide {
    text-align: right;
    max-width: 80%;
    padding-right: 20px; }
    #unidades-content ul.planos > li a, #unidades-content ul.planos .slick-slide a {
      position: relative;
      display: block;
      margin-bottom: 16px;
      background: #afa332; }
      #unidades-content ul.planos > li a:hover img, #unidades-content ul.planos .slick-slide a:hover img {
        opacity: 0.75; }
      #unidades-content ul.planos > li a:hover .more, #unidades-content ul.planos .slick-slide a:hover .more {
        color: #afa332;
        -webkit-box-shadow: 1px 1px 0 1px #afa332 inset;
                box-shadow: 1px 1px 0 1px #afa332 inset; }
      #unidades-content ul.planos > li a img, #unidades-content ul.planos .slick-slide a img {
        transition: all 0.15s;
        -moz-transition: all 0.15s;
        -webkit-transition: all 0.15s;
        -o-transition: all 0.15s;
        display: block;
        height: auto;
        width: 100%; }
      #unidades-content ul.planos > li a .more, #unidades-content ul.planos .slick-slide a .more {
        transition: all 0.15s;
        -moz-transition: all 0.15s;
        -webkit-transition: all 0.15s;
        -o-transition: all 0.15s;
        background: white;
        bottom: 0;
        color: #1d1d1b;
        font-family: 'brandon_grotesquebold';
        letter-spacing: 1px;
        padding: 12px 30px;
        position: absolute;
        right: 0;
        text-transform: uppercase; }
    #unidades-content ul.planos > li .title, #unidades-content ul.planos .slick-slide .title {
      font-family: 'brandon_grotesqueblack';
      text-transform: uppercase;
      font-size: 12px;
      letter-spacing: 0.9px; }
    #unidades-content ul.planos > li .subtitle, #unidades-content ul.planos .slick-slide .subtitle {
      color: #939598; }

#unidades-content .slider-nav {
  border-bottom: 1px solid #E6E7E8; }
  #unidades-content .slider-nav:after {
    content: "";
    width: 140px;
    height: 4px;
    display: block;
    background: #afa332;
    margin-bottom: -1px; }
  #unidades-content .slider-nav .slick-arrow {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    background: url(../images/arrow-right-white.svg) no-repeat center center;
    border: 0 none;
    border-radius: 0;
    cursor: pointer;
    height: 48px;
    padding: 0;
    text-indent: -30000px;
    top: 50%;
    width: 48px; }
    #unidades-content .slider-nav .slick-arrow:hover {
      opacity: 0.65; }
    #unidades-content .slider-nav .slick-arrow:focus {
      outline: 0 none; }
    #unidades-content .slider-nav .slick-arrow.slick-prev {
      transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -webkit-transform: rotate(180deg); }
    #unidades-content .slider-nav .slick-arrow.slick-disabled {
      opacity: 0.5;
      pointer-events: none; }

@media (max-width: 1039px) {
  #unidades-content {
    background: #1d1d1b; }
    #unidades-content .wrapper {
      padding: 0; }
    #unidades-content .two-cols .txt {
      float: none;
      padding: 30px 20px;
      width: auto; }
    #unidades-content .two-cols .pic {
      width: auto;
      padding: 60px 0;
      left: auto;
      position: initial;
      background: white;
      margin-left: 10%; }
    #unidades-content .slick-arrow {
      -webkit-filter: invert(100%);
      filter: invert(100%); } }

#contacto-content {
  text-align: center;
  padding-top: 0; }
  #contacto-content h2 {
    font-size: 32px;
    letter-spacing: 16px;
    text-transform: uppercase; }
    #contacto-content h2 strong {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      display: block;
      font-family: 'brandon_grotesquemedium';
      font-size: 46px;
      letter-spacing: 30px;
      text-indent: 18px; }
    @media (max-width: 600px) {
      #contacto-content h2 {
        font-size: 24px;
        letter-spacing: 12px; }
        #contacto-content h2 strong {
          font-size: 36px;
          letter-spacing: 20px;
          text-indent: 10px; } }
  #contacto-content form {
    max-width: 650px;
    margin: 40px auto 0; }
    #contacto-content form div[class*="col"] {
      margin-bottom: 15px;
      position: relative;
      padding-top: 10px; }
      #contacto-content form div[class*="col"] label {
        display: block;
        font-size: 15px;
        text-align: left; }
        #contacto-content form div[class*="col"] label.absolute {
          transition: all 0.15s ease;
          -moz-transition: all 0.15s ease;
          -webkit-transition: all 0.15s ease;
          -o-transition: all 0.15s ease;
          position: absolute;
          top: 20px;
          left: 15px; }
    #contacto-content form input[type="text"], #contacto-content form textarea {
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -moz-box-sizing: border-box;
      transition: all 0.15s ease;
      -moz-transition: all 0.15s ease;
      -webkit-transition: all 0.15s ease;
      -o-transition: all 0.15s ease;
      border: 0 none;
      border-bottom: 1px solid white;
      background: transparent;
      color: #1d1d1b;
      display: block;
      font-family: 'brandon_grotesqueregular', sans-serif;
      font-size: 18px;
      padding: 14px 0 6px;
      width: 100%;
      text-align: left; }
      #contacto-content form input.error[type="text"], #contacto-content form textarea.error {
        border-color: #C80025; }
        #contacto-content form input.error[type="text"] + label, #contacto-content form textarea.error + label {
          color: #C80025; }
      #contacto-content form input[type="text"]:focus, #contacto-content form input.focus[type="text"], #contacto-content form textarea:focus, #contacto-content form textarea.focus {
        border-color: #1d1d1b;
        outline: 0 none; }
        #contacto-content form input[type="text"]:focus + label, #contacto-content form input.focus[type="text"] + label, #contacto-content form textarea:focus + label, #contacto-content form textarea.focus + label {
          font-size: 12px;
          margin: -14px 0 0 0;
          color: #1d1d1b; }
      #contacto-content form input[type="text"]:disabled, #contacto-content form textarea:disabled {
        opacity: 0.5; }
        #contacto-content form input[type="text"]:disabled + label, #contacto-content form textarea:disabled + label {
          opacity: 0.5; }
    #contacto-content form textarea {
      min-height: 100px; }
    #contacto-content form .btn {
      margin-top: 20px; }
      #contacto-content form .btn.sending {
        opacity: 0.75;
        pointer-events: none; }
      #contacto-content form .btn.sent {
        background: transparent;
        color: white;
        pointer-events: none;
        width: 100%; }
    #contacto-content form p {
      margin-top: 20px; }
    #contacto-content form span.error {
      color: #C80025;
      display: block;
      margin-top: 5px;
      text-align: left;
      font-size: 15px; }
    #contacto-content form p.success-massage {
      margin: 10px 0;
      font-size: 20px; }
    #contacto-content form.sent input, #contacto-content form.sent label, #contacto-content form.sent textarea {
      opacity: 0.7;
      pointer-events: none; }

html, body {
  overflow-x: hidden; }

body {
  -webkit-text-size-adjust: 100%;
  color: black;
  font-size: 14px;
  font-weight: 400;
  font-family: 'brandon_grotesqueregular', sans-serif;
  line-height: 1.45; }
  body.avoid-scrolling {
    overflow: hidden;
    -webkit-overflow-scrolling: auto;
    height: 100vh; }
  body .wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
    padding-left: 20px;
    padding-right: 20px; }
    @media (max-width: 767px) {
      body .wrapper {
        padding-left: 15px;
        padding-right: 15px; } }
    @media (max-width: 767px) {
      body .wrapper.mobile_no_padding {
        padding-left: 0;
        padding-right: 0; } }
a {
  color: inherit;
  transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -webkit-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  text-decoration: none; }

.anchor {
  display: block;
  visibility: hidden;
  padding-top: 150px;
  margin-top: -150px; }
  @media (max-width: 767px) {
    .anchor {
      padding-top: 91px;
      margin-top: -91px; } }
.uppercase {
  text-transform: uppercase; }

.text-center {
  text-align: center; }

ul.social {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 120px;
  margin: auto; }
  ul.social li {
    font-size: 26px; }
    ul.social li a {
      color: #afa332; }
      ul.social li a:hover {
        color: white; }

.title-lg {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: 'brandon_grotesqueblack';
  font-size: 42px;
  letter-spacing: 24px;
  text-transform: uppercase; }
  @media (max-width: 1000px) {
    .title-lg {
      font-size: 38px;
      letter-spacing: 20px; } }
  @media (max-width: 767px) {
    .title-lg {
      font-size: 32px;
      letter-spacing: 16px; } }
@media (min-width: 768px) {
  .two-cols {
    *zoom: 1; }
    .two-cols:before, .two-cols:after {
      content: " ";
      display: table; }
    .two-cols:after {
      clear: both; }
    .two-cols .txt {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -moz-box-sizing: border-box;
      float: left;
      padding-right: 30px;
      width: 50%; }
    .two-cols .pic {
      left: 50%;
      position: relative;
      width: 50vw; } }

@media (min-width: 768px) {
  #gr {
    min-height: 390px; } }

.olive {
  background: #afa332;
  color: white;
  padding: 100px 0;
  position: relative; }
  @media (max-width: 767px) {
    .olive {
      padding: 70px 0; } }
  .olive hr {
    border: 0 none;
    background: white;
    height: 2px;
    width: 100px;
    margin: 30px 0; }
  .olive h4 {
    transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    font-family: 'brandon_grotesquebold';
    font-size: 60px;
    letter-spacing: 30px;
    position: absolute;
    bottom: 0;
    -webkit-transform-origin: left top;
            transform-origin: left top;
    white-space: nowrap; }
    @media (max-width: 767px) {
      .olive h4 {
        font-size: 48px;
        letter-spacing: 24px;
        bottom: 100px; } }
  @media (min-width: 768px) {
    .olive ul {
      float: right;
      padding-right: 30px; } }
  @media (min-width: 860px) {
    .olive ul {
      padding-right: 60px; } }
  @media (max-width: 767px) {
    .olive ul {
      padding-left: 100px; } }
  .olive ul li {
    font-family: 'brandon_grotesquelight';
    letter-spacing: 10px;
    font-size: 20px;
    margin-bottom: 2rem; }
    .olive ul li strong {
      font-family: 'brandon_grotesqueregular'; }
    .olive ul li address {
      text-transform: none;
      letter-spacing: 1px;
      font-size: 16px; }
      .olive ul li address i {
        float: left; }
      .olive ul li address span {
        margin-left: 12px;
        display: inline-block; }
  .olive p {
    font-size: 18px;
    margin-bottom: 25px; }
  .olive .pic {
    background: #CB9775 url(../images/terraza.jpg) no-repeat center center;
    background-size: cover;
    padding-bottom: 35%; }
    @media (max-width: 767px) {
      .olive .pic {
        padding-bottom: 46%;
        -webkit-transform: translateX(15px);
        transform: translateX(15px);
        margin-left: 60px; } }
    .olive .pic.pic3 {
      background-image: url(../images/pic3.jpg); }

.mfp-bg.mfp-white-box {
  background: #afa332;
  color: white;
  -webkit-backdrop-filter: blur(5px); }

.mfp-container button.mfp-close {
  color: white; }

.mfp-container .mfp-content {
  margin: 0 auto;
  max-width: 800px;
  padding: 0 15px; }

.mfp-container img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 100%;
  margin: 0 auto 25px; }

.mfp-container .content {
  color: white;
  max-width: 495px;
  margin: 0 auto; }
  .mfp-container .content a.btn {
    position: fixed;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }

.mfp-container h2 {
  font-family: 'brandon_grotesquebold';
  text-transform: uppercase;
  font-size: 18px; }

.mfp-container ul {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-top: 15px; }
  .mfp-container ul li {
    padding: 5px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 16px; }

button.mfp-arrow {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  background: white url(../images/arrow-right.svg) no-repeat center center;
  border: 0 none;
  border-radius: 0;
  cursor: pointer;
  height: 48px;
  padding: 0;
  width: 48px; }
  button.mfp-arrow:before, button.mfp-arrow:after {
    display: none; }
  button.mfp-arrow.mfp-arrow-left {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg); }

.video-wrapper {
  padding-bottom: 56.25%; }
  .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

a.whatsapp {
  background: #00e676 url(../images/whatsapp-logo.svg) no-repeat center center;
  border-radius: 50%;
  bottom: 3%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  color: white;
  font-size: 40px;
  height: 65px;
  right: 3%;
  position: fixed;
  width: 65px;
  z-index: 5; }
  a.whatsapp:hover {
    background-color: #20B394; }
  @media (max-width: 767px) {
    a.whatsapp {
      height: 50px;
      width: 50px;
      background-size: 60% auto; } }
