@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  outline: 0;
  font-family: 'Montthin';
  line-height: 1.2;
  letter-spacing: 0em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
object,
embed,
video,
iframe,
iframe {
  max-width: 100%;
  height: auto;
}
img {
  max-width: 100%;
  vertical-align: middle;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
fieldset {
  border: 0;
}
input,
select,
textarea {
  padding: 10px;
  width: 100%;
}
input.btn {
  width: auto;
  cursor: pointer;
}

@font-face {
  font-family: 'Montthin';
  src: url('../fonts/mont-thin-webfont.eot');
  src: url('../fonts/mont-thin-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/mont-thin-webfont.woff2') format('woff2'),
    url('../fonts/mont-thin-webfont.woff') format('woff'),
    url('../fonts/mont-thin-webfont.ttf') format('truetype'),
    url('../fonts/mont-thin-webfont.svg#montthin') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SegoeUI-LightItalic';
  src: url('../fonts/SegoeUI-LightItalic.eot');
  src: url('../fonts/SegoeUI-LightItalic.eot?#iefix')
      format('embedded-opentype'),
    url('../fonts/SegoeUI-LightItalic.woff2') format('woff2'),
    url('../fonts/SegoeUI-LightItalic.woff') format('woff'),
    url('../fonts/SegoeUI-LightItalic.ttf') format('truetype'),
    url('../fonts/SegoeUI-LightItalic.svg#montthin') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SegoeUI-Light';
  src: url('../fonts/SegoeUI-Light.eot');
  src: url('../fonts/SegoeUI-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SegoeUI-Light.woff2') format('woff2'),
    url('../fonts/SegoeUI-Light.woff') format('woff'),
    url('../fonts/SegoeUI-Light.ttf') format('truetype'),
    url('../fonts/SegoeUI-Light.svg#montthin') format('svg');
  font-weight: normal;
  font-style: normal;
}

header {
  margin: 0;
  background: transparent;
  position: relative;
  z-index: 1;
}

header #logo {
  width: 240px;
}

div.row {
  padding: 0;
  margin: 0;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.white {
  color: #fff;
}

.desk {
  display: block;
}

.mobile {
  display: none;
}

.close {
  font-size: 25px;
  opacity: 1;
  margin-right: -30px;
  margin-top: -15px;
}

.hide {
  display: none;
}

.not-padding {
  padding: 0px;
}

#contatos {
  position: fixed;
  margin-top: 150px;
  z-index: 1;
}

#contatos div {
  margin-top: 0px;
}

#contatos div#chat,
#contatos div#message {
  cursor: pointer;
}

#formulario {
  position: fixed;
  width: 550px;
  background: #f8f1d8;
  /* margin-top: 150px; */
  margin-top: 46px;
  padding: 30px 60px;
  transition: all 0.5s ease;
  left: -100%;
  z-index: 0;
}

#formulario.active {
  left: 130px;
}

#formulario p {
  font-family: 'SegoeUI-LightItalic';
  padding-right: 80px;
  font-size: 15px;
}

#formulario p.saiba-mais {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 0px;
}

#formulario label {
  font-size: 16px;
  text-transform: lowercase;
  margin-bottom: 0px;
  font-family: 'SegoeUI-LightItalic';
}

#formulario input,
#formulario textarea {
  border: none;
  border-radius: 12px;
  padding-left: 15px;
  font-family: 'SegoeUI-LightItalic';
}

#formulario textarea {
  height: 100px;
}

#formulario .error-field {
  color: #f00;
  font-size: 12px;
  font-weight: bold;
  opacity: 0;
  margin-bottom: 8px;
}

#formulario #sucesso {
  display: none;
  font-size: 30px;
  text-align: center;
  font-family: 'SegoeUI-LightItalic';
  font-weight: bold;
  margin-top: 80px;
  margin-bottom: 80px;
}

