html,
body {
  overflow-x: hidden;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  padding-top: 100px;
}

input#buscaEndereco::placeholder {
  font-size: 10px;
}

.nopadding {
  padding: 0px;
}

.center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.scrollToTop {
  cursor: pointer;
}

.clear {
  clear: both;
}

header {
  width: 100%;
  min-height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
}

header.fundo {
  background: #143731;
}

header.fundo img.logo {
  width: 162px;
  max-width: none;
  margin-top: 16px;
  margin-left: 30px;
  float: left;
}
@media (max-width: 400px) {
  header.fundo img.logo {
    margin-left: 15px;
  }
}
.botoesTradutor {
  width: 60px;
  padding-left: 0;
  margin-top: 36px;
  float: left;
}
.botoesTradutor li {
  display: inline-block;
}
.botoesTradutor li img {
  cursor: pointer;
}

/* NAV BAR MENU TOPO */

.navTopo {
  float: right;
  margin-top: 29px;
  margin-right: 20px;
}
li.favoritos {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.navbar,
.navbar-inverse {
  border-radius: 0;
  border: none;
  margin-bottom: 0;
  min-height: auto;
  background: transparent;
}

.nav li {
  display: inline;
  color: white;
}

.nav li .fa-star {
  position: relative;
  right: 0px;
  margin-top: 0px;
  margin-left: 9px;
}

.nav li .favoritos {
  position: relative;
  top: 0px;
  right: 0px;
  color: #ebe7d6;
  font-size: 12px;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  float: left;
}

.navbar-inverse .navbar-nav > li > a {
  color: #ebe7d6;
  font-size: 13px;
  font-weight: 300;
  padding: 10px 10px 2px 10px;
  text-transform: uppercase;
  font-weight: normal;
}

.navbar-inverse .navbar-nav li a:hover {
  transition: 0.7s all linear;
  font-weight: bold;
  color: #fff;
}
/* FIM NAV BAR MENU TOPO */

header .icones_topo {
  float: right;
}

header.icones_topo img.blog {
  float: left;
}

header .icones_topo a.links {
  float: left;
  color: #ebe7d6;
  text-transform: uppercase;
}

.btCliente {
  width: 104px;
  height: 54px;
  margin-right: 25px;
  box-sizing: border-box;
  padding: 5px 6px;
  border-radius: 5px;
  margin-top: 22px;
}

/* Muda a cor dos links no a */
header .icones_topo a.links:hover {
  transition: 0.7s all linear;
  font-weight: bold;
  color: #fff;
}

/* Não muda a cor do i quando passa o mouse */
header .icones_topo a.links:hover i {
  color: #ebe7d6;
}

header .icones_topo a.links img {
  text-align: center;
  margin-top: 2px;
  cursor: pointer;
}

header .icones_topo a.links label.titulo {
  margin-bottom: 13px;
  cursor: pointer;
  font-size: 9px;
  color: #ebe7d6;
  font-weight: 500;
}

header .icones_topo a.links i {
  float: left;
  margin-top: 27px;
  cursor: pointer;
  font-size: 22px;
  margin-left: 14px;
  margin-right: 14px;
}

header .icones_topo .divisoria {
  float: left;
  margin-top: 22px;
  margin-left: 5px;
  margin-right: 5px;
}

header .icones_topo a.links label.area {
  float: left;
  margin-top: 14px;
  cursor: pointer;
  font-size: 11px;
  font-weight: normal;
  color: #ebe7d6;
}

main.buscarapida {
  background: url(../images/bg-search.webp) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  float: left;
  width: 100%;
  min-height: 665px;
  padding-top: 265px;
}

main.fixarMenu {
  background: #143731;
}

main.buscarapida .altura {
  margin-top: 9px;
}

main .boxBuscaAvancada {
  position: absolute;
  right: 36%;
  width: 300px;
  background: #ffff;
  border: 1px solid #c6a782;
  top: 80px;
  z-index: 1;
}

main .boxBuscaAvancada .centro {
  display: flex;
  align-items: center;
  justify-content: center;
}

main .boxBuscaAvancada .centro .grade {
  float: left;
  width: 90%;
  border: 1px solid #c6a782;
  margin-top: 0px;
  margin-bottom: 18px;
}

main .boxBuscaAvancada .centro .grade1 {
  margin-top: 20px;
}

main .boxBuscaAvancada .centro .grade .marging {
  margin-left: 9px;
}

main .boxBuscaAvancada .centro .grade h2 {
  float: left;
  clear: both;
  font-weight: normal;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 8px;
}

main .boxBuscaAvancada .centro .grade .dormitorios {
  float: left;
  margin-top: 4px;
  margin-left: 33px;
}

main .boxBuscaAvancada .centro .grade .vagas {
  float: left;
  margin-left: 14px;
  margin-top: 4px;
}

main .boxBuscaAvancada .centro .grade .dormitorios label {
  color: #143731;
  padding-right: 5px;
}

main .boxBuscaAvancada .centro .grade .vagas label {
  color: #143731;
  padding-right: 5px;
}

main .boxBuscaAvancada .centro .bsAvancada {
  float: left;
  width: 93%;
  margin-bottom: 14px;
}

main .boxBuscaAvancada .centro .bsAvancada input[type="submit"] {
  float: left;
  width: 100%;
  height: 32px;
  background: #143731;
  text-transform: uppercase;
  border: 0px;
  color: #ebe7d6;
  text-align: center;
  padding-right: 15px;
  margin-top: -20px;
}

main .boxBuscaAvancada .centro .bsAvancada label {
  background: url("../images/lupa-busca.png") no-repeat 0 0;
  width: 16px;
  height: 16px;
  float: right;
  position: relative;
  right: 48px;
  top: 8px;
  cursor: pointer;
}

/* CUSTOM RADIO  STYLES  */
main .boxBuscaAvancada .centro .grade .dormitorios input[type="radio"],
main .boxBuscaAvancada .centro .grade .vagas input[type="radio"] {
  visibility: hidden;
  position: absolute;
}

main
  .boxBuscaAvancada
  .centro
  .grade
  .dormitorios
  input[type="radio"]
  + label:before,
main
  .boxBuscaAvancada
  .centro
  .grade
  .vagas
  input[type="radio"]
  + label:before {
  height: 12px;
  width: 12px;
  margin-right: 2px;
  content: " ";
  display: inline-block;
  vertical-align: baseline;
  border: 1px solid #777;
}

main
  .boxBuscaAvancada
  .centro
  .grade
  .dormitorios
  input[type="radio"]:checked
  + label:before,
main
  .boxBuscaAvancada
  .centro
  .grade
  .vagas
  input[type="radio"]:checked
  + label:before {
  background: #ba7e36;
}

main
  .boxBuscaAvancada
  .centro
  .grade
  .dormitorios
  input[type="radio"]
  + label:before,
main
  .boxBuscaAvancada
  .centro
  .grade
  .vagas
  input[type="radio"]
  + label:before {
  border-radius: 50%;
}
/* CUSTOM RADIO  STYLES */

main .boxBuscaAvancada .centro .grade .valor {
  float: left;
  clear: both;
  width: 90%;
  margin-left: 4px;
  margin-top: 0px;
  margin-bottom: 15px;
}

main .boxBuscaAvancada .centro .grade #range_busca .ui-slider-range,
main .boxBuscaAvancada .centro .grade #range_busca .ui-slider-range {
  position: relative;
  top: 3px;
  background: #707070;
  height: 4px;
}

main .boxBuscaAvancada .centro .grade #range_busca .ui-state-default {
  border-radius: 15px;
  border: 1px solid #143731;
}

main .boxBuscaAvancada .centro .grade .buscar {
  float: left;
  clear: both;
}

main .boxBuscaAvancada .centro .grade input[type="text"],
main .boxBuscaAvancada .centro .grade input[type="tel"] {
  float: left;
  min-width: 44px;
  border: 0px;
  max-width: 65px;
  color: #ba7e36;
  background: #fff;
}

/* PLACE HOLDER BUSCA-RAPIDA VALORES */
main
  .boxBuscaAvancada
  .centro
  .grade
  input[type="text"]::-webkit-input-placeholder,
main
  .boxBuscaAvancada
  .centro
  .grade
  input[type="tel"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ba7e36;
  font-weight: bold;
}

main .boxBuscaAvancada .centro .grade input[type="text"]::-moz-placeholder,
main .boxBuscaAvancada .centro .grade input[type="tel"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #ba7e36;
  font-weight: bold;
}
main .boxBuscaAvancada .centro .grade input[type="text"]:-ms-input-placeholder,
main .boxBuscaAvancada .centro .grade input[type="tel"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #ba7e36;
  font-weight: bold;
}

main .boxBuscaAvancada .centro .grade input[type="text"]:-moz-placeholder,
main .boxBuscaAvancada .centro .grade input[type="tel"]:-moz-placeholder {
  /* Firefox 18- */
  color: #ba7e36;
  font-weight: bold;
}
/* PLACE HOLDER FIM BUSCA-RAPIDA VALORES */

main .boxBuscaAvancada .centro .grade .ate {
  float: left;
  width: 16px;
}

form#BuscaRapida {
  float: left;
  width: 100%;
  margin-bottom: 0px;
}

form#BuscaRapida .form-left {
  float: left;
  margin-top: 8px;
  margin-left: 10px;
}

.fixarMenu form#BuscaRapida .form-left {
  margin-top: 15px !important;
}

form#BuscaRapida select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url(../images/seta-seletor.png) no-repeat right center;
  background-position: 94%;
  height: 32px;
  text-transform: uppercase;
  border: 1px solid #a48568;
  padding: 8px;
  color: #143731;
  width: 142px;
  padding-right: 32px;
  font-size: 14px;
  margin-right: 14px;
}

form#BuscaRapida .col {
  float: left;
}

form#BuscaRapida .col-dir {
  float: right;
}

form#BuscaRapida #divregiaoBR {
  float: left;
}
form#BuscaRapida .busca_avancada {
  text-transform: uppercase;
  color: #143731;
  font-weight: bold;
  font-size: 14px;
  margin-top: 6px;
  float: left;
  clear: both;
  margin-left: 2px;
  cursor: pointer;
}

form#BuscaRapida .busca_avancada label {
  font-weight: bold !important;
}

form#BuscaRapida select.full {
  width: 106% !important;
  margin-left: -12px;
  margin-top: 5px;
  margin-bottom: 10px;
}

form#BuscaRapida .busca_avancada label {
  float: left;
  cursor: pointer;
}

form#BuscaRapida .busca_avancada img {
  float: left;
  margin-top: 4px;
  margin-left: 6px;
  cursor: pointer;
}

.busca-ref {
  height: 53px;
  margin-bottom: 15px;
}

form#BuscaRapida .busca-submit input[type="submit"],
form#BuscaRapida .busca-submit button[type="submit"] {
  float: left;
  width: 130px;
  height: 58px;
  background: #143731;
  text-transform: uppercase;
  border: 0px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  transition: 0.5s ease;
}
form#BuscaRapida .busca-submit button[type="submit"] span {
  display: none;
}

form#BuscaRapida .busca-submit input[type="submit"]:hover,
form#BuscaRapida .busca-submit button[type="submit"]:hover {
  background: #c99955;
}

form#BuscaRapida .busca-submit label {
  background: url("../images/lupa-busca.png") no-repeat 0 0;
  width: 16px;
  height: 16px;
  float: right;
  position: relative;
  right: 56px;
  top: 8px;
  cursor: pointer;
}

form#BuscaRapida .separador {
  position: relative;
  bottom: 7px;
  float: left;
  /*margin-left: 22px;
	margin-right: 22px;*/
  background: url("../images/fio-divisa-busca.png") no-repeat 0 0;
  width: 1px;
  height: 45px;
}

form#BuscaRapida .busca-ref input[type="text"],
form#BuscaRapida .busca-por-bairro input[type="text"] {
  position: relative;
  left: 16px;
  float: left;
  width: 199px;
  height: 32px;
  background: #fff;
  text-transform: uppercase;
  color: #143731;
  text-align: left;
  padding-right: 27px;
  font-size: 16px;
  padding-left: 10px;
  border: 1px solid #a48568;
}

/* PLACE HOLDER BUSCA-RAPIDA */
form#BuscaRapida input[name="boxref"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #143731;
}

form#BuscaRapida input[name="boxref"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #143731;
}
form#BuscaRapida input[name="boxref"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #143731;
}

form#BuscaRapida input[name="boxref"]:-moz-placeholder {
  /* Firefox 18- */
  color: #143731;
}
/* PLACE HOLDER FIM BUSCA-RAPIDA */

form#BuscaRapida .busca-ref label,
form#BuscaRapida .busca-por-bairro label {
  background: url("../images/search.png") no-repeat 0 0;
  width: 22px;
  height: 22px;
  float: right;
  position: relative;
  right: 15px;
  top: 10px;
  cursor: pointer;
  /*z-index: 9;*/
}

.listaSearchHome {
  width: 218px;
  height: fit-content;
  max-height: 300px;
  overflow: auto;
  background: #ffffff;
  z-index: 9999;
  position: absolute;
  /*bottom: -99px;*/
  border: solid 1px #ebe7d5;
  box-shadow: 0px 1px 3px -1px #1a1a1a;
  top: 40px;
  right: 16px;
}

.listaSearchHome .lista {
  width: 100%;
}

.listaSearchHome .lista ul {
  padding-inline-start: 0px;
}

.listaSearchHome .lista li {
  text-decoration: none;
  list-style: none;
  width: 100%;
  text-align: left;
  padding: 8px;
  font-size: 10px;
  text-transform: uppercase !important;
}

.listaSearchHome .lista li:hover {
  cursor: pointer;
  background-color: #ebe7d5;
}

section.home-banner {
  float: left;
  width: 100%;
}

.banner-img {
  background-size: cover;
  background-position: center;
  height: 532px;
}

section.home-banner .info {
  float: left;
  margin-left: 80px;
  margin-top: 90px;
  width: 310px;
  background: #143731;
  overflow: hidden;
}

section.home-banner .info .center {
  display: flex;
  align-items: center;
  justify-content: center;
}

section.home-banner .info h2 {
  text-transform: uppercase;
  text-align: center;
  color: #ebe7d5;
  font-size: 19px;
  max-height: 43px;
  overflow: hidden;
  width: 229px;
  margin-top: 23px;
}

section.home-banner .info .divisoria img {
  margin: 0 auto;
}

section.home-banner .info .alinhar {
  float: left;
  margin-left: 26px;
}

section.home-banner .info h3 {
  text-transform: uppercase;
  text-align: left;
  color: #fff;
  font-size: 16px;
  margin-bottom: 4px;
}

section.home-banner .info .valor {
  color: #ebe7d5;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 5px;
  margin-top: 5px;
}

section.home-banner .info .valor span {
  position: relative;
  top: 3px;
  float: left;
  background: url(../images/seta-valor.png) no-repeat 0 0;
  width: 14px;
  height: 14px;
}

section.home-banner .info .sep i {
  position: relative;
  top: 7px;
  font-size: 18px;
  color: #fff;
}

section.home-banner .info .val {
  float: left;
}

section.home-banner .info .label {
  float: left;
  clear: both;
}

section.home-banner .info .col {
  float: left;
  width: 50%;
  margin-top: 11px;
}

section.home-banner .info .sep {
  float: left;
}

section.home-banner .info .infos {
  float: left;
  margin-left: 10px;
}

section.home-banner .info .infos .val {
  color: #ebe7d5;
  font-weight: normal;
  margin-bottom: 0px;
}

section.home-banner .info .infos .label {
  color: #fff;
  padding: 0;
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
}

section.home-banner .info .divisoria-final {
  margin: 0 auto;
}

section.home-banner .info .divisoria-final img {
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
}

section.home-banner .info .button-det {
  float: left;
  background: #ba7e36;
  text-align: center;
  width: 86%;
  height: 40px;
  text-transform: uppercase;
  border: 0px;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  padding: 5px;
  margin-bottom: 15px;
}

