/*!
 * Theme Name: HTML5 Blank
 * Theme URI: http://html5blank.com
 * Description: HTML5 Blank WordPress Theme
 * Version: 1.5.0
 * Author: Todd Motto (@toddmotto)
 * Author URI: http://toddmotto.com
 * Tags: Blank, HTML5, CSS3
 *
 * License: MIT
 * License URI: http://opensource.org/licenses/mit-license.php
 */
/**
 * styles.scss
 * ---
 * Main `sass` file. Import here `sass` files
 */
/**
 * modules/variables
 * ---
 */
/**
 * Typography
 */
/**
 * Colors palette
 */
/**
 * Colors
 */
/**
 * Grid
 */
/**
 * modules/mixins
 * ---
 */
/**
 * modules/fonts
 * ---
 * Declare fonts here
 */
/*
@font-face {
  font-family: "Font-Name";
  src: url("fonts/font-name.eot");
  src: url("fonts/font-name.eot?#iefix") format("embedded-opentype"),
    url("fonts/font-name.woff") format("woff"),
    url("fonts/font-name.ttf") format("truetype"),
    url("fonts/font-name.svg#font-name") format("svg");
  font-weight: normal;
  font-style: normal;
}
*/
/**
 * partials/reset
 * ---
 */
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
progress, sub, sup {
  vertical-align: baseline;
}

button, hr, input {
  overflow: visible;
}