#formulario input#bt_enviar {
  width: 200px;
  background: #a0533e;
  float: right;
  color: #fff;
  font-family: 'Montthin';
  font-weight: bold;
  cursor: pointer;
}

#formulario .error-form {
  background: #f7bdbd;
}

#formulario .valide-form {
  background: #cdf1c2;
}

#formulario-zap {
  position: fixed;
  width: 550px;
  background: #f8f1d8;
  margin-top: 80px;
  padding: 30px 60px;
  transition: all 0.5s ease;
  left: -100%;
  z-index: 0;
}

#formulario-zap.active {
  left: 103px;
}

#formulario-zap p {
  font-family: 'SegoeUI-LightItalic';
  padding-right: 80px;
  font-size: 15px;
}

#formulario-zap p.saiba-mais {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 0px;
}

#formulario-zap label {
  font-size: 16px;
  text-transform: lowercase;
  margin-bottom: 0px;
  font-family: 'SegoeUI-LightItalic';
}

#formulario-zap input,
#formulario-zap textarea {
  border: none;
  border-radius: 12px;
  padding-left: 15px;
  font-family: 'SegoeUI-LightItalic';
}

#formulario-zap textarea {
  height: 100px;
}

#formulario-zap .error-field {
  color: #f00;
  font-size: 12px;
  font-weight: bold;
  opacity: 0;
  margin-bottom: 8px;
}

#formulario-zap #sucesso {
  display: none;
  font-size: 30px;
  text-align: center;
  font-family: 'SegoeUI-LightItalic';
  font-weight: bold;
  margin-top: 80px;
  margin-bottom: 80px;
}

#formulario-zap input#bt_enviar {
  width: 200px;
  background: #a0533e;
  float: right;
  color: #fff;
  font-family: 'Montthin';
  font-weight: bold;
  cursor: pointer;
}

#formulario-zap .error-form {
  background: #f7bdbd;
}

#formulario-zap .valide-form {
  background: #cdf1c2;
}

ul#menu {
  padding-top: 40px;
}

ul#menu li {
  display: inline-block;
  margin-right: 10px;
  color: #ffffff;
  cursor: pointer;
  font-size: 15px;
  letter-spacing: 1px;
  transition: border 1s ease;
  font-family: 'SegoeUI-Light';
}

ul#menu li:after {
  content: '';
  display: inline-block;
  height: 2px;
  width: 100%;
  background: transparent;
  transition: all 0.5s ease;
  position: relative;
  left: 0;
  top: -5px;
}

ul#menu li:hover:after {
  background: #fff;
}

#logo-porte {
  padding-right: 45px;
  padding-top: 25px;
}

#home {
  margin-top: -120px;
}

#home .fachada {
  background-image: url('../images/Fachada-Signa-Porte.jpg');
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
}

.legenda-fachada {
  background-image: url(../images/bg-legenda.png);
  bottom: 0px;
  position: absolute;
  right: 0px;
  text-align: right;
  width: 100%;
  height: 324px;
  padding-right: 25px;
}

#home .fachada p {
  font-family: 'SegoeUI-LightItalic';
  letter-spacing: 1px;
  font-size: 16px;
  position: absolute;
  bottom: 0px;
  right: 15px;
}

#home .bg-model {
  background-image: url('../images/Backgound-Signa.jpg');
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-model #model {
  background-image: url('../images/model.png');
  width: 100%;
  height: 100vh;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 1s ease;
}

.bg-model #model.scroll {
  background-position: center 30px;
}

.content-imovel {
  padding-top: 4vh;
  padding-left: 15px;
}

.content-imovel p.lancamento {
  font-size: 20px;
  font-family: 'SegoeUI-LightItalic';
  letter-spacing: 8px;
  text-transform: uppercase;
}

.content-imovel h1 {
  margin-top: 175px;
  color: #f3edd5;
  font-size: 35px;
}

.content-imovel h1 span {
  letter-spacing: 0.22em;
  display: block;
  margin-bottom: 10px;
}