article h2.titulo {
  text-align: center;
  text-transform: uppercase;
  color: #61283b;
  margin-top: 40px;
  border-bottom: 1px solid #61283b;
  padding-bottom: 15px;
  font-size: 28px;
  margin-bottom: 55px;
}

#bannerSemana {
  height: 400px;
  padding: 0px 85px;
}

#bannerSemana .carousel-inner,
#bannerSemana .item {
  height: 400px;
}

#bannerSemana .destaque-foto {
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  width: 100%;
  min-height: 100%;
  height: 100%;
}

#bannerSemana .carousel-indicators li {
  border: 1px solid #ba7e36;
  background: #ba7e36;
}

#bannerSemana .carousel-indicators li.active {
  border: 1px solid #143731;
  background: #143731;
}

#bannerSemana .carousel-indicators {
  bottom: -70px;
}

.box__internoSemana {
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
  -ms-flex-align: start;
  align-items: flex-start;
}

.box__internoSemana .info--semanaDestaque {
  padding: 15px;
  padding-bottom: 0px;
  height: 100%;
  padding-right: 0px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
  -ms-flex-align: start;
  align-items: flex-start;
}
.box__internoSemana .info--semanaDestaque > div,
.box__internoSemana .info--semanaDestaque > div > div:nth-child(1),
.box__internoSemana .info--semanaDestaque > div > div:nth-child(2),
.box__internoSemana .info--semanaDestaque > div > div:nth-child(3),
.box__internoSemana .info--semanaDestaque > div > div:nth-child(4),
.box__atributosDestSemana {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -ms-flex-align: center;
  /*align-items: center;*/
  flex: 0 0 100%;
  min-width: 100%;
}

.divisor__semana {
  margin-top: 90px;
  border-top: 1px solid #61283b;
}

.box__internoSemana .info--semanaDestaque .box__saibaMaisSemana,
.box__internoSemana .info--semanaDestaque .selecionar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  -ms-flex-align: center;
  align-items: center;
  flex: 0 0 100%;
  min-width: 100%;
  border-top: 1px solid #ebebeb;
}

.box__saibaMaisSemana {
  align-self: flex-end;
}

.box__internoSemana .info--semanaDestaque .selecionar label {
  margin-bottom: 0px;
}

.box__internoSemana .info--semanaDestaque .selecionar > * {
  min-width: 50%;
  flex: 0 0 50%;
  text-align: center;
}

.novo__saiba {
  margin-top: -2px;
}

.novo__saiba a {
  background: #ebe7d5;
  text-transform: uppercase;
  color: #452c27;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  padding: 20px 15px;
  display: block;
}

.campo-para-busca {
  text-transform: capitalize !important;
}

.cliente-desk {
  margin-top: 16px;
}

.box__atributosDestSemana {
  margin: 60px 0px 0px 0px;
  list-style: none;
  padding-left: 0px;
}

.box__atributosDestSemana span.icones {
  width: 100%;
  font-size: 16px;
  color: #143731;
  text-align: center;
  margin-bottom: 10px;
}

.box__atributosDestSemana li {
  flex: 0 0 25%;
  min-width: 25%;
  padding: 10px;
}

.box__atributosDestSemana li + li {
  border-left: 1px solid #e3e2e0;
}

.box__atributosDestSemana span:nth-child(2),
.box__atributosDestSemana span:nth-child(3) {
  font-size: 14px;
  color: #6d6d6d;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
}

.box__atributosDestSemana li span {
  display: block;
  text-align: center;
}

.box__internoSemana > a {
  /*flex: 0 0 48%;
	min-width: 48%;*/
  width: 100%;
  outline: none;
}

.box__internoSemana > div {
  /*flex: 0 0 52%;
	min-width: 52%;*/
  width: 100%;
}

.box__internoSemana > div h2 {
  color: #143731;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 20px;
}

.info--semanaDestaque .tipo {
  color: #b0b0b0;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 0px;
  border-right: 1px solid #999999;
  padding-right: 15px;
}

.info--semanaDestaque .valor {
  color: #512330;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  margin-top: 0px;
  margin-left: 15px;
}

.box__internoSemana > div h3 {
  color: #999999;
  font-weight: normal;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 18px;
  margin-bottom: 0px;
}

.box__internoSemana > div h4 {
  color: #61283b;
  font-size: 22px;
  border-top: 1px solid #ededed;
  padding-top: 20px;
  flex: 0 0 100%;
  min-width: 100%;
}

.info--semanaDestaque > div:nth-child(2) > p:nth-child(1) {
  color: #b0b0b0;
  font-size: 16px;
  text-transform: uppercase;
  padding-right: 10px;
  margin: 10px 0px;
  flex: 0 0 100%;
  min-width: 100%;
}

.info--semanaDestaque .semana--link {
  flex: 0 0 100%;
  min-width: 100%;
  text-align: right;
}

.info--semanaDestaque .semana--link a {
  border: 1px solid #61283b;
  padding: 10px 30px;
  margin-top: 15px;
  border-radius: 25px;
  display: inline-block;
  text-transform: uppercase;
  color: #61283b;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out,
    border-color 0.3s ease-in-out;
}

.info--semanaDestaque .semana--link a:hover {
  border: 1px solid #143731;
  background-color: #143731;
  color: white;
}

#bannerSemana .carousel-control.right,
#bannerSemana .carousel-control.left {
  background-image: none !important;
  top: 45%;
  bottom: auto;
  width: 52px;
}

#bannerSemana .carousel-control.right {
  right: 8px;
}

#bannerSemana .carousel-control.left {
  left: 8px;
}

#bannerSemana .destaque-foto {
  position: relative;
}

#bannerSemana .carousel-control.right i {
  background: url(../images/avancar.png) no-repeat 0 0 !important;
  width: 52px !important;
  height: 52px !important;
  z-index: 1;
  display: inline-block;
  opacity: 1;
}

#bannerSemana .carousel-control.left i {
  background: url(../images/voltar.png) no-repeat 0 0 !important;
  width: 52px !important;
  height: 52px !important;
  z-index: 1;
  display: inline-block;
  opacity: 1;
}

.info--semanaDestaque .dest--valorSemana {
  color: #512330;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 0px;
  flex: 0 0 100%;
  min-width: 100%;
}

.selo-permuta {
  float: left;
  margin-top: 17px;
  background: url("../images/selo-permuta.png") no-repeat 0 0;
  width: 111px;
  height: 53px;
}

.selo-video {
  float: right;
  margin-top: 17px;
  background: url("../images/selo-video2.png") no-repeat 0 0;
  width: 50px;
  height: 53px;
  transform: rotateY(180deg);
}

article .informacoes {
  float: left;
  clear: both;
  width: 100%;
  margin-top: 21px;
}

article .informacoes h2 {
  float: left;
  width: auto;
  color: #143731;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: normal;
  margin-top: 0px;
}

article .informacoes h3 {
  float: right;
  width: auto;
  color: #6d6c68;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 0px;
}

article .informacoes .tipo {
  float: left;
  clear: both;
  width: auto;
  color: #b0b0b0;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 0px;
  border-right: 1px solid #b0b0b0;
  padding-right: 10px;
}

article .informacoes .tipo span {
  margin-left: 5px;
  width: 1px;
  height: 4px;
  background: #b0b0b0;
}

article .informacoes .valor {
  float: left;
  width: auto;
  color: #512330;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 0px;
  margin-left: 15px;
}

article .informacoes .selecionar {
  float: right;
  text-transform: uppercase;
  color: #b0b0b0;
}

article .informacoes .selecionar label {
  cursor: pointer;
}

/* CUSTOM RADIO  STYLES  */
.selecionar input[type="checkbox"] {
  display: none;
}

.selecionar input[type="checkbox"] + label {
  color: #666;
  text-transform: uppercase;
}

.selecionar input[type="checkbox"] + label span {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: -4px 0px 0 8px;
  vertical-align: middle;
  background: url(../images/box-selecionado-destiv.png) left top no-repeat;
  cursor: pointer;
}

.selecionar input[type="checkbox"]:checked + label span {
  background: url(../images/box-selecionado-ativ.png) left top no-repeat;
}
/* CUSTOM RADIO  STYLES */

article .informacoes .info {
  float: left;
  width: 23%;
  text-transform: uppercase;
  height: 100px;
}

article .informacoes .info .alinhar {
  height: 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  overflow: hidden;
  margin-top: 20px;
}

article .informacoes .info span.icones {
  float: left;
  width: 100%;
  font-size: 16px;
  color: #143731;
  text-align: center;
  margin-bottom: 3px;
}

article .informacoes .info label {
  font-size: 15px;
  color: #6d6d6d;
  font-weight: normal;
  width: 100%;
  text-align: center;
  text-transform: none;
  margin-top: -1px;
  height: 9px;
  text-transform: uppercase;
}

article .informacoes .infoSep {
  float: left;
  width: 1px;
  text-transform: uppercase;
  height: 80px;
}

article .informacoes .infoSep {
  float: left;
  margin-top: 16px;
  width: 1px;
  background: #e3e2e0;
  height: 78px;
}

article .informacoes .infoSep:nth-last-child(-n + 2) {
  background-color: #fff;
}

article .informacoes .infoSep .alinhar {
  height: 54px;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  overflow: hidden;
  margin-top: 30px;
}

article .informacoes .saiba {
  float: left;
  width: 100%;
  height: 2px;
  margin-top: 27px;
  background: #e1e0de;
  margin-bottom: 110px;
}

article .informacoes .saiba a,
article .informacoes .saiba a:hover {
  float: left;
  background: #ebe7d5;
  text-transform: uppercase;
  color: #452c27;
  font-size: 15px;
  width: 270px;
  height: 46px;
  text-align: center;
  text-decoration: none;
  line-height: 48px;
}

article.mosaico .fundo {
  background: url("../images/bg-textura-verde.jpg") no-repeat 0 0;
  background-size: cover;
  margin: 0 auto;
  height: 1048px;
}

article.mosaico .fundo h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 26px;
  color: #dfe3d2;
  margin-top: 65px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dfe3d2;
}

article.mosaico .fundo .box {
  margin-top: 20px;
  margin-top: 60px;
}

article.mosaico .fundo .mosaico1 {
  float: left;
  background: url("../images/mosaico/1.jpg") no-repeat 0 0;
  width: 100%;
  height: 240px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  opacity: 1;
  border: 1px solid #fff;
}

article.mosaico .fundo .mosaico2 {
  float: left;
  margin-top: 15px;
  background: url("../images/mosaico/2.jpg") no-repeat 0 0;
  width: 100%;
  height: 487px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  opacity: 1;
  border: 1px solid #fff;
}

article.mosaico .fundo .mosaico3 {
  float: left;
  margin-top: 15px;
  background: url("../images/mosaico/3.jpg") no-repeat 0 0;
  width: 100%;
  height: 241px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  opacity: 1;
  border: 1px solid #fff;
}

article.mosaico .fundo .mosaico4 {
  float: left;
  margin-top: 15px;
  background: url("../images/mosaico/4.jpg") no-repeat 0 0;
  width: 100%;
  height: 229px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  opacity: 1;
  border: 1px solid #fff;
}

article.mosaico .fundo .mosaico5 {
  float: left;
  margin-top: 0px;
  background: url("../images/mosaico/5.jpg") no-repeat 0 0;
  width: 100%;
  height: 387px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  opacity: 1;
  border: 1px solid #fff;
}

article.mosaico .fundo .mosaico6 {
  float: left;
  margin-top: 15px;
  background: url("../images/mosaico/6.jpg") no-repeat 0 0;
  width: 100%;
  height: 338px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  opacity: 1;
  border: 1px solid #fff;
}

article.mosaico .fundo .mask {
  display: none;
}

article.mosaico .fundo span {
  display: none;
}

article.mosaico .fundo .mosaico1:hover > .mask {
  position: absolute;
  top: 0px;
  width: 100%;
  height: calc(100%);
  background: rgba(213, 206, 188, 0.6);
  display: block;
}

article.mosaico .fundo .mosaico2:hover > .mask {
  position: absolute;
  top: 0px;
  width: 100%;
  height: calc(100%);
  background: rgba(213, 206, 188, 0.6);
  display: block;
}

article.mosaico .fundo .mosaico3:hover > .mask {
  position: absolute;
  top: 0px;
  width: 100%;
  height: calc(100%);
  background: rgba(213, 206, 188, 0.6);
  display: block;
}

article.mosaico .fundo .mosaico4:hover > .mask {
  position: absolute;
  top: 0px;
  width: 100%;
  height: calc(100%);
  background: rgba(213, 206, 188, 0.6);
  display: block;
}

article.mosaico .fundo .mosaico5:hover > .mask {
  position: absolute;
  top: 0px;
  width: 100%;
  height: calc(100%);
  background: rgba(213, 206, 188, 0.6);
  display: block;
}

article.mosaico .fundo .mosaico6:hover > .mask {
  position: absolute;
  top: 0px;
  width: 100%;
  height: calc(100%);
  background: rgba(213, 206, 188, 0.6);
  display: block;
}

article.mosaico .fundo .mosaico1:hover > span,
article.mosaico .fundo .mosaico2:hover > span,
article.mosaico .fundo .mosaico3:hover > span,
article.mosaico .fundo .mosaico4:hover > span,
article.mosaico .fundo .mosaico5:hover > span,
article.mosaico .fundo .mosaico6:hover > span {
  display: block;
  cursor: pointer;
}

article.mosaico .fundo .mosaico1 span,
article.mosaico .fundo .mosaico2 span,
article.mosaico .fundo .mosaico3 span,
article.mosaico .fundo .mosaico4 span,
article.mosaico .fundo .mosaico5 span,
article.mosaico .fundo .mosaico6 span {
  position: absolute;
  color: #3b2d20;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 17px;
  z-index: 3;
  border: 1px solid #3b2d20;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  width: auto;
  margin: 0 auto;
}

footer .fundo {
  float: left;
  width: 100%;
  background: #10332d;
  min-height: 509px;
}

footer .center {
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .top_scrool {
  position: relative;
  bottom: 28px;
}

footer .top_scrool img {
  position: relative;
  z-index: 999;
}

footer h2 label {
  float: left;
  width: 100%;
  color: #0b3f32;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: normal;
}

footer h2 b {
  float: left;
  width: 100%;
  clear: both;
  color: #103931;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
}

footer p.fale {
  float: left;
  clear: both;
  margin-top: 30px;
  margin-bottom: 15px;
}

footer form#footer-contato {
  float: left;
  width: 80%;
}

footer form#footer-contato input[type="text"] {
  float: left;
  width: 100%;
  height: 44px;
  border: 1px solid #998259;
  margin-top: 10px;
  text-transform: none;
  color: #6c6c6c;
  padding-left: 10px;
}

footer form#footer-contato input[type="button"] {
  float: left;
  margin-top: 26px;
  width: 100%;
  height: 44px;
  background: #143731;
  border: 0px;
  text-transform: uppercase;
  color: #ffffff;
  padding-left: 10px;
}

footer .box-foto {
  float: left;
  margin-top: 25px;
  clear: both;
  width: 80px;
  height: 80px;
  overflow: hidden;
}

footer .miniatura {
  float: left;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  width: 100% !important;
  height: 100% !important;
}

footer .info {
  float: left;
  margin-top: 10px;
  width: 70%;
  height: 95px;
  overflow: hidden;
  margin-left: 16px;
}

footer.imoveis_recentes a {
  text-decoration: none;
}

footer .info h3 {
  float: left;
  text-transform: uppercase;
  margin-top: 26px;
  color: #0b3f32;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 0px;
}

footer .info h4 {
  float: left;
  clear: both;
  margin-top: 5px;
  text-transform: none;
  color: #6f6f63;
  font-weight: normal;
  font-size: 15px;
  margin-bottom: 0px;
}

footer .info h5 {
  float: left;
  clear: both;
  margin-top: 5px;
  text-transform: none;
  color: #6f6f63;
  font-weight: normal;
  font-size: 15px;
}

