@charset "UTF-8";
html {
  width: 100%;
  height: 100%;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
}

body {
  color: #454545;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: "WebMuli";
  font-weight: 400;
  background-color: #f8f8f8;
  word-wrap: break-word;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  -moz-overflow-scrolling: touch;
  -o-overflow-scrolling: touch;
  -ms-overflow-scrolling: touch;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-tap-highlight-color: rgba(0, 0, 0, 0);
  -o-tap-highlight-color: rgba(0, 0, 0, 0);
}

.lock {
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
}

h1 {
  font-size: 1.6em;
  font-weight: normal;
  margin: 15px 0px;
  font-family: "WebMuli";
  color: #363636;
}

.false-h1 {
  font-size: 1.6em;
  font-weight: normal;
  margin: 15px 0px;
  font-family: "WebMuli";
  color: #363636;
}

h2 {
  text-transform: uppercase;
  font-size: 1.4em;
  margin: 10px 0px 10px 0px;
  color: #303030;
  font-weight: 600;
  font-family: "WebMuli";
}

.false-h2 {
  text-transform: uppercase;
  font-size: 1.4em;
  margin: 10px 0px 10px 0px;
  color: #303030;
  font-weight: 600;
  font-family: "WebMuli";
}

h3 {
  font-size: 1.3em;
  margin: 10px 0px 10px 0px;
  color: #212121;
  font-weight: 600;
  font-family: "WebMuli";
}

h4 {
  font-size: 1em;
  font-weight: 500;
  margin: 10px 0px 10px 0px;
  font-family: "WebMuli";
}

h5 {
  font-size: 1em;
  font-weight: 500;
  margin: 10px 0px 10px 0px;
  font-family: "WebMuli";
}

h6 {
  font-size: 1em;
  font-weight: 500;
  margin: 10px 0px 10px 0px;
  font-family: "WebMuli";
}

a,
.a,
a:visited,
.a:visited {
  color: #323232;
  text-decoration: none;
  font-size: 1em;
  font-weight: 600;
  cursor: pointer;
}

a:active,
a:hover,
.a:active,
.a:hover {
  color: #121212;
  font-size: 1em;
  font-weight: 600;
}

p {
  word-wrap: break-word;
  font-size: 15px;
  line-height: 1.2em;
  font-weight: 400px;
}

strong,
b {
  font-weight: 600 !important;
}

table th {
  text-transform: uppercase;
  border: 1px solid #ddd;
  padding: 5px 10px;
}

table td {
  border: 1px solid #eee;
  padding: 3px 10px;
}

table tr:hover td {
  border: 1px solid #ccc;
}

.strong,
strong,
b {
  font-weight: 600;
}

.opacity-40 {
  opacity: 0.4;
}

.white-all * {
  color: #fff !important;
}

.ye {
  color: #feed00;
}

/* FIM RESET */
.blur {
  filter: blur(5px);
}

.font-200 {
  font-weight: 200 !important;
}

.font-400 {
  font-weight: 400 !important;
}

.font-500 {
  font-weight: 500 !important;
}

.font-600 {
  font-weight: 600 !important;
}

.banner {
  display: table;
  width: 100%;
  background-color: #323232;
}

.banner-content {
  display: block;
  width: 100%;
  max-width: 1920px;
  margin: auto;
}

/* CONTENT */
#content {
  min-height: 50vh;
}

.content {
  width: 100%;
  max-width: 1240px;
  margin: auto;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.content img {
  max-width: 100%;
}

.ctn p {
  margin: 18px 0px;
  line-height: 24px;
}

.content-750 {
  max-width: 750px;
}

.content_h {
  padding-left: 0;
  padding-right: 0;
}

.content_v {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pd-center-10 {
  padding: 0 10px;
}

.pd-left-min {
  padding-left: 5px;
}

.pd-right-min {
  padding-right: 5px;
}

.pd-center-30 {
  padding: 0 30px;
}

.input-novidades:-webkit-autofill,
.input-novidades:-webkit-autofill:hover,
.input-novidades:-webkit-autofill:focus,
.input-novidades:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 50px rgba(0, 0, 0, 0) inset !important;
  -webkit-text-fill-color: white !important;
}

.servicos {
  display: block;
  width: 100%;
  opacity: 0.9;
  padding: 4rem 1.5rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.servicos p {
  color: #ffffff;
}
.servicos .servicos-img {
  display: block;
  width: 5rem;
  margin: auto;
  user-select: none;
}
.servicos .servicos-img img {
  display: block;
  width: 100%;
}

.bg-gray1 {
  display: table;
  width: 100%;
  background-color: #29252d;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.container-fixo {
  display: block;
  width: 260px;
  position: fixed;
  bottom: 5px;
  right: 20px;
  z-index: 90;
  text-align: right;
}
.container-fixo .co-fixo-container {
  display: block;
  width: 100%;
  position: relative;
}
.container-fixo .co-fixo-whats {
  display: inline-block;
  width: 250px;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}
.container-fixo .co-fixo-whats .box-img {
  display: block;
  position: absolute;
  top: 0;
  left: -29px;
}
.container-fixo .co-fixo-whats .box-img img {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  display: block;
  width: 61px;
  height: 61px;
  -webkit-box-shadow: -2px 6px 7px -2px #00000026;
  -moz-box-shadow: -2px 6px 7px -2px #00000026;
  box-shadow: -2px 6px 7px -2px #00000026;
}
.container-fixo .co-fixo-whats .box-descricao {
  display: inline-block;
  width: 100%;
  text-align: left;
  font-size: 16px;
  padding: 6px 0;
  padding-left: 35px;
  font-weight: 300;
  color: #2f2f2f;
  border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -ms-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  -o-border-radius: 0 0 0 0;
  background-color: #ffffff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  vertical-align: middle;
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  -webkit-box-shadow: -2px 6px 7px -2px #00000026;
  -moz-box-shadow: -2px 6px 7px -2px #00000026;
  box-shadow: -2px 6px 7px -2px #00000026;
}
.container-fixo .co-fixo-whats .box-descricao-a {
  border-radius: 0 30px 0 0;
  -moz-border-radius: 0 30px 0 0;
  -ms-border-radius: 0 30px 0 0;
  -webkit-border-radius: 0 30px 0 0;
  -o-border-radius: 0 30px 0 0;
}
.container-fixo .co-fixo-whats .box-descricao-b {
  border-radius: 0 0 30px 0;
  -moz-border-radius: 0 0 30px 0;
  -ms-border-radius: 0 0 30px 0;
  -webkit-border-radius: 0 0 30px 0;
  -o-border-radius: 0 0 30px 0;
}
.container-fixo .co-fixo-whats-btn {
  display: inline-block;
  margin-left: -70px;
  vertical-align: middle;
  position: relative;
}

.co_fixo_whats_open {
  -moz-animation-duration: 0.1s;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
  -moz-animation-name: co_fixo_whats_open;
  -webkit-animation-name: co_fixo_whats_open;
  animation-name: co_fixo_whats_open;
  -moz-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -moz-animation-direction: normal;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes co_fixo_whats_open {
  from {
    left: 10px;
    color: #2f2f2f;
  }
  to {
    color: rgba(0, 0, 0, 0);
    left: 120vw;
  }
}
@-moz-keyframes co_fixo_whats_open {
  from {
    left: 10px;
    color: #2f2f2f;
  }
  to {
    color: rgba(0, 0, 0, 0);
    left: 120vw;
  }
}
@-o-keyframes co_fixo_whats_open {
  from {
    left: 10px;
    color: #2f2f2f;
  }
  to {
    color: rgba(0, 0, 0, 0);
    left: 120vw;
  }
}
@keyframes co_fixo_whats_open {
  from {
    left: 10px;
    color: #2f2f2f;
  }
  to {
    color: rgba(0, 0, 0, 0);
    left: 120vw;
  }
}
.b-whats, .b-whats:hover, .b-whats:active, .b-whats:focus {
  background-color: #1ebea5;
  box-shadow: none;
  padding-left: 6px;
  font-size: 20px !important;
  color: white !important;
  border: 0 !important;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  height: 70px !important;
  width: 70px !important;
  line-height: 78px !important;
  text-align: center !important;
  -webkit-box-shadow: -2px 6px 7px -2px #00000026;
  -moz-box-shadow: -2px 6px 7px -2px #00000026;
  box-shadow: -2px 6px 7px -2px #00000026;
}
.b-whats i, .b-whats:hover i, .b-whats:active i, .b-whats:focus i {
  font-size: 28px;
}

#boss-dialog,
.boss-dialog {
  position: fixed;
  z-index: 998;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100vw;
  height: 100vh;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.boss-dialog-area {
  position: relative;
  display: block;
  max-width: calc(100vw - 20px);
  max-height: calc(100vh - 80px);
  background-color: #ffffff;
  border: none;
  padding: 1rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.boss-dialog-img {
  display: block;
  max-width: calc(100vw - 40px);
  max-height: calc(100vh - 60px);
}

.boss-dialog-invisible {
  background-color: rgba(0, 0, 0, 0) !important;
  border: none !important;
}

.boss-dialog-area iframe {
  border: none;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.boss-dialog-close {
  cursor: pointer;
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 18px;
  background-color: #feed00;
  border: 2px solid #feed00;
  color: #ffffff;
  border-radius: 50%;
  width: 36px;
  line-height: 32px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  z-index: 2;
}
.boss-dialog-close:hover, .boss-dialog-close:active, .boss-dialog-close:focus {
  background-color: #ffffff;
  border-color: #feed00;
  color: #feed00;
}

.indice {
  display: inline-block;
  background-color: #fff;
  margin: 5px 5px 5px 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.indice-dt {
  vertical-align: middle;
  display: inline-block;
  text-align: left;
  width: 80px;
  line-height: 1.1em;
  font-size: 14px;
  font-weight: 600;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.indice-dt-a {
  display: block;
  width: 100%;
  text-align: center;
  background-color: #feed00;
  padding: 10px 10px 10px 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.indice-dt-b {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  background-color: #29252d;
  padding: 15px 10px 20px 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.indice-vl {
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  width: 120px;
  padding: 0px 20px 0px 10px;
  line-height: 1.1em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.indice-vl div {
  font-size: 16px;
  font-weight: 600;
}

.indice-vl span {
  font-size: 12px;
  font-weight: 200;
}

.area-coligadas {
  height: 70px;
  text-align: right;
  line-height: 70px;
  max-width: 340px;
}

.link_footer {
  display: inline-block;
  margin-right: 15px;
  color: #fff;
  font-weight: 500;
  background-color: #2f2f2f;
  padding: 0.75rem;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.link_footer:hover {
  color: #ffffff;
  opacity: 0.8;
}
.link_footer:visited {
  color: #fff;
}

.logo-coligadas {
  height: 70px;
}

.share {
  text-align: center;
}

.ux-share {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  color: #fff;
}

.ux-share > span {
  cursor: pointer;
  display: block;
  min-width: 40px;
  padding: 5px 0px;
  color: #fff;
}

.ux-share > span:hover {
  color: #feed00;
}

#ly_tit_addfavoritos {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  height: auto;
  width: auto;
  padding: 0px;
}

#ly_tit_addfavoritos:hover {
  color: #feed00;
}

/* AVISOS */
.ux-avisos {
  position: fixed;
  z-index: 9998;
  display: block;
  width: 100%;
  height: 100vh;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.95);
}

.ux-avisos-area {
  position: relative;
  display: block;
  margin: auto;
  max-width: 840px;
  width: 100%;
  padding: 20px;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.ux-avisos-fechar {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #000;
  border-radius: 50%;
  border: 2px solid #fff;
  color: #fff;
  float: right;
  cursor: pointer;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
}

.ux-avisos-fechar:hover {
  background-color: #fff;
  color: #000;
}

.ux-avisos-area img {
  max-width: 100%;
  max-height: calc(100vh - 40px);
  height: auto;
}

.bloco-status-area {
  position: absolute;
  width: 100%;
  z-index: 2;
  top: 0;
  left: 0;
  padding: 20px 15px 0px 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.bloco-status {
  display: inline-block;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
  font-size: 13px;
  font-weight: 600;
  padding: 0px 10px 8px 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

/* MINIATURAS DE IMÓVEIS */
.bloco-porcentagem {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 0px 10px 20px 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.bloco-alinha-laterais {
  position: relative;
  margin-left: -10px;
  margin-right: -10px;
}

.bloco {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  cursor: pointer;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.bloco-vendido {
  border: 1px solid #cccccc;
}

.bloco-vendido:hover {
  border: 1px solid #cccccc;
}

.bloco-img {
  width: 100%;
  padding: 0px;
  margin: 0px;
  background-color: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.bloco-img-div {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.bloco-img-div img {
  display: block;
  margin: 0px;
  width: 100%;
  height: auto;
}

.bloco-flow {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.49) 20%, rgba(0, 0, 0, 0.89) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(20%, rgba(0, 0, 0, 0.49)), color-stop(100%, rgba(0, 0, 0, 0.89)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.49) 20%, rgba(0, 0, 0, 0.89) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.49) 20%, rgba(0, 0, 0, 0.89) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.49) 20%, rgba(0, 0, 0, 0.89) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.49) 20%, rgba(0, 0, 0, 0.89) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#000000", GradientType=0 );
  padding: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.bloco-flow-vendido {
  padding: 0px !important;
  text-align: center;
}

.bloco-flow-vendido img {
  width: 100%;
  max-width: 300px;
}

.bloco-flow-t {
  color: #fff;
  margin: 0px 0px 4px 0px;
  padding: 0px;
  line-height: 1em;
  font-size: 18px;
  font-weight: 300;
}

.bloco-flow-p {
  color: #fff;
  margin: 0px 0px 4px 0px;
  padding: 0px;
  line-height: 1em;
  font-size: 15px;
  font-weight: 200;
}

.bloco-flow-pr {
  color: #fff;
  margin: 0px 0px 4px 0px;
  padding: 0px;
  line-height: 1em;
  font-size: 15px;
  font-weight: 400;
}

.bloco-flow-bai {
  color: #fff;
  margin: 15px 0px 4px 0px;
  padding: 0px;
  line-height: 1em;
  font-size: 16px;
  font-weight: 300;
}

.bloco-flow-desc {
  color: #fff;
  margin: 0px 0px 4px 0px;
  padding: 0px;
  line-height: 1em;
  font-size: 15px;
  font-weight: 200;
}

.bloco-flow-hover {
  color: #fff;
  height: 0px;
  overflow: hidden;
  position: relative;
  -webkit-animation: all 0.25s ease-in-out;
  -moz-animation: all 0.25s ease-in-out;
  -o-animation: all 0.25s ease-in-out;
  -ms-animation: all 0.25s ease-in-out;
  animation: all 0.25s alternate;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.bloco:hover {
  border-color: #b0b0b0 !important;
}

.bloco:hover .bloco-flow-hover {
  height: 100px;
  -webkit-animation: all 0.25s ease-in-out;
  -moz-animation: all 0.25s ease-in-out;
  -o-animation: all 0.25s ease-in-out;
  -ms-animation: all 0.25s ease-in-out;
  animation: all 0.25s alternate;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.footer {
  width: 100%;
  display: block;
  padding: 30px 0px;
  background: #29252d;
  border-top: 5px solid #39353d;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.footer * {
  /*color: #33181a;*/
  color: #fff;
}

.footer p {
  margin: 4px 0px;
  line-height: 1em;
}

.footer hr {
  background-color: rgba(255, 255, 255, 0.22);
}

.footer-content {
  display: block;
  width: 100%;
  max-width: 1240px;
  font-weight: 200;
  margin: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.footer-content a, .footer-content .a,
.footer-content a:visited {
  color: #fff;
  font-weight: normal;
  display: inline-block;
}

.footer-content a:hover, .footer-content .a:hover,
.footer-content a:active,
.footer-content .a:active {
  text-decoration: underline;
}

.footer-map a, .footer-map .a {
  display: inline-block;
  width: 33.33%;
  margin-bottom: 8px;
}

.footer-copyright {
  width: 100%;
  max-width: 1240px;
  display: block;
  margin: auto;
  padding: 15px 0px;
}

.footer-copyright * {
  font-size: 15px;
  color: #fff;
}

.footer-copyright img {
  height: 12px;
}

.ux_to_top {
  cursor: pointer;
  position: fixed;
  z-index: 90;
  bottom: 5px;
  left: 5vw;
  background-color: #feed00;
  border: 2px solid #29252d;
  text-align: center;
  padding: 5px 5px;
  border-radius: 2px;
}

.ux_to_top span {
  color: #29252d !important;
  font-size: 26px;
}

.lancamento-lista {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  padding: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.lancamento-lista h2 {
  color: #008a8d;
}

.lancamento-lancamento {
  height: 200px;
  background: #f8f8f8;
  border: 1px solid #f8f8f8;
  box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.02);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.lancamento-lancamento:hover {
  background: #eee;
  border: 1px solid #ddd;
  box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.03);
}

.lancamento-area-imagem {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 195px;
  vertical-align: top;
  overflow: hidden;
}

.lancamento-area-imagem img {
  height: 200px;
  width: 200px;
}

.lancamento-preco {
  position: absolute;
  display: block;
  z-index: 1;
  width: 100%;
  left: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  text-align: center;
  font-size: 1.3em;
  font-weight: 500;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  padding: 5px 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.lancamento-descricao {
  height: inherit;
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 5px 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.lancamento-num {
  font-size: 1.1em;
}

.lancamento-descricao-btns {
  position: absolute;
  display: block;
  z-index: 2;
  left: 10px;
  bottom: 10px;
}

.lancamento-plantas-area {
  background-color: #f4f4f4 !important;
}

.lancamento-plantas {
  display: inline-block;
  width: 25%;
  vertical-align: bottom;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.lancamento-planta {
  cursor: pointer;
  display: block;
  width: 100%;
  min-height: 160px;
  position: relative;
  padding: 10px;
  border: 2px solid #ccc;
  background-color: #f4f4f4;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.lancamento-planta img {
  display: block;
  width: 100%;
  height: auto;
}

.lancamento-planta:hover {
  border: 2px solid #29252d;
}

.lancamento-planta p {
  font-weight: 500;
  margin: 10px 0px 2px 0px;
  color: #888;
}

.lancamento-planta div {
  position: absolute;
  z-index: 2;
  left: 0px;
  bottom: 0px;
  border-top: 2px solid #ddd;
  border-right: 2px solid #ddd;
  background-color: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.lancamento-planta span {
  display: block;
  padding: 5px;
  font-size: 0.8em;
  font-weight: 400;
}

.cards {
  background-color: #fff;
  display: inline-block;
  padding: 10px;
  vertical-align: top;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.6);
  border-radius: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

/* VISUALIZAÇÃO DO IMÓVEL */
.large {
  font-size: 1.4em;
}

.medium,
.medium:hover {
  font-size: 1.15em;
}

.small {
  font-size: 0.9em;
}

.tiny {
  font-size: 11px;
}

.bg-white {
  background-color: #fff;
}

.bg-contato {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 980px;
  background-color: #ccc;
}

.ux_contato {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 320px;
}

.ux_contato .boss-input-text,
.ux_contato .boss-input-textarea,
.ux_contato .boss-js-select-label,
.ux_contato .boss-js-select {
  border-radius: 5px;
}

.ux_contato .boss-input-text,
.ux_contato .boss-input-textarea,
.ux_contato .boss-slct,
.ux_contato .boss-select,
.ux_contato .boss-js-select {
  border-color: rgba(0, 0, 0, 0) !important;
}

.ux_contato .boss-label-title {
  color: #303030 !important;
}

.content ul {
  margin: 0px 0px 0px 30px;
  padding: 0px 0px 0px 0px;
  color: inherit;
}

.content ul li {
  margin: 5px 0px;
  padding: 0px 0px 0px 0px;
}

.infraestruturas {
  margin: 0px 5px 0px 0px !important;
  padding: 0px !important;
  list-style: none !important;
  color: inherit !important;
}

.infraestruturas li {
  margin: 6px 0px !important;
  font-size: 14px;
}

.list_info {
  margin: 0px !important;
  padding: 0px !important;
  list-style: none !important;
  color: inherit !important;
  display: inline-block;
  width: 33.33%;
  vertical-align: top;
}

.list_info_center {
  padding: 0px 10px !important;
}

.list_info li {
  list-style: none !important;
  margin: 0px !important;
  padding: 0px 10px 5px 0px !important;
  color: #808080;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.list_info li b {
  color: #333333 !important;
}

.ux_detalhes p {
  line-height: 20px !important;
  margin: 20px 0px !important;
}

/* IMPRESSÃO */
.ux-print {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9998;
  display: block;
  background-color: rgba(0, 0, 0, 0.9);
  height: inherit;
}

.ux-print-vertical {
  width: 100vw;
  height: 100vh;
  display: table-cell;
  vertical-align: middle;
}

.ux-print-area {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 480px;
  padding: 20px;
  background-color: #fff;
  box-shadow: 1px 1px 10px 4px rgba(0, 0, 0, 0.8);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.ux-print-titulo {
  display: block;
  width: 100%;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}

.ux-print-titulo h2 {
  margin: 5px 0px;
  font-size: 1.2em !important;
  color: #646464;
}

.ux-print-gear {
  width: 200px;
  height: auto;
}

.ux-print-div-img {
  cursor: pointer;
}

.ux-print-img {
  height: 80px;
  width: 80px;
}

.max-width-320 {
  max-width: 320px;
}

.max-width-480 {
  max-width: 480px;
}

.max-width-980 {
  max-width: 980px !important;
}

.m404 {
  margin-top: 50px;
  font-size: 2em !important;
  text-align: center !important;
}

.e404 {
  color: #aaa !important;
  font-size: 1.6em !important;
  text-align: center !important;
}

.fb-like {
  position: relative;
  left: -16px;
  -webkit-filter: hue-rotate(129deg);
  filter: hue-rotate(129deg);
}

.ind-fundo {
  background-color: #e8e8e8;
}

.ind {
  padding: 10px 0px 15px 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.ind div {
  margin: 5px 0px;
}

.ind-atualizacao {
  font-size: 1em;
  line-height: 1em;
  font-weight: 400;
}

.ind-valor {
  font-size: 1.4em;
  font-weight: 600;
  margin: 4px 0px;
}

.ind-nome {
  font-size: 1em;
  line-height: 1em;
  font-weight: 200;
}

/* VÍDEOS */
.ly_video_area {
  display: block;
  margin: auto;
  max-width: 480px;
  width: 100%;
}

.ly_video_vid {
  background-color: #fff;
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 56.25% !important; /* 16:9 */
  height: 0px !important;
  overflow: hidden;
}

.ly_video_vid_todos {
  background-color: #ccc;
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 56.25% !important; /* 16:9 */
  height: 0px !important;
  overflow: hidden;
}

.ly_video_vid_img {
  width: 101%;
}

.ly_video_vid iframe,
.ly_video_vid_todos iframe {
  position: absolute;
  border: none;
  overflow: hidden;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 5;
}

.li_video_play {
  height: 30px;
  width: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
}

.ly_titulo_video {
  width: 100%;
  text-align: right;
  font-weight: 300;
  font-size: 14px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  padding: 5px 0px 10px 0px;
}

.ly_titulo_video_todos {
  width: 100%;
  font-weight: 300;
  font-size: 1em;
  padding: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.ly_estrelas_class {
  color: #fff;
  display: inline-block;
  position: relative;
  text-align: center;
  top: 0;
  width: 20%;
  cursor: pointer;
  font-size: 20px;
  font-weight: 200;
  padding: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.ly_estrelas_class:hover {
  font-weight: 500;
}

.ly_estrelas_class_nota {
  color: #feed00 !important;
  background-color: #383838;
  font-weight: 600 !important;
}

.r90 {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/* AO USAR BOTÃO DIREITO */
.ux-context-menu {
  width: 200px;
  position: fixed;
  top: 30px;
  left: 30px;
  background-color: #fff;
  z-index: 9999;
  border-top: 3px solid #363636;
  border-left: 1px solid #363636;
  border-right: 1px solid #363636;
  border-bottom: 1px solid #363636;
  box-shadow: 0px 4px 10px 4px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
}

.ux-context-menu a, .ux-context-menu .a {
  display: block;
  padding: 10px 20px;
  font-size: 15px;
  text-align: left;
  color: #363636;
  font-weight: 500;
}

.ux-context-menu a:hover, .ux-context-menu .a:hover {
  font-weight: 500;
  background-color: #363636;
  color: #fff;
}

.content_map {
  position: absolute;
  margin-top: -35px;
}

/*
	LARGE SCREEN 
	max-width: 1370px
	min-width: 1201px
*/
/* 
	MEDIUM SCREEN 
	max-width: 1200px
	min-width: 1024px
*/
/*
	TABLET LANDSCAPE 
	max-width: 1023px
	min-width: 768px
*/
/*
	TABLET LANDSCAPE 
	max-width: 767px
	min-width: 641px
*/
/*
	SMARTPHONE LANDSCAPE
	max-width: 640px
	min-width: 482px
*/
/*
	SMARTPHONE PORTRAIT
	max-width: 481px
	min-width: 321px
*/
/*
	OLD SMARTPHONE
	max-width: 320px
*/
/* HEADER */
.header {
  width: 100%;
  display: table;
  background-color: #303030;
  background-image: url("/jnh/background/blurupsala3.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  -webkit-animation: background 0.35s ease-in-out;
  -moz-animation: background 0.35s ease-in-out;
  -o-animation: background 0.35s ease-in-out;
  -ms-animation: background 0.35s ease-in-out;
  animation: background 0.35s alternate;
  -webkit-transition: background 0.35s ease-in-out;
  -moz-transition: background 0.35s ease-in-out;
  -o-transition: background 0.35s ease-in-out;
  -ms-transition: background 0.35s ease-in-out;
  transition: background 0.35s ease-in-out;
}

.full-menu {
  display: block;
  z-index: 10;
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.85);
}

.full-menu-area {
  height: 100vh;
  width: 100%;
  top: 0px;
  color: #FFF;
  display: block;
  padding: 150px 40px 80px 40px;
  overflow: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  transform: translateX(0px);
}

.full-menu-area ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.full-menu-area li {
  text-align: right;
}

.full-menu-area img {
  max-width: 105px;
  float: left;
}

.full-menu-area a, .full-menu-area .a {
  display: inline-block;
  padding: 5px 10px;
  font-size: 18px;
  color: #FFF;
  font-weight: 200 !important;
}

.full-menu-area a:hover, .full-menu-area .a:hover {
  background-color: #303030;
  font-weight: 600 !important;
  color: #feed00 !important;
}

.full-menu-area b {
  font-size: 20px;
  color: #feed00;
  margin-bottom: 20px;
  display: block;
}

.header-top {
  position: absolute;
  display: table;
  width: 100%;
  top: 0px;
  left: 0px;
}

.header-content {
  display: block;
  position: relative;
  margin: auto;
  width: 100%;
  max-width: 1240px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.header-logo {
  display: inline-block;
  width: 315px;
}

.site-logo {
  position: absolute;
  top: 0px;
  z-index: 5;
}

.site-logo-logo {
  height: 150px;
}

.header-menu {
  display: inline-block;
  width: calc(100% - 315px);
  padding: 40px 0px;
}

.header-menu div {
  font-size: 18px;
  display: inline-block;
  vertical-align: bottom;
}

.header-menu-1 {
  width: 16%;
}

.header-menu-2 {
  width: 16%;
  position: relative;
}

.header-menu-3 {
  width: 16%;
  position: relative;
}

.header-menu-4 {
  width: 25%;
  position: relative;
}

.header-menu-5 {
  width: 10%;
  cursor: pointer;
  position: relative;
  z-index: 11;
}

.header-menu-6 {
  width: 17%;
}

.header-menu-5 i {
  font-size: 32px;
}

.hmsearch {
  margin-right: 30px !important;
}

.header-menu a, .header-menu .a {
  font-weight: 600 !important;
  color: #feed00 !important;
}

.header-h1 {
  background-color: #151515;
  color: #FFF;
  display: none;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 20px;
}

.header-h1 h1 {
  color: #FFF;
  margin: 5px 0px;
}

.header-h1-left {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 315px);
}

.header-h1-right {
  display: inline-block;
  vertical-align: top;
  width: 315px;
  text-align: right;
}

.slogan-area {
  display: table;
  width: 100%;
  margin-top: 250px;
  margin-bottom: 180px;
}

.slogan {
  font-size: 2.5em;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}

.sloganseo {
  display: table;
  margin: auto;
  border-top: 1px solid #FFF;
  padding-top: 10px;
}

.header_interno {
  background-color: #262626 !important;
  background-image: none;
}

.header_interno .header-menu {
  padding: 15px 0px;
}

.header_interno .site-logo-logo {
  height: 95px;
}

.header_interno .slogan-area {
  display: none;
}

.header_interno .header-h1 {
  display: table;
}

.breadcrumbs ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.breadcrumbs li {
  list-style: none;
  display: inline-block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.breadcrumbs li::before {
  content: "›";
  display: inline-block;
  padding: 0px 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.breadcrumbs li:first-child::before {
  content: "";
  padding: 0px;
}

.breadcrumbs a, .breadcrumbs .a, .breadcrumbs a:visited {
  color: #FFF !important;
  font-weight: 300;
}

.breadcrumbs a:hover, .breadcrumbs .a:hover, .breadcrumbs a:active, .breadcrumbs .a:active {
  color: #FFF !important;
  font-weight: 400;
}

/*
	LARGE SCREEN 
	max-width: 1370px
	min-width: 1201px
*/
/* 
	MEDIUM SCREEN 
	max-width: 1200px
	min-width: 1024px
*/
/*
	TABLET LANDSCAPE 
	max-width: 1023px
	min-width: 768px
*/
/*
	TABLET PORTRAIT 
	max-width: 767px
	min-width: 641px
*/
/*
	SMARTPHONE LANDSCAPE
	max-width: 640px
	min-width: 482px
*/
/*
	SMARTPHONE PORTRAIT
	max-width: 481px
	min-width: 321px
*/
/*
	OLD SMARTPHONE
	max-width: 320px
*/
#toggle_busca {
  cursor: pointer;
  padding: 0px;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  font-size: 20px;
  font-weight: 600;
  text-align: right;
}

.ux_busca {
  display: block;
  width: 100%;
  background-color: #303030;
  position: relative;
}

.ux_busca_area {
  display: block;
  width: 100%;
  max-width: 1240px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.ux_busca_bloco1 {
  width: 10%;
  text-align: right;
  font-weight: 600;
  padding: 50px 5px 0px 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.ux_busca_bloco1 i {
  font-size: 24px !important;
  vertical-align: top;
}

.ux_busca_bloco1 span {
  display: inline-block;
  font-size: 18px;
  vertical-align: top;
  margin-top: -4px;
}

.ux_busca_bloco {
  width: 15.6%;
  padding: 0px 5px;
}

.ux_busca_bloco7 {
  width: 12%;
  padding: 0px 5px 0px 5px;
}

.ux_busca_action {
  display: block;
  width: 100%;
  font-size: 14px;
  color: #FFF;
  padding: 10px 0;
}

.ux-left-busca {
  width: 245px !important;
}

.ux_busca_feed {
  font-size: 18px;
  color: #FFF;
}

.estilo-h2 {
  font-size: 1em;
  display: block;
  width: 100%;
  padding: 10px 20px;
  margin: 0px;
  color: #FFF;
  text-align: left;
  text-transform: uppercase;
  background-color: #CCCCCC;
  font-weight: 400 !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

/*
	LARGE SCREEN 
	max-width: 1370px
	min-width: 1201px
*/
/* 
	MEDIUM SCREEN 
	max-width: 1200px
	min-width: 1024px
*/
/*
	TABLET LANDSCAPE 
	max-width: 1023px
	min-width: 768px
*/
/*
	TABLET PORTRAIT 
	max-width: 767px
	min-width: 641px
*/
/*
	SMARTPHONE LANDSCAPE
	max-width: 640px
	min-width: 482px
*/
/*
	SMARTPHONE PORTRAIT
	max-width: 481px
	min-width: 321px
*/
/*
	OLD SMARTPHONE
	max-width: 320px
*/
.ht2 {
  background-color: #29252d;
  border-left: 10px solid #feed00;
  display: table;
  padding: 5px 20px;
  position: relative;
  z-index: 1;
  transform: translateY(20px);
}

.ht2 h2 {
  display: inline-block;
  color: #FFF;
  margin: 0px;
}

.ht2box {
  border-radius: 2px;
  background-color: #FFF;
  border: 1px solid #CCC;
  padding: 30px 30px 20px 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.imovel-bloco {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 0px 10px 20px 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.imovel-laterais {
  position: relative;
  margin-left: -10px;
  margin-right: -10px;
}

.imovel {
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 100%;
  background-color: #ececec;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.imovel-img {
  display: inline-block;
  vertical-align: top;
  width: 210px;
}

.imovel-img img {
  display: block;
  width: 100%;
}

.imovel-info {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 210px);
  color: #000;
  padding: 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.imovel-info a, .imovel-info .a {
  color: #000 !important;
  font-weight: 300 !important;
}

.imovel-info-acao {
  color: #707070 !important;
  font-weight: 600 !important;
  font-size: 12px;
  margin: 0px;
}

.imovel-descricao {
  display: block;
  font-weight: 500 !important;
  font-size: 15px;
  width: 100%;
  overflow: hidden;
  height: 100vh;
  max-height: 38px;
  margin: 10px 0px;
}

.imovel-info-cidade {
  display: block;
  width: 100%;
  color: #707070 !important;
  font-weight: 400 !important;
  font-size: 13px;
  line-height: 1em;
  margin: 0px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 100vh;
  max-height: 17px;
}

.imovel-info-preco {
  color: #000 !important;
  font-weight: 600 !important;
  font-family: sans-serif;
  font-size: 16px;
  margin: 5px 0px 0px 0px;
}

.imovel-white .imovel {
  background-color: #feed00 !important;
}

.imovel-white .imovel-info a, .imovel-white .imovel-info .a {
  color: #000 !important;
}

.imovel-grey .imovel {
  background-color: #29252d !important;
}

.imovel-grey .imovel-info a, .imovel-grey .imovel-info .a {
  color: #FFF !important;
}

.imovel-grey .imovel-info-preco {
  color: #feed00 !important;
}

.bg-white {
  display: table;
  width: 100%;
  background-color: #FFF;
}

.bg-grey {
  display: table;
  width: 100%;
  background-color: #CCC;
}

.imovel-bg-grey {
  display: table;
  width: 100%;
  background-color: #CCC;
}

.bg-form {
  display: table;
  width: 100%;
  background: rgb(217, 217, 217);
  background: -moz-linear-gradient(-45deg, rgb(217, 217, 217) 0%, rgb(204, 204, 204) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgb(217, 217, 217)), color-stop(100%, rgb(204, 204, 204)));
  background: -webkit-linear-gradient(-45deg, rgb(217, 217, 217) 0%, rgb(204, 204, 204) 100%);
  background: -o-linear-gradient(-45deg, rgb(217, 217, 217) 0%, rgb(204, 204, 204) 100%);
  background: -ms-linear-gradient(-45deg, rgb(217, 217, 217) 0%, rgb(204, 204, 204) 100%);
  background: linear-gradient(45deg, rgb(217, 217, 217) 0%, rgb(204, 204, 204) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d9d9d9", endColorstr="#cccccc", GradientType=1 );
}

.imovel:hover {
  border-color: #111;
}

.imovel-grey .imovel:after {
  background-color: #feed00 !important;
}

.imovel:after {
  display: table;
  height: 3px;
  width: 100%;
  background-color: #29252d;
  content: "";
  position: absolute;
  width: 0px;
  -webkit-animation: width 1s cubic-bezier(0.79, 0.17, 0.43, 0.86);
  -moz-animation: width 1s cubic-bezier(0.79, 0.17, 0.43, 0.86);
  -o-animation: width 1s cubic-bezier(0.79, 0.17, 0.43, 0.86);
  -ms-animation: width 1s cubic-bezier(0.79, 0.17, 0.43, 0.86);
  animation: width 1s alternate;
  -webkit-transition: width 1s cubic-bezier(0.79, 0.17, 0.43, 0.86);
  -moz-transition: width 1s cubic-bezier(0.79, 0.17, 0.43, 0.86);
  -o-transition: width 1s cubic-bezier(0.79, 0.17, 0.43, 0.86);
  -ms-transition: width 1s cubic-bezier(0.79, 0.17, 0.43, 0.86);
  transition: all 1s cubic-bezier(0.79, 0.17, 0.43, 0.86);
}

.imovel:hover:after {
  width: 100%;
  -webkit-animation: width 1s cubic-bezier(0.79, 0.17, 0.43, 0.86);
  -moz-animation: width 1s cubic-bezier(0.79, 0.17, 0.43, 0.86);
  -o-animation: width 1s cubic-bezier(0.79, 0.17, 0.43, 0.86);
  -ms-animation: width 1s cubic-bezier(0.79, 0.17, 0.43, 0.86);
  animation: width 1s alternate;
  -webkit-transition: width 1s cubic-bezier(0.79, 0.17, 0.43, 0.86);
  -moz-transition: width 1s cubic-bezier(0.79, 0.17, 0.43, 0.86);
  -o-transition: width 1s cubic-bezier(0.79, 0.17, 0.43, 0.86);
  -ms-transition: width 1s cubic-bezier(0.79, 0.17, 0.43, 0.86);
  transition: all 1s cubic-bezier(0.79, 0.17, 0.43, 0.86);
}

.btn-imovel {
  background-color: rgba(0, 0, 0, 0) !important;
  border: 1px solid #29252d !important;
  color: #29252d !important;
  min-height: 30px !important;
  line-height: 30px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.btn-imovel:hover {
  background-color: #383838 !important;
  border: 1px solid #29252d !important;
  color: #feed00 !important;
  min-height: 30px !important;
  line-height: 30px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.imovel-galeria {
  background-color: #29252d !important;
}

.imovel-left {
  display: inline-block;
  width: calc(100% - 280px);
  vertical-align: middle;
}

.imovel-right {
  display: inline-block;
  width: 280px;
  background-color: #29252d !important;
  vertical-align: middle;
  padding: 40px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.imovel-right p, .imovel-right div {
  color: #FFF;
}

.preco {
  font-size: 24px;
  color: #feed00 !important;
  font-weight: 600;
}

.mapapadrao {
  display: block;
  height: 300px;
  width: 100%;
  background-image: url("/jnh/mapa/padrao.jpg");
  cursor: pointer;
  user-select: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/*
	LARGE SCREEN 
	max-width: 1370px
	min-width: 1201px
*/
/* 
	MEDIUM SCREEN 
	max-width: 1200px
	min-width: 1024px
*/
/*
	TABLET LANDSCAPE 
	max-width: 1023px
	min-width: 768px
*/
/*
	TABLET PORTRAIT 
	max-width: 767px
	min-width: 641px
*/
/*
	SMARTPHONE LANDSCAPE
	max-width: 640px
	min-width: 482px
*/
/*
	SMARTPHONE PORTRAIT
	max-width: 481px
	min-width: 321px
*/
/*
	OLD SMARTPHONE
	max-width: 320px
*/
/* RESETER AND NORMALIZER FOR FOR ALL BROWSER E DEVICES */
@-ms-viewport {
  width: device-width;
}
/* SCROLL-BAR */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track-piece {
  background-color: #eee;
}

::-webkit-scrollbar-thumb:vertical {
  height: 5px;
  background-color: #222;
}

::-webkit-scrollbar-thumb:horizontal {
  width: 5px;
  background-color: #222;
}

::-ms-clear {
  width: 0;
  height: 0;
}

::-ms-reveal {
  width: 0;
  height: 0;
}

/* HIDE YELLOW BACKGROUND IN STORED PASSWORD */
input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:active textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active {
  background-color: rgba(0, 0, 0, 0) !important;
  transition: background-color 5000s ease-in-out 0s;
}

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

/* TAP AND TOUCH HIGHTLIGHT */
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-tap-highlight-color: rgba(0, 0, 0, 0);
  -o-tap-highlight-color: rgba(0, 0, 0, 0);
}

a, .a,
a:visited {
  text-decoration: none;
  outline: 0;
}

a:active, .a:active,
a:hover,
.a:hover,
a:focus,
.a:focus {
  text-decoration: none;
  outline: 0;
}

p {
  margin: 6px 0px;
  text-align: left;
}

img {
  border: 0px;
}

table {
  border-collapse: collapse;
}

table td {
  vertical-align: top;
  padding: 5px;
}

select {
  background-image: none;
  background-color: #fff;
  outline: none;
  border: 1px solid #ccc;
  height: 30px;
  padding: 0px 0px 0px 5px;
  font-size: 0.9em;
  color: #666;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-shadow: none;
}

select::-ms-expand {
  display: none;
}

input,
button,
textarea {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-shadow: none;
  background-image: none;
  outline: none;
}

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 1.5em 10px;
  quotes: "“" "”";
}

blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 5em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

blockquote p {
  display: inline;
  line-height: 30px !important;
  font-size: 1.5em;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #aaa;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #aaa;
}

input:-ms-input-placeholder,
textarea:-ms-placeholder {
  color: #aaa;
}

input:-o-input-placeholder,
textarea:-o-placeholder {
  color: #aaa;
}

fieldset {
  border: 1px solid #aaa;
  margin: 0px;
}

hr {
  height: 1px;
  border: none;
  background-color: #ccc;
}

.white,
.white p,
.white h1,
.white h2,
.white h3,
.white h4 {
  color: #fff !important;
}

.red {
  color: #d93a3a !important;
}

.blue {
  color: #22c;
}

.green {
  color: #2c2;
}

.white {
  color: #fff !important;
}

.background-white {
  background-color: #fff !important;
}

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

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

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

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

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

.responsivevideo {
  position: relative;
  padding-bottom: 56.25% !important; /* 16:9 */
  height: 0 !important;
  z-index: 5;
}

.responsivevideo iframe {
  border: none;
  outline: none;
  position: absolute;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 5;
  border: 0px !important;
}

.width-10 {
  width: 10%;
}

.width-15 {
  width: 15%;
}

.width-20 {
  width: 20%;
}

.width-25 {
  width: 25%;
}

.width-30 {
  width: 30%;
}

.width-33 {
  width: 33%;
}

.width-33-3 {
  width: 33.33%;
}

.width-34 {
  width: 34%;
}

.width-35 {
  width: 35%;
}

.width-40 {
  width: 40%;
}

.width-45 {
  width: 45%;
}

.width-50 {
  width: 50%;
}

.width-55 {
  width: 55%;
}

.width-60 {
  width: 60%;
}

.width-65 {
  width: 65%;
}

.width-70 {
  width: 70%;
}

.width-75 {
  width: 75%;
}

.width-80 {
  width: 80%;
}

.width-85 {
  width: 85%;
}

.width-90 {
  width: 90%;
}

.width-100 {
  width: 100%;
}

.site-space-5 {
  display: table;
  width: 100%;
  height: 5px;
}

.site-space {
  display: table;
  width: 100%;
  height: 10px;
}

.site-space-20 {
  display: table;
  width: 100%;
  height: 20px;
}

.site-space-30 {
  display: table;
  width: 100%;
  height: 30px;
}

.site-space-40 {
  display: table;
  width: 100%;
  height: 40px;
}

.site-space-50 {
  display: table;
  width: 100%;
  height: 50px;
}

.site-space-100 {
  display: table;
  width: 100%;
  height: 100px;
}

.cursor-pointer {
  cursor: pointer;
}

.block,
.block-s,
.block-sl,
.block-tp {
  display: inline-block;
  vertical-align: top;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.block-padding-left {
  padding-left: 5px;
}

.block-padding-right {
  padding-right: 5px;
}

.padding-right-10 {
  padding-right: 10px;
}

.padding-left-10 {
  padding-left: 10px;
}

.padding-right-20 {
  padding-right: 20px;
}

.padding-left-20 {
  padding-left: 20px;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.display-none {
  display: none;
}

.display-table {
  display: table;
}

.display-inline-block {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.display-inline-table {
  display: inline-table;
}

.margin-auto {
  margin: auto;
}

.outline-none {
  outline: none;
}

.hidden {
  margin-top: -9999px !important;
  top: 0px;
  left: 0px;
  width: 100px;
  height: 0px;
  position: absolute !important;
  opacity: 0 !important;
  overflow: auto;
}

.border-box {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.no-select {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
}

.opacity {
  opacity: 0;
  filter: alpha(opacity=0);
}

.animation {
  -webkit-animation: all 0.25s ease-in-out;
  -moz-animation: all 0.25s ease-in-out;
  -o-animation: all 0.25s ease-in-out;
  -ms-animation: all 0.25s ease-in-out;
  animation: all 0.25s alternate;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.animation:hover {
  -webkit-animation: all 0.25s ease-in-out;
  -moz-animation: all 0.25s ease-in-out;
  -o-animation: all 0.25s ease-in-out;
  -ms-animation: all 0.25s ease-in-out;
  animation: all 0.25s alternate;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.rotate-180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.clean-list,
.clean-list ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.clean-list li,
.clean-list ol {
  list-style: none;
  padding: 0px;
}

#boss-confirm {
  position: fixed;
  display: block;
  z-index: 9999;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.8);
}

.boss-confirm {
  display: block;
  background-color: #fff;
  margin: auto;
  width: 300px;
  margin-top: 60px;
  box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

#boss-warning {
  position: fixed;
  display: block;
  z-index: 9999;
  width: 100%;
  max-width: 540px;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f1f1f1;
  border: 1px solid #303030;
  opacity: 0;
  -webkit-animation: all 0.25s ease-in-out;
  -moz-animation: all 0.25s ease-in-out;
  -o-animation: all 0.25s ease-in-out;
  -ms-animation: all 0.25s ease-in-out;
  animation: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.boss-warning {
  display: block;
  color: #fff;
  margin: auto;
  width: 100%;
  max-width: 600px;
  padding: 0 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.boss-warning p {
  padding: 5px 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  color: #303030;
}

.boss-warning-close {
  position: absolute;
  cursor: pointer;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  line-height: 45px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0);
  color: #2f2f2f;
  border: none;
  padding: 0 !important;
  font-size: 18px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.boss-warning-close:hover {
  background-color: #303030;
  color: #ffffff !important;
}
.boss-warning-close:hover i {
  color: #ffffff !important;
}

.warning-green {
  background-color: #8cc63f !important;
}

.warning-blue {
  background-color: #41a1ff !important;
}

@media all and (min-width: 1281px) {
  .no-pc {
    display: none !important;
    position: absolute;
    margin-left: -99999px;
  }
}
@media all and (min-width: 1024px) and (max-width: 1280px) {
  .no-pc {
    display: none !important;
    position: absolute;
    margin-left: -99999px;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  .block,
  .block-tp {
    width: 100% !important;
    padding: 5px 0px !important;
  }
  .padding-right-10,
  .padding-left-10,
  .padding-right-20,
  .padding-left-20 {
    padding-left: 0;
    padding-right: 0;
  }
  .reponsive-table {
    clear: both !important;
    float: left !important;
    display: table !important;
    width: 100% !important;
    margin-bottom: 5px;
  }
  .no-mobile {
    display: none !important;
    position: absolute;
    margin-left: -99999px;
  }
  .mobile-text-center {
    text-align: center;
  }
}
@media all and (min-width: 521px) and (max-width: 767px) {
  .block,
  .block-tp {
    width: 100% !important;
    padding: 5px 0px !important;
  }
  .padding-right-10,
  .padding-left-10,
  .padding-right-20,
  .padding-left-20 {
    padding-left: 0;
    padding-right: 0;
  }
  .reponsive-table {
    clear: both !important;
    float: left !important;
    display: table !important;
    width: 100% !important;
    margin-bottom: 5px;
  }
  .no-mobile {
    display: none !important;
    position: absolute;
    margin-left: -99999px;
  }
  .mobile-text-center {
    text-align: center;
  }
}
@media all and (min-width: 382px) and (max-width: 520px) {
  /*@-ms-viewport{
  	width: 450px;
  }*/
  .block,
  .block-tp,
  .block-sl {
    width: 100% !important;
    padding: 5px 0px !important;
  }
  .padding-right-10,
  .padding-left-10,
  .padding-right-20,
  .padding-left-20 {
    padding-left: 0;
    padding-right: 0;
  }
  .reponsive-table {
    clear: both !important;
    float: left !important;
    display: table !important;
    width: 100% !important;
    margin-bottom: 5px;
  }
  .no-mobile {
    display: none !important;
    position: absolute;
    margin-left: -99999px;
  }
  .mobile-text-center {
    text-align: center;
  }
}
@media all and (max-width: 381px) {
  /*@-ms-viewport{
  	width: 450px;
  }*/
  .block,
  .block-tp,
  .block-sl,
  .block-s {
    width: 100% !important;
    padding: 5px 0px;
  }
  .padding-right-10,
  .padding-left-10,
  .padding-right-20,
  .padding-left-20 {
    padding-left: 0;
    padding-right: 0;
  }
  .reponsive-table {
    clear: both !important;
    float: left !important;
    display: table !important;
    width: 100% !important;
    margin-bottom: 5px;
  }
  .no-mobile {
    display: none !important;
    position: absolute;
    margin-left: -99999px;
  }
  .mobile-text-center {
    text-align: center;
  }
}
/* LARGE SCREEN */
@media all and (min-width: 1201px) and (max-width: 1370px) {
  .header-content {
    padding: 0 50px;
  }
  .header-logo {
    width: 210px;
  }
  .header-menu {
    width: calc(100% - 210px);
  }
  .site-logo-logo {
    height: 140px;
  }
  /* CONTENT */
  .content_h {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .bloco-porcentagem {
    padding-left: 20px;
    padding-right: 20px;
  }
  .bloco-alinha-laterais {
    margin-left: -20px;
    margin-right: -20px;
  }
  .imovel-bloco {
    width: 50%;
  }
  .imovel-img {
    width: 170px;
  }
  .imovel-info {
    width: calc(100% - 170px);
    padding: 20px;
  }
}
/* MEDIUM SCREEN */
@media all and (min-width: 1024px) and (max-width: 1200px) {
  .header-content {
    padding: 0 50px;
  }
  .header-logo {
    width: 180px;
  }
  .header-menu {
    width: calc(100% - 180px);
    padding: 30px 0px;
  }
  .header-menu div {
    font-size: 17px;
  }
  .site-logo-logo {
    height: 120px;
  }
  .slogan-area {
    margin-top: 170px;
    margin-bottom: 70px;
  }
  .slogan {
    font-size: 2em;
  }
  .header-menu-1 {
    width: 22%;
  }
  .header-menu-2 {
    width: 16%;
  }
  .header-menu-3 {
    width: 18%;
  }
  .header-menu-4 {
    width: 28%;
  }
  .header-menu-5 {
    width: 16%;
  }
  .false-h1 {
    font-size: 1.6em;
  }
  /* CONTENT */
  .content_h {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  /* MINIATURAS */
  .bloco-porcentagem {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .bloco-alinha-laterais {
    margin-left: -15px;
    margin-right: -15px;
  }
  .area-coligadas {
    max-width: 260px;
  }
  .ux_busca_bloco1 {
    text-align: center;
  }
  .ux_busca_bloco1 span {
    margin: 0;
  }
  .imovel-bloco {
    width: 50%;
  }
  .imovel-left {
    width: calc(100% - 220px);
  }
  .imovel-right {
    width: 220px;
  }
  .imovel-img {
    width: 170px;
  }
  .imovel-info {
    width: calc(100% - 170px);
    padding: 20px;
  }
}
/* TABLET LANDSCAPE */
@media all and (min-width: 768px) and (max-width: 1023px) {
  .full-menu-area {
    padding: 70px 150px 80px 50px;
  }
  .header-content {
    padding: 0 50px;
  }
  .header-logo {
    width: 160px;
  }
  .header-menu {
    width: calc(100% - 160px);
    padding: 20px 0px;
  }
  .header-menu div {
    font-size: 16px;
    vertical-align: middle;
  }
  .site-logo-logo {
    height: 100px;
  }
  .header-h1 {
    padding-top: 110px;
  }
  .header_interno .site-logo-logo {
    height: 95px !important;
  }
  .header-h1-left {
    width: 100%;
  }
  .slogan-area {
    margin-top: 150px;
    margin-bottom: 60px;
  }
  .slogan {
    font-size: 2em;
  }
  .header-menu-1 {
    width: 70%;
  }
  .header-menu-5 {
    width: 30%;
  }
  /* CONTENT */
  .content_h {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .content_v {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .bloco-alinha-laterais {
    margin-left: -50px;
    margin-right: -50px;
  }
  /* MENU */
  .ux-left-busca {
    display: none;
  }
  /* MINIATURAS */
  .bloco-porcentagem {
    width: 50%;
    padding: 10px 10px;
  }
  .bloco-alinha-laterais {
    margin-left: -10px;
    margin-right: -10px;
  }
  .bloco-botoes-space {
    display: table;
    width: 100%;
    height: 60px;
  }
  .bloco .bloco-flow-hover {
    height: 100px;
  }
  .lancamento-plantas {
    width: 33.3%;
  }
  .ux-share {
    font-size: 28px;
  }
  .ux_busca {
    position: fixed;
    z-index: 9;
    top: 0px;
    height: 100vh;
  }
  .ux_busca_area {
    margin-top: 70px;
    padding-bottom: 80px;
    height: calc(100vh - 70px);
    overflow: auto;
  }
  .imovel-bloco {
    width: 100%;
  }
  .imovel-left {
    width: calc(100% - 220px);
  }
  .imovel-right {
    width: 220px;
  }
  .imovel-img {
    width: 200px;
  }
  .imovel-info {
    width: calc(100% - 200px);
  }
  h2 {
    font-size: 16px;
  }
}
/* TABLET PORTRAIT */
@media all and (min-width: 641px) and (max-width: 767px) {
  .full-menu-area {
    padding: 70px 90px 80px 50px;
  }
  .header-content {
    padding: 0 50px;
  }
  .header-logo {
    width: 160px;
  }
  .header-menu {
    width: calc(100% - 160px);
    padding: 15px 0px 20px 0px;
  }
  .header-menu div {
    font-size: 16px;
    vertical-align: middle;
  }
  .site-logo-logo {
    height: 100px;
  }
  .header-h1 {
    padding-top: 110px;
  }
  .header_interno .site-logo-logo {
    height: 95px !important;
  }
  .header-h1-left {
    width: 100%;
  }
  .slogan-area {
    margin-top: 150px;
    margin-bottom: 60px;
  }
  .slogan {
    font-size: 1.6em;
  }
  .header-menu-1 {
    width: 70%;
  }
  .header-menu-5 {
    width: 30%;
  }
  .false-h1 {
    font-size: 1.2em;
  }
  /* CONTENT */
  .content_h {
    padding-left: 40px;
    padding-right: 40px;
  }
  .content_v {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .bloco-alinha-laterais {
    margin-left: -40px;
    margin-right: -40px;
  }
  /* MENU */
  .menu {
    position: absolute;
    z-index: 99;
    top: 70px;
  }
  .ux-left-busca {
    display: none;
  }
  /* MINIATURAS */
  .bloco-porcentagem {
    width: 50%;
    padding: 20px 10px;
  }
  .bloco-alinha-laterais {
    margin-left: -10px;
    margin-right: -10px;
  }
  .bloco-botoes-space {
    display: table;
    width: 100%;
    height: 60px;
  }
  .bloco .bloco-flow-hover {
    height: 100px;
  }
  .ux-right-td {
    min-height: 270px;
  }
  .padding-left-20 {
    padding-left: 0px !important;
  }
  .lancamento-plantas {
    width: 50%;
  }
  .ux-share {
    font-size: 28px;
  }
  .indice {
    width: 50%;
    margin: 5px 0px;
  }
  .ux_busca {
    position: fixed;
    z-index: 9;
    top: 0px;
    height: 100vh;
  }
  .ux_busca_area {
    margin-top: 60px;
    padding-bottom: 80px;
    height: calc(100vh - 60px);
    overflow: auto;
  }
  .imovel-bloco {
    width: 100%;
  }
  .imovel-left {
    width: 100%;
  }
  .imovel-right {
    width: 100%;
  }
  h2 {
    font-size: 16px;
  }
}
/* SMARTPHONE LANDSCAPE */
@media all and (min-width: 482px) and (max-width: 640px) {
  .full-menu-area {
    padding: 70px 80px 80px 50px;
  }
  .header-content {
    padding: 0 50px;
  }
  .header-logo {
    width: 110px;
  }
  .header-menu {
    width: calc(100% - 110px);
    padding: 10px 0px 15px 0px;
  }
  .header-menu div {
    font-size: 14px;
    vertical-align: middle;
  }
  .site-logo-logo {
    height: 70px;
  }
  .header-h1 {
    padding-top: 80px;
  }
  .header_interno .site-logo-logo {
    height: 70px !important;
  }
  .header-h1-left {
    width: 100%;
  }
  .slogan-area {
    margin-top: 150px;
    margin-bottom: 60px;
  }
  .slogan {
    font-size: 1.6em;
  }
  .header-menu-1 {
    width: 70%;
  }
  .header-menu-5 {
    width: 30%;
  }
  .header-menu-5 i {
    font-size: 28px;
  }
  h1 {
    font-size: 16px;
  }
  .false-h1 {
    font-size: 1.4em;
  }
  .inth1 {
    font-size: 1.2em;
  }
  /* CONTENT */
  .content_h {
    padding-left: 40px;
    padding-right: 40px;
  }
  .content_v {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  /* MENU */
  .menu {
    position: absolute;
    z-index: 99;
    top: 70px;
  }
  .ux-left-busca {
    display: none;
  }
  /* MINIATURAS */
  .bloco-porcentagem {
    width: 50%;
    padding: 20px 10px;
  }
  .bloco-alinha-laterais {
    margin-left: -10px;
    margin-right: -10px;
  }
  .bloco-botoes-space {
    display: table;
    width: 100%;
    height: 60px;
  }
  .bloco .bloco-flow-hover {
    height: 100px;
  }
  .ux-right-td {
    min-height: 270px;
  }
  .padding-left-20 {
    padding-left: 0px !important;
  }
  .lancamento-plantas {
    width: 50%;
  }
  .ux-share {
    font-size: 28px;
  }
  .indice {
    width: 50%;
    margin: 5px 0px;
  }
  .ux_busca {
    position: fixed;
    z-index: 9;
    top: 0px;
    height: 100vh;
  }
  .ux_busca_area {
    margin-top: 60px;
    padding-bottom: 80px;
    height: calc(100vh - 60px);
    overflow: auto;
  }
  .imovel-bloco {
    width: 50%;
  }
  .imovel-left {
    width: 100%;
  }
  .imovel-right {
    width: 100%;
  }
  .imovel-img {
    width: 100%;
  }
  .imovel-info {
    width: 100%;
  }
  .imovel-descricao {
    max-height: 57px;
  }
  .imovel-info-acao {
    font-size: 12px;
  }
  h2 {
    font-size: 16px;
  }
}
/* SMARTPHONE PORTRAIT */
@media all and (min-width: 321px) and (max-width: 481px) {
  .full-menu-area {
    padding: 70px 80px 80px 10px;
  }
  .full-menu-area img {
    max-width: 70px;
  }
  .full-menu-area b {
    font-size: 18px;
  }
  .header-content {
    padding: 0 30px;
  }
  .header-logo {
    width: 80px;
  }
  .header-menu {
    width: calc(100% - 80px);
    padding: 8px 0px 10px 0px;
  }
  .header-menu div {
    font-size: 14px;
    vertical-align: middle;
  }
  .site-logo-logo {
    height: 50px;
  }
  .header-h1 {
    padding-top: 70px;
  }
  .header_interno .site-logo-logo {
    height: 50px !important;
  }
  .header-h1-left {
    width: 100%;
  }
  .slogan-area {
    margin-top: 100px;
    margin-bottom: 50px;
  }
  .slogan {
    font-size: 1.3em;
  }
  .header-menu-1 {
    width: 65%;
  }
  .header-menu-5 {
    width: 33%;
  }
  .header-menu-5 i {
    font-size: 20px;
  }
  h1 {
    font-size: 16px;
  }
  .false-h1 {
    font-size: 1.4em;
  }
  .inth1 {
    font-size: 1.2em;
  }
  /* CONTENT */
  .content_h {
    padding-left: 30px;
    padding-right: 30px;
  }
  .content_v {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .bloco-alinha-laterais {
    margin-left: -10px;
    margin-right: -10px;
  }
  /* MENU */
  .ux-left-busca {
    display: none;
  }
  /* MINIATURAS */
  .bloco-porcentagem {
    width: 100%;
  }
  .bloco-botoes-space {
    display: table;
    width: 100%;
    height: 60px;
  }
  .lancamento-plantas {
    width: 100%;
  }
  .bloco .bloco-flow-hover {
    height: 100px;
  }
  .ux-share {
    font-size: 28px;
  }
  .indice {
    width: 100%;
    margin: 5px 0px;
  }
  .ux_busca {
    position: fixed;
    z-index: 9;
    top: 0px;
    height: 100vh;
  }
  .ux_busca_area {
    margin-top: 60px;
    padding-bottom: 80px;
    height: calc(100vh - 60px);
    overflow: auto;
  }
  .imovel-bloco {
    width: 100%;
  }
  .imovel-left {
    width: 100%;
  }
  .imovel-right {
    width: 100%;
  }
  .imovel-img {
    width: 100%;
  }
  .imovel-info {
    width: 100%;
  }
  .imovel-descricao {
    max-height: 50px;
  }
  h2 {
    font-size: 16px;
  }
  .mapapadrao {
    background-size: auto;
  }
}
/* OLD SMARTPHONE */
@media all and (max-width: 320px) {
  .full-menu-area {
    padding: 70px 80px 80px 10px;
  }
  .full-menu-area img {
    max-width: 70px;
  }
  .full-menu-area b {
    font-size: 18px;
  }
  .header-content {
    padding: 0 20px;
  }
  .header-logo {
    width: 90px;
  }
  .header-menu {
    width: calc(100% - 90px);
    padding: 8px 0px 10px 0px;
  }
  .header-menu div {
    font-size: 13px;
    vertical-align: middle;
  }
  .site-logo-logo {
    height: 50px;
  }
  .header-h1 {
    padding-top: 60px;
  }
  .header_interno .site-logo-logo {
    height: 50px !important;
  }
  .header-h1-left {
    width: 100%;
  }
  .slogan-area {
    margin-top: 100px;
    margin-bottom: 50px;
  }
  .slogan {
    font-size: 1.3em;
  }
  .header-menu-1 {
    width: 65%;
  }
  .header-menu-5 {
    width: 33%;
  }
  .header-menu-5 i {
    font-size: 18px;
  }
  h1 {
    font-size: 16px;
  }
  .false-h1 {
    font-size: 1.4em;
  }
  .inth1 {
    font-size: 1.2em;
  }
  /* CONTENT */
  .content_h {
    padding-left: 30px;
    padding-right: 30px;
  }
  .content_v {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .bloco-alinha-laterais {
    margin-left: -10px;
    margin-right: -10px;
  }
  /* MENU */
  .ux-left-busca {
    display: none;
  }
  /* MINIATURAS */
  .bloco-porcentagem {
    width: 100%;
  }
  .bloco-botoes-space {
    display: table;
    width: 100%;
    height: 60px;
  }
  .lancamento-plantas {
    width: 100%;
  }
  .bloco .bloco-flow-hover {
    height: 100px;
  }
  .ux-share {
    font-size: 28px;
  }
  .indice {
    width: 100%;
    margin: 5px 0px;
  }
  .ux_busca {
    position: fixed;
    z-index: 9;
    top: 0px;
    height: 100vh;
  }
  .ux_busca_area {
    margin-top: 50px;
    padding-bottom: 80px;
    height: calc(100vh - 50px);
    overflow: auto;
  }
  .imovel-bloco {
    width: 100%;
  }
  .imovel-left {
    width: 100%;
  }
  .imovel-right {
    width: 100%;
  }
  .imovel-img {
    width: 100%;
  }
  .imovel-info {
    width: 100%;
  }
  .imovel-descricao {
    max-height: 50px;
  }
  h2 {
    font-size: 14px;
  }
  .mapapadrao {
    background-size: auto;
  }
}
@font-face {
  font-family: "WebMuli";
  src: url("/css/font/Muli-Light.eot");
  src: url("/css/font/Muli-Light.eot?#iefix") format("embedded-opentype"), url("/css/font/Muli-Light.woff") format("woff"), url("/css/font/Muli-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "WebMuli";
  src: url("/css/font/Muli-SemiBold.eot");
  src: url("/css/font/Muli-SemiBold.eot?#iefix") format("embedded-opentype"), url("/css/font/Muli-SemiBold.woff") format("woff"), url("/css/font/Muli-SemiBold.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "WebMuli";
  src: url("/css/font/Muli.eot");
  src: url("/css/font/Muli.eot?#iefix") format("embedded-opentype"), url("/css/font/Muli.woff") format("woff"), url("/css/font/Muli.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "WebMuli";
  src: url("/css/font/Muli-ExtraLight.eot");
  src: url("/css/font/Muli-ExtraLight.eot?#iefix") format("embedded-opentype"), url("/css/font/Muli-ExtraLight.woff") format("woff"), url("/css/font/Muli-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "WebMuli";
  src: url("/css/font/Muli-Bold.eot");
  src: url("/css/font/Muli-Bold.eot?#iefix") format("embedded-opentype"), url("/css/font/Muli-Bold.woff") format("woff"), url("/css/font/Muli-Bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
/*# sourceMappingURL=map/site.min.css.map */