.content-imovel .desc-imovel {
  font-family: 'SegoeUI-LightItalic';
  font-size: 28px;
  margin-top: 30px;
  max-width: 305px;
  font-weight: 300;
}

.content-imovel .desc-imovel span {
  font-weight: bold;
  font-family: 'SegoeUI-LightItalic';
}

.content-imovel .desc-imovel sup {
  font-size: 14px;
  top: -0.8em;
  font-family: 'SegoeUI-LightItalic';
}

.zsiq_theme1.zsiq_floatmain {
  opacity: 0;
  bottom: -150px;
}

#authentic {
  padding: 80px 0 350px;
  background-image: url('../images/capacete.png');
  background-position: right top;
  background-repeat: no-repeat;
}

#authentic h2,
#exclusividade h2 {
  color: #9f543e;
  font-size: 45px;
}

#authentic h2 span,
#exclusividade h2 span {
  letter-spacing: 0.22em;
  display: block;
  margin-bottom: 5px;
}

#authentic p.desc,
#exclusividade p.desc {
  font-size: 22px;
  margin-top: 20px;
  font-family: 'SegoeUI-Light';
}

#authentic .itens,
#exclusividade .itens {
  width: 854px;
  box-shadow: -1px 1px 5px 0px #5a595952;
  background: #ffffff;
}

#authentic .itens .item,
#exclusividade .itens .item {
  width: 206px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}

#authentic .itens .item-hide,
#exclusividade .itens .item-hide {
  display: none;
  background: #a0533e;
  padding: 8px 0 5px;
  /* height: 120px; */
}

#authentic .itens .item-hide p,
#exclusividade .itens .item-hide p {
  color: #fff;
  font-family: 'SegoeUI-LightItalic';
  font-size: 15px;
  padding: 17px 15px;
}

#authentic .itens .item-show,
#exclusividade .itens .item-show {
  padding: 10px 0 0px;
}

#authentic .itens .item:hover .item-show,
#exclusividade .itens .item:hover .item-show {
  display: none;
}

#authentic .itens .item:hover .item-hide,
#exclusividade .itens .item:hover .item-hide {
  display: block;
}

#authentic .itens .item p,
#exclusividade .itens .item p {
  font-size: 18px;
  font-family: 'SegoeUI-LightItalic';
}

#exclusividade {
  padding: 100px 0 480px;
  background-image: url('../images/luminaria.png');
  background-position: left top;
  background-repeat: no-repeat;
  margin-top: -250px;
}

#exclusividade .itens {
  float: right;
}

#exclusividade h2 {
  color: #bd8031;
}

#exclusividade .itens .item-hide {
  background: #bd8031;
}

#exclusividade .itens {
  width: 748px;
}

#exclusividade .itens .item {
  /* width: 180px; */
  width: 32.9%;
}

#localizacao .itens-localizacao {
  box-shadow: 0px 0px 9px -4px #5a595952;
  padding: 50px 0 50px 20%;
  background: #fff;
}

#localizacao h2 {
  color: #54644e;
  font-size: 40px;
  letter-spacing: 4px;
  line-height: 50px;
  font-family: 'SegoeUI-Light';
  margin-bottom: 25px;
  font-weight: 100;
}

#localizacao h2 span {
  font-family: 'SegoeUI-Light';
  display: block;
}

#localizacao .item {
  margin-bottom: 20px;
  cursor: pointer;
}

#localizacao .item:hover .select,
#localizacao .item.active .select {
  display: none;
}

#localizacao .hidden {
  display: none;
}

#localizacao .item:hover .hidden,
#localizacao .item.active .hidden {
  display: block;
}

.mapa {
  margin: 140px 0;
  padding: 0;
}

#map {
  height: 740px;
  width: 100%;
}

#galeria {
  margin-top: -200px;
  background: #a0533e;
  padding: 300px 0 100px;
}

#galeria .images {
  padding: 0;
}