footer .endereco {
  float: left;
  width: 90%;
}

footer .endereco .end {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

footer .endereco span {
  float: left;
  font-size: 15px;
  margin-top: 31px;
  color: #716b5f;
}

footer .endereco span b {
  text-transform: uppercase;
  color: #673e37;
}

footer .endereco .contato {
  display: flex;
  flex-direction: column;
  gap: 15px;
  float: left;
  width: 100%;
  margin-top: 15px;
}

footer .endereco .contato a {
  float: left;
  text-decoration: none;
}

footer .endereco .contato a.lado2 {
  float: right;
  text-decoration: none;
}

footer .endereco i.icones {
  float: left;
  font-size: 20px;
  color: #6c6c6e;
}

footer .endereco .numero {
  float: left;
  color: #716b5f;
  margin-left: 6px;
}

footer .horario {
  float: left;
  width: 90%;
}

footer .horario span {
  float: left;
  font-size: 15px;
  margin-top: 23px;
  color: #716b5f;
  margin-bottom: 10px;
}

footer .horario span b {
  text-transform: uppercase;
  color: #673e37;
}

footer .atendimento {
  float: left;
  font-size: 15px;
  margin-top: 0px;
  color: #fff;
  width: 100%;
  margin-bottom: 3px;
}

footer .corte-direitos {
  float: left;
  margin-top: 0px;
  width: 100%;
  height: 1px;
  background: #2d5a53;
}

footer p.direitos {
  color: #fff;
  max-width: 745px;
  margin: 22px auto 0;
  width: 90%;
  padding: 24px 0;
  font-size: 14px;
  text-align: center;
  clear: both;
}

footer .redes-social i {
  float: right;
  margin: 20px 0px 0px 22px;
  font-size: 30px;
  color: #fff;
}

footer .empresas {
  float: left;
  margin-top: 0px;
  margin-bottom: 0px;
}

footer .empresas img {
  float: left;
  margin: 0px 20px 0px 0px;
}

form#BuscaRapida .corte {
  float: left;
  margin-top: 15px;
  margin-bottom: 0px;
  background: url("../images/sombra-divisa-busca.png") no-repeat 0 0;
  width: 330px;
  height: 1px;
}

.breadcrumb-detalhe {
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #9c9c9c;
}

.breadcrumb-detalhe .container-bread {
  float: left;
}

.breadcrumb-detalhe a {
  float: left;
  color: #9c9c9c;
}

article.detalhe .carousel-inner {
  background: #e3e1e1;
}

article.detalhe .carousel-inner > .item > a > img,
article.detalhe .carousel-inner > .item > img {
  height: auto;
  width: auto;
  margin: 0 auto;
  overflow: hidden;
  max-height: 545px;
}

article.detalhe .boxdetalhe {
  float: left;
  width: 100%;
  background: #1e413b;
  border-radius: 5px;
}

article.detalhe .boxdetalhe.visible-xs {
  z-index: 1 !important;
}

article.detalhe .boxdetalhe .space {
  float: left;
  margin-left: 20px;
  width: 88%;
}

article.detalhe .boxdetalhe div h2 {
  float: left;
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  margin-top: 26px;
}

article.detalhe .boxdetalhe div a.voltar,
article.detalhe .boxdetalhe div a.voltar:hover {
  float: right;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  border: 1px solid white;
  border-radius: 10px;
  padding: 10px;
  margin-top: 13px;
  margin-bottom: 13px;
}

article.detalhe .boxdetalhe div a.voltar i {
  margin-left: 10px;
  margin-right: 10px;
}

article.detalhe .boxdetalhe h4 {
  float: left;
  width: 100%;
  color: #e7e0ce;
  font-size: 18px;
  text-transform: uppercase;
  padding: 15px 0 0;
  margin: 0 0 23px;
  border-top: 1px solid #395e4b;
}

article.detalhe .boxdetalhe .tipo {
  float: left;
  width: 100%;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
}

article.detalhe .boxdetalhe .valor {
  float: left;
  width: 100%;
  text-transform: uppercase;
  font-size: 17px;
  color: #e7e0ce;
  margin-bottom: 0px;
}

article.detalhe .boxdetalhe .limite {
  margin-top: 25px;
  float: left;
  width: 100%;
}

article.detalhe .boxdetalhe .col {
  float: left;
  width: 50%;
  margin-bottom: 15px;
}
article.detalhe .boxdetalhe .col.col30 {
  width: 80px;
}

article.detalhe .boxdetalhe .col .infos {
  float: left;
  margin-left: 6px;
}

article.detalhe .boxdetalhe .col i {
  position: relative;
  float: left;
  font-size: 20px;
  color: #e7e0ce;
}

article.detalhe .boxdetalhe .col i.fa-file-invoice-dollar {
  margin-left: 0px;
  width: 21px;
}

article.detalhe .boxdetalhe .col label {
  float: left;
  clear: both;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  margin-bottom: 0px;
  width: 100%;
}

article.detalhe .boxdetalhe .col label.numero {
  float: left;
  clear: none;
  text-transform: uppercase;
  font-size: 16px;
  color: #e7e0ce;
  margin-bottom: 0px;
  font-weight: normal;
}

article.detalhe .boxdetalhe .divisoria {
  float: left;
  margin-top: 5px;
  margin-bottom: 20px;
  width: 100%;
}

article.detalhe .boxdetalhe .divisoria img {
  margin: 0 auto;
  text-align: center;
}

article.detalhe .boxdetalhe .boxagencia {
  float: left;
  width: 100%;
  clear: both;
  border-top: 1px solid #395e4b;
}

article.detalhe .boxdetalhe .boxagencia h2 {
  float: left;
  width: 100%;
  color: #e7e0ce;
  text-align: center;
  clear: both;
  margin-top: 0px;
  font-weight: normal;
  font-size: 15px;
  text-transform: uppercase;
}

article.detalhe .boxdetalhe .boxagencia h3 {
  float: left;
  width: 100%;
  color: #e7e0ce;
  text-align: center;
  clear: both;
  margin-top: 0px;
  font-weight: normal;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

article.detalhe .boxdetalhe .boxagencia a.AgenciaTel,
article.detalhe .boxdetalhe .boxagencia a.AgenciaTel:hover {
  float: left;
  clear: both;
  margin-top: 0px;
  width: 100%;
  padding: 0px;
  line-height: 0px;
  /* background: #ba7e36; */
  color: #e7e0ce;
  text-decoration: none;
  height: 40px;
  border-radius: 5px;
  font-size: 18px;
  text-align: center;
}

article.detalhe .boxdetalhe .boxagencia a.AgenciaTel b {
  font-weight: normal;
}

article.detalhe .boxdetalhe .boxagencia a.AgenciaTel i {
  width: 19px;
  color: #fff;
}
article.detalhe .boxdetalhe .boxagencia a.AgenciaTel i.fa-phone {
  font-size: 16px;
}
article.detalhe .boxdetalhe .boxagencia a.ZapCorretor,
article.detalhe .boxdetalhe .boxagencia a.ZapCorretor:hover {
  float: left;
  clear: both;
  margin-top: 20px;
  margin-bottom: 10px;
  width: 100%;
  padding: 13px 8px;
  background: #ba7e36;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  height: 44px;
  border-radius: 5px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 5px;
  position: relative;
}

article.detalhe .boxdetalhe .boxagencia a.visita,
article.detalhe .boxdetalhe .boxagencia a.visita:hover {
  float: left;
  clear: both;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100%;
  padding: 13px 8px;
  background: #ebe7d5;
  color: #182a1a;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  height: 44px;
  border-radius: 5px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  position: relative;
}

article.detalhe .boxdetalhe .boxagencia a.visita i {
  position: absolute;
  top: 7px;
  left: 12px;
  width: 20px;
  font-size: 28px;
}

article.detalhe .boxdetalhe .boxagencia a.ZapCorretor i {
  position: absolute;
  top: 7px;
  left: 12px;
  width: 20px;
  font-size: 28px;
}

article.detalhe .carousel-control.left,
article.detalhe .carousel-control.right {
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: none;
  filter: none;
  background-repeat: no-repeat;
}

article.detalhe .carousel-control .glyphicon {
  font-size: 40px;
}

article.detalhe .carousel-control .glyphicon-chevron-left:before {
  display: none;
}

article.detalhe .carousel-control .glyphicon-chevron-right:before {
  display: none;
}

article.detalhe .galeria-rodape {
  position: relative;
  z-index: 999;
  padding: 0px;
  margin-top: 20px;
}

article.detalhe .galeria-rodape .selecionar {
  float: left;
  width: 110px;
  margin-top: 3px;
}

article.detalhe .galeria-rodape .selecionar {
  margin-top: 0px;
}

article.detalhe
  .galeria-rodape
  .selecionar
  input.heartClique[type="checkbox"]
  + label {
  font-size: 16px;
}

article.detalhe
  .galeria-rodape
  .selecionar
  input.heartClique[type="checkbox"]
  + label:before {
  padding: 10px;
}

article.detalhe
  .galeria-rodape
  .selecionar
  input.heartClique[type="checkbox"]:checked
  + label:after {
  top: 0px;
  left: 0px;
}

article.detalhe .galeria-rodape .contadorImovel {
  float: left;
  width: 10%;
}

article.detalhe .galeria-rodape .contadorImovel label.val1,
article.detalhe .galeria-rodape .contadorImovel label.val2 {
  color: #727272;
  font-weight: normal;
}

article.detalhe .galeria-rodape .compartilhar {
  float: right;
}

article.detalhe .galeria-rodape .compartilhar h3 {
  float: left;
  width: 104px;
  margin-top: 0px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

article.detalhe .galeria-rodape .compartilhar a {
  float: right;
  margin: 0px 0px 0px 11px;
}

article.detalhe .galeria-rodape .compartilhar i {
  float: left;
  font-size: 30px;
  position: relative;
  bottom: 8px;
}

article.detalhe .galeria-rodape .compartilhar i.fa-facebook-square {
  color: #0094fb;
}

article.detalhe .galeria-rodape .compartilhar i.fa-whatsapp-square {
  color: #01b110;
}

article.detalhe .galeria-rodape .compartilhar i.fa-envelope-square {
  color: #153a32;
}

article.detalhe .galeria-rodape .final {
  float: left;
  clear: both;
  width: 100%;
  height: 2px;
  border-top: 2px solid #e3dfdc;
  margin-bottom: 30px;
}

article.detalhe .galeria-rodape .info h2 {
  color: #143731;
  text-transform: uppercase;
  font-size: 22px;
  margin-top: 30px;
}
article.detalhe .galeria-rodape .info h2 span {
  color: #c99955;
}
article.detalhe .galeria-rodape .info:nth-child(2n) {
  float: left;
  clear: both;
  width: 100%;
}

article.detalhe .galeria-rodape .info p {
  color: #2b2b2b;
  font-size: 14px;
}

article.detalhe .galeria-rodape .info .descricao {
  color: #7b7b7b;
  font-size: 14px;
}

article.detalhe .galeria-rodape .info .descricao i {
  position: relative;
  top: 3px;
  float: left;
  width: 19px;
}

article.detalhe .galeria-rodape a.botao,
article.detalhe .galeria-rodape a.botao:hover {
  float: left;
  margin-top: 60px;
  width: 45%;
  color: #ffffff;
  text-transform: uppercase;
  background: #143731;
  padding: 15px;
  border-radius: 5px;
  text-decoration: none;
}

article.detalhe .galeria-rodape a.botao:nth-child(2n) {
  float: right;
}

article.detalhe .galeria-rodape a.botao i {
  color: #bf7c36;
  font-size: 20px;
  width: 30px;
}

article.detalhe .galeria-rodape iframe.mapa {
  float: left;
  width: 100%;
  height: 500px;
  margin-bottom: 30px;
}

.mapa {
  float: left;
  clear: both;
  width: 100%;
}

article.semelhantes .corte {
  float: left;
  width: 100%;
  border-top: 2px solid #e3dfdc;
  margin-top: 0px;
}

article.semelhantes h2.semelhantes {
  color: #47232f;
  text-transform: uppercase;
  font-size: 20px;
  margin-top: 33px;
  margin-bottom: 25px;
}

body.modal-open {
  padding-right: 0px !important;
}

.modal-dialog h5.modal-title {
  float: left;
  color: #47232f;
  text-transform: uppercase;
  font-size: 20px;
}

form#formAgenda {
  background: #fff;
  float: left;
  width: 100%;
  margin-top: -4px;
}

form#formAgenda .datepicker-inline .datepicker {
  width: 100%;
  margin-top: 16px;
  border: 0px;
}

form#formAgenda input {
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
}

form#formAgenda input[type="button"] {
  float: left;
  margin-top: 26px;
  width: 100%;
  height: 44px;
  background: #143731;
  border: 0px;
  text-transform: uppercase;
  color: #ffffff;
  padding-left: 10px;
}

form label {
  font-weight: normal;
}

form .field-checkbox label {
  width: 100%;
  min-height: 35px;
  line-height: 24px;
  font-weight: normal;
  border: none !important;
  padding: 5px 8px 4px 7px;
  background: #eee;
  font-size: 12px !important;
}

form .field-checkbox {
  padding: 0px !important;
  border: 0px !important;
}

.interna h1 {
  float: left;
  width: 100%;
  text-transform: uppercase;
  color: #61283b;
  margin-top: 40px;
  border-bottom: 1px solid #61283b;
  padding-bottom: 15px;
  font-size: 42px;
  margin-bottom: 28px;
}

.internaCenter h1 {
  float: left;
  width: 100%;
  text-transform: uppercase;
  color: #61283b;
  margin-top: 40px;
  padding-bottom: 15px;
  font-size: 28px;
  margin-bottom: 28px;
  margin-left: 0px;
  text-align: center;
}

img.pg_contato {
  height: 414px;
  float: right;
}

img.pg_anuncie {
  height: 593px;
  float: right;
  margin-top: 74px;
}

.centro-form-no-padding {
  padding: 0px;
}

.centro-form-no-padding .subtitleImovel p {
  font-size: 20px;
}

.form-no-padding {
  padding: 0px;
}

.img-contato {
  padding: 0px;
  float: right;
}

input[type="button"].btn {
  float: left;
  margin-top: 11px;
  width: 172px;
  height: 44px;
  background: #143731;
  border: 0px;
  text-transform: uppercase;
  color: #ffffff;
  padding-left: 10px;
  margin-bottom: 60px;
}

.removePadding {
  padding: 0px;
}

form h2.form {
  font-size: 20px;
}

p.final-footer {
  float: left;
  width: 100%;
  height: 90px;
}

.nenhumImovel {
  text-align: center;
  margin-bottom: 40px;
}

section.refinar .busca-refinar {
  float: left;
  /*margin-top:46px;*/
  width: 100%;
  /*background:#ebe7d5;*/
}

section.refinar .busca-refinar h2.botaoFiltrar {
  text-transform: uppercase;
  text-align: center;
  font-size: 17px;
  color: #1d3330;
}

section.refinar .busca-refinar .limite {
  float: left;
  width: 94%;
  margin-left: 10px;
}

section.refinar form.busca-refinar select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url(../images/seta-seletor.png) no-repeat right center;
  background-position: 94%;
  height: 54px;
  text-transform: uppercase;
  border: 1px solid #e7e5e5;
  padding: 8px;
  color: #666666;
  width: 100%;
  padding-right: 32px;
  font-size: 12px;
  margin-right: 14px;
  margin-bottom: 5px;
  border-radius: 5px;
}

section.refinar form.busca-refinar .boxRegiao {
  border: 1px solid #e7e5e5;
  border-radius: 5px;
  margin-bottom: 5px;
}

section.refinar form.busca-refinar .box_regiao {
  height: 54px;
  text-transform: uppercase;
  padding: 8px;
  color: #666;
  width: 100%;
  padding-right: 32px;
  font-size: 12px;
  margin-right: 14px;
  margin-bottom: 0px;
  text-align: left;
  border-radius: 5px;
}