[type=checkbox], [type=radio], legend {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

button, input, select, textarea {
  font: inherit;
  margin: 0;
}

optgroup {
  font-weight: 700;
}

button, select {
  text-transform: none;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: .54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent;
  overflow-y: scroll;
}

body {
  font-family: "Josefin Sans", sans-serif;
  font-size: 140%;
  line-height: 1.5;
  color: #3d291a;
  background-color: #ede2d4;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

a {
  color: #3d291a;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

input[type="text"],
input[type="search"] {
  font-size: inherit;
  line-height: inherit;
}

::-moz-selection {
  background-color: #04A4CC;
  color: #ede2d4;
  text-shadow: none;
}

::selection {
  background-color: #04A4CC;
  color: #ede2d4;
  text-shadow: none;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

figure {
  margin: 0;
  padding: 0;
}

.main {
  left: 0;
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.menu-open .main {
  left: 260px;
}

h1, h2 {
  margin: 0;
}

/**
 * partials/wordpress
 * ---
 * Wordpess core classes
 */
/**
 * Alignment
 */
.alignnone {
  margin: 5px 15px 15px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 15px 15px;
}

.alignleft {
  float: left;
  margin: 5px 15px 15px 0;
}

/**
 * Gallery & images
 */
.wp-caption {
  background: #ede2d4;
  border: thin solid #F0F0F0;
  max-width: 95%;
  padding: 5px 5px;
  text-align: center;
}
.wp-caption img {
  width: auto;
  max-width: 98.5%;
  height: auto;
  border: 0 none;
  padding: 0;
  margin: 0;
}

.wp-caption .wp-caption-text,
.gallery-caption {
  margin: 0;
  padding: 0 5px 5px;
  font-size: 140%;
  line-height: 1.5;
}

/**
 * partials/utils
 * ---
 * Utils classes
 */
.wrap {
  /* max-width: $wrapper-width;
  margin: 0 auto;
  width: 100%; */
  padding: 0 80px;
}
@media (max-width: 1441px) {
  .wrap {
    padding: 0 20px;
  }
}
@media (max-width: 1025px) {
  .wrap {
    padding: 0 12px;
  }
}

.clear:before, .clear:after {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}

.reset-box {
  padding: 0;
  margin: 0;
}

.u-clearfix:before {
  content: " ";
  display: table;
}

.u-clearfix:after {
  clear: both;
  content: "";
  display: table;
}

.u-cb, .u-clear {
  clear: both !important;
}

.u-hidden, .u-hide {
  display: none;
}

.u-bn {
  border: 0 !important;
}

.u-b1px {
  border-width: 1px !important;
}

.u-mn {
  margin: 0 !important;
}

.u-pn {
  padding: 0 !important;
}

.u-al {
  text-align: left !important;
}

.u-ac, .u-tac {
  text-align: center !important;
}

.u-ar, .u-tar {
  text-align: right !important;
}

.u-al, .u-tal {
  text-align: left !important;
}

.u-fl, .u-left {
  float: left !important;
}

.u-fr, .u-right {
  float: right !important;
}

.u-bgn {
  background: none !important;
}

.u-relative {
  position: relative;
}

.u-absolute {
  position: absolute;
}

.u-sprite {
  background: url("../img/sprite.png") no-repeat;
  border: none;
  display: block;
  overflow: hidden;
  text-indent: -8000px;
}

.u-invisible {
  opacity: 0;
  filter: alpha(opacity=0);
}

.u-font-light {
  font-weight: 300;
}

.u-font-normal {
  font-weight: 400;
}

.u-font-medium {
  font-weight: 500;
}

.u-font-bold {
  font-weight: 700;
}

.u-font-black {
  font-weight: 900;
}

.u-italic {
  font-style: italic;
}

.u-block {
  display: block;
}

.u-inline-block {
  display: inline-block;
}

.u-bg-cover {
  background-size: cover;
  background-position: center center;
}

.u-text-transform-none {
  text-transform: none;
}

.u-square:before {
  content: "";
  display: block;
  padding-top: 100%;
}

/**
 * partials/header
 * ---
 */
.header {
  left: 0;
  position: fixed;
  width: 100%;
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
  top: 0;
  z-index: 10;
}

.fp-viewing-landing .header, .fp-viewing-landing-2 .header {
  opacity: 0;
  top: -50%;
}

.header__top,
.header__bottom {
  padding: 6px 80px 4px 350px;
}
@media (max-width: 1441px) {
  .header__top,
  .header__bottom {
    padding-right: 14px;
    padding-left: 190px;
  }
}

.header__top {
  background: #3d291a;
  color: #ede2d4;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 300;
}
@media (max-width: 1025px) {
  .header__top {
    font-size: 12px;
  }
}
@media (max-width: 769px) {
  .header__top {
    height: 20px;
  }
}

.header__top .menu__item {
  font-size: 13px;
}
@media (max-width: 1025px) {
  .header__top .menu__item {
    font-size: 12px;
  }
}

.header__top a {
  color: #ede2d4;
}

@media (max-width: 769px) {
  .header__top .menu,
  .header__top span {
    display: none;
  }
}

.header__bottom {
  background: #ede2d4;
  color: #3d291a;
  padding-top: 11px;
  padding-bottom: 9px;
}
@media (max-width: 769px) {
  .header__bottom {
    height: 62px;
  }
}

.phone {
  color: #ede2d4;
}
.phone:before {
  background: url(../src/img/icons/phone.png) no-repeat;
  content: "";
  display: inline-block;
  height: 16px;
  margin-right: 2px;
  vertical-align: middle;
  width: 16px;
}

.l_imoveisavenda {
  margin-left: 20px;
  text-transform: uppercase;
}

.header__bottom a {
  color: #cebea9;
  font-weight: 600;
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
}
@media (max-width: 1441px) {
  .header__bottom a {
    font-size: 13px;
  }
}

.header__bottom a.active {
  color: #3d291a;
}
@media (max-width: 769px) {
  .header__bottom a.active {
    color: #ede2d4;
    text-decoration: underline;
  }
}

.menu-open .header {
  left: 260px;
}

.logo {
  left: 80px;
  position: absolute;
  text-align: center;
  top: 10px;
}
@media (max-width: 1441px) {
  .logo {
    left: -5px;
    top: 7px;
  }
}
@media (max-width: 769px) {
  .logo {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 3px;
  }
}

.logo__img {
  width: 84%;
}
@media (max-width: 769px) {
  .logo__img {
    width: 82%;
  }
}

.menu {
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
}
@media (max-width: 769px) {
  .menu {
    background: #3d291a;
    height: 100%;
    left: -260px;
    padding: 16px 16px 0;
    position: fixed;
    top: 0;
    width: 260px;
    z-index: 10;
  }
}

.menu-open .menu {
  left: 0;
}

.menu__item,
.menu-item {
  display: inline-block;
  margin-right: 10px;
}
.menu__item:last-child,
.menu-item:last-child {
  margin-right: 0;
}
@media (max-width: 1441px) {
  .menu__item,
  .menu-item {
    margin-right: 9px;
  }
}
@media (max-width: 769px) {
  .menu__item,
  .menu-item {
    padding: 2px 0;
    width: 100%;
  }
}

.menu-icon {
  display: none !important;
  left: -16px;
  position: absolute !important;
  top: 2px;
}
@media (max-width: 769px) {
  .menu-icon {
    display: block !important;
  }
}

/* Hamburguer menu */
.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 96px;
  height: 96px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background .3s;
  transition: background .3s;
  -webkit-transform: scale(0.45);
  transform: scale(0.45);
}

.c-hamburger:focus {
  outline: 0;
}

.c-hamburger span {
  display: block;
  position: absolute;
  top: 44px;
  left: 18px;
  right: 18px;
  height: 8px;
  background: #3d291a;
}

.c-hamburger span::after, .c-hamburger span::before {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #3d291a;
  content: "";
}

.c-hamburger--htx, .c-hamburger--htx.is-active span {
  background: 0 0;
}

.c-hamburger span::before {
  top: -20px;
}

.c-hamburger span::after {
  bottom: -20px;
}

.c-hamburger--htx span {
  -webkit-transition: background 0s .3s;
  transition: background 0s .3s;
}

.c-hamburger--htx span::after, .c-hamburger--htx span::before {
  -webkit-transition-duration: .3s,.3s;
  transition-duration: .3s,.3s;
  -webkit-transition-delay: .3s,0s;
  transition-delay: .3s,0s;
}

.c-hamburger--htx span::before {
  -webkit-transition-property: top,-webkit-transform;
  transition-property: top,transform;
}

.c-hamburger--htx span::after {
  -webkit-transition-property: bottom,-webkit-transform;
  transition-property: bottom,transform;
}

.c-hamburger--htx.is-active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::after, .c-hamburger--htx.is-active span::before {
  -webkit-transition-delay: 0s,.3s;
  transition-delay: 0s,.3s;
}

.header__top--mobile {
  display: none;
}
@media (max-width: 769px) {
  .header__top--mobile {
    display: block;
  }
}

.switcher {
  float: right;
  margin-left: 20px;
  position: relative;
  z-index: 9;
}
.switcher li {
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 0 5px 0 0;
}
.switcher li:first-child {
  border-right: 1px solid #ede2d4;
}
.switcher li.current-lang a {
  cursor: default;
  text-decoration: underline;
}
.switcher li.current-lang a:hover {
  text-decoration: none;
}
.switcher a {
  color: #ede2d4;
  text-transform: uppercase;
}

.landing-1 {
  background-position: center bottom;
}

.landing-2 {
  background-position: center top;
  background-repeat: no-repeat;
}

.landing__title, .landing__subtitle {
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  text-align: center;
  text-transform: uppercase;
}

.landing__title {
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 7px;
  line-height: 100%;
  margin-bottom: 33px;
}
@media (max-width: 500px) {
  .landing__title {
    font-size: 22px;
    letter-spacing: 5px;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  }
}

.landing__subtitle {
  font-size: 45px;
  font-weight: 600;
  line-height: 120%;
}
@media (max-width: 500px) {
  .landing__subtitle {
    font-size: 30px;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  }
}

.landing__content {
  visibility: hidden;
  left: 50%;
  opacity: 0;
  position: fixed;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  top: 80%;
  width: 54.5%;
  z-index: 10;
}
@media (max-width: 500px) {
  .landing__content {
    width: 90%;
  }
}

.fp-viewing-landing .landing__content--1 {
  visibility: visible;
  opacity: 1;
  top: 21%;
}
@media (max-width: 500px) {
  .fp-viewing-landing .landing__content--1 {
    top: 45%;
  }
}

.fp-viewing-landing-2 .landing__content--2 {
  visibility: visible;
  opacity: 1;
  top: 20%;
}
@media (max-width: 500px) {
  .fp-viewing-landing-2 .landing__content--2 {
    top: 33%;
  }
}

.fp-controlArrow.fp-next.gotoback {
  left: 50% !important;
  margin-left: -19px;
  position: fixed;
  top: 50%;
  opacity: 1;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (max-width: 500px) {
  .fp-controlArrow.fp-next.gotoback {
    bottom: 0px;
    top: auto;
  }
}

.fp-controlArrow.fp-next.gotoback:focus, .fp-controlArrow.fp-next.gotoback:active {
  outline: 0;
}

.fp-viewing-landing-2 .fp-controlArrow.fp-next.gotoback {
  top: 90%;
}
@media (max-width: 500px) {
  .fp-viewing-landing-2 .fp-controlArrow.fp-next.gotoback {
    bottom: 0px;
    top: 150%;
  }
}

.fp-viewing-empreendimento-0 .fp-controlArrow.fp-next.gotoback {
  display: none;
}

.empreendimento .fp-scroller {
  height: 100%;
}
.empreendimento .slide__content {
  z-index: 9;
}

.slide-banner, .empreendimento__list, .empreendimento__list .slick-list, .empreendimento__list .slick-track {
  height: 100%;
}

.hotel-fasano .fp-scroller {
  height: 100%;
}
.hotel-fasano .slide__content {
  z-index: 9;
}

.hotel-fasano__list, .hotel-fasano__list .slick-list, .hotel-fasano__list .slick-track {
  height: 100%;
}

.amenities .fp-slidesNav {
  display: none;
}

.residenciaseterrenos .fp-slidesNav {
  display: none;
}

.fotos__list {
  height: 70vh;
  margin-top: 90px;
  position: absolute;
  top: 0;
}

.fotos__list .slick-list {
  overflow: visible;
}

.fotos__list .slick-list, .fotos__list .slick-track {
  height: 100%;
}

.fotos__list .slick-prev,
.fotos__list .slick-next {
  margin-top: -44px;
}

.fotos__item {
  height: 100%;
  margin: 0 2.5px;
  width: 270px;
}
.fotos__item:first-child > div {
  width: 100% !important;
}

.fotos__item:nth-child(odd) {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}

.fotos__item:nth-child(even) {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.fotos__item--title {
  font-size: 12px;
  padding-left: 20px;
  width: 470px;
}
@media (max-width: 500px) {
  .fotos__item--title {
    width: auto;
  }
}

.fotos__item--big .fotos__img {
  height: 100%;
}

.fotos__item--small .fotos__img {
  height: -webkit-calc(50% - 2.5px);
  height: calc(50% - 2.5px);
}

.fotos__img {
  display: block;
  margin-bottom: 5px;
}
.fotos__img:active, .fotos__img:focus {
  outline: 0;
}

.fotos__title {
  font-size: 15px;
  font-weight: 300;
  text-transform: uppercase;
}
@media (max-width: 500px) {
  .fotos__title {
    font-size: 12px;
    padding: 0 30px;
  }
}

.disponibilidades {
  background: #fff;
}

.disponibilidades__container {
  display: inline-block;
  margin: 0 auto;
  width: 80%;
}
@media (max-width: 769px) {
  .disponibilidades__container {
    margin: 0 auto;
    width: 100%;
  }
}
@media (max-width: 500px) {
  .disponibilidades__container {
    margin-top: 30px;
    padding: 0 12px;
  }
}

.disponibilidades-table,
.disponibilidades table {
  margin: 0 auto;
  text-transform: uppercase;
  table-layout: fixed;
}

.disponibilidades-table th,
.disponibilidades table th {
  border-bottom: 2px solid #ccc;
  font-size: 20px;
  font-weight: 600;
  padding: 0 30px;
}
@media (max-width: 1441px) {
  .disponibilidades-table th,
  .disponibilidades table th {
    font-size: 18px;
  }
}
@media (max-width: 769px) {
  .disponibilidades-table th,
  .disponibilidades table th {
    font-size: 15px;
  }
}

.disponibilidades-table td,
.disponibilidades table td {
  background: #ede2d4;
  border-bottom: 3px solid #fff;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 300;
  padding: 10px 0;
  text-align: center;
}
@media (max-width: 769px) {
  .disponibilidades-table td,
  .disponibilidades table td {
    font-size: 13px;
  }
}

.disponibilidades__see-more {
  background: #cebea9;
  color: #fff;
  display: block;
  line-height: 100%;
  padding: 15px 0 9px;
  width: 100%;
  -webkit-transition: background .3s;
  transition: background .3s;
  text-align: center;
}
.disponibilidades__see-more:hover {
  background: #bba589;
  text-decoration: none;
}
@media (max-width: 1441px) {
  .disponibilidades__see-more {
    padding: 8px 0 4px;
  }
}

.stacktable .st-head-row {
  display: none;
}

.stacktable.small-only {
  display: none;
}
@media (max-width: 500px) {
  .stacktable.small-only {
    display: block;
    margin-bottom: 30px;
    table-layout: fixed;
  }
}

@media (max-width: 500px) {
  .stacktable.large-only {
    display: none;
  }
}

.stacktable .st-key,
.stacktable .st-val {
  /* min-width: 50%; */
}

.stacktable thead,
.stacktable tbody,
.stacktable tr,
.stacktable th,
.stacktable td {
  width: 100%;
}

.imovel {
  background: rgba(237, 226, 212, 0.8);
  display: inline-block;
  font-family: "Roboto", sans-serif;
  height: 195px;
  margin: 0.41% 0.51%;
  vertical-align: top;
  width: 31.52%;
}
@media (max-width: 1580px) {
  .imovel {
    width: 48.7%;
  }
}
@media (max-width: 769px) {
  .imovel {
    height: auto;
    width: 100%;
  }
}

.imovel__image {
  background: #ede2d4;
  float: left;
  margin-right: 1.5%;
  max-height: 195px;
  padding: 7px 8px;
  width: 48.40%;
}
@media (max-width: 769px) {
  .imovel__image {
    max-height: initial;
  }
}

.imovel__content {
  float: left;
  padding: 8px;
  width: 47%;
}

.imovel__title {
  font-size: 12px;
  text-transform: uppercase;
}
.imovel__title span {
  font-size: 18px;
}

.imovel__description {
  font-size: 12px;
  line-height: 14px;
}
.imovel__description p {
  margin: 8px 0;
}

.imovel__metragem, .imovel__preco {
  font-size: 10px;
  font-weight: 300;
  line-height: 14px;
  margin: 5px 0;
  text-transform: uppercase;
}
.imovel__metragem strong, .imovel__preco strong {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}

.disponibilidades {
  padding: 0px 0 20px;
}

.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0;
}

.acf-map img {
  max-width: inherit !important;
}

.instagram__list {
  height: 60vh;
  padding: 0 70px;
}
@media (max-width: 500px) {
  .instagram__list {
    padding: 0;
  }
}

.instagram__list * {
  height: 100%;
}

.instagram__list .slick-prev {
  left: -70px;
}

.instagram__list .slick-next {
  right: -70px;
}

.instagram__item,
.instagram__list .sbi_item {
  margin: 0 0.3%;
  position: relative;
  width: 24.4% !important;
}

.instagram__list .slick-slide > div {
  margin-bottom: 0.5%;
  height: 49%;
}
@media (max-width: 500px) {
  .instagram__list .slick-slide > div {
    width: 46.9% !important;
  }
}

.instagram__list .slick-slide > div:last-child {
  margin-bottom: 0;
}

.instagram__img,
.instagram__list img {
  display: block !important;
  height: 100%;
  left: 0;
  width: auto;
  top: 0;
  width: 100%;
}
.instagram__img:focus, .instagram__img:active,
.instagram__list img:focus,
.instagram__list img:active {
  outline: 0;
}

.sb_instagram_header, #sbi_load {
  display: none;
}

#sb_instagram, #sbi_images {
  width: 100% !important;
  max-width: 100% !important;
}

.novidades {
  background: #fff;
}

.novidades__list {
  padding: 0 100px;
}
@media (max-width: 500px) {
  .novidades__list {
    padding: 0 30px;
  }
}

@media (max-width: 500px) {
  .novidades__list .slick-prev {
    left: -4px !important;
  }
}

@media (max-width: 500px) {
  .novidades__list .slick-next {
    right: -4px !important;
  }
}

.novidades__item {
  padding: 0 20px;
}

.novidades__item-figure {
  margin-bottom: 16px;
  position: relative;
  width: 100%;
}

.novidades__item-figure:before {
  padding-top: 76%;
}

.novidades__item-img {
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  top: 0;
}

.novidades__item-title {
  font-size: 18px;
  line-height: 100%;
  text-transform: uppercase;
}

.novidades__item-date {
  font-size: 13px;
  line-height: 100%;
  text-transform: uppercase;
}

.novidades__item-text {
  font-style: italic;
  margin: 10px 0 18px;
}

.novidades__item-readmore {
  background: #cebea9;
  color: #fff;
  display: block;
  padding: 10px 0;
  -webkit-transition: background .3s;
  transition: background .3s;
}
.novidades__item-readmore:hover {
  background: #bba589;
  text-decoration: none;
}

.realizacao__list {
  margin: 0 auto;
  padding-top: 80px;
}
@media (max-width: 500px) {
  .realizacao__list {
    padding-top: 160px;
  }
}

.realizacao__list .slick-prev, .realizacao__list .slick-next {
  z-index: 10;
}

.realizacao__item:focus, .realizacao__item:active {
  outline: 0;
}

.realizacao__item-aux {
  margin: 0 auto;
  width: 50%;
}
@media (max-width: 769px) {
  .realizacao__item-aux {
    width: 70%;
  }
}

.realizacao__img {
  margin: 0 auto 18px;
}
@media (max-width: 500px) {
  .realizacao__img {
    margin-bottom: 14px;
  }
}

.realizacao__text {
  font-size: 115%;
  line-height: 120%;
  text-align: left;
}
@media (max-width: 500px) {
  .realizacao__text {
    line-height: 150%;
  }
}

.realizacao__text img {
  margin-top: 10px;
  width: 48%;
}
@media (max-width: 500px) {
  .realizacao__text img {
    width: 100%;
  }
}

.acompanhe, .follow-fazenda {
  background: #ede2d4;
  height: auto;
  min-height: 100%;
}
.acompanhe .content, .follow-fazenda .content {
  padding: 50px 0;
}
.acompanhe .section__title, .follow-fazenda .section__title {
  margin-top: -35px;
}
.acompanhe .gallery-item, .follow-fazenda .gallery-item {
  margin: 0 0.3%;
  width: 24.4% !important;
}

.popup {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: url("../src/img/ring.gif") center center no-repeat #ede2d4;
  bottom: -100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: fixed;
  -webkit-transition: all .8s;
  transition: all .8s;
  width: 100%;
}

.popup__close {
  background: none;
  border: 0;
  font-size: 18px;
  font-weight: 600;
  opacity: 0;
  right: 7%;
  position: fixed;
  -webkit-transition: all .8s;
  transition: all .8s;
  top: 78px;
  z-index: 999;
  color: #fff;
  font-size: 30px;
  margin-right: 150px;
}
@media (min-height: 700px) {
  .popup__close {
    margin-right: 250px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .popup__close {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .popup__close {
    margin-right: 5px;
  }
}
.popup-open .popup {
  bottom: 0;
  opacity: 1;
  z-index: 999;
}
.popup-open .popup-imovel {
  bottom: 50%;
}

.popup-loaded .popup {
  background-image: none;
}

.popup-loaded .popup__close {
  opacity: 1;
}

.popup__title {
  font-size: 20px;
  margin-bottom: 28px;
  text-align: center;
  text-transform: uppercase;
}

.masterplan, .filme {
  padding-top: 50px;
  position: relative;
}

/*** MASTERPLAN ***/
.masterplan img {
  max-height: 77vh;
  max-width: -webkit-calc(100%-160px);
  max-width: calc(100%-160px);
}

.masterplan-download {
  font-family: "Roboto", sans-serif;
  line-height: 138%;
  position: absolute;
  right: -150px;
  top: 50%;
  width: 120px;
}

.masterplan-download__btn {
  background: #3d291a;
  color: #fff;
  display: block;
  font-size: 13px;
  margin-top: 7px;
  padding: 4px 0;
  width: 100%;
  text-align: center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.masterplan-download__btn:hover {
  background: rgba(61, 41, 26, 0.8);
  text-decoration: none;
}

/*** FILME ***/
.filme {
  margin: 0 auto;
  max-width: 84%;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

.filme__title {
  margin-bottom: 10px;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}

.filme-list {
  padding-right: 20px;
  width: 19%;
}

.filme-list__title {
  color: #3d291a;
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  text-align: center;
}

.filme-list__link {
  display: inline-block;
  margin-bottom: 10px;
  width: 100%;
}

.filme-list__link--hide {
  display: none;
}

.filme-list__link img {
  height: auto;
  width: 100%;
}

.filme-embed {
  width: 81%;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

.filme-embed__iframe {
  height: 74vh;
  width: 100%;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

.filme-embed__btn {
  background: #3d291a;
  border: none;
  color: #ede2d4;
  line-height: 100%;
  padding: 9px 16px 5px;
}

.filme-fullscreen .filme {
  height: 100%;
  max-width: 100%;
  padding: 0;
  width: 100%;
}

.filme-fullscreen .filme-embed, .filme-fullscreen .filme-embed__iframe {
  height: 100vh;
  width: 100%;
}

.filme-fullscreen .filme-list, .filme-fullscreen .filme__title {
  opacity: 0;
}

.filme-fullscreen .popup__close {
  text-shadow: 0 0 24px #d0c0ab;
}

/*** CONTATO ***/
.contato {
  margin: 0 auto;
  max-width: 38%;
}
@media only screen and (max-width: 767px) {
  .contato {
    margin-top: 150px;
    max-width: 100%;
  }
}

.contato__title {
  margin-bottom: 10px;
  text-align: left;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
@media only screen and (max-width: 767px) {
  .contato__title {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 10PX;
  }
}

.contato__input, .contato__text {
  background: transparent;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15px;
  font-style: italic;
  outline: 0;
}

.contato__input, .contato__text, .contato__select {
  border: 0;
  border-bottom: 1px solid;
  border-left: 1px solid;
  margin-bottom: 14px;
  padding: 4px 12px;
  width: 100%;
}

.contato__text {
  height: 165px;
  margin-bottom: 0;
  resize: none;
}

#contato-enviar {
  background: #3d291a;
  border: 0;
  color: #ede2d4;
  display: block;
  float: right;
  font-size: 12px;
  margin: 3px 0 85px;
  padding: 5px 4px;
  width: 80px;
  text-align: center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
@media only screen and (max-width: 767px) {
  #contato-enviar {
    float: left;
  }
}
#contato-enviar:hover {
  background: rgba(61, 41, 26, 0.8);
  text-decoration: none;
}

.fale__corretor {
  font-size: 20px;
  font-weight: bold;
  text-decoration: underline;
}
.fale__corretor:hover {
  color: rgba(61, 41, 26, 0.8);
}

#spambot {
  cursor: pointer;
  display: none;
}

#spambot + label span {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  background: url(img/icons/checkbox.png) left top no-repeat;
  cursor: pointer;
}

#spambot:checked + label span {
  background: url(img/icons/checkbox-active.png) left top no-repeat;
}

.contato .col-1 {
  float: left;
  width: 48%;
}
@media only screen and (max-width: 767px) {
  .contato .col-1 {
    float: none;
    margin: 0 auto;
    width: 80%;
  }
}
.contato .col-2 {
  float: right;
  width: 48%;
}
@media only screen and (max-width: 767px) {
  .contato .col-2 {
    float: none;
    margin: 0 auto;
    width: 80%;
  }
}

.es-input {
  background: url(img/icons/select.png) 98% center no-repeat;
  cursor: pointer;
  padding-right: 17px !important;
}
.es-input:focus {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.es-list {
  cursor: pointer;
  position: absolute;
  padding: 0;
  margin: 0;
  border: 1px solid #d1d1d1;
  display: none;
  z-index: 1000;
  background: #fff;
  max-height: 160px;
  overflow-y: auto;
  box-shadow: 0 2px 3px #ccc;
}
.es-list li {
  display: block;
  padding: 5px 10px;
  margin: 0;
}
.es-list li.selected {
  background: #ede2d4;
}

.popup-imovel {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: #fff;
  border: 0px solid #bfbfbf;
  height: 80%;
  left: 50%;
  margin: 0 0 -265px -26.752%;
  overflow: hidden;
  overflow-y: auto;
  padding: 1.52% 1.6%;
  width: 53.504%;
  z-index: 999;
}
@media (min-height: 800px){
  .popup-imovel {
    margin: 0 0 -350px -26.752%;
  }
}
.popup-imovel .column-left {
  float: left;
  margin-bottom: 20px;
  width: 56.149%;
}
.popup-imovel .column-right {
  float: right;
  margin-left: 1%;
  margin-bottom: 20px;
  width: 42.7%;
}
.popup-imovel .post__title {
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.popup-imovel .imovel__preco {
  margin: 30px 0;
}
.popup-imovel .post__content {
  width: 100%;
}
.popup-imovel .block {
  border: 1px solid #3d291a;
  margin-bottom: 7px;
  padding: 30px 40px;
}
@media only screen and (max-width: 767px) {
  .popup-imovel .block {
    padding: 30px 10px;
  }
}
.popup-imovel .block p {
  display: inline-block;
  text-align: center;
  font-size: 9px;
}
.popup-imovel .block p strong {
  font-size: 16px;
}
.popup-imovel .block .imovel__description p {
  font-size: 12px;
}
.popup-imovel .block .imovel__preco {
  display: inline-block;
}
.popup-imovel .block .imovel__preco strong {
  font-size: 22px;
  margin-bottom: 20px;
}
.popup-imovel .block .imovel__corretor {
  text-align: center;
}
.popup-imovel h2 {
  font-size: 17px;
}
.popup-imovel p {
  font-size: 14px;
  margin-top: 0;
}
.popup-imovel .description {
  margin: 30px 0 35px;
}
.popup-imovel .features {
  margin-top: 35px;
}
.popup-imovel ul {
  list-style: disc inside;
}
.popup-imovel ol {
  list-style: ideograph-numeric inside;
}
.popup-imovel .imovel__area {
  margin-right: 11%;
}
.popup-imovel .imovel__area-terrain {
  margin-right: 11%;
}
.pop-imovel .imovel__arq {
  margin-right: 11%;
}
.popup-imovel .imovel__tax {
  margin-right: 11%;
}
.popup-imovel .imovel__suites {
  margin-right: 11%;
}
.popup-imovel .plant, .popup-imovel .localization {
  background-size: cover;
  display: block;
  height: 150px;
  width: 100%;
}
.popup-imovel .localization {
  margin-bottom: 15px;
}
.share {
  border:1px solid #3d291a;
  height:71px;
  margin-top:25px;
  text-align: center;
  width:100%;
}
.share a {
  display: inline-block;
  font-size: 12px;
  margin: 24px 20px;
  line-height: 13px;
}
.share .share-whatsapp {
    display: none;
}
@media (max-width: 1180px) {
  .share a {
    margin: 24px 10px;
  }
}
@media (max-width: 1000px) {
  .share a {
    margin: 24px 30px;
  }
}
@media (max-width: 600px) {
  .share a {
    margin: 24px 20px;
  }
}
@media (max-width: 425px) {
  .share a {
    margin: 24px 10px;
  }
}
@media (max-width: 330px) {
  .share a {
    margin: 24px 5px;
  }
}
@media (max-width: 300px) {
  .share a {
    font-size: 10px;
  }
}
@media (max-width: 769px) {
  .share .share-whatsapp {
    display: inline-block;
  }
}
@media (max-width: 1000px) {
  .popup-imovel .column-left, .popup-imovel .column-right {
    margin-left: 0;
    width: 100%;
  }
  .popup-imovel .imovel__description, .popup-imovel .post__title {
    text-align: center;
  }
}
@media (max-width: 670px) {
  .popup-imovel {
    margin-left: -45%;
    width: 90%;
  }
}

.slider-for {
  margin-bottom: 7px;
  width: 100%;
}

.slider-nav {
  height: 88px;
  padding: 0 24px;
}
.slider-nav .slick-slide {
  cursor: pointer;
  height: 88px;
  margin-right: 7px;
  width: 88px;
}
.slider-nav .slick-prev {
  left: 0;
}
.slider-nav .slick-next {
  right: 0;
}
.slider-nav .slick-prev, .slider-nav .slick-next {
  height: 35px;
  margin-top: -17.5px;
  top: 50%;
  width: 26px !important;
}
.slider-nav .slick-prev:before, .slider-nav .slick-prev:after, .slider-nav .slick-next:before, .slider-nav .slick-next:after {
  background: #3d291a;
  height: 21px;
  width: 2px;
}

.msgs {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  padding: 10px 15px;
  font-size: 14px;
  width: 100%;
  margin: 10px 0;
  font-style: italic;
  line-height: 120%;
  display: none;
}

.spambot {
  line-height: 17px;
  margin: 10px 0;
}

.required {
  color: #ff0000;
}

.required-fields {
  font-size: 12px;
  margin: 0 0 10px;
}

.msg-ok {
  background: #2E78A9;
  color: #fff;
}

.msg-erro {
  background: #ffffde;
  color: #673939;
}

.msg-enviando {
  background: #F2F3F7;
  color: #333;
}

/**
 * partials/footer
 * ---
 */
.footer {
  background: #cebea9;
  bottom: 93px;
  height: 93px;
  left: 0;
  padding: 26px 0px 10px;
  position: relative;
  text-align: center;
  width: 100%;
}
@media (max-width: 1025px) {
  .footer {
    padding-top: 10px;
  }
}
@media (max-width: 500px) {
  .footer {
    bottom: 133px;
    height: 133px;
  }
}
@media (max-width: 375px) {
  .footer {
    bottom: 150px;
    height: 150px;
  }
}

.footer__list {
  text-align: center;
}

.footer__list-item {
  display: inline-block;
  padding: 0 22px;
  text-align: center;
}

.developed {
  border-top: 1px solid #ede2d4;
  display: block;
  margin: 16px auto 0;
  padding: 5px 0 0;
  text-align: center;
}
@media (max-width: 1025px) {
  .developed {
    margin-top: 8px;
  }
}

.developedby {
  font-size: 12px;
}

/**
 * partials/print
 * ---
 * Print version
 * (from https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css)
 */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
.section__title {
  font-weight: 400;
  margin-bottom: 13px;
  text-align: center;
  text-transform: uppercase;
}

.slide {
  position: relative;
}

.fadein {
  opacity: 1;
  transition: opacity .80s ease-in-out;
  -moz-transition: opacity .80s ease-in-out;
  -webkit-transition: opacity .80s ease-in-out;
}

.slide__content {
  background: rgba(237, 226, 212, 0.8);
  bottom: 0;
  left: 0;
  padding: 15px 80px 5px;
  position: absolute;
  width: 100%;
  text-align: center;
}
@media (max-width: 500px) {
  .slide__content {
    padding: 15px 28px 5px;
  }
}

.slide__title {
  font-size: 20px;
  line-height: 100%;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.slide__text {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  margin-bottom: 15px;
  overflow: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.slide__text.open {
  height: auto;
}

.slide__see-more {
  color: #644a37;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-style: italic;
}
.slide__see-more:hover {
  color: #3d291a;
}

.slide__see-images {
  background: rgba(237, 226, 212, 0.9);
  color: #644a37;
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  padding: 7px 17px;
  position: absolute;
  right: 80px;
  top: -45px;
  z-index: 11;
}
.slide__see-images:hover {
  background: #ede2d4;
  color: #3d291a;
  text-decoration: none;
}
.slide__see-images:active, .slide__see-images:focus {
  outline: 0;
}
@media (max-width: 500px) {
  .slide__see-images {
    right: 10px;
  }
}

.slick-prev,
.slick-next {
  position: absolute;
  margin-top: -30px;
  z-index: 10;
}
.slick-prev:focus, .slick-prev:active,
.slick-next:focus,
.slick-next:active {
  outline: 0;
}

.slick-prev {
  left: 10px;
}

.slick-next {
  right: 10px;
}

.fp-controlArrow.fp-prev,
.fp-controlArrow.fp-next,
.slick-prev,
.slick-next,
.mfp-arrow-left,
.mfp-arrow-right {
  background: none;
  border: none;
  height: 80px;
  width: 40px !important;
  text-indent: -8000px;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  top: 46%;
}
.fp-controlArrow.fp-prev:hover,
.fp-controlArrow.fp-next:hover,
.slick-prev:hover,
.slick-next:hover,
.mfp-arrow-left:hover,
.mfp-arrow-right:hover {
  opacity: 0.4;
}
@media (max-width: 500px) {
  .fp-controlArrow.fp-prev,
  .fp-controlArrow.fp-next,
  .slick-prev,
  .slick-next,
  .mfp-arrow-left,
  .mfp-arrow-right {
    left: 6px !important;
    height: 62px;
  }
}

@media (max-width: 500px) {
  .fp-controlArrow.fp-next,
  .slick-next,
  .mfp-arrow-right {
    left: auto !important;
    right: 6px !important;
  }
}

.fp-controlArrow.fp-prev:after,
.fp-controlArrow.fp-prev:before,
.fp-controlArrow.fp-next:after,
.fp-controlArrow.fp-next:before,
.slick-prev:after,
.slick-prev:before,
.slick-next:after,
.slick-next:before,
.mfp-arrow-left:after,
.mfp-arrow-left:before,
.mfp-arrow-right:after,
.mfp-arrow-right:before {
  background: #fff;
  border: none;
  content: "";
  display: block;
  height: 46px;
  position: absolute;
  width: 3px;
}
@media (max-width: 500px) {
  .fp-controlArrow.fp-prev:after,
  .fp-controlArrow.fp-prev:before,
  .fp-controlArrow.fp-next:after,
  .fp-controlArrow.fp-next:before,
  .slick-prev:after,
  .slick-prev:before,
  .slick-next:after,
  .slick-next:before,
  .mfp-arrow-left:after,
  .mfp-arrow-left:before,
  .mfp-arrow-right:after,
  .mfp-arrow-right:before {
    height: 36px;
  }
}

.slick-prev:after,
.slick-prev:before,
.slick-next:after,
.slick-next:before,
.mfp-arrow-left:after,
.mfp-arrow-left:before,
.mfp-arrow-right:after,
.mfp-arrow-right:before {
  background: #cebea9;
}

.fp-controlArrow.fp-prev:after,
.fp-controlArrow.fp-next:after,
.slick-prev:after,
.slick-next:after,
.mfp-arrow-left:after,
.mfp-arrow-right:after {
  bottom: -1px;
  left: 18px;
  -webkit-transform: rotate(36deg);
  transform: rotate(36deg);
}

.fp-controlArrow.fp-prev:before,
.fp-controlArrow.fp-next:before,
.slick-prev:before,
.slick-next:before,
.mfp-arrow-left:before,
.mfp-arrow-right:before {
  left: 18px;
  -webkit-transform: rotate(140deg);
  transform: rotate(140deg);
  top: 0;
}

.fp-controlArrow.fp-prev,
.slick-prev,
.mfp-arrow-left {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fp-slidesNav {
  bottom: 0;
  -webkit-transform: translateX(-4px);
  transform: translateX(-4px);
  -webkit-transition: bottom .3s;
  transition: bottom .3s;
}

.fp-slidesNav ul li {
  margin: 0 1px 5px !important;
}

.fp-slidesNav ul li a span {
  background: rgba(255, 255, 255, 0.5) !important;
  height: 5px !important;
  margin: 0 !important;
  width: 5px !important;
}

.fp-slidesNav ul li a.active span {
  background: #fff !important;
}

.slick-dots {
  margin-top: 60px;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  margin: 0 3px;
}

.slick-dots button {
  background: #3d291a;
  border: 0;
  border-radius: 100%;
  display: block;
  height: 5px;
  opacity: 0.5;
  padding: 0;
  width: 5px;
  text-indent: -8000px;
}

.slick-dots .slick-active button {
  opacity: 1;
}

.slide__buttons {
  border-radius: 10px;
  bottom: 155px;
  font-size: 0;
  left: 50%;
  position: absolute;
  width: 58%;
  text-align: center;
  -webkit-transition: bottom .3s ease;
  transition: bottom .3s ease;
  -webkit-transform: translateX(-50%) translateY(-10px);
  transform: translateX(-50%) translateY(-10px);
  z-index: 10;
}
@media (max-width: 500px) {
  .slide__buttons {
    display: none;
  }
}

.slide__button {
  background: rgba(237, 226, 212, 0.9);
  color: #3d291a;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 12px;
  margin: 0;
  padding: 4px 12px;
  text-transform: uppercase;
}
.slide__button.active, .slide__button:hover {
  background: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}

.mfp-bg {
  opacity: 0.96 !important;
}

.mfp-arrow-left,
.mfp-arrow-right {
  position: absolute;
  margin-top: -38px;
}

.mfp-arrow-left {
  left: 12px;
}

.mfp-arrow-right {
  right: 12px;
}

.mfp-arrow-left:after,
.mfp-arrow-left:before,
.mfp-arrow-right:after,
.mfp-arrow-right:before {
  border: none !important;
}

#post-9,
#post-355{
	background: #fff;
	padding-top: 100px;
}

#post-9 .title_avenda,
#post-355 .title_avenda{
	text-align: center;
    text-transform: uppercase;
    margin-bottom: 50px;
    font-size: 20px;
}

#post-9 .row1-area,
#post-355 .row1-area,
#post-9 .row2-area,
#post-355 .row2-area,
#post-9 .row3-area,
#post-355 .row3-area{
	margin: 0 auto;
    text-align: center;
}

#post-9 .wrapper_area,
#post-355 .wrapper_area{
	display: inline-block;
	position: relative;
	margin: 7px;
}

#post-9 .wrapper_area img,
#post-355 .wrapper_area img{
	margin: 0;
}

#post-9 .wrapper_area h2,
#post-355 .wrapper_area h2{
	position: absolute;
	top: 0px;
    width: 100%;
    height: 100%;
}

#post-9 .wrapper_area h2 a,
#post-355 .wrapper_area h2 a{
	font-size: 40px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    display: block;
    width: 100%;
    height: 100%;
	padding: 25% 0;
}

#post-9 .wrapper_area h2 a:hover,
#post-355 .wrapper_area h2 a:hover{
	text-decoration: none; 
}

.wrapper_top_avenda{
	padding: 70px 0 1px 0;
	background: #fff;
}

.wrapper_top_avenda .txt_top p{
	text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    text-decoration: underline;
    margin-top: -105px;
    color: #fff;
    text-shadow: -1px 0px 21px rgba(0,0,0,0.9);
    font-weight: 900;
    letter-spacing: 5px;
    margin-bottom: 5px;
}

.wrapper_top_avenda .txt_top h2{
	text-align: center;
    color: #fff;
    text-shadow: 0px 0px 20px rgba(0,0,0,1);
    font-size: 30px;
}

.wrapper_top_avenda .content_top{
	margin-top: 50px;
    width: 55%;
    text-align: center;
    margin: 60px auto 0;
    font-size: 16px;
    font-weight: 600;
}

.wrapper_top_avenda .content_top a{
	font-weight: bolder;
    text-decoration: underline;
}

}

.disponibilidades{
	padding-top: 0px;
}

#tax-radio-0{display: none;}

#uwpqsf_id{
	width: 65%;
	margin: 0 auto;
	border: none;
	    padding: 50px 0 20px;
}