#galeria .imagem-destaque,
#plantas .imagem-destaque {
  width: 100%;
  height: 720px;
  background-image: url('../images/galeria-1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#galeria .legenda-img,
#plantas .legenda-img {
  position: absolute;
  right: 10px;
  top: 101%;
  font-family: 'SegoeUI-LightItalic';
  /* font-size: 25px; */
  font-size: 22px;
  display: none;
}

#plantas .legenda-img span {
  font-size: 13px;
}

#galeria .legenda-img.active,
#plantas .legenda-img.active {
  display: block;
}

span.text-ilustrativo {
  font-size: 13px;
}

#galeria .img-next,
#plantas .img-next {
  margin-top: 80px;
  height: 520px;
  background-image: url('../images/galeria-2.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}

#galeria .img-next-two {
  margin-top: 80px;
  height: 520px;
  background-image: url('../images/galeria-3.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}

#galeria #back,
#plantas #back-pl {
  float: left;
  margin-top: 20px;
  cursor: pointer;
}

#galeria #next,
#plantas #next-pl {
  float: right;
  margin-top: 20px;
  cursor: pointer;
}

#galeria #back,
#galeria #next {
  margin-top: 30px;
}

#plantas #next-pl {
  margin-right: 180px;
}

#galeria #back:hover,
#plantas #back-pl:hover,
#galeria #next:hover,
#plantas #next-pl:hover {
  background: #c5988b;
}

#plantas {
  background: url('../images/pattern.png') no-repeat left top #a0533e;
  padding: 50px 0 130px;
}

#plantas h3 {
  margin-left: 300px;
  font-size: 50px;
  letter-spacing: 15px;
  text-transform: uppercase;
}

#plantas .imagem-destaque {
  background-image: url('../images/plantas-1.png');
  background-size: contain;
}

#plantas .img-next {
  background-image: url('../images/plantas-2.png');
  margin-top: 155px;
}

#plantas .legenda-img {
  width: 100%;
  text-align: right;
  padding: 0px 200px;
  top: 101%;
}

#footer {
  background-color: black;
  color: white;
  padding-top: 25px;
  margin-bottom: -50px;
}

ul.link_footer {
  list-style-type: none;
  text-indent: 0px;
  padding: 0px;
  font-weight: 300;
}

ul.link_footer a {
  color: white;
  font-size: 9px;
  letter-spacing: 1px;
  font-weight: 600;
}

#footer .copyright {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: 40px;
}

.title_footer {
  margin-top: 30px;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 12px;
}

.legenda {
  position: absolute;
  bottom: -10px;
  color: #fff;
  font-size: 12px;
}

.porte {
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  border-top: 1px solid #2f3132;
  padding: 20px 0;
  margin-top: 20px;
}

.title_footer:after {
  content: '';
  display: block;
  margin-top: 13px;
  width: 5px;
  height: 2px;
  background-color: #1e3451;
}

.social_icon {
  width: 40px;
  padding: 10px 0px;
}

.fancybox-caption {
  text-align: center;
}

.fancybox-caption:after {
  border-bottom: 0 !important;
}

.texto-localizacao {
  padding: 0px 65px 10px 0px;
  line-height: 22px;
  font-family: 'SegoeUI-Light';
  font-size: 18px;
}

/* popup Whatsaap form*/
.modal-dialog-whatsaap {
  position: fixed;
  background: rgba(0, 0, 0, 0.37);
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 999;
  display: none;
}
.modal-dialog-whatsaap .modal-content {
  width: 50%;
  margin: 150px auto 50px;
  display: block;
  padding: 1%;
}
.modal-dialog-whatsaap .modal-content h1 {
  text-align: center;
  margin: 40px auto 20px;
}
.modal-dialog-whatsaap .modal-content p {
  text-align: center;
  font-size: 18px;
  margin: 10px auto 20px;
}
.modal-dialog-whatsaap .modal-content img {
  width: 30px;
  float: right;
  cursor: pointer;
}