section.refinar form.busca-refinar .abrir {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url(../images/seta-seletor.png) no-repeat right center;
  background-position: 94%;
}

section.refinar form.busca-refinar .fechar {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url(../images/seta-seletor-fechar.png) no-repeat right center;
  background-position: 94%;
}

section.refinar form.busca-refinar #divregiao {
  height: 147px;
  overflow-y: scroll;
  background: #ffffff;
  padding: 4px 8px;
  margin-bottom: 0px;
}

section.refinar form.busca-refinar #divregiao label {
  font-size: 14px;
  color: #143731;
  font-weight: normal;
  margin-top: 2px;
  margin-bottom: 2px;
  width: 100%;
}

section.refinar form.busca-refinar #divregiao label b {
  font-size: 12px;
  color: #143731;
  font-weight: bold;
}

section.refinar form.busca-refinar #divregiao input[type="checkbox"] {
  position: relative;
  top: 1px;
  margin: 0px 11px 0px 0px;
  line-height: normal;
}

section.refinar form.busca-refinar #divregiao hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid #6d7371;
}

section.refinar form.busca-refinar .box {
  float: left;
  margin-bottom: 5px;
  background: #ffffff;
  text-transform: uppercase;
  border: 1px solid #e7e5e5;
  padding: 10px 8px;
  color: #666;
  width: 100%;
  border-radius: 5px;
}

section.refinar form.busca-refinar .box span {
  color: #ba7e36;
  text-transform: none;
}

section.refinar form.busca-refinar .box div.label {
  float: left;
  text-transform: uppercase;
  color: #143731;
  font-size: 13px;
  font-weight: normal;
  margin-top: 5px;
  padding: 0.2em 0 0.3em;
}

section.refinar form.busca-refinar .box .dormitorios {
  float: right;
  margin-top: 4px;
  margin-right: 15px;
  text-transform: none;
  font-size: 14px;
}

section.refinar form.busca-refinar .box .suites {
  float: right;
  margin-top: 4px;
  margin-right: 15px;
  text-transform: none;
  font-size: 14px;
}

section.refinar form.busca-refinar .box .vagas {
  float: right;
  margin-top: 4px;
  margin-right: 15px;
  text-transform: none;
  font-size: 14px;
}

/* CUSTOM RADIO  STYLES  */
section.refinar form.busca-refinar .box input[type="radio"],
section.refinar form.busca-refinar .box input[type="radio"] {
  visibility: hidden;
  position: absolute;
}

section.refinar form.busca-refinar .box input[type="radio"] + label:before,
section.refinar form.busca-refinar .box input[type="radio"] + label:before {
  height: 12px;
  width: 12px;
  margin-right: 2px;
  content: " ";
  display: inline-block;
  vertical-align: baseline;
  border: 1px solid #777;
}

section.refinar
  form.busca-refinar
  .box
  input[type="radio"]:checked
  + label:before,
section.refinar
  form.busca-refinar
  .box
  input[type="radio"]:checked
  + label:before {
  background: #ba7e36;
}

section.refinar form.busca-refinar .box input[type="radio"] + label:before,
section.refinar form.busca-refinar .box input[type="radio"] + label:before {
  border-radius: 50%;
}
/* CUSTOM RADIO  STYLES */

section.refinar form.busca-refinar input.input_ms {
  float: left;
  width: calc(100px);
  background: transparent;
  color: #ba7e36;
  cursor: pointer;
  border: 0px;
}

section.refinar form.busca-refinar input.input_ms:last-child {
  float: right;
}

section.refinar form.busca-refinar .left {
  float: left;
  width: 72px;
  text-align: center;
}

section.refinar form.busca-refinar .RefinarValor h2 {
  text-transform: uppercase;
  font-size: 13px;
  color: #666666;
  margin-top: 2px;
  margin-bottom: 5px;
}

section.refinar form.busca-refinar .RefinarArea h2 {
  text-transform: uppercase;
  font-size: 13px;
  color: #143731;
  margin-top: 2px;
  margin-bottom: 5px;
}

section.refinar form.busca-refinar .RefinarValor .form {
  float: left;
  clear: both;
}

section.refinar form.busca-refinar .valor {
  float: left;
  clear: both;
  width: 90%;
  margin-top: 0px;
  margin-bottom: 4px;
  margin-left: 10px;
}

section.refinar form.busca-refinar #rangevalor .ui-slider-range,
section.refinar form.busca-refinar #rangearea .ui-slider-range {
  position: relative;
  top: 3px;
  background: #707070;
  height: 4px;
}

section.refinar form.busca-refinar #rangevalor .ui-state-default,
section.refinar form.busca-refinar #rangearea .ui-state-default {
  border-radius: 15px;
  border: 1px solid #143731;
}

form.busca-refinar .submit {
  float: left;
  width: 100%;
  border-radius: 5px;
  /*margin-top:10px;*/
}

form.busca-refinar input[type="submit"] {
  float: left;
  width: 100%;
  height: 54px;
  background: #143731;
  text-transform: uppercase;
  border: 0px;
  color: #ebe7d6;
  text-align: center;
  padding-right: 15px;
  position: relative;
  /*bottom: 10px;*/
  border-radius: 5px;
}

input.limpatudo {
  float: left;
  width: 100%;
  height: 54px;
  background: #efefef;
  text-transform: uppercase;
  border: 0px;
  color: #143731;
  text-align: center;
  padding-right: 15px;
  position: relative;
  /*bottom: 10px;*/
  border-radius: 5px;
  margin-top: 10px;
}
form.busca-refinar .submit label {
  background: url(../images/lupa-busca.png) no-repeat 0 0;
  width: 16px;
  height: 16px;
  float: right;
  position: relative;
  right: 123px;
  top: 20px;
  cursor: pointer;
  z-index: 9;
  display: none;
}

form.busca-refinar .sep {
  float: left;
  background: url(../images/fio-resultado.png) no-repeat 0 0;
  width: 330px;
  height: 1px;
  margin: 4px 10px 5px 10px;
}

form.busca-refinar .busca-ref,
form.busca-refinar .busca-por-bairro {
  float: left;
  clear: both;
  width: 100%;
}

form.busca-refinar .busca-ref label,
form.busca-refinar .busca-por-bairro label {
  background: url(../images/search.png) no-repeat 0 0;
  width: 20px;
  height: 20px;
  float: right;
  position: relative;
  right: 25px;
  top: 15px;
  cursor: pointer;
  z-index: 9;
}

form.busca-refinar .busca-ref input[type="text"] {
  position: relative;
  left: 0;
  float: left;
  width: 100%;
  height: 52px;
  background: #143731;
  text-transform: uppercase;
  color: #fff;
  text-align: left;
  padding-right: 27px;
  font-size: 12px;
  padding-left: 18px;
  border: 0px;
  border-radius: 5px;
  bottom: 24px;
  margin-bottom: 12px;
}

form.busca-refinar .busca-por-bairro input[type="text"] {
  position: relative;
  left: 0;
  float: left;
  width: 100%;
  height: 32px;
  background: #fff;
  text-transform: uppercase;
  color: #143731;
  text-align: left;
  padding-right: 27px;
  font-size: 12px;
  padding-left: 18px;
  border: 1px solid #a48568;
  bottom: 24px;
  margin-top: 12px;
}

/* PLACE HOLDER REFINAR REFERENCIA E BAIRRO */
form.busca-refinar .busca-ref input[type="text"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  font-weight: normal;
}

form.busca-refinar .busca-ref input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  font-weight: normal;
}
form.busca-refinar .busca-ref input[type="text"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  font-weight: normal;
}

form.busca-refinar .busca-ref input[type="text"]:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  font-weight: normal;
}

form.busca-refinar
  .busca-por-bairro
  input[type="text"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  font-weight: normal;
}

form.busca-refinar .busca-por-bairro input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  font-weight: normal;
}
form.busca-refinar .busca-por-bairro input[type="text"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  font-weight: normal;
}

form.busca-refinar .busca-por-bairro input[type="text"]:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  font-weight: normal;
}

/* PLACE HOLDER REFINAR REFERENCIA E BAIRRO */

section.resuldadoLado2 .breadcrumb {
  margin-top: 7px;
  padding: 0px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #ffffff;
  border-radius: 0;
}

section.resuldadoLado2 .container-bread {
  float: left;
  color: #969696;
}

section.resuldadoLado2 .breadcrumb a {
  float: left;
  color: #969696;
}

section.resuldadoLado2 .breadcrumb b {
  float: left;
  color: #969696;
}

section.resuldadoLado2 .classificar {
  float: left;
  margin-top: 21px;
  clear: both;
}

section.resuldadoLado2 .classificar select {
  float: left;
  width: 124px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url(../images/seta.png) no-repeat right center;
  background-position: 94%;
  height: 32px;
  text-transform: uppercase;
  border: 1px solid #707070;
  border-radius: 6px;
  padding: 8px;
  color: #707070;
  padding-right: 32px;
  font-size: 12px;
  margin-right: 14px;
  margin-bottom: 8px;
  font-weight: bold;
}

section.resuldadoLado2 .boxPg {
  float: left;
  margin-left: 186px;
  margin-top: 21px;
}

section.resuldadoLado2 .paginas {
  float: left;
  border: 1px solid #707070;
  border-radius: 6px;
  width: 122px;
  height: 31px;
}

section.resuldadoLado2 .paginas label {
  float: left;
  margin-top: 7px;
  margin-left: 10px;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 13px;
  color: #7b7a78;
}

section.resuldadoLado2 .paginas select {
  float: left;
  width: 35px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url(../images/seta.png) no-repeat right center;
  background-position: 94%;
  text-transform: uppercase;
  border: 0px;
  color: #707070;
  font-size: 12px;
  margin-bottom: 8px;
  margin-top: 7px;
  margin-left: 6px;
  font-weight: bold;
}

.resuldadoLado2 a.voltar,
.resuldadoLado2 a.voltar:hover {
  float: right;
  text-transform: uppercase;
  color: #687677;
  font-size: 14px;
  border: 1px solid #6e7975;
  border-radius: 6px;
  text-decoration: none;
  padding: 4px 20px 4px 20px;
  margin-top: 21px;
}

.tagBusca h1 {
  margin-top: 10px;
  font-size: 14px;
  color: #757279;
  margin-bottom: 10px;
}

.resultadoView p.naoencontrado {
  font-size: 14px;
  color: #757279;
  text-align: center;
}

.resultadoView .PaddingRemove {
  padding: 0px;
}

.resultadoView .foto-imovel {
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  height: 266px !important;
}

.resultadoView .separador {
  float: left;
  width: 100%;
  height: 53px;
}

.resultadoView h2 {
  float: left;
  width: 100%;
  color: #143731;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: normal;
  margin-top: 3px;
}

.resultadoView .tipo {
  float: left;
  clear: both;
  width: auto;
  color: #b0b0b0;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 0px;
}

.resultadoView .ref {
  float: right;
  width: auto;
  color: #b0b0b0;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 0px;
}

.resultadoView .informacoes {
  float: left;
  margin-left: 15px;
  width: 96%;
}

.resultadoView .informacoes .valor {
  float: left;
  width: 100%;
  clear: both;
  margin-top: 5px;
}

.resultadoView .informacoes h4 {
  float: left;
  width: 100%;
  color: #512330;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 0px;
}

.resultadoView .informacoes .info {
  float: left;
  width: 23%;
  text-transform: uppercase;
  height: 100px;
}

.resultadoView .informacoes .info .alinhar {
  height: 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  overflow: hidden;
  margin-top: 20px;
}

.resultadoView .informacoes .info span.icones {
  float: left;
  width: 100%;
  font-size: 16px;
  color: #143731;
  text-align: center;
  margin-bottom: 3px;
}

.resultadoView .informacoes .info label {
  font-size: 15px;
  color: #6d6d6d;
  font-weight: normal;
  width: 100%;
  text-align: center;
  text-transform: none;
  margin-top: -1px;
  height: 9px;
  text-transform: uppercase;
}

.resultadoView .informacoes .infoSep {
  float: left;
  margin-top: 16px;
  width: 1px;
  background: #e3e2e0;
  height: 78px;
}

.resultadoView .informacoes .infoSep:nth-last-child(-n + 2) {
  background-color: #fff;
}

.resultadoView .informacoes .corte {
  float: left;
  width: 100%;
  height: 2px;
  background: #e1e0de;
  margin-top: 17px;
}

.resultadoView .selecionar {
  float: left;
  width: 50%;
  text-transform: uppercase;
  margin-top: 15px;
}

.resultadoView a.detalhe {
  float: left;
  background: #ebe7d5;
  text-transform: uppercase;
  color: #452c27;
  font-size: 15px;
  width: 180px;
  height: 46px;
  text-align: center;
  text-decoration: none;
  line-height: 48px;
}

.pagination-rodape {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 140px;
}

.pagination-rodape a.item {
  float: left;
  width: 64px;
  height: 64px;
  text-align: center;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  line-height: 58px;
  text-decoration: none;
  color: #6f6f6f;
}

.pagination-rodape a.atual-item {
  float: left;
  width: 64px;
  height: 64px;
  text-align: center;
  background: #143731;
  color: #fff;
  border-top: 1px solid #5f2130;
  border-bottom: 1px solid #5f2130;
  line-height: 58px;
  text-decoration: none;
}

.pagination-rodape a.prev {
  float: left;
  width: 64px;
  height: 64px;
  text-align: center;
  background: #e8e0c9;
  line-height: 58px;
  text-decoration: none;
  -webkit-border-radius: 14px 0px 0px 20px;
  -moz-border-radius: 14px 0px 0px 20px;
  border-radius: 14px 0px 0px 20px;
}

.pagination-rodape a.proximo {
  float: left;
  width: 64px;
  height: 64px;
  text-align: center;
  background: #e8e0c9;
  line-height: 58px;
  text-decoration: none;
  -webkit-border-radius: 0px 20px 20px 0px;
  -moz-border-radius: 0px 20px 20px 0px;
  border-radius: 0px 20px 20px 0px;
}

.pagination-rodape i {
  font-size: 30px;
  color: #fff;
  margin-top: 15px;
}

.voltarMob a,
.voltarMob a:hover {
  float: right;
  text-transform: uppercase;
  color: #687677;
  font-size: 14px;
  border: 1px solid #6e7975;
  border-radius: 6px;
  text-decoration: none;
  padding: 4px 20px 4px 20px;
  margin-top: 0px;
}

#BuscaRapida .select_regiao {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url(../images/seta-seletor.png) no-repeat right center;
  background-position: 94%;
  height: 32px;
  text-transform: uppercase;
  border: 1px solid #a48568;
  padding: 8px;
  color: #143731;
  width: 142px;
  padding-right: 32px;
  font-size: 14px;
  margin-right: 14px;
}

#BuscaRapida .box_regiao {
  height: 0px;
  width: 223px;
  position: absolute;
  overflow-y: scroll;
  background: #ffffff;
  transition: ease 0.3s;
  z-index: 999;
  text-transform: uppercase;
  color: #143731;
  font-size: 16px;
}

#BuscaRapida .box_regiao.open {
  height: 220px;
  padding: 4px 8px;
  border: 1px solid #000;
}

#BuscaRapida input.regiao,
#BuscaRapida input.bairro {
  position: relative;
  top: 1px;
}

#BuscaRapida .box_regiao .labeladd {
  width: 100%;
}

main .boxBuscaAvancada .centro .grade .buscar span {
  color: #ba7e36;
  text-transform: none;
}

.centerConteudo {
  display: flex;
  align-items: center;
  justify-content: center;
  clear: both;
  width: 50%;
  margin: 0 auto;
}

form#formcontato .agencias {
  clear: both;
}

form#formcontato .agencias-final {
  margin-bottom: 60px;
}

form#formcontato .agencias p {
  margin: 0 0 0px;
}

form#formcontato .agencias p.horarios {
  margin-top: 7px;
  margin-bottom: 13px;
}

form#formcontato .agencias a,
form#formcontato .agencias a:hover {
  text-decoration: none;
  color: #000;
}