#tax-select-1,
#cmf-select0,
#cmf-select1{
	display: inline-block;
	width: 25%;
    padding: 5px;
}

#tax-select-1 span,
#cmf-select0 span,
#cmf-select1 span{
	display: inline-block;
    width: 20%;
    padding: 0;
}

#tax-select-1 select,
#cmf-select0 select,
#cmf-select1 select{
	display: inline-block;
    width: 100%;
    vertical-align: middle;
	padding: 10px 20px;
	border: 1px solid #000;
	font-size: 16px;
    font-weight: bold;
}

#uwpqsf_id .title_filtro{
	display: inline-block;
    width: 10%;
	text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
}

#uwpqsf_id #uwpqsf_btn{
	display: inline-block;
    width: 15%;
}

#uwpqsf_id #uwpqsf_btn input{
	border: none;
    background: #3d291a;
    color: #fff;
    padding: 13px 30px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 900;
}

.popup-open .overlay_popup{
	width: 100%;
    display: block;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
    z-index: 99;
}

.popup-open .overlay_popup:after{
	content: ' ';
}

@media (max-width: 769px) {
#post-9 .wrapper_area h2 a, 
#post-355 .wrapper_area h2 a{	
	font-size: 26px;
	padding: 24% 0;
}

#post-9 .title_avenda, #post-355 .title_avenda {
    font-size: 15px;
}