@media (min-width: 1300px) and (max-width: 1440px) {
  #home {
    margin-top: -104px;
  }

  header #logo {
    margin-top: -15px;
  }

  ul#menu li {
    font-size: 13px;
    margin-right: 6px;
  }

  #logo-porte {
    padding-right: 10px;
    padding-top: 20px;
  }

  .content-imovel h1 {
    margin-top: 80px;
    font-size: 35px;
  }

  #contatos {
    margin-top: 80px;
  }

  #contatos div img {
    width: 80%;
  }

  #formulario {
    margin-top: 5px;
  }

  #formulario.active {
    left: 85px;
    top: 89px;
  }

  .content-imovel .desc-imovel {
    font-size: 25px;
    margin-top: 10px;
    max-width: 280px;
  }

  #authentic p.desc,
  #exclusividade p.desc {
    font-size: 17px;
  }

  #localizacao .itens-localizacao {
    padding: 50px 0 50px 13%;
  }

  #galeria .imagem-destaque {
    height: 500px;
  }

  #plantas .imagem-destaque {
    height: 460px;
  }

  #galeria .img-next,
  #plantas .img-next,
  #galeria .img-next-two {
    height: 310px;
  }

  #galeria .legenda-img,
  #plantas .legenda-img {
    bottom: -70px;
  }

  #plantas .legenda-img.white.data-leg-2.legenda-aux.active {
    bottom: -100px !important;
  }

  #plantas #next-pl {
    margin-right: 130px;
  }

  .bg-model #model {
    background-position: center right;
  }

  .bg-model #model.scroll {
    background-position: right 30px;
  }

  #home .fachada {
    background-position: center -18px;
  }

  #home .fachada p {
    right: 10px;
  }

  #authentic {
    background-position: 110% top;
  }

  #authentic .itens,
  #exclusividade .itens {
    width: 614px;
  }

  #authentic .itens .item,
  #exclusividade .itens .item {
    width: 150px;
  }

  #authentic .itens .item p,
  #exclusividade .itens .item p {
    font-size: 13px;
  }

  #authentic .itens .item-hide,
  #exclusividade .itens .item-hide {
    padding: 0px 0 0px;
    height: 116px;
  }

  ul#menu {
    padding-top: 30px;
  }

  #exclusividade {
    padding: 200px 40px 325px 0;
  }
}

@media (min-width: 1400px) and (max-width: 1440px) {
  #home .fachada {
    background-position: center top;
  }

  .bg-model #model {
    background-position: 125% center;
  }

  .content-imovel h1 {
    margin-top: 180px;
    font-size: 33px;
  }
}