main.fixarMenu h2.titulo {
  float: left;
  color: #ebe7d5;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  margin-left: 15px;
  margin-top: 27px;
}

main.fixarMenu form#BuscaRapida .busca-submit input[type="submit"] {
  float: left;
  width: 150px;
  height: 32px;
  background: #ba7e36;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  border: 1px solid #ffffff;
}

main.fixarMenu form#BuscaRapida .busca_avancada {
  text-transform: uppercase;
  color: #ebe7d5;
  font-weight: bold;
  font-size: 14px;
  margin-top: 6px;
  float: left;
  clear: both;
  margin-left: 21px;
  cursor: pointer;
}

main.fixarMenu form#BuscaRapida .separador {
  position: relative;
  bottom: 7px;
  float: left;
  /*margin-left: 22px;
    margin-right: 22px;*/
  background: #ebe7d5;
  width: 1px;
  height: 45px;
}

/* main.fixarMenu span.logo {
	float: left;
	background: url('../images/logo-topo.svg') no-repeat 0 0;
	width: 68px;	
	height: 62px;
	margin-bottom: 12px;
} */

main.fixarMenu span.logo {
  float: left;
  background: url(../images/logo-prime.png) no-repeat 0 0;
  width: 103px;
  height: 46px;
  margin-bottom: 0px;
  background-size: 100%;
  margin-top: 11px;
  margin-right: 15px;
}

main.fixarMenu form#BuscaRapida select {
  width: 123px;
}

.sonha-fundo-1 {
  position: absolute;
  right: 0;
  background: url("../images/opacidade-esquerda.png") no-repeat 0 0;
  width: 550px;
  height: 100%;
}

.sonha-fundo-1-5 {
  width: 500px;
}

.sonha-fundo-1-2 {
  width: 388px;
}

.sonha-fundo-2 {
  background: url(../images/opacidade-direita.png) no-repeat 0 0;
  width: 477px;
  height: 100%;
  position: absolute;
  left: 0;
}

.sonha-fundo-01 {
  position: absolute;
  right: 0;
  background: url(../images/opacidade-esquerda.png) no-repeat 0 0;
  width: 450px;
  height: 100%;
  z-index: 0;
}

.sonha-fundo-01 .botao {
  border: 1px solid #512330;
  color: #512330;
  text-transform: uppercase;
  position: absolute;
  right: 24px;
  bottom: 19px;
  padding: 10px;
  font-size: 13px;
  cursor: pointer;
}

.sonha-fundo-2-1 {
  background-size: 289px;
}

.sonha-fundo-2-2 {
  background-size: 211px 336px;
  width: 308px;
}

.sonha-fundo-1 .botao {
  border: 1px solid #512330;
  color: #512330;
  text-transform: uppercase;
  position: absolute;
  right: 24px;
  bottom: 19px;
  padding: 10px;
  font-size: 13px;
  cursor: pointer;
}

.sonha-fundo-2 .botao {
  border: 1px solid #512330;
  color: #512330;
  text-transform: uppercase;
  position: absolute;
  left: 24px;
  bottom: 19px;
  padding: 10px;
  font-size: 13px;
  cursor: pointer;
}

.zindex {
  position: relative;
  z-index: 9;
}

form.forms {
  max-width: 500px;
  width: 100%;
}

#divregiaoBR .open b {
  float: left;
  width: 100%;
}

#divregiaoBR .open label {
  float: left;
  /*width: 100%!important;*/
  clear: both;
}

#divregiaoBR .open div {
  float: left;
  width: 100% !important;
  clear: both;
}

#BuscaRapida input.regiao,
#BuscaRapida input.bairro {
  position: relative;
  top: 1px;
  float: left;
  margin: 3px 11px 2px 0px;
}

#divregiaoBR .open div label {
  float: left;
  clear: none;
  line-height: 16px;
  padding: 4px 0;
  margin-bottom: 0;
}

section.home-banner .carousel .right i,
section.home-banner .carousel .left i {
  position: absolute;
  top: 45%;
}

section.home-banner .carousel .carousel-control {
  opacity: 10;
}

section.home-banner .amazingslider-arrow-left-1,
section.home-banner .carousel .left i {
  background: url("../images/voltar.png") no-repeat 0 0 !important;
  width: 52px !important;
  height: 52px !important;
  z-index: 1;
}

section.home-banner .amazingslider-arrow-right-1,
section.home-banner .carousel .right i {
  background: url("../images/avancar.png") no-repeat 0 0 !important;
  width: 52px !important;
  height: 52px !important;
  z-index: 1;
}

a.ainda,
a.ainda:hover {
  float: right;
  width: 50%;
  text-align: center;
  color: #47232f;
  text-transform: uppercase;
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 25px;
  text-decoration: none;
  margin-bottom: 10px;
}

a.ainda label {
  float: none;
  padding-top: 12px;
  cursor: pointer;
  font-weight: normal;
  font-size: 18px;
  color: #e8e0cb;
  margin-bottom: 15px;
}

a.ainda span {
  float: none;
  background: #143731;
  color: #ebe7d6;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 20px;
  display: inline-block;
  font-size: 18px;
  border: 1px solid #e8e0cb;
}

a.ainda span i {
  float: left;
  background: url(../images/ajuda.png) no-repeat 0 0;
  width: 28px;
  height: 28px;
  position: relative;
  top: 0px;
  cursor: pointer;
  margin-right: 15px;
}

img.svg-blog {
  display: block;
  text-indent: -9999px;
  width: 23px;
  height: 23px;
  /*background: url(../images/icone-blog.svg);*/
  /*background-image: url('data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNzIgMTczIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2U1ZGRjNDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPkFydGJvYXJkIDE8L3RpdGxlPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTg2LDE3MC4zM0E4My44Myw4My44MywwLDEsMSwxNjkuODMsODYuNSw4My45Miw4My45MiwwLDAsMSw4NiwxNzAuMzNaTTg2LDEyLjY3QTczLjgzLDczLjgzLDAsMSwwLDE1OS44Myw4Ni41LDczLjkxLDczLjkxLDAsMCwwLDg2LDEyLjY3WiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEyMyw1MEg0OWE1LDUsMCwwLDEsMC0xMGg3NGE1LDUsMCwwLDEsMCwxMFoiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMTUuMzYsNzAuNzVINTYuNjRhNSw1LDAsMCwxLDAtMTBoNTguNzJhNSw1LDAsMSwxLDAsMTBaIi8+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTM4LDkxLjVIMzRhNSw1LDAsMCwxLDAtMTBIMTM4YTUsNSwwLDAsMSwwLDEwWiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEzMywxMTIuMjVIMzlhNSw1LDAsMCwxLDAtMTBoOTRhNSw1LDAsMCwxLDAsMTBaIi8+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTIyLDEzM0g1MGE1LDUsMCwwLDEsMC0xMGg3MmE1LDUsMCwwLDEsMCwxMFoiLz48L3N2Zz4=');
    */
  background-size: 23px 23px;
  background-repeat: no-repeat;
}

.acaoVideosYoutube {
  position: absolute;
  top: 20px;
  z-index: 9;
  right: 20px;
}

.acaoVideosYoutube img {
  width: 130px;
}

#YoutubeModal .modal-dialog,
#TourModal .modal-dialog {
  width: 900px;
  margin-top: 80px !important;
}

#YoutubeModal .modal-dialog .close,
#TourModal .modal-dialog .close {
  color: #1f1d1d;
  opacity: 1;
  font-size: 35px;
  position: absolute;
  top: -8px;
  right: 0px;
  background-color: #fff;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  z-index: 1;
  outline: none;
}

#YoutubeModal .modal-dialog .modal-header,
#TourModal .modal-dialog .modal-header {
  border: 0px;
  background: transparent;
  padding: 0px;
}

#YoutubeModal .modal-dialog iframe,
#TourModal .modal-dialog iframe {
  width: 100%;
  height: 500px;
}

#YoutubeModal .modal-dialog .modal-body,
#TourModal .modal-body {
  padding: 0px;
  background: none;
}

article h2.titulo2,
.box__bannerSemana h2.titulo2 {
  margin-top: 40px;
  border-bottom: 1px solid #61283b;
  padding-bottom: 15px;
  margin-bottom: 55px;
}

.box__bannerSemana h2.titulo2 {
  border-bottom: 2px solid #ebebeb;
}

article h2.titulo2 label.titulo,
.box__bannerSemana label.titulo {
  width: 100%;
  text-align: left;
  text-transform: uppercase;
  color: #61283b;
  margin-top: 0px;
  font-size: 17px;
  margin-bottom: 5px;
  font-weight: bold;
}

article h2.titulo2 label.sub-titulo,
.box__bannerSemana label.sub-titulo {
  text-align: left;
  text-transform: uppercase;
  color: #61283b;
  margin-top: 0px;
  font-size: 19px;
  margin-bottom: 2px;
  font-weight: normal;
}

.box__bannerSemana label.titulo,
.new__title--dest {
  font-size: 33px;
  text-align: center;
  display: block;
}

.new__title--dest {
  width: 100%;
  text-transform: uppercase;
  color: #61283b;
  margin-bottom: 5px;
  font-weight: bold;
}

.new__title--dest {
  border-bottom: 2px solid #ebebeb !important;
}

.new__title--dest-m0 {
  margin-top: 0px !important;
}

.new__line {
  border-top: 1px solid #61283b;
  margin-top: 0px !important;
  padding: 20px 0px;
}

.cor2-destaque {
  background: #f8f8f8;
}

.selo-permuta-detalhe {
  position: absolute;
  top: 20px;
  z-index: 9;
  left: 0px;
  background: url("../images/selo-permuta.png") no-repeat 0 0;
  width: 111px;
  height: 53px;
}

a.destaque-compartilhar {
  position: absolute;
  right: 31px;
  top: 264px;
}

a.destaque-compartilhar i {
  font-size: 20px;
  color: #ffffff;
}

#ModalCentershareResultados {
  margin-top: 89px;
}

#ModalCentershareResultados a {
  text-decoration: none;
}

#ModalCentershareResultados .modal-whats {
  width: 100%;
  padding: 10px 20px;
  color: #fff;
  background-color: #27d367;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
}

#ModalCentershareResultados .modal-face {
  width: 100%;
  padding: 10px 20px;
  color: #fff;
  background-color: #337ab7;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
}

#ModalCentershareResultados .modal-mail {
  width: 100%;
  padding: 10px 20px;
  color: #fff;
  background-color: #aaa;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
}

#suggesstion-box {
  position: relative;
  border: 1px solid #000;
  top: -14px;
  height: 146px;
  overflow: hidden;
  background: #fff;
  overflow-y: scroll;
}

#suggesstion-box .seleciona-bairro {
  padding: 10px;
  cursor: pointer;
}

#suggesstion-box .seleciona-bairro:hover {
  background: #143731;
  color: #fff;
}

p.comunicado {
  color: #fff;
  max-width: 745px;
  margin: 22px auto 0;
  width: 90%;
  padding: 24px 0;
  font-size: 14px;
  text-align: center;
  clear: both;
}

.refinar_endereco {
  position: relative !important;
  top: -22px;
  left: 0px;
  width: 337px;
}

@media (min-width: 1200px) {
  .empresa-final {
    height: 180px;
  }

  main.fixarMenu {
    z-index: 9999;
  }

  #YoutubeModal .modal-dialog,
  #TourModal .modal-dialog {
    width: 600px;
    margin-top: 80px !important;
  }

  #YoutubeModal .modal-dialog iframe,
  #TourModal .modal-dialog iframe {
    width: 100%;
    height: 347px;
  }

  footer .endereco label {
    font-weight: normal;
    display: auto;
    display: initial;
  }

  a.ainda .center_bx {
    margin-bottom: 40px;
  }

  form#formanuncie {
    width: 73%;
  }

  form#formcorretor {
    width: 73%;
  }

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

  header .icones_topo a.links i.fa-facebook {
    position: relative;
    left: 6px;
  }

  header .icones_topo a.links i.fa-user-circle {
    margin-right: 9px;
  }

  #BuscaRapida .box_regiao {
    width: 318px;
  }

  .tagBusca {
    padding: 0px;
  }

  section.home-banner {
    margin-top: 0px;
  }

  .fixarMenu {
    position: fixed;
    z-index: 99;
  }

  article.detalhe .galeria-rodape a.botao2,
  article.detalhe .galeria-rodape a.botao2:hover {
    float: right;
  }

  article.detalhe .boxdetalhe {
    width: 360px;
  }

  .nopadding-lg {
    padding: 0px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .listaSearchHome {
    width: 218px;
    top: 83px;
    right: 28px;
  }

  #YoutubeModal .modal-dialog,
  #TourModal .modal-dialog {
    width: 700px;
  }

  #YoutubeModal .modal-dialog iframe,
  #TourModal .modal-dialog iframe {
    width: 100%;
    height: 347px;
  }

  .footer .endereco .agencia-bl1-1 {
    font-weight: normal;
  }

  .footer .endereco .agencia-bl1-2 {
    font-weight: normal;
  }

  .footer .endereco .agencia-bl2-1 {
    font-weight: normal;
  }

  .footer .endereco .agencia-bl2-2 {
    font-weight: normal;
  }

  .center_bx {
    float: left;
  }

  a.ainda,
  a.ainda:hover {
    margin-bottom: 70px;
  }

  a.ainda span {
    margin-left: 10px;
  }

  section.home-banner .carousel .right i,
  section.home-banner .carousel .left i {
    position: absolute;
    top: 87%;
  }

  form.busca-refinar .submit label {
    right: 82px;
  }

  form.busca-refinar .sep {
    margin: 4px 0px 5px 0px;
    background-size: 281px 43px;
  }

  .resultadoView a.detalhe {
    width: 145px;
  }

  img.pg_anuncie {
    height: 480px;
    float: right;
  }

  img.pg_contato {
    height: 344px;
    float: right;
  }

  article.detalhe .galeria-rodape a.botao2 {
    float: right;
  }

  article.detalhe .boxdetalhe {
    width: 300px;
  }

  form#BuscaRapida select {
    width: 124px;
  }

  form#BuscaRapida .separador {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  form#BuscaRapida .busca-submit input[type="submit"],
  form#BuscaRapida .busca-submit button[type="submit"] {
    width: 120px;
  }

  form#BuscaRapida select {
    margin-right: 5px;
  }

  .navbar-inverse .navbar-nav > li > a {
    font-size: 12px;
  }

  header .icones_topo a.links i.fa-user-circle {
    position: relative;
    left: 10px;
  }

  header .icones_topo a.links label.area {
    margin-top: 14px;
    clear: both;
  }

  article .informacoes .valor {
    font-size: 14px;
  }

  article .informacoes .tipo {
    font-size: 14px;
  }

  footer .horario span {
    font-size: 12px;
  }

  footer .endereco span {
    font-size: 14px;
  }

  footer .endereco {
    float: left;
    width: 100%;
  }

  footer .atendimento {
    font-size: 14px;
  }

  footer .info {
    float: left;
    margin-top: 10px;
    width: 70%;
    height: 95px;
    overflow: hidden;
    margin-left: 9px;
  }

  footer .box-foto {
    float: left;
    margin-top: 25px;
    clear: both;
    width: 70px;
    height: 70px;
    overflow: hidden;
  }
}
@media (min-width: 768px) and (max-width: 1110px) {
  .navTopo {
    margin-top: 10px;
    margin-top: 0px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .listaSearchHome {
    width: 218px;
    top: 83px;
    right: 46px;
  }

  .novo__saiba a {
    padding: 13px 15px;
  }

  .divisor__semana {
    margin-top: 25px;
  }

  .box__atributosDestSemana {
    margin: 20px 0px 25px 0px;
  }

  #bannerSemana .carousel-indicators {
    bottom: auto;
    top: -35px;
  }

  #bannerSemana {
    height: auto;
  }

  #bannerSemana .carousel-inner,
  #bannerSemana .item {
    height: auto;
  }

  .box__internoSemana .info--semanaDestaque {
    padding-right: 15px;
  }

  .box__internoSemana > a {
    height: 285px;
  }

  .box__internoSemana > a,
  .box__internoSemana > div {
    flex: 0 0 100%;
    min-width: 100%;
  }

  .box__internoSemana {
    height: auto;
  }
}