.top_image{
	display: none;
}

.wrapper_top_avenda .txt_top p {
    font-size: 20px;
    color: #000;
    text-shadow: none;
    margin-top: 60px;
}

.wrapper_top_avenda .txt_top h2 {
    color: #000;
    text-shadow: none;
	position: relative;
	margin-bottom: 25px;
}

.wrapper_top_avenda .content_top {
	display: none;
	 margin: 20px auto 0;
}

.wrapper_top_avenda .content_top {
    width: 85%;
}

.seta_mobile{
	width: 20px;
    height: 20px;
    border-bottom: 5px solid rgb(0, 0, 0);
    border-right: 5px solid rgb(0, 0, 0);
	margin: 0 auto;
}

.seta_mobile.open{
    -ms-transform: rotate(45deg); 
    -webkit-transform: rotate(45deg); 
    transform: rotate(45deg);
}

.seta_mobile.close{
    -ms-transform: rotate(225deg); 
    -webkit-transform: rotate(225deg); 
    transform: rotate(225deg);
}

#uwpqsf_id{
	width: 95%;
	margin: 0 auto;
	border: none;
	padding: 2%;
}

#tax-select-1,
#cmf-select0,
#cmf-select1{
	display: block;
	width: 96%;
    padding: 2%;
}

#tax-select-1 span,
#cmf-select0 span,
#cmf-select1 span{
	display: block;
    width: 96%;
    padding: 2%;
}