@media (max-width: 1024px) {
  .desk {
    display: none !important;
  }

  .mobile {
    display: block;
  }

  header {
    z-index: 2;
  }

  #logo {
    text-align: left;
    padding-top: 130px;
    margin-left: -40px;
  }

  #logo img {
    transform: rotate(-90deg);
    width: 220px;
  }

  .logo-porte {
    position: absolute;
    top: 10px;
    right: 20px;
  }

  .bg-signa {
    background-image: url(../images/Bg-Signa.png);
    width: 100%;
    height: 290px;
    position: absolute;
    bottom: 80px;
    background-size: cover;
    z-index: 0;
    background-position: -55px 0px;
  }

  #home {
    margin-top: -240px;
  }

  #home .bg-model {
    height: 84vh;
    padding: 0;
  }

  #home .fachada {
    height: 65vh;
    border-radius: 25px 25px 0 0;
    margin-top: -25px;
    background-position: center;
    position: relative;
    z-index: 1;
  }

  #home .fachada .desc-imovel {
    font-family: 'SegoeUI-LightItalic';
    font-size: 24px;
    max-width: 100%;
    padding: 15px 50px;
    text-transform: none;
    text-shadow: none;
  }

  #home .fachada .desc-imovel span {
    font-family: 'SegoeUI-LightItalic';
    font-weight: bold;
  }

  #formulario p.saiba-mais {
    margin-bottom: 30px;
    font-weight: 100;
    text-transform: uppercase;
    color: #a0533e;
    letter-spacing: 5px;
    padding: 0;
    font-size: 25px;
  }

  #formulario-zap p.saiba-mais {
    margin-bottom: 30px;
    font-weight: 100;
    text-transform: uppercase;
    color: #a0533e;
    letter-spacing: 5px;
    padding: 0;
    font-size: 25px;
  }

  #menu-mob {
    float: left;
    margin-left: 10px;
    margin-top: 10px;
  }

  #menu-out {
    position: fixed;
    background: #fff;
    top: 0;
    width: 160px;
    padding-left: 20px;
    padding-top: 80px;
    height: 100vh;
    left: -160px;
    transition: all 1s ease;
  }

  #menu-out .close {
    float: left;
    margin-top: -50px;
    z-index: 9;
    position: relative;
  }

  #menu-out.active {
    left: 0px;
  }

  #menu-out ul#menu li {
    color: #000;
    font-size: 18px;
    margin: 10px 0;
  }

  .bg-model #model {
    background-position: 5% -80px;
    background-size: 130%;
    z-index: 1;
    position: relative;
  }

  .bg-model #model.scroll {
    background-position: 5% -25px;
  }

  .content-imovel {
    padding-left: 50px;
  }

  .legenda-fachada {
    text-align: left;
  }

  #contatos {
    bottom: 0px;
    background: #f8f1d8;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
  }

  #contatos div {
    display: inline-block;
  }

  #contatos div img {
    width: 110%;
    max-width: 110%;
  }

  #formulario {
    width: 100%;
    margin-top: 0px;
    top: 0;
    height: 100vh;
    z-index: 9;
    overflow: hidden;
  }

  #formulario.active {
    left: 0;
  }

  #formulario-zap {
    width: 100%;
    margin-top: 0px;
    top: 0;
    height: 100vh;
    z-index: 9;
    overflow: hidden;
  }

  #formulario-zap.active {
    left: 0;
  }

  #authentic,
  #exclusividade {
    padding: 80px 0 50px;
    background-size: 50%;
  }

  #exclusividade {
    padding: 0px 0 50px;
  }

  #authentic p.desc,
  #exclusividade p.desc {
    font-size: 14px;
    padding-right: 130px;
    margin-top: 0;
  }

  #exclusividade p.desc {
    padding-right: 0px;
    padding-left: 130px;
  }

  #authentic p.desc br,
  #exclusividade p.desc br {
    display: none;
  }

  #authentic .itens,
  #exclusividade .itens {
    width: 100%;
  }

  #authentic .itens .item {
    width: 49%;
    height: 136px;
  }

  #exclusividade .itens .item {
    width: 49%;
    height: 120px;
  }

  #authentic h2,
  #exclusividade h2,
  #localizacao h2 {
    font-size: 20px;
  }

  #exclusividade {
    margin-top: 0px;
  }

  #plantas h3 {
    margin-left: 0px;
  }

  .content-imovel h1 {
    margin-top: 80%;
    font-size: 18px;
  }

  #footer {
    padding-bottom: 130px;
  }

  #map {
    height: 350px;
  }

  .mapa {
    margin: 30px 0;
  }

  #localizacao .itens-localizacao {
    padding: 0px 0 20px 25px;
    box-shadow: none;
  }

  #localizacao h2 {
    line-height: 30px;
    margin-bottom: 30px;
  }

  #localizacao .item {
    width: 49%;
    display: inline-block;
    vertical-align: top;
  }

  #localizacao .item p {
    font-size: 16px;
    padding-right: 25px;
    margin-top: 10px;
    font-family: 'SegoeUI-LightItalic';
  }

  #localizacao .active.item p {
    color: #b5533a;
  }

  #localizacao .item:hover .select {
    display: block;
  }

  #localizacao .hidden {
    display: none;
  }

  #localizacao .item:hover .hidden {
    display: none;
  }

  #localizacao .item.active .select {
    display: none;
  }

  #localizacao .item.active .hidden {
    display: block;
  }

  #galeria {
    margin-top: 0;
    padding: 50px 0 10px;
  }

  #galeria h3,
  #plantas h3 {
    font-size: 27px;
    line-height: 33px;
    letter-spacing: 5px;
    margin-left: 30px;
  }

  #galeria .imagem-destaque,
  #plantas .imagem-destaque {
    height: 310px;
    background-size: cover;
  }

  #galeria .legenda-img,
  #plantas .legenda-img {
    font-size: 14px;
    bottom: -40px;
    padding: 0px;
  }

  #plantas .legenda-img .legenda-aux {
    bottom: -20px;
  }

  .carousel,
  .carousel-plantas {
    margin-left: 8px;
  }

  .carousel .carousel-cell,
  .carousel-plantas .carousel-cell {
    width: 40%;
    margin: 40px 8px;
  }

  .carousel .carousel-cell .item-galeria,
  .carousel-plantas .carousel-cell .item-galeria {
    width: 100%;
    height: 100px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 16px;
  }

  .carousel-plantas .carousel-cell .item-galeria {
    border-radius: 0px;
  }

  .flickity-prev-next-button {
    display: none;
  }

  #plantas {
    padding: 50px 0 30px;
  }

  .footer-session {
    width: 50%;
  }

  .redes-sociais .col-md-3 {
    width: 15%;
  }
}

@media (max-width: 414px) and (max-height: 823px) {
  #authentic .itens .item p,
  #exclusividade .itens .item p {
    font-size: 14px;
  }
  #authentic .itens .item-hide {
    padding: 8px 0 5px;
    height: 136px;
  }
  #exclusividade .itens .item-hide {
    padding: 8px 0 5px;
    height: 120px;
  }
  .carousel {
    margin-left: 8px;
    margin-top: 35px;
  }
  .carousel-plantas {
    margin-left: 8px;
    margin-top: 45px;
  }
  #galeria .legenda-img {
    font-size: 14px;
    bottom: -60px;
    padding: 0px;
  }
  #plantas .legenda-img {
    font-size: 14px;
    bottom: -70px;
    padding: 0px;
  }
}

@media (max-width: 414px) and (max-height: 736px) {
  /* CSS stuff */
  #exclusividade .itens .item {
    width: 49%;
    height: 136px;
  }
  #authentic .itens .item p,
  #exclusividade .itens .item p {
    font-size: 14px;
  }
  #authentic .itens .item-hide,
  #exclusividade .itens .item-hide {
    padding: 8px 0 5px;
    height: 136px;
  }
  .carousel,
  .carousel-plantas {
    margin-left: 8px;
    margin-top: 35px;
  }
  #galeria .legenda-img,
  #plantas .legenda-img {
    font-size: 14px;
    bottom: -72px;
    padding: 0px;
  }
}

@media (max-width: 375px) and (max-height: 677px) {
  .carousel {
    margin-left: 8px;
    margin-top: -20px;
  }
  .carousel-plantas {
    margin-left: 8px;
    margin-top: 25px;
  }
  #galeria .legenda-img,
  #plantas .legenda-img {
    font-size: 14px;
    bottom: 0;
    padding: 0px;
  }
  #plantas .legenda-img {
    font-size: 14px;
    bottom: -50px;
    padding: 0px;
  }
}

@media (max-width: 375px) {
  #contatos div img {
    width: 110%;
  }

  #contatos div {
    width: 25%;
    float: left;
  }

  #home .bg-model {
    height: 90vh;
  }

  #authentic .itens .item p,
  #exclusividade .itens .item p {
    font-size: 13px;
  }

  #galeria .imagem-destaque,
  #plantas .imagem-destaque {
    height: 310px;
    background-size: contain;
    margin-bottom: 35px;
  }
  .texto-localizacao {
    padding: 0px 20px 20px 0px;
    line-height: 22px;
    font-family: 'SegoeUI-Light';
    font-size: 15px;
  }
}

@media (max-width: 360px) {
  #contatos div {
    width: 27%;
    margin: 0 -5px;
  }

  #contatos div img {
    width: 100%;
  }

  #logo img {
    width: 170px;
  }

  .content-imovel h1 {
    font-size: 16px;
  }

  #formulario p {
    padding-right: 0px;
  }

  #formulario p.saiba-mais {
    font-size: 22px;
  }

  #footer .copyright {
    font-size: 10px;
  }

  #authentic h2,
  #exclusividade h2,
  #localizacao h2 {
    font-size: 15px;
    line-height: 20px;
  }
  #galeria .imagem-destaque {
    margin-bottom: 0;
  }
  #plantas .legenda-img {
    font-size: 14px;
    bottom: -52px;
    padding: 0px;
  }
  .carousel-plantas {
    margin-left: 8px;
    margin-top: 20px;
  }
  #galeria .legenda-img {
    font-size: 14px;
    bottom: -10px;
    padding: 0px;
  }
  #plantas .legenda-img {
    font-size: 14px;
    bottom: -47px;
    padding: 0px;
  }
}

@media (max-width: 320px) {
  #contatos div {
    width: 28%;
    margin: 0 -5px;
  }

  #contatos div img {
    width: 110%;
    max-width: 110%;
  }

  #logo {
    padding-top: 100px;
  }

  #logo img {
    width: 145px;
  }

  .content-imovel h1 {
    margin-top: 90%;
    font-size: 14px;
  }

  .content-imovel {
    padding-left: 30px;
  }

  #home .bg-model {
    height: 100vh;
  }

  .bg-model #model {
    background-position: 5% 0;
  }

  #home .fachada .desc-imovel {
    font-size: 20px;
    padding: 15px 25px;
  }

  #authentic p.desc {
    padding-right: 25px;
  }

  #exclusividade p.desc {
  }

  #authentic .itens .item p,
  #exclusividade .itens .item p {
    font-size: 11px;
  }

  #authentic .itens .item {
    height: 120px;
  }
  #authentic .itens .item-hide {
    padding: 8px 0 5px;
    height: 120px;
  }
  #exclusividade .itens .item-hide {
    padding: 8px 0 5px;
    height: 105px;
  }
  #exclusividade .itens .item {
    height: 105px;
  }

  #formulario {
    padding: 30px 40px;
  }

  #menu-out ul#menu li {
    margin: 3px 0;
  }

  .social_icon {
    padding: 10px 4px;
  }
}

/* diminuindo fonte da lenda de plantas*/
.fancybox-caption span {
  font-size: 12px;
}

/* fim diminuindo fonte da lenda de plantas*/

/* Lightbox Texto de privacidade de dados */
.privacy {
  width: 100%;
  padding: 15px 15px 5px;
  position: fixed;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.7);
  font-family: 'Open Sans', sans-serif;
  z-index: 99999;
  display: none;
}
.privacy a {
  text-decoration: underline;
  color: #fff;
}
.white-text-left {
  color: white;
  text-align: left;
  font-size: 13px;
  line-height: 15px;
}
.btn.aceito {
  background: #f9f9f9;
  color: #000;
  font-weight: bold;
  padding: 8px 15px;
  border-radius: 10px;
  cursor: pointer;
  width: 190px;
  margin-top: 0px;
  font-size: 16px;
}

@media (max-width: 768px) {
  .btn.aceito {
    background: #f9f9f9;
    color: #000;
    font-weight: bold;
    padding: 5px 15px;
    border-radius: 10px;
    cursor: pointer;
    width: 190px;
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 16px;
  }
}