@media (min-width: 340px) and (max-width: 767px) {
  .listaSearchHome {
    width: 330px;
    top: 453px;
    right: 30px;
    position: sticky;
    z-index: 99;
  }

  form#BuscaRapida .busca-ref input[type="text"] {
    margin-bottom: 0px !important;
  }

  .form-left {
    margin-bottom: 20px;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  #YoutubeModal .modal-dialog,
  #TourModal .modal-dialog {
    width: 700px;
  }

  #YoutubeModal .modal-dialog iframe,
  #TourModal .modal-dialog iframe {
    width: 100%;
    height: 347px;
  }

  .footer .endereco .agencia-bl1-1 {
    font-weight: normal;
  }

  .footer .endereco .agencia-bl1-2 {
    font-weight: normal;
  }

  .footer .endereco .agencia-bl2-1 {
    font-weight: normal;
  }

  .footer .endereco .agencia-bl2-2 {
    font-weight: normal;
  }

  a.ainda .center_bx {
    float: left;
    width: 100%;
    margin-bottom: 40px;
  }

  #BuscaRapida .select_regiao {
    width: 103px;
  }
  .visibleMobile {
    display: none;
  }

  .tagBusca {
    padding: 0px;
  }

  .voltarMob {
    padding: 0px;
  }

  section.refinar .busca-refinar h2.botaoFiltrar {
    text-transform: uppercase;
    text-align: left;
    font-size: 17px;
    color: #1d3330;
    margin-left: 15px;
    margin-top: 11px;
  }

  .resultadoView a.detalhe {
    float: right;
  }

  .resultadoView .informacoes {
    float: left;
    margin-top: 5px;
    margin-left: 0px;
    width: 100%;
  }

  article.detalhe .galeria-rodape .compartilhar {
    float: right;
    width: 65%;
    margin-top: 3px;
  }

  article.detalhe .galeria-rodape .selecionar {
    width: 26%;
  }

  article.detalhe .galeria-rodape .MobCenter {
    float: left;
    width: 50%;
  }

  article.detalhe .galeria-rodape a.botao {
    width: 90%;
    text-align: center;
  }

  article.detalhe .galeria-rodape a.botao2 {
    float: right;
  }

  article.detalhe .carousel-inner > .item > a > img,
  article.detalhe .carousel-inner > .item > img {
    height: 400px;
  }

  article.detalhe .boxdetalhe {
    width: 300px;
    position: relative !important;
    top: 0px !important;
    left: 0px !important;
  }

  form#BuscaRapida .busca-ref input[type="text"] {
    position: relative;
    left: 18px;
    float: left;
    width: 133px;
    height: 32px;
    background: #fff;
    text-transform: uppercase;
    color: #143731;
    text-align: left;
    padding-right: 27px;
    font-size: 12px;
    padding-left: 5px;
    border: 1px solid #a48568;
  }

  form#BuscaRapida .busca_avancada {
    margin-left: 0px;
  }

  form#BuscaRapida select {
    width: 79px;
    padding-right: 0px;
    font-size: 11px;
    margin-right: 4px;
  }

  form#BuscaRapida .form-left {
    margin-left: 0px;
  }

  form#BuscaRapida .busca-submit label {
    right: 24px;
  }

  header .icones_topo .divisoria {
    margin-top: 8px;
    margin-left: 10px;
    margin-right: 0px;
  }

  header .icones_topo a.links i.fa-user-circle {
    position: relative;
    left: 10px;
  }

  header .icones_topo a.links i {
    margin-top: 10px;
  }

  header .icones_topo a.links img {
    margin-top: 2px;
  }

  .navbar-inverse .navbar-nav > li > a {
    font-size: 12px;
  }

  footer .horario span {
    float: left;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  img.logo {
    left: 25px !important;
  }

  .refinar_endereco {
    position: relative !important;
    top: -22px;
    left: 0px;
    width: 100%;
    height: 100px;
  }

  .mob__removeMB > div:nth-last-child(1) .clear .saiba {
    margin-bottom: 70px;
  }

  .new__title--dest {
    font-size: 19px;
  }

  .box__bannerSemana h2.titulo2 {
    margin-top: 25px;
  }

  .box__atributosDestSemana li {
    flex: 1 0 25%;
  }

  .divisor__semana {
    margin-top: 25px;
  }

  .box__atributosDestSemana {
    margin: 20px 0px 15px 0px;
  }

  .novo__saiba a {
    padding: 13px 15px;
  }

  #bannerSemana,
  #bannerSemana .carousel-inner,
  #bannerSemana .item {
    height: auto;
  }

  .box__bannerSemana label.titulo,
  .box__internoSemana > div h2 {
    font-size: 20px;
  }

  .box__internoSemana > div h2 {
    margin-bottom: 13px;
  }

  .box__internoSemana > div h3 {
    margin-top: 14px;
  }

  .info--semanaDestaque .tipo,
  .info--semanaDestaque .valor,
  .box__internoSemana > div h3 {
    font-size: 16px;
  }

  #bannerSemana {
    padding: 0px;
  }

  #bannerSemana .carousel-control.right {
    right: 5px;
  }

  #bannerSemana .carousel-control.left {
    left: 5px;
  }

  .box__internoSemana {
    height: auto;
  }

  .info--semanaDestaque .semana--link {
    text-align: center;
  }

  #bannerSemana .carousel-control.right,
  #bannerSemana .carousel-control.left {
    top: 130px;
  }

  #bannerSemana .carousel-indicators {
    bottom: auto;
    top: -35px;
  }

  .box__internoSemana .info--semanaDestaque {
    padding: 0px;
    padding-top: 22px;
  }

  .box__internoSemana > a {
    display: block;
    width: 100%;
    height: 100%;
  }

  .box__internoSemana > a,
  .box__internoSemana > div {
    flex: 0 0 100%;
    min-width: 100%;
  }

  .box__internoSemana > a {
    height: 307px;
  }
  .btCliente {
    text-align: center;
  }

  header .icones_topo a.links img.img-entrar {
    width: 30px;
    height: 25px;
    margin: 0 auto 5px;
    float: none;
    margin-top: 0 !important;
  }

  article.detalhe .galeria-rodape .compartilhar i {
    font-size: 30px;
  }

  article.detalhe .galeria-rodape .compartilhar h3 {
    font-size: 14px;
    width: auto;
    margin-top: 5px;
  }

  .centroDiv {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .center_bx {
    float: left;
    width: 100%;
  }

  a.ainda,
  a.ainda:hover {
    width: 100%;
  }

  a.ainda label {
    width: 100%;
    text-align: center;
  }

  .MobCompartilhar {
    float: left;
    width: 100%;
    clear: both;
    margin-top: 28px;
    border-bottom: 1px solid #e3dfdc;
    border-top: 1px solid #e3dfdc;
    padding-bottom: 8px;
  }

  .centroMobCompartilhar {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  article.detalhe .galeria-rodape .compartilhar a {
    float: left;
    margin: 6px 0px 0px 5px;
  }

  article h2.titulo2 label.titulo {
    text-align: center;
  }

  article h2.titulo2 label.sub-titulo {
    text-align: center;
    width: 100%;
  }

  article h2.titulo2 {
    margin-top: 21px;
    margin-bottom: 22px;
  }

  form#BuscaRapida .busca_avancada label {
    position: relative;
    bottom: 2px;
    float: left;
    cursor: pointer;
    font-size: 13px;
  }

  .acaoVideosYoutube {
    top: 20px;
    left: auto;
    right: 20px;
  }

  #YoutubeModal .modal-dialog,
  #TourModal .modal-dialog {
    width: 300px;
    margin-top: 80px !important;
    margin: 0 auto;
  }

  #YoutubeModal .modal-dialog iframe,
  #TourModal .modal-dialog iframe {
    width: 100%;
    height: 250px;
  }

  form#BuscaRapida #divregiaoBR {
    width: 100%;
  }

  h3.resultado-ref {
    width: auto;
    color: #b0b0b0;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 5px;
  }

  .resultadoView .tipo {
    float: left;
    clear: both;
    width: auto;
    color: #b0b0b0;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 0px;
    border-right: 1px solid #b0b0b0;
    padding-right: 10px;
  }

  .resultadoView .informacoes h4 {
    margin-top: 7px;
  }

  .resultadoView .informacoes .valor {
    float: left;
    width: auto;
    margin-top: 2px;
    margin-left: 15px;
    clear: none;
  }

  .footer .endereco .agencia-bl1-1 {
    font-weight: normal;
    float: left;
    width: 100%;
  }

  .footer .endereco .agencia-bl1-2 {
    font-weight: normal;
    float: left;
    width: 100%;
  }

  .footer .endereco .agencia-bl2-1 {
    font-weight: normal;
    float: left;
    width: 100%;
  }

  .footer .endereco .agencia-bl2-2 {
    font-weight: normal;
    float: left;
    width: 100%;
  }

  footer .endereco span b {
    float: left;
    width: 100%;
  }

  a.ainda span {
    margin-left: 0px;
    margin-bottom: 50px;
    margin-top: 10px;
  }

  .centerConteudo {
    display: inline;
    align-items: center;
    justify-content: normal;
    clear: both;
    width: 100%;
    margin: 0 auto;
  }

  #BuscaRapida .select_regiao {
    width: 100%;
  }

  #BuscaRapida .box_regiao {
    width: 100%;
    position: relative;
    z-index: 0;
    margin-top: 10px;
  }

  .busca-refinar span.filtro_open,
  .busca-refinar span.filtro_fechar {
    float: right;
  }

  .busca-refinar .filtro_open i,
  .busca-refinar .filtro_fechar i {
    color: #1d3330;
    font-size: 17px;
  }

  .voltarMob a,
  .voltarMob a:hover {
    margin-bottom: 20px;
  }

  .tagBusca {
    padding: 0px;
  }

  .voltarMob {
    padding: 0px;
  }

  section.refinar .busca-refinar h2.botaoFiltrar {
    text-transform: uppercase;
    text-align: left;
    font-size: 17px;
    color: #1d3330;
    margin-left: 15px;
    margin-top: 11px;
    float: left;
    width: calc(92% - 10px);
  }

  section.refinar {
    margin-top: 26px !important;
    position: relative !important;
    left: -15px !important;
    width: 108% !important;
  }

  .visibleMobile {
    display: none;
  }

  form.busca-refinar .submit label {
    right: 112px;
  }

  .tagBusca h1 {
    margin-top: 0px;
    font-size: 13px;
    color: #757279;
    margin-bottom: 16px;
  }

  .resultadoView .selecionar {
    width: 36%;
  }

  .resultadoView a.detalhe {
    float: right;
  }

  .resultadoView .informacoes {
    float: left;
    margin-top: 5px;
    margin-left: 0px;
    width: 100%;
  }

  .centro-form-no-padding {
    margin-right: 15px;
    margin-left: 15px;
  }

  article.detalhe .boxdetalhe .boxagencia a.visita,
  article.detalhe .boxdetalhe .boxagencia a.visita:hover {
    position: relative;
    z-index: 9;
  }

  article.detalhe .boxdetalhe .boxagencia a.ZapCorretor,
  article.detalhe .boxdetalhe .boxagencia a.ZapCorretor:hover {
    position: relative;
    z-index: 9;
  }

  article.detalhe .boxdetalhe .boxagencia a.ZapCorretor,
  article.detalhe .boxdetalhe .boxagencia a.ZapCorretor:hover {
    position: relative;
    z-index: 9;
  }

  .internaCenter h1 {
    float: left;
    margin-top: 100px;
    width: 100%;
    margin-left: 15px;
    text-align: left;
    font-size: 20px;
    margin-bottom: 10px;
  }

  .interna h1 {
    margin-top: 100px;
    font-size: 18px;
  }

  footer .top_scrool img {
    z-index: 2;
  }

  header.fundo {
    position: fixed;
    z-index: 99;
  }

  #ModalCompartilhar .face {
    width: 100%;
    padding: 10px 20px;
    color: #fff;
    background-color: #337ab7;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
  }

  #ModalCompartilhar .zap {
    width: 100%;
    padding: 10px 20px;
    color: #fff;
    background-color: #01b110;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
  }

  #ModalCompartilhar .email {
    width: 100%;
    padding: 10px 20px;
    color: #fff;
    background-color: #aaa;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
  }

  #galeriaDetalhe .selecionarMob {
    position: absolute;
    left: 20px;
    bottom: 11px;
    z-index: 2;
  }

  #galeriaDetalhe .selecionarMob label {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 17px;
  }

  #galeriaDetalhe .share {
    right: 20px;
    position: absolute;
    bottom: 18px;
    z-index: 2;
  }

  #galeriaDetalhe .share i {
    font-size: 20px;
    color: #ffffff;
  }

  #galeriaDetalhe .selecionarMob {
    position: absolute;
  }

  article.detalhe .galeria-rodape {
    padding: 15px;
    z-index: 0;
    margin-top: 0;
  }

  article.detalhe .galeria-rodape iframe.mapa {
    float: left;
    width: 122%;
    height: 318px;
    margin-bottom: 0px;
    position: relative;
    left: -11%;
  }

  .DetFooterFixo {
    float: left;
    width: 100%;
    background: #143731;
    /*background: #ebe7d5;*/
    min-height: 73px;
    position: fixed;
    bottom: 0px;
    z-index: 2;
    box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, 0.26);
    -webkit-box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, 0.26);
  }

  .fixovisita {
    background: #ebe7d5 !important;
    color: #143731 !important;
  }

  .DetFooterFixo h2 {
    float: left;
    width: 100%;
    text-align: center;
    color: #ffffff;
    /*color: #47232f;*/
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 7px;
  }

  .DetFooterFixo .AgenciaTel {
    float: left;
    margin-left: 2px;
    clear: both;
    margin-top: 7px;
    margin-bottom: 10px;
    width: 50%;
    padding: 10px 0px;
    line-height: 31px;
    background: #b88033;
    color: #ffffff;
    text-decoration: none;
    height: 48px;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
  }

  .DetFooterFixo .AgenciaTel i {
    font-size: 18px;
  }

  .DetFooterFixo .ZapCorretor {
    float: right;
    margin-right: 5px;
    margin-top: 7px;
    margin-bottom: 10px;
    width: 46%;
    padding: 0px;
    background: #143731;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    height: 48px;
    border-radius: 5px;
    text-align: center;
    line-height: 49px;
  }

  .DetFooterFixo .ZapCorretor i {
    position: relative;
    right: 2px;
    font-size: 19px;
  }

  article.detalhe .galeria-rodape .info:nth-child(2n) {
    margin-top: 0px;
    width: 90%;
  }

  article.detalhe .galeria-rodape .info {
    position: relative;
    left: 2%;
    width: 96%;
    clear: both;
  }

  article.detalhe .galeria-rodape a.botao,
  article.detalhe .galeria-rodape a.botao:hover {
    width: 80%;
  }

  .MobCenter {
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    width: 100%;
  }

  article.detalhe .galeria-rodape .final {
    position: relative;
    left: 5%;
    width: 87%;
    margin-top: 20px;
  }

  article.detalhe .carousel-inner > .item > a > img,
  article.detalhe .carousel-inner > .item > img {
    height: auto;
  }

  article.detalhe {
    float: left;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .fundo-buscar-det {
    float: left;
    width: 100%;
    background: #ebe7d5;
    min-height: 45px;
  }

  .fundo-buscar-det a,
  .fundo-buscar-det a:hover {
    position: relative;
    bottom: 2px;
    float: left;
    width: 100%;
    margin-top: 11px;
    text-transform: uppercase;
    color: #143731;
    font-size: 16px;
    text-decoration: none;
  }

  .fundo-buscar-det a span {
    float: right;
    width: 58px;
    height: 26px;
    background-image: url(../images/lupa-codigo.png);
    background-repeat: no-repeat;
    background-size: 26px 26px;
  }

  article.detalhe .boxdetalhe {
    position: relative !important;
    top: 0px !important;
    left: 0px !important;
    border-radius: 0px;
  }

  button.btn_menu {
    outline: none;
  }

  header .boxNovidades {
    float: left;
    width: 100%;
    background: #1b574f;
    margin-bottom: 30px;
    border-radius: 10px;
  }

  header .boxNovidades h2 {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin-top: 20px;
  }

  header .boxNovidades h3 {
    font-size: 14px;
    margin-top: 5px;
    color: #ba7e36;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    padding-bottom: 7px;
    text-align: center;
    width: 80%;
  }

  header .boxNovidades h4 {
    font-size: 14px;
    color: #ba7e36;
    text-transform: uppercase;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 22px;
  }

  header .limite-menu {
    width: 250px;
    float: left;
    margin-top: 40px;
  }

  header .limite-menu a {
    position: relative;
    z-index: 9;
    float: left;
    width: 100%;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    border: 1px solid;
    margin-bottom: 17px;
    padding: 10px;
  }

  header .limite-menu a.buscar_imovel {
    color: #ba7e36;
    border: 1px solid #ba7e36;
  }

  header.menu-mobile {
    float: left;
    width: 100%;
    background: #134641;
    box-shadow: 0 0 0 3000px rgba(0, 0, 0, 0.9);
    z-index: 3;
    height: 100%;
  }

  header.menu-mobile a.area i.fa-star {
    top: 2px;
  }

  header.menu-mobile a.area {
    float: left;
    margin-top: 100px;
    background: #ebe7d5;
    text-transform: uppercase;
    padding: 6px;
    border-radius: 3px;
    color: #143731;
  }

  header.menu-mobile a.favoritos {
    margin-left: 15px;
  }

  header.menu-mobile a.area i {
    font-size: 20px;
    position: relative;
    top: 4px;
  }

  header.menu-mobile a.area label {
    font-weight: normal;
    margin-left: 5px;
    font-size: 12px;
  }

  header button.btn_menu,
  header button.btn_menu:focus,
  header button.btn_menu:hover {
    outline: none;
  }

  header .btn_menu {
    float: left;
    color: #fff;
    position: relative;
    top: 0px;
    cursor: pointer;
    background: transparent;
    border: none;
    padding-bottom: 5px;
  }

  header .icones_topo .menu {
    width: 70px;
    float: left;
    margin-top: 31px;
  }

  @media (max-width: 400px) {
    header .icones_topo .menu {
      width: 60px;
    }
    .DetFooterFixo .AgenciaTel {
      font-size: 12px;
    }
    .DetFooterFixo .ZapCorretor {
      font-size: 12px;
    }
  }

  header .btn_menu i {
    width: 31px;
    height: 2px;
    background: #ebe7d6;
    display: block;
    border-radius: 3px;
    margin-bottom: 5px;
    transition: ease 0.3s;
    margin-left: 6px;
  }

  header .collapsed i:nth-of-type(1),
  header .collapsed i:nth-of-type(2),
  header .collapsed i:nth-of-type(3) {
    transform: rotate(0deg) !important;
    top: 0px !important;
    opacity: 1 !important;
  }

  header .btn_menu i:nth-of-type(1) {
    transform: rotate(35deg);
    position: relative;
    top: 4px;
  }

  header .btn_menu i:nth-of-type(2) {
    transform: rotate(-35deg);
    position: relative;
    top: -2px;
  }

  header .btn_menu i:nth-of-type(3) {
    opacity: 0;
    margin-bottom: 0px;
  }

  header .btn_menu span {
    float: left;
    margin-top: 9px;
    margin-left: 5px;
    text-transform: uppercase;
    font-size: 11px;
    color: #ffffff;
  }

  header .icones_topo a.links img {
    width: 25px;
    height: 26px;
  }

  header .icones_topo a.links i.fa-facebook {
    margin-right: 15px;
  }

  header .icones_topo a.links i.fa-instagram {
    margin-right: 15px;
  }

  header .icones_topo a.links i.fa-user-circle {
    margin-left: 20px;
    margin-right: 20px;
  }

  header .icones_topo a.links label.area {
    margin-top: 0px;
    clear: both;
    width: 100%;
    text-align: center;
  }

  .desk-cliente {
    float: right;
    margin-left: 0px;
    text-transform: uppercase;
    font-size: 9px;
    color: #ebe7d6;
  }
  .btCliente {
    width: 58px;
    margin-right: 0;
  }

  header .icones_topo a.links i {
    margin-left: 0px;
    margin-right: 0px;
  }

  header .icones_topo .divisoria {
    float: left;
    margin-top: 26px;
    margin-bottom: 14px;
    margin-left: 5px;
    margin-right: 5px;
    width: 1px;
    height: 50px;
    background: #ebe7d6;
    overflow: hidden;
  }

  form#BuscaRapida .busca-ref input[type="text"] {
    left: 0px;
    width: 100%;
    margin-bottom: 24px;
  }

  form#BuscaRapida .col-dir {
    float: left;
    width: 100%;
  }

  main .boxBuscaAvancada .centro .grade .vagas {
    margin-left: 16px;
  }
  main .boxBuscaAvancada .centro .grade .dormitorios {
    margin-left: 35px;
  }

  main .boxBuscaAvancada .centro .grade h2 {
    text-align: left;
    width: auto;
    margin-bottom: 0px;
  }

  main .boxBuscaAvancada .centro .grade {
    margin-left: 5%;
  }

  main .boxBuscaAvancada .centro {
    display: initial;
    align-items: normal;
    justify-content: normal;
  }

  main .boxBuscaAvancada {
    position: relative;
    right: 0;
    width: 100%;
    background: #ffff;
    top: 10px;
    float: left;
  }

  form#BuscaRapida select {
    margin-bottom: 5px;
  }

  form#BuscaRapida .busca-submit label {
    right: 38%;
    top: 29px;
  }

  form#BuscaRapida .busca-submit input[type="submit"],
  form#BuscaRapida .busca-submit button[type="submit"] {
    width: 100%;
    margin-top: 4px;
  }

  form#BuscaRapida .busca_avancada {
    float: right;
    margin-right: 18px;
  }

  form#BuscaRapida select {
    width: 100%;
  }

  form#BuscaRapida {
    width: 320px;
  }

  form#BuscaRapida .col {
    float: left;
    width: 100%;
  }

  form#BuscaRapida .form-left {
    margin-left: 0px;
  }

  article .informacoes .MobVazio {
    height: 0px !important;
  }

  article .informacoes .lado2 {
    float: right;
    width: 50%;
  }

  article .informacoes .saiba a,
  article .informacoes .saiba a:hover {
    float: right;
    width: 100%;
  }

  article .informacoes .selecionar {
    float: left;
    margin-top: 16px;
    width: 50%;
  }

  .centerMob {
    display: flex;
    align-items: center;
    justify-content: center;
    clear: both;
  }

  article .informacoes h2 {
    width: 100%;
    text-align: center;
    font-size: 22px;
  }

  article .informacoes h3 {
    width: auto;
    color: #b0b0b0;
    font-weight: normal;
    margin-top: 10px;
  }
}

/* Somente para Chrome e Safari */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  form#BuscaRapida .separador {
    position: relative;
    bottom: 7px;
    float: left;
    margin: 0px;
  }
}

/*MENU E ICONES */

@media (max-width: 420px) {
  header .icones_topo a.links .icons-bb {
    width: 20px;
    height: 20px;
    margin-left: 4px;
    margin-right: 4px;
  }

  .img-blog {
    margin-top: 27px !important;
    width: 23px !important;
    height: 15px !important;
  }

  .links .in,
  .links .fc {
    width: 15px !important;
    height: 15px !important;
    margin-top: 27px !important;
  }

  .youtube-icon {
    width: 29px;
    height: 29px;
  }

  .btCliente {
    display: none !important;
  }
  .divisoria {
    display: none !important;
  }
}

@media (min-width: 401px) and (max-width: 500px) {
  header .icones_topo a.links .icons-bb {
    width: 19px;
    height: 19px;
    margin-left: 4px;
    margin-right: 4px;
  }

  .img-blog {
    margin-top: 25px !important;
    width: 42px !important;
    height: 28px !important;
  }

  .links .in,
  .links .fc {
    width: 24px !important;
    height: 24px !important;
    margin-top: 26px !important;
  }

  .youtube-icon {
    width: 35px !important;
    height: 28px !important;
  }
}

@media (min-width: 501px) and (max-width: 767px) {
  header .icones_topo a.links .icons-bb {
    width: 19px;
    height: 19px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .img-blog {
    margin-top: 25px !important;
    width: 42px !important;
    height: 28px !important;
  }

  .links .in,
  .links .fc {
    width: 24px !important;
    height: 24px !important;
    margin-top: 26px !important;
  }

  .youtube-icon {
    width: 35px !important;
    height: 28px !important;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  .refinar_endereco {
    position: relative !important;
    top: -22px;
    left: 0px;
    width: 100%;
    height: 100px;
  }

  .img-blog {
    width: 36px !important;
    height: 30px !important;
    margin-top: 12px !important;
  }

  .links .in,
  .links .fc {
    width: 21px !important;
    height: 21px !important;
    margin-top: 16px !important;
  }

  .youtube-icon {
    width: 29px;
    height: 29px;
    margin-top: 12px !important;
  }

  .icon-clientes {
    width: 40px !important;
    height: 40px !important;
    /*margin: 5px 0!important;*/
    padding-left: 10px;
  }

  .icones_topo a.links label.area {
    margin-top: 21px;
  }

  .dp-flex {
    display: flex;
  }

  .desk-cliente {
    margin-top: 14px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .refinar_endereco {
    position: relative !important;
    top: -22px;
    left: 0px;
    width: 100%;
    height: 100px;
  }

  .img-blog {
    width: 36px !important;
    height: 30px !important;
  }

  .links .in,
  .links .fc {
    width: 21px !important;
    height: 21px !important;
    margin-top: 28px !important;
  }

  .youtube-icon {
    width: 29px;
    height: 29px;
  }

  .icon-clientes {
    width: 40px !important;
    height: 40px !important;
    /*margin: 18px 0!important;*/
  }
}

@media (min-width: 1200px) {
  .img-blog {
    width: 36px !important;
    height: 30px !important;
  }

  .links .in,
  .links .fc {
    width: 21px !important;
    height: 21px !important;
    margin-top: 28px !important;
  }

  .youtube-icon {
    width: 29px;
    height: 29px;
  }

  .icon-clientes {
    width: 40px !important;
    height: 40px !important;
    /*margin: 18px 0!important;*/
  }
}

/* ALLURE */

.flex {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.titleImovel {
  width: 100%;
  background: #2c5a52;
  padding: 25px 0;
  clear: both;
}
.titleImovel h1 {
  color: #e7e0ce;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0;
}

@media (max-width: 768px) {
  article.detalhe .boxdetalhe .boxagencia h3 {
    padding-top: 30px;
  }
}
@media (max-width: 450px) {
  .titleImovel h1 {
    font-size: 14px;
  }
}

.bxVocePodeGostar {
  width: 48%;
  margin: 0 1% 0;
  float: left;
  border-right: 1px solid #395e4b;
}
.bxVocePodeGostar h3 {
  color: #c99955;
  text-transform: uppercase;
  margin: 0 0 15px;
  padding-bottom: 10px;
}
.bxVocePodeGostar ul {
  list-style: none;
  padding-left: 0;
}
.bxVocePodeGostar ul li a {
  color: #e7e0ce;
  font-size: 16px;
  padding: 2px 0;
  display: inline-block;
}

@media (max-width: 500px) {
  .bxVocePodeGostar h3 {
    font-size: 18px;
  }
  .bxVocePodeGostar ul li a {
    font-size: 14px;
  }
}

.box404 {
  background: #2b504a;
  padding-top: 70px;
}
.box404 h1 {
  color: #e7e0ce;
}
.er404 h2 {
  color: #fff;
  font-size: 24px;
  margin: 0;
}
.er404 p {
  font-size: 20px;
  color: #fff;
  padding-top: 20px;
}
.er404 a {
  display: inline-block;
  background: #e7e0ce;
  color: #143731;
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  margin: 3px;
}

@media (max-width: 768px) {
  .box404 {
    padding-top: 140px;
    height: 500px !important;
  }
}

.sloganHome {
  width: 100%;
  text-align: center;
  font-size: 30px;
  color: #fff;
  margin-top: 0;
}
.sloganHome strong {
  color: #c99955;
}
.sloganHome span {
  display: inline-block;
}

.firstContentSearch {
  width: 100%;
  height: auto;
}

.form-left {
  width: 100%;
  background: #ffffff29;
  padding: 19px 13px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 10px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 3px 10px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 10px 2px rgba(0, 0, 0, 0.15);
}

.contentForm {
  width: calc(100% - 130px);
  float: left;
}
.contentForm .col {
  width: 24.5%;
  margin: 0 0.2%;
}

#BuscaRapida .select_regiao {
  width: 100%;
  height: 58px;
  border-radius: 5px;
  line-height: 40px;
}

form#BuscaRapida .form-left .busca-submit {
  width: 130px;
  float: right;
}
form#BuscaRapida select {
  width: 100%;
  height: 58px;
  border-radius: 5px;
}

.buscaRefHome {
  margin: 15px 0 0 15px;
  background: #ffffffe3;
  border-radius: 5px;
  height: 44px;
  position: relative;
  width: 272px;
}
.buscaRefHome #buscaEndereco {
  width: 225px !important;
  height: 44px !important;
  padding-right: 0px !important;
  left: 0 !important;
  background: none !important;
  color: #000 !important;
  font-size: 14px;
  border: 0px !important;
  outline: none;
}

.buscaRefHome #buscaEndereco::-webkit-input-placeholder {
  color: #000 !important;
  font-size: 14px;
}
.buscaRefHome #buscaEndereco:-moz-placeholder {
  color: #000 !important;
  font-size: 14px;
}
.buscaRefHome #buscaEndereco::-moz-placeholder {
  color: #000 !important;
  font-size: 14px;
}
.buscaRefHome #buscaEndereco:-ms-input-placeholder {
  color: #000 !important;
  font-size: 14px;
}

.btBuscaAvancadaHome {
  float: right;
  margin: 24px 15px 0 0;
}
.btBuscaAvancadaHome a {
  color: #fff;
  font-size: 12px;
}

#homePage {
  padding-top: 0;
}
#homePage header {
  background: linear-gradient(#000000cc, #00000000);
}
#homePage header.mostrarFixo {
  background: #143731;
}

@media (max-width: 990px) {
  .sloganHome {
    font-size: 24px;
  }
}
@media (min-width: 769px) {
  .colSearchCod {
    float: left;
    position: absolute;
    top: 104px;
  }
}
@media (max-width: 768px) {
  .sloganHome {
    font-size: 20px;
  }
  #homePage header {
    background: #143731;
  }
  main.buscarapida {
    padding-top: 140px;
  }
  .buscaRefHome {
    margin: 0 0 0 0;
    width: 100%;
  }
  .contentForm {
    width: 100%;
  }
  form#BuscaRapida .form-left .busca-submit {
    width: 100%;
    position: relative;
  }
  form#BuscaRapida .busca-submit button[type="submit"] span {
    display: inline-block;
  }
  form#BuscaRapida .busca-submit button[type="submit"]:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 16px;
    display: block;
    width: 26px;
    height: 26px;
    background: url(../images/icons/search-white.svg) no-repeat;
    background-size: 100%;
  }
  .btBuscaAvancadaHome {
    width: 100%;
    margin: 15px 0;
    text-align: center;
    text-decoration: underline;
  }
}

.botaoDestaqueHome {
  width: 24%;
  height: 90px;
  margin: -45px 0.5% 0;
  float: left;
  background: #143731;
  border-radius: 15px;
  transition: 0.5s ease;
  -webkit-box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.25);
}
.botaoDestaqueHome:hover {
  background: #144c43;
}

.botaoDestaqueHome a {
  width: 100%;
  height: 100%;
  padding: 15px;
  display: block;
}
.botaoDestaqueHome a .icoBtHome {
  float: left;
  width: 50px;
  height: 50px;
}
.botaoDestaqueHome a .icoBtHome.icoEncontre {
  background: url(../images/icons/search-white.svg) no-repeat center;
  background-size: 68%;
}
.botaoDestaqueHome a .icoBtHome.icoAreaCliente {
  background: url(../images/icons/area-do-cliente.svg) no-repeat center;
  background-size: 68%;
}
.botaoDestaqueHome a .icoBtHome.icoAnuncie {
  background: url(../images/icons/anuncie.svg) no-repeat center;
  background-size: 68%;
}
.botaoDestaqueHome a .icoBtHome.icoCorretor {
  background: url(../images/icons/corretor.svg) no-repeat center;
  background-size: 68%;
}

.botaoDestaqueHome a .textBotaoDestaque {
  float: left;
  margin-left: 10px;
}

.botaoDestaqueHome a p {
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  line-height: 20px;
  padding-top: 5px;
}
.botaoDestaqueHome a p strong {
  color: #c99955;
}
.botaoDestaqueHome a .dividorBtn {
  width: 40px;
  height: 3px;
  background: #c99955;
  border-radius: 3px;
  display: block;
}

@media (max-width: 990px) {
  .botaoDestaqueHome {
    height: 150px;
    text-align: center;
  }
  .botaoDestaqueHome a .icoBtHome {
    float: none;
    display: inline-block;
  }
  .botaoDestaqueHome a .textBotaoDestaque {
    width: 100%;
    margin-left: 0;
  }
  .botaoDestaqueHome a .dividorBtn {
    display: inline-block;
  }
}
@media (max-width: 768px) {
  .destaquesHome {
    width: 100%;
    padding: 20px 0 0;
    clear: both;
    overflow: hidden;
  }
  .botaoDestaqueHome {
    margin: 15px 0.5%;
  }
  .botaoDestaqueHome a p {
    font-size: 16px;
  }
}
@media (max-width: 550px) {
  .botaoDestaqueHome {
    width: 48%;
    margin: 0 1% 15px;
  }
}

.slideDestaqueHome {
  width: 100%;
  clear: both;
  height: auto;
}

.titleDestaquesDaSemana {
  padding: 30px;
}
.titleDestaquesDaSemana h2 {
  font-size: 26px;
}
.titleDestaquesDaSemana h2 strong {
  font-size: 40px;
  color: #c99955;
  line-height: 44px;
}

.slidePadrao {
  margin-bottom: 80px;
}
.slidePadrao .slick-prev,
.slidePadrao .slick-next {
  width: 47px;
  height: 47px;
  border: 0;
  cursor: pointer;
  text-indent: -9999px;
  position: absolute;
  z-index: 1;
  bottom: auto;
  top: 33%;
}
.slidePadrao .slick-prev {
  right: auto;
  left: -20px;
  background: url(../images/voltar.png) no-repeat !important;
  border-radius: 30px;
  background-size: 100% !important;
  -moz-box-shadow: 0 0 10px #00000024;
  -webkit-box-shadow: 0 0 10px #00000024;
  box-shadow: 0 0 10px #00000024;
}
.slidePadrao .slick-next {
  right: -20px;
  left: auto;
  background: url(../images/avancar.png) no-repeat !important;
  border-radius: 30px;
  background-size: 100% !important;
  -moz-box-shadow: 0 0 10px #00000024;
  -webkit-box-shadow: 0 0 10px #00000024;
  box-shadow: 0 0 10px #00000024;
}
.slidePadrao .slick-prev.slick-disabled,
.slidePadrao .slick-next.slick-disabled {
  opacity: 0.4;
}

.slick-dots {
  width: 100%;
  padding: 0 2%;
  bottom: -40px !important;
  text-align: center;
  z-index: 2;
}
.slick-dots li {
  width: 20px;
  height: 20px;
  margin: 0 3px;
  background: #d9d9d9;
  text-indent: -9999px;
  overflow: hidden;
  border-radius: 15px;
}
.slick-dots li.slick-active {
  background: #c99955;
}
.slick-dots li button:before {
  content: "" !important;
}

.slidePadrao .item {
  margin: 5px 5px;
  border-radius: 5px;
  overflow: hidden;
  height: auto;
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.1);
}
.slidePadrao .item .destaque-compartilhar {
  left: 10px;
  top: 160px;
  right: auto;
  z-index: 1;
  outline: none;
}

.item .destaque-foto {
  width: 100%;
  height: 192px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.codImovel {
  position: absolute;
  right: 5px;
  bottom: 5px;
  background: #003e3e;
  color: #fff;
  font-size: 11px;
  padding: 5px 10px;
  border-radius: 5px;
}

.titleCard {
  width: calc(100% - 40px);
  float: left;
  text-transform: uppercase;
}
.titleCard a {
  text-decoration: none;
}
.titleCard h2 {
  font-size: 12px;
  margin: 0;
  color: #143731;
}
.titleCard h3 {
  font-size: 14px;
  margin: 0;
  color: #c99955;
  font-weight: bold;
}
.infoCardImovel .valor {
  font-size: 14px;
  color: #003e3e;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 5px;
}

.favoritarCard {
  width: 28px;
  height: 30px;
  float: right;
}

input.heartClique[type="checkbox"] {
  display: none;
}
input.heartClique[type="checkbox"] + label {
  cursor: pointer;
  position: relative;
  padding-left: 26px;
  display: inline-block;
  font-size: 22px;
}
input.heartClique[type="checkbox"] + label:before {
  content: "";
  top: 0px;
  left: 0px;
  border: 0px solid transparent;
  padding: 10px;
  border-radius: 3px;
  display: block;
  position: absolute;
  transition: 0.5s ease;
  font-size: 22px;
  color: #ccc;
  background: url(../images/icons/coracao-2.svg) no-repeat center;
}
/*input.heartClique[type="checkbox"] + label:before{ content:'❤︎'; top:-11px; left:-8px; border:1px solid transparent; padding:10px; border-radius:3px; display:block; position: absolute; transition:.5s ease; font-size: 22px; color:#CCC;}*/
input.heartClique[type="checkbox"]:checked + label:before {
  border: 0px solid transparent; /*background-color: transparent;*/
}
input.heartClique[type="checkbox"]:checked + label:after {
  content: "";
  font-size: 24px;
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  padding: 10px;
  color: #ba7e36;
  transition: 0.5s ease;
  background: url(../images/icons/coracao-1.svg) no-repeat center;
}
/*input.heartClique[type="checkbox"]:checked + label:after { content: '❤︎'; font-size: 24px; position: absolute; top: -1px; left: 2px; color:#BA7E36; transition: .5s ease;}*/

.infoCardImovel {
  padding: 15px 10px;
}

.item .box__atributosDestSemana {
  margin-top: 0;
}

@media (max-width: 768px) {
  .slidePadrao {
    width: calc(100% - 80px);
    margin: 0 40px 80px;
  }
  .titleDestaquesDaSemana h2 {
    font-size: 20px;
  }
  .titleDestaquesDaSemana h2 strong {
    font-size: 30px;
    line-height: 34px;
  }
}

.bgVendas {
  width: 100%;
  height: auto;
  padding: 10px 0;
  background: #003e3e;
}
.bgPermuta {
  width: 100%;
  height: auto;
  padding: 10px 0;
  background: #eae7d4;
}

.buscaPorBairro {
  width: 100%;
  height: auto;
  padding: 100px 0;
  background: #2d5a53;
  text-align: center;
}
.titleBairros {
  width: 100%;
  text-align: center;
  font-size: 30px;
  color: #fff;
  margin-bottom: 30px;
  margin-top: 0;
}
.titleBairros strong {
  color: #c99955;
  display: inline-block;
}

.itemBairro {
  width: 15%;
  height: 54px;
  margin: 0 0.5% 10px;
  display: inline-block;
  background: #10332d;
  border-radius: 5px;
  border: 1px solid #337267;
}
.itemBairro a {
  color: #fff;
  padding: 10px;
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  transition: 0.5s ease;
  align-content: center;
}
.itemBairro a:hover {
  background: #c99955;
}

.firstFooter {
  padding: 25px 0;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-bottom: 1px solid #2d5a53;
}
.logoFooter {
  width: 162px;
  height: 68px;
  float: left;
}
.logoFooter img {
  width: 162px;
}

.socialFooter {
  float: right;
}

.infoFooter {
  width: 100%;
  padding: 50px 0;
}
.mapFooter {
  float: left;
  width: 31%;
  margin: 0 1% 30px;
  color: #fff;
}
.mapFooter h3 {
  font-size: 26px;
}
.mapFooter p label,
.mapFooter .atendimento {
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
}
.mapFooter .icones,
.mapFooter .numero {
  display: inline-block;
}
.mapFooter .contactFooter {
  display: block;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

@media (max-width: 990px) {
  .itemBairro {
    width: 32%;
  }
  .mapFooter {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .buscaPorBairro {
    padding: 50px 0;
  }
  .titleBairros {
    font-size: 22px;
  }
}
@media (max-width: 500px) {
  .itemBairro {
    width: 49%;
  }
  .logoFooter {
    float: none;
    margin: 0 auto;
  }
  .socialFooter {
    float: none;
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  .socialFooter a {
    display: inline-block;
  }
  footer .redes-social i {
    float: none;
  }
}

/* RESULTADOS */
.resultsItem {
  width: 24%;
  margin: 5px 0.5% 10px;
  float: left;
  border-radius: 5px;
  overflow: hidden;
  height: auto;
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.25);
}

.bxRefinar {
  width: 389px;
  float: left;
  padding: 25px;
}
.resuldadoLado2 {
  width: calc(100% - 400px);
  float: right;
  padding: 20px 50px;
  border-left: 2px solid #e7e5e5;
}

.botaoFiltrar {
  display: none;
}

@media (max-width: 1380px) {
  .resultsItem {
    width: 32%;
  }
}
@media (max-width: 1250px) {
  .resultsItem {
    width: 49%;
  }
}
@media (max-width: 990px) {
  .botaoFiltrar {
    display: block;
  }
  .resuldadoLado2 {
    width: 100%;
    padding: 0px 20px 20px;
  }
  .bxRefinar {
    width: 100%;
    padding-bottom: 5px;
  }
  .resultsItem {
    width: 31%;
    margin: 5px 1% 10px;
  }

  section.refinar .busca-refinar h2.botaoFiltrar {
    margin: 0;
    padding: 15px 10px;
    width: 100%;
    background: #ebe7d5;
    border-radius: 5px;
    margin-bottom: 5px;
  }
}
@media (max-width: 768px) {
  .resultsItem {
    width: 48%;
  }
  section.refinar {
    margin-top: 0px !important;
  }
}
@media (max-width: 550px) {
  .resultsItem {
    width: 98%;
  }
}

/* SOBRE */
.bgSobre {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 100px 0 140px;
  background: url(../images/bg-about.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.titleSobre {
  width: 100%;
  height: auto;
  clear: both;
  padding-bottom: 40px;
}
.titleSobre h1 {
  font-size: 40px;
  color: #fff;
}

.leftSobre {
  float: left;
  width: 50%;
  height: auto;
  padding-top: 20px;
  padding-right: 4%;
  border-right: 1px solid #fff;
}
.leftSobre p {
  font-size: 20px;
  line-height: 24px;
  padding-bottom: 15px;
  color: #fff;
  font-weight: normal;
}

.rightSobre {
  float: left;
  width: 45%;
  height: auto;
  padding: 60px 50px;
}
.rightSobre p {
  font-size: 30px;
  color: #fff;
  max-width: 390px;
  line-height: 34px;
}

@media (max-width: 990px) {
  .leftSobre {
    width: 100%;
    border-right: 0px;
    border-bottom: 1px solid #fff;
  }
  .rightSobre {
    width: 100%;
    padding: 60px 0px;
  }
}
@media (max-width: 768px) {
  .bgSobre {
    padding: 50px 0;
  }
  .titleSobre {
    padding-bottom: 10px;
  }
}

.titleFavoritos {
  width: 100%;
  padding: 10px 0;
  text-align: center;
}
.titleFavoritos h1 {
  font-size: 24px;
  text-transform: uppercase;
}

/* IMÓVEIS */
.bgGostar {
  width: 100%;
  background: #1e413b;
  padding: 50px 0;
  clear: both;
}

@media (max-width: 990px) {
  .bxVocePodeGostar {
    width: 100%;
    border-right: 0px;
    border-top: 1px solid #395e4b;
    padding-top: 50px;
  }
  a.ainda {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  a.ainda {
    margin-bottom: 0;
  }
}

.titleMap {
  width: 100%;
  background: #2d5a53;
  padding: 30px 0;
}
.titleMap h2 {
  margin: 0;
  color: #c99955;
  font-size: 22px;
  text-transform: uppercase;
}
.titleMap p {
  color: #fff;
  font-size: 16px;
}

.endImovel {
  width: 100%;
  padding: 10px 10px 10px 40px;
  background: #fff;
  border-radius: 5px;
  clear: both;
  position: relative;
  -webkit-box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.1);
}
.endImovel:after {
  content: "";
  display: block;
  width: 19px;
  height: 25px;
  position: absolute;
  left: 13px;
  top: 12px;
  background: url(../images/icons/map.svg) no-repeat center;
}
.endImovel p {
  margin-bottom: 0px;
  padding: 5px;
}
.endImovel p span {
  display: inline-block;
}

.contentSlide {
  width: 100%;
  position: relative;
  height: 400px;
}
.slideGaleria {
  margin: 0;
  background: #f2f2f2;
  height: 400px;
}
.slideGaleria img {
  max-width: 100%;
  height: 400px;
  transition: 0.2s ease-in;
  cursor: pointer;
  text-indent: -999999px;
  color: transparent;
  cursor: auto;
}
.slideGaleria .slick-slide.slick-active img {
  opacity: 1;
}
.contentGaleria {
  width: 100%;
  margin: 0;
  overflow: hidden;
  position: relative;
}
.slideGaleria .slick-slide {
  height: 400px;
  position: relative;
  margin: 0 5px;
}
.slideGaleria .slick-slide.slick-active .contentGaleria {
  width: 100%;
  margin: 0;
}
.slideGaleria .slick-arrow.slick-next {
  background: url(../images/icons/next.svg) center no-repeat;
  background-size: 35%;
  width: 70px;
  height: 70px;
  left: auto;
  right: 20px;
  bottom: 32%;
  top: auto;
  text-indent: -9999px;
}
.slideGaleria .slick-arrow.slick-prev {
  background: url(../images/icons/prev.svg) center no-repeat;
  background-size: 35%;
  width: 70px;
  height: 70px;
  left: 20px;
  right: auto;
  bottom: 32%;
  top: auto;
  text-indent: -9999px;
}
.slideGaleria .slick-arrow {
  z-index: 2;
}
.slideGaleria .slick-arrow.slick-prev.slick-disabled,
.slideGaleria .slick-arrow.slick-next.slick-disabled {
  opacity: 0.5;
}

@media screen and (max-width: 1600px) {
  .contentSlide {
    height: 300px;
  }
  .slideGaleria,
  .slideGaleria .slick-slide,
  .slideGaleria img {
    height: 300px;
  }
}
@media (max-width: 990px) {
  .contentGaleria {
    width: 100%;
    margin: 0;
  }
  .slideGaleria img {
    height: 100%;
    min-width: 100%;
    width: auto;
    display: block;
    left: 50%;
    transform: translatex(-50%) scale(1);
    position: relative;
  }
  .slideGaleria .slick-slide.slick-active .contentGaleria {
    height: 100%;
  }
}
@media (max-width: 990px) {
  .slideGaleria img {
    max-width: none;
  }
  .slideGaleria .slick-slide {
    margin: 0;
  }
}