#tax-select-1 select,
#cmf-select0 select,
#cmf-select1 select{
	display: block;
    width: 100%;
    vertical-align: middle;
	padding: 10px 20px;
	border: 1px solid #000;
	font-size: 16px;
    font-weight: bold;
}

#uwpqsf_id .title_filtro{
	display: block;
    width: 100%;
	text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
}

#uwpqsf_id #uwpqsf_btn{
	display: block;
    width: 100%;
}

.filter_cat{
	display: none;
	position: absolute;
    background: #fff;
    width: 100%;
    opacity: 0.95;
}

.mostrar_filtro_mobile{
	border: 1px solid #000;
    padding: 5px 10px;
    margin: 0 10px 10px;
}

.mostrar_filtro_mobile.open{
    margin: 0 10px 10px;
	background: #3d291a;
	color: #fff;
}

.fechar_filtro{
	display: none;
}

.fechar_filtro.open{
	display: block;
	float: right;
    font-weight: bolder;
}

.wrapper_top_avenda .content_top a{
	display: block;
}

.popup-open .popup-imovel{
	top: 3%;
	left: 3%;
	width: 95%;
	height: 85%;
	margin-left: 0px;
}

.popup__close{
	background: #000;
    border-radius: 50px;
    font-size: 13px;
    top: 6%;
}

.masterplan{
	height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    overflow-x: scroll;
}

.masterplan img{
	max-height: none;
    max-width: none;
    position: absolute;
    top: 0;
    left: 0;
    overflow-x: scroll;
}

.masterplan-download{ display: none; }

}

.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url('img/page-loader.gif') 50% 50% no-repeat rgb(249,249,249);
}