﻿@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i");
body,
html {
  min-width: 320px;
}

* {
  font-family: "Open Sans", sans-serif;
}

.topo {
  background: url(../../content/img/topo-fundo-a.jpg) left top no-repeat,
    url(../../content/img/topo-fundo-b.jpg) right top;
  position: fixed;
  z-index: 8;
  width: 100%;
  top: 0;
}

.bg-modal {
  background: rgba(12, 13, 20, 0.8);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 20;
  display: none;
}

.modal-corretor {
  position: fixed;
  z-index: 20;
  width: 480px;
  left: 50%;
  top: 50%;
  margin-left: -240px;
  background: url(../../content/img/bg-modal.jpg) no-repeat center;
  border-radius: 20px;
  padding: 33px 85px 30px 85px !important;
  margin-top: -180px;
  display: none;
}

.form .btn.dropdown-toggle {
  background: #393982;
  border: none;
  color: #faad33;
  height: 35px !important;
}

.grid {
  width: 82px;
  height: 38px;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10;
}

.btn-mapa {
  width: 40px;
  height: 37px;
  float: left;
  background: url(../../content/img/grid.png) no-repeat -3px -4px;
}

.btn-mapa:hover,
.btn-mapa.ativo {
  background: url(../../content/img/grid.png) no-repeat -3px -48px;
  cursor: pointer;
}

.btn-grid {
  width: 40px;
  height: 37px;
  float: left;
  background: url(../../content/img/grid.png) no-repeat -44px -48px;
}

.btn-grid:hover,
.btn-grid.ativo {
  background: url(../../content/img/grid.png) no-repeat -44px -4px;
  cursor: pointer;
}

textarea.form-control {
  height: 69px;
}

#informacoes_nome {
  background: #393982 url(../../content/img/icon-form.png) no-repeat 10px 4px;
  padding-left: 47px;
}

#informacoes_telefone {
  background: #393982 url(../../content/img/icon-form.png) no-repeat 10px -51px;
  padding-left: 47px;
}

#informacoes_email {
  padding-left: 47px;
  background: #393982 url(../../content/img/icon-form.png) no-repeat 10px -104px;
}

#informacoes_mensagem {
  background: #393982 url(../../content/img/icon-form.png) no-repeat 10px -158px;
  padding-left: 47px;
}

.input-group {
  width: 100%;
}

.modal-corretor ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #faad33;
  font-size: 13px;
  opacity: 1;
  /* Firefox */
}

.modal-corretor :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #faad33;
}

.modal-corretor ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #faad33;
}

.modal-corretor p {
  color: #faad33;
  text-align: center;
  font-size: 14px;
}

.modal-corretor p b {
  color: #fff;
}

.btn-enviar {
  background: #fab542 url(../../content/img/enviar.png) no-repeat 12px 6px;
  padding: 5px 20px 5px 41px;
  border-radius: 25px;
  border: none;
  float: right;
  font-size: 14px;
  color: #353680;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 15px;
}

.btn-enviar:hover {
  background: #353680 url(../../content/img/enviar.png) no-repeat 12px -20px;
  color: #fab542;
}

.alert {
  display: none;
}

.icon-coretor {
  position: absolute;
  right: 0;
  top: -20px;
  text-align: center;
  width: 100%;
}

.fechar {
  background: #353680;
  border-radius: 50px;
  padding: 5px;
  color: #ffb94a !important;
  padding: 5px 12px;
  font-weight: bold;
  right: -10px;
  top: -10px;
  position: absolute;
}

.fechado .navbar-brand {
  margin: 0;
  width: 124px;
  height: 53px;
}

.form-control {
  background: #393982;
  border: none;
  margin-bottom: 5px !important;
  color: #e9ac32 !important;
}

.fechado .navbar-brand {
  margin: 0;
  width: 124px;
  height: 53px;
}

.fechado .central {
  margin-top: 6px;
}

.fechado #voce-esta,
.fechado .central-vendas {
  margin-top: 5px;
}

.fechado .central-vendas h4 {
  font-size: 16px;
}

.fechado .navbar {
  padding: 5px;
}

.fechado .central-vendas h5,
.fechado .localizacao h5 {
  font-size: 12px;
}

.fechado .localizacao h4 {
  font-size: 15px;
  margin: 0 0 5px 0;
}

.fechado .localizacao {
  margin-left: 170px;
}

.fechado .localizacao span {
  left: 128px;
  top: 20px;
}

.navbar-brand {
  background-image: url(../../content/img/logo_pdg.svg);
  background-repeat: no-repeat;
  width: 180px;
  height: 78px;
  margin-top: 5px;
  float: left;
  margin-left: 21px;
  margin-bottom: 12px;
  transition: all ease-in 0.1s;
  z-index: 10;
  display: block;
  position: relative;
}

.topo .container {
  background: url(../../content/img/topo-fundo-b.jpg);
}

.atendimento {
  float: right !important;
  position: absolute;
  left: 0;
  width: 99%;
  top: 5px;
}

.atendimento a {
  margin-left: 0;
  height: 44px;
  width: 42px;
  position: relative;
  float: right;
}

.central .whats {
  background: url(../../content/img/icons_acoes.png) no-repeat -10px -4px;
}

/*.central .whats.oculto {
    background: url() ;
}*/

.central .whats:hover {
  background: url(../../content/img/icons_acoes.png) no-repeat -10px -72px;
  height: 44px !important;
}

/*.central .whats.oculto:hover {
        background: url();
    }*/

.central .whats.ativo {
  background: url(../../content/img/icons_acoes.png) no-repeat -10px -72px;
  height: 41px;
}

.central .chats {
  background: url(../../content/img/icons_acoes.png) no-repeat -77px -4px;
}

.central .chats:hover {
  background: url(../../content/img/icons_acoes.png) no-repeat -77px -72px;
  height: 44px !important;
}

.central .chats.ativo {
  background: url(../../content/img/icons_acoes.png) no-repeat -77px -72px;
  height: 41px;
}

.central .email {
  background: url(../../content/img/icons_acoes.png) no-repeat -144px -4px;
}

.central .email:hover {
  background: url(../../content/img/icons_acoes.png) no-repeat -144px -72px;
  height: 44px !important;
}

.central .email.ativo {
  background: url(../../content/img/icons_acoes.png) no-repeat -144px -72px;
  height: 41px;
}

.central .phone {
  background: url(../../content/img/icons_acoes.png) no-repeat -210px -4px;
}

.central .phone:hover {
  background: url(../../content/img/icons_acoes.png) no-repeat -210px -72px;
  height: 44px !important;
}

.central .phone.ativo {
  background: url(../../content/img/icons_acoes.png) no-repeat -210px -73px;
  height: 41px;
}

.central .busca {
  background: url(../../content/img/icons_acoes.png) no-repeat -279px -4px;
}

.central .busca:hover {
  background: url(../../content/img/icons_acoes.png) no-repeat -279px -72px;
  height: 44px !important;
}

.central .busca.ativo {
  background: url(../../content/img/icons_acoes.png) no-repeat -278px -72px;
  height: 41px;
}

.navbar {
  width: 100%;
}

.central-vendas h5 {
  color: #fcae1b;
  font-size: 13px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.central-vendas h4 {
  color: #353382;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  transition: all ease-out 0.2s;
}

.central-vendas {
  float: right;
  margin-right: 0;
}

.central {
  position: relative;
  float: right;
  height: 44px;
  margin-top: 28px;
}

.localizacao {
  float: left;
  background: url(../img/localizacao.png) no-repeat 2px 2px;
  padding-left: 50px;
  margin-left: 247px;
}

.localizacao h5 {
  color: #fcae1b;
  font-size: 13px;
  font-weight: bold;
  transition: all ease-out 0.2s;
  margin: 0;
  padding: 0;
}

.localizacao h4 {
  color: #353382;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.localizacao span {
  background: url(../img/icons_acoes.png) no-repeat -359px -20px;
  width: 14px;
  height: 8px;
  position: absolute;
  left: 175px;
  top: 23px;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu li {
  width: 100%;
  text-align: left;
  position: relative;
  padding: 0;
  margin: 0;
  padding: 0;
  float: left;
}

.dropdown-menu {
  padding: 5px 17px;
}

.dropdown-menu li:hover {
  background: #dedede;
}

.show {
  display: inline-table !important;
}

.dropdown-menu a {
  width: 100%;
  height: auto;
  color: #666;
  font-size: 12px;
  float: left;
}

.multiselect-item.filter:hover {
  background: #fff;
}

.dropdown-menu a:hover {
  text-decoration: none;
}

.divisor {
  float: right;
  height: 19px;
  margin-top: 13px;
  margin-left: 5px;
  margin-right: 5px;
}

.tooltip-inner {
  background-color: #353382 !important;
  color: #fff;
  font-size: 11px;
  border-top-color: #353382 !important;
}

li.multiselect-item.multiselect-group {
  border-bottom: 1px solid #cdcdcd;
  color: #25227f;
}

.tooltip-inner:before {
  border-color: #353382 !important;
  font-size: 11px;
  background-color: #353382 !important;
}

.tooltip {
  top: 4px !important;
}

.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #353382;
}

/*.abrir-menu{
    background: #353382 url(../img/menu.png) no-repeat center;
    border-radius: 15px 0 0 15px;
    position: fixed;
    top: 8px;
    right: 0;
    height: 80px;
    width: 29px;
	z-index: 10;
}*/

.abrir-menu {
  background: url(../img/menu.png) no-repeat center;
  border-radius: 0;
  position: fixed;
  top: 0;
  right: 0;
  height: 96px;
  width: 50px;
  z-index: 10;
  border-left: 1px solid #cdcdcd;
  transition: all ease-in-out 0.2s;
}

.abrir-menu.ativo {
  height: 64px;
}

.menu_principal {
  background: url(../img/bg-menu.png) repeat-y center;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  display: none;
  margin: 0;
  padding: 0;
}

.menu_principal ul {
  position: relative;
  margin: 210px auto 0 auto;
  width: 74%;
  padding: 0;
  list-style: none;
}

.menu_principal ul ul {
  margin: 0 0 0;
  width: 100%;
}

.menu_principal li {
  margin: 0;
  padding: 0 0 0 0;
  list-style: none;
  height: 55px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 25px;
  width: 100%;
}

.menu_principal li:hover {
  color: #fcb632;
}

.menu_principal ul ul li {
  margin: 0 0 -17px 64px;
  padding: 0 0 0 0;
  list-style: none;
  height: 47px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  text-transform: inherit;
}

.menu_principal li i {
  padding: 8px 27px !important;
  position: relative;
  float: left;
  height: 52px;
  margin-right: 10px;
}

.menu_principal li a {
  color: #fff;
}

.central span,
.contatos span {
  opacity: 1;
  transition: all ease-out 0.2s;
}

.fechado .central a:hover span,
.fechado .contatos a:hover span {
  opacity: 1;
  background: #fff;
  padding: 3px 11px;
  border-radius: 5px;
  box-shadow: 1px 2px 11px rgba(0, 0, 0, 0.3);
  width: 100px;
  top: 58px;
  left: 50%;
  margin-left: -50px;
}

.central span,
.contatos span {
  position: absolute;
  font-size: 11px;
  top: 46px;
  width: 200px;
  text-align: center;
  color: #666;
  margin-left: -100px;
  left: 50%;
  opacity: 0;
}

.contatos span {
  color: #fff;
}

.central a:hover span,
.contatos a:hover span {
  opacity: 1;
}

.icon-fechar {
  background: url(../img/icon-fechar.png) no-repeat;
  height: 60px;
  width: 59px;
  position: absolute;
  right: 30px;
  top: 30px;
}

.menu_principal li:nth-child(1) i {
  background: url(../img/icon-menu.png) no-repeat -10px -8px;
}

.menu_principal li:hover:nth-child(1) i,
.menu_principal li.active:nth-child(1) i {
  background: url(../img/icon-menu.png) no-repeat -94px -9px;
}

.menu_principal li:nth-child(2) i {
  background: url(../img/icon-menu.png) no-repeat -10px -65px;
}

.menu_principal li:hover:nth-child(2) i,
.menu_principal li.active:nth-child(2) i {
  background: url(../img/icon-menu.png) no-repeat -94px -65px;
}

.menu_principal li:nth-child(3) i {
  background: url(../img/icon-menu.png) no-repeat -10px -130px;
}

.menu_principal li:hover:nth-child(3) i,
.menu_principal li.active:nth-child(3) i {
  background: url(../img/icon-menu.png) no-repeat -94px -130px;
}

.menu_principal li:nth-child(4) i {
  background: url(../img/icon-menu.png) no-repeat -10px -188px;
}

.menu_principal li:hover:nth-child(4) i,
.menu_principal li.active:nth-child(4) i {
  background: url(../img/icon-menu.png) no-repeat -94px -188px;
}

.menu_principal li:nth-child(5) i {
  background: url(../img/icon-menu.png) no-repeat -10px -248px;
}

.menu_principal li:hover:nth-child(5) i,
.menu_principal li.active:nth-child(5) i {
  background: url(../img/icon-menu.png) no-repeat -94px -248px;
}

.menu_principal li:nth-child(6) i {
  background: url(../img/icon-menu.png) no-repeat -10px -311px;
}

.menu_principal li:hover:nth-child(6) i,
.menu_principal li.active:nth-child(6) i {
  background: url(../img/icon-menu.png) no-repeat -94px -311px;
}

.menu_principal li:nth-child(7) i {
  background: url(../img/icon-menu.png) no-repeat -10px -370px;
}

.menu_principal li:hover:nth-child(7) i,
.menu_principal li.active:nth-child(7) i {
  background: url(../img/icon-menu.png) no-repeat -94px -370px;
}

.menu_principal li:nth-child(8) i {
  background: url(../img/icon-menu.png) no-repeat -10px -429px;
}

.menu_principal li:hover:nth-child(8) i,
.menu_principal li.active:nth-child(8) i {
  background: url(../img/icon-menu.png) no-repeat -94px -429px;
}

.cliente i {
  background: url(../img/icon-menu.png) no-repeat -8px -496px !important;
  color: #fcb632;
}

.cliente,
.central,
.parcerias {
  color: #fcb632 !important;
  font-size: 32px !important;
}

.central i {
  background: url(../img/icon-menu.png) no-repeat -8px -552px !important;
}

.parcerias i {
  background: url(../img/icon-menu.png) no-repeat -8px -608px !important;
}

.menu_principal p {
  color: #fcb632;
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  margin-left: 60px;
  font-style: italic;
}

.menu_principal h3 {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 27px;
  font-weight: 900;
  margin-left: 60px;
  margin-top: 0;
}

.menu_principal .contatos li i {
  padding: 4px 27px;
  margin-right: 10px;
}

.menu_principal em {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 200;
}

.menu_principal .link {
  padding: 5px 20px;
  border: 1px solid #fff;
  border-radius: 21px;
  color: #fff !important;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 25px;
  margin-left: 61px;
  transition: all ease-out 0.2s;
  margin-top: 10px;
}

.menu_principal .link:hover {
  background: #fff;
  color: #313075 !important;
  cursor: pointer;
}

.menu_principal .whats,
.menu_principal .email,
.menu_principal .chats {
  margin-left: 12px;
  height: 44px;
  width: 42px;
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}

.menu_principal .divisor {
  border-right: 1px solid #fff;
  float: inherit;
}

.menu_principal .divisor {
  border-right: 1px solid #fcae1b;
  float: inherit;
  display: inline-block;
  margin-bottom: 30px;
  display: none;
}

.menu_principal .whats {
  background: url(../../content/img/icons_acoes.png) no-repeat -10px -137px;
}

.menu_principal .whats:hover {
  background: url(../../content/img/icons_acoes.png) no-repeat -10px -72px;
}

.menu_principal .chats {
  background: url(../../content/img/icons_acoes.png) no-repeat -77px -137px;
}

.menu_principal .chats:hover {
  background: url(../../content/img/icons_acoes.png) no-repeat -77px -72px;
}

.menu_principal .email {
  background: url(../../content/img/icons_acoes.png) no-repeat -144px -137px;
}

.menu_principal .email:hover {
  background: url(../../content/img/icons_acoes.png) no-repeat -144px -72px;
}

.menu_principal .email {
  margin-left: 63px;
}

/*===== Produto ======*/

/*===== Busca =======*/

.busca-imovel {
  background: url(../../content/img/bg-busca.jpg) no-repeat top right;
  padding: 80px 0 60px 0;
  margin-top: -132px;
}

.busca-imovel h1 {
  margin: auto;
  width: 100%;
  text-align: center;
  color: #fcb632;
  text-transform: uppercase;
  font-size: 35px;
}

.busca-imovel h2 {
  color: #393784;
  text-transform: uppercase;
  font-size: 20px;
  width: 100%;
  text-align: center;
  margin-bottom: 8px;
  padding: 0 30px 29px 0;
  margin-top: 5px;
}

.busca-imovel i {
  margin: auto;
  padding-bottom: 10px;
  width: 100%;
  float: left;
  /* position: relative; */
  text-align: center;
  margin: 1px 6px 0;
}

.busca-imovel .btn i {
  margin: 0 6px 0;
}

.filtros-busca a {
  background: #393784;
  border-radius: 18px;
  color: #fcae1b !important;
  font-weight: bold;
  padding: 8px 20px 8px 30px;
  line-height: 36px;
  float: left;
  height: 62px;
  font-size: 14px;
  border: 5px solid #fff;
  transition: all ease-out 0.5s;
  line-height: 17px;
}

.filtros-busca a.unico {
  line-height: 30px;
}

#voce-esta,
.central-vendas {
  padding-bottom: 14px !important;
  margin-top: 22px;
  margin-right: 10px;
}

.filtros-busca a:hover {
  background: #25227f;
  cursor: pointer;
}

.filtros-busca span {
  background: #ffc049;
  border-radius: 50px;
  color: #393784;
  font-weight: bold;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  /* float: right; */
  margin: 5px;
  position: absolute;
  right: 6px;
  top: 5px;
}

.filtros-busca a:hover span {
  cursor: pointer;
  box-shadow: 0 0 0 rgba(204, 169, 44, 0.4);
  animation: pulse 2s infinite;
}

.desativado {
  opacity: 0.8;
}

.desativado:hover {
  opacity: 0.8;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}

.multiselect-clear-filter {
  background: url(../../content/img/icons_acoes.png) no-repeat -274px -71px;
  padding: 12px 23px 20px 23px;
  border: none;
  margin-top: -3px !important;
}

.multiselect-item .input-group-addon {
  display: none;
}

.glyphicon-remove-circle:before {
  content: "" !important;
  border: none;
}

.multiselect-clear-filter:hover {
  background: url(../../content/img/icons_acoes.png) no-repeat -275px -3px;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 7px dashed #353382;
  border-top: 4px solid\9;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  float: right;
  margin-top: 10px;
}

.multiselect {
  text-align: left;
  border: 3px solid #353382;
  background: none;
  font-weight: bold;
  border-radius: 21px;
  padding: 10px 14px 10px 21px;
  color: #353382;
}

.multiselect-container > li > a > label {
  padding: 2px 0px 2px 0 !important;
  width: 100%;
  float: left;
  margin: 0;
}

#valores-from .form-group {
  margin-bottom: 14px;
}

#valores-from .form-control {
  background: #fff;
  border: 1px solid #cdcdcd;
  border-radius: 20px;
  padding: 3px 2px 2px 20px;
  height: 38px;
  display: none;
}

button.btn.btn-default.multiselect-clear-filter {
  display: none;
}

label {
  margin-top: 5px;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #dedede;
  border-bottom: 1px solid #cdcdcd;
}

.cidade .multiselect {
  margin-top: 8px;
}

.busca-itens-filtros {
  border-right: 1px solid #cbced0;
  padding-right: 50px;
}

.busca-bairros {
  padding-left: 50px;
}

.busca-imovel p {
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
}

#busca {
  background: #393784;
  border-radius: 50px;
  color: #fcb632 !important;
  padding: 10px 34px;
  border: none;
}

::placeholder {
  color: #fcb632;
  font-weight: inherit;
}

#busca-geral {
  color: #fcb632 !important;
  border: none;
  background: url(../../content/img/btn-busca.png) no-repeat 0 0;
  padding: 30px 26px 27px 31px;
  margin-top: -15px;
}

#busca-geral:hover {
  background: url(../../content/img/btn-busca.png) no-repeat -64px 0;
  cursor: pointer;
}

.mapa {
  background: #d9d9d9;
  padding: 0;
  height: auto;
  z-index: 1;
  width: 100%;
  position: relative;
  box-shadow: 0px 16px 25px -12px rgba(7, 8, 58, 0.3);
}

.lugares-proximos {
  background: #423d81;
  right: 0;
  position: absolute;
  top: 80px;
  width: 89px;
  height: auto;
  z-index: 999;
  border-radius: 10px 0 0 10px;
  padding: 31px 8px;
}

.lugares-proximos a {
  width: 54px;
  height: 54px;
  float: left;
  border-radius: 50px;
  box-shadow: 0px 3px 11px 1px rgba(7, 8, 58, 0.5);
  margin: 8px 13px;
  position: relative;
}

.lugares-proximos p {
  color: #ffc049 !important;
  font-weight: bold;
  font-size: 9px;
  text-align: center;
  width: 100%;
  margin: 0;
}

.lugares-proximos a.ativo span,
.lugares-proximos a:hover span {
  opacity: 1;
}

.lugares-proximos a span {
  opacity: 0;
  background: #ffc049;
  border-radius: 105px;
  color: #423d81;
  position: absolute;
  top: -5px;
  left: 50%;
  width: 20px;
  font-size: 12px;
  height: 20px;
  margin-left: 12px;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
  transition: all ease-in 0.5s;
}

.metro {
  background: #3d3a95 url(../img/icons-proximos.png) no-repeat -46px -38px;
}

.metro:hover {
  background: #3d3a95 url(../img/icons-proximos.png) no-repeat -125px -38px;
}

.parques {
  background: #3d3a95 url(../img/icons-proximos.png) no-repeat -46px -143px;
}

.parques:hover {
  background: #3d3a95 url(../img/icons-proximos.png) no-repeat -125px -143px;
}

.hospitais {
  background: #3d3a95 url(../img/icons-proximos.png) no-repeat -46px -243px;
}

.hospitais:hover {
  background: #3d3a95 url(../img/icons-proximos.png) no-repeat -125px -243px;
}

.escolas {
  background: #3d3a95 url(../img/icons-proximos.png) no-repeat -46px -345px;
}

.escolas:hover {
  background: #3d3a95 url(../img/icons-proximos.png) no-repeat -125px -345px;
}

.mercados {
  background: #3d3a95 url(../img/icons-proximos.png) no-repeat -46px -442px;
}

.mercados:hover {
  background: #3d3a95 url(../img/icons-proximos.png) no-repeat -125px -442px;
}

.sem-espaco {
  margin: 0;
  padding: 0;
}

.slide-apartamentos {
  margin-top: 80px;
}

.slide-apartamentos .slick-next {
  right: 1%;
}

.slide-apartamentos .slick-prev {
  left: 1%;
}

.slide-apartamentos .slick-prev,
.slide-apartamentos .slick-next {
  width: 74px;
  height: 74px;
  z-index: 1;
  top: 40%;
}

.slide-apartamentos .slick-prev:before,
.slide-apartamentos .slick-next:before {
  content: "";
  float: left;
  width: 74px;
  height: 74px;
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.slide-apartamentos .slick-prev:before {
  background: url(../img/slide-apartamentos-left.svg) no-repeat;
  transform: rotate(180deg);
}

.slide-apartamentos .slick-next:before {
  background: url(../img/slide-apartamentos-right.svg) no-repeat;
}

.slide-apartamentos .slick-prev:hover:before {
  background: url(../img/slide-apartamentos-left-hover.svg) no-repeat;
}

.slide-apartamentos .slick-next:hover:before {
  background: url(../img/slide-apartamentos-right-hover.svg) no-repeat;
}

.slide-apartamentos .slick-initialized .slick-slide {
  -webkit-box-shadow: 0 37px 67px -10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 37px 67px -10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 30px 125px -13px rgba(0, 0, 0, 0.3);
  height: 650px;
  margin: 0 3px 90px 3px;
}

.slide-apartamentos a {
  text-decoration: none;
}

.slide-apartamentos-box {
  height: 575px;
  position: relative;
  overflow: hidden;
  background: #eaa219;
}

.slide-apartamentos-box img {
  width: 100%;
  height: 575px;
  object-fit: cover;
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.slide-apartamentos a.ativo .slide-apartamentos-box img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  height: 515px;
}

.slide-apartamentos-box .apartamentos-texto {
  height: 575px;
  left: 0;
  right: 0;
  background: rgba(34, 65, 173, 0.57);
  padding: 382px 10px 0 10px;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.slide-apartamentos-box .apartamentos-texto h3 {
  font-family: "Source Sans Pro", sans-serif;
  color: #fcb632;
  font-size: 25.5px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 2px;
}

.slide-apartamentos-box .apartamentos-texto h4 {
  font-family: "Source Sans Pro", sans-serif;
  color: #ffffff;
  font-size: 25.5px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 6px;
}

.slide-apartamentos-box .apartamentos-texto p {
  font-family: "Source Sans Pro", sans-serif;
  color: #ffffff;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  line-height: 10px;
  margin: 0;
}

.slide-apartamentos-box .apartamentos-texto h5 {
  font-family: "Source Sans Pro", sans-serif;
  color: #ffffff;
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 15px;
}

.slide-apartamentos-box .apartamentos-texto button {
  margin: 0 auto;
  background: #fcb632;
  border: none;
  display: block;
  padding: 8px 35px;
  border-radius: 100px;
  font-family: "Source Sans Pro", sans-serif;
  color: #353382;
  font-size: 15.5px;
  font-weight: bold;
}

.slide-apartamentos a.ativo .apartamentos-texto {
  opacity: 0;
  margin-top: 100%;
}

.slide-apartamentos a.ativo .apartamentos-imagem {
  width: 491px;
  height: 500px;
}

.apartamentos-hover {
  width: 315px;
  height: 211px;
  background: #ffffff;
  margin: 0 auto;
  z-index: 1;
  position: relative;
  border-radius: 20px;
  padding: 30px 25px 30px 25px;
  opacity: 0;
  margin-top: -100px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.slide-apartamentos a.ativo .apartamentos-hover {
  opacity: 1;
  margin-top: -223px;
}

.apartamentos-hover h2 i {
  background-image: url(../img/icon-chave.svg);
  background-color: #353382;
  background-repeat: no-repeat;
  background-position: center;
  width: 48px;
  height: 48px;
  float: left;
  background-size: 20px;
  border-radius: 100%;
  margin-left: -60px;
  margin-top: -24px;
  -webkit-animation: swinging 3s ease-in-out infinite;
  animation: swinging 3s ease-in-out infinite;
}

@-webkit-keyframes swinging {
  0% {
    -webkit-transform: rotate(42deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
    background-color: #302e7b;
  }
  100% {
    -webkit-transform: rotate(42deg);
  }
}

@keyframes swinging {
  0% {
    transform: rotate(42deg);
  }
  50% {
    transform: rotate(-5deg);
    background-color: #302e7b;
  }
  100% {
    transform: rotate(42deg);
  }
}

.slide-apartamentos a.ativo .apartamentos-hover h2 {
  opacity: 1;
}

.apartamentos-hover h2 {
  -webkit-transition: all 0.9s ease-out;
  -moz-transition: all 0.9s ease-out;
  -o-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
  opacity: 0;
  font-family: "Source Sans Pro", sans-serif;
  color: #fcb632;
  font-size: 17.1px;
  font-weight: bold;
  background: #353382;
  border-radius: 0 16px 16px 0px;
  padding: 19px 30px 19px 25px;
  position: absolute;
  line-height: 0;
  top: -42px;
  margin-left: -7px;
  height: 0;
}

.apartamentos-hover h3 {
  font-family: "Source Sans Pro", sans-serif;
  color: #353382;
  font-size: 19px;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0;
}

.apartamentos-hover h4 {
  font-family: "Source Sans Pro", sans-serif;
  color: #fcb632;
  font-size: 17px;
  font-weight: bold;
  margin: 5px 0 2px 0;
}

.apartamentos-hover p {
  font-family: "Source Sans Pro", sans-serif;
  color: #a3a3a3;
  font-size: 11px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  margin: 2px 0 5px 0px;
}

.apartamentos-hover h5 {
  font-family: "Source Sans Pro", sans-serif;
  color: #353382;
  font-size: 16.2px;
  font-weight: bold;
  float: left;
  margin: 15px 15px 4px 0;
}

.apartamentos-hover h6 {
  font-family: "Source Sans Pro", sans-serif;
  color: #353382;
  font-size: 16.2px;
  font-weight: bold;
  float: left;
  margin: 8px 15px 4px 0;
}

.apartamentos-hover .dorm {
  background: url(../img/icon-dorm.svg) no-repeat center center;
  background-size: 17px;
  width: 17px;
  height: 20px;
  float: left;
  margin-right: 7px;
}

.apartamentos-hover .metragem {
  background: url("../img/icon-metragem.svg") no-repeat center center;
  background-size: 17px;
  width: 17px;
  height: 20px;
  float: left;
  margin-right: 7px;
}

.apartamentos-hover div {
  display: inline-block;
  width: 100%;
  margin-top: 5px;
}

.apartamentos-hover div button {
  border: 0;
  font-family: "Source Sans Pro", sans-serif;
  color: #353382;
  font-size: 13.6px;
  font-weight: 900;
  float: left;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  background: #fcb632;
  padding: 8px 20px;
  border-radius: 100px;
  text-decoration: none;
  margin: 2px 0px 0 0;
}

.apartamentos-hover .col100 button {
  width: 100%;
}

.apartamentos-hover p {
  font-family: "Source Sans Pro", sans-serif;
  color: #a3a3a3;
  font-size: 11px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  margin: 0;
  line-height: 17px;
}

.apartamentos-hover p span {
  font-family: "Source Sans Pro", sans-serif;
  color: #353382;
  font-size: 16.4px;
  font-weight: 900;
  float: left;
  margin: 0;
  letter-spacing: 0;
}

.col50 {
  width: 50% !important;
  float: left;
  min-height: 45px;
}

#map {
  height: 700px;
  width: 100%;
}

@media (min-width: 900px) and (max-width: 1000px) {
  .localizacao {
    margin-right: 150px;
  }
}

@media (min-width: 700px) and (max-width: 1000px) {
  .localizacao {
    display: none;
  }
  .busca-bairros {
    padding-left: 16px;
  }
  .filtros-busca a {
    padding: 3px 3px 3px 15px;
    line-height: 35px;
    border: 4px solid #fff;
    font-size: 13px;
  }
  .filtros-busca span {
    width: 20px;
    height: 20px;
    line-height: 21px;
  }
  .busca-imovel h2 {
    font-size: 15px;
  }
  .multiselect {
    border: 2px solid #353382;
    border-radius: 17px;
    padding: 3px 12px 9px 16px;
  }
  #busca {
    width: 67%;
  }
  .busca-imovel p {
    font-size: 12px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .slide-apartamentos-box .apartamentos-texto h3 {
    font-size: 22px;
  }
  .slide-apartamentos-box .apartamentos-texto h4 {
    font-size: 21px;
  }
  .apartamentos-hover {
    width: 319px;
    padding: 33px 28px 0 28px;
  }
  .apartamentos-hover h2 {
    margin-left: 0px;
  }
  .slide-apartamentos-box,
  .slide-apartamentos-box img,
  .slide-apartamentos-box .apartamentos-texto,
  .slick-initialized .slick-slide {
    height: 620px;
  }
  .slide-apartamentos-box .apartamentos-texto {
    padding: 385px 10px 0 10px;
  }
  .apartamentos-hover h3 {
    font-size: 18px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #busca {
    width: 73%;
  }
  .filtros-busca a {
    padding: 8px 4px 8px 13px;
    font-size: 14px;
  }
  .slide-apartamentos-box .apartamentos-texto h3 {
    font-size: 22px;
  }
  .slide-apartamentos-box .apartamentos-texto h4 {
    font-size: 21px;
  }
  .apartamentos-hover {
    width: 319px;
    padding: 33px 28px 0 28px;
  }
  .apartamentos-hover h2 {
    margin-left: 0px;
  }
  .slide-apartamentos-box,
  .slide-apartamentos-box img,
  .slide-apartamentos-box .apartamentos-texto,
  .slick-initialized .slick-slide {
    height: 620px;
  }
  .slide-apartamentos-box .apartamentos-texto {
    padding: 385px 10px 0 10px;
  }
  .apartamentos-hover h3 {
    font-size: 18px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .filtros-busca span {
    width: 20px;
    height: 20px;
    line-height: 21px;
    margin: 7px 0 7px 7px;
  }
  #busca {
    padding: 10px 18px;
    width: 68%;
    font-size: 12px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .menu_principal li i {
    padding: 8px 18px !important;
    height: 31px;
  }
  #voce-esta,
  .central-vendas {
    margin-top: 3px;
  }
  a.navbar-brand {
    margin: 6px;
  }
  .modal-corretor {
    width: 380px;
    margin-left: -190px;
    padding: 33px 30px 30px 30px;
  }
  .slick-initialized .slick-slide {
    height: 380px;
  }
  .slide-apartamentos-box {
    height: 380px;
  }
  .atendimento {
    position: absolute;
    left: 0;
  }
  .localizacao h5,
  .fechado .localizacao h5 {
    font-size: 9px;
  }
  .localizacao h4,
  .fechado .localizacao h4 {
    font-size: 12px;
  }
  .localizacao,
  .fechado .localizacao {
    float: left;
    width: 161px;
    margin-left: 107px;
    padding-left: 30px;
    background: url(../img/localizacao-icon.png) no-repeat 4px 0px;
  }
  .localizacao span,
  .fechado .localizacao span {
    background: url(../img/icons_acoes.png) no-repeat -359px -20px;
    width: 14px;
    height: 8px;
    position: absolute;
    left: 83px;
    top: 18px;
    transition: all ease-in 0.5s;
  }
  .central-vendas {
    display: none;
  }
  footer {
    margin-bottom: 25px;
  }
  .fechado .navbar-brand {
    width: 96px;
    height: 30px;
    margin: 0;
  }
  .filtros-busca a {
    font-size: 14px;
  }
  .busca-imovel {
    background: #fff;
  }
  .busca-imovel h1 {
    font-size: 21px;
    font-weight: bold;
  }
  .busca-imovel h2 {
    color: #393784;
    font-size: 13px;
  }
  .busca-itens-filtros {
    padding-right: 15px;
  }
  .multiselect {
    border: 2px solid #353382;
    background: none;
    border-radius: 20px;
    padding: 6px 14px 7px 17px;
  }
  .btn {
    font-size: 14px;
  }
  #busca {
    padding: 10px 18px;
  }
  .busca-imovel p {
    font-size: 12px;
    margin: 6px;
  }
  .busca-bairros {
    padding-left: 22px;
  }
  .filtros-busca a {
    border-radius: 10px;
    padding: 9px 10px 2px 10px;
    line-height: 17px;
    border: 3px solid #fff;
    width: 50%;
  }
  .navbar-brand {
    width: 96px;
    height: 30px;
    margin: 0;
  }
  .topo .central {
    position: fixed;
    float: right;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #353382;
    padding: 9px 0 9px 0;
    text-align: center;
    z-index: 999;
    height: 57px;
  }
  .central i {
    background: url(../img/icon-menu-mobile2.png) no-repeat -8px -368px !important;
  }
  .whats {
    background: url(../../content/img/icons_acoes.png) no-repeat -10px -137px;
  }
  .whats oculto {
    background: url();
  }
  .whats:hover {
    background: url(../../content/img/icons_acoes.png) no-repeat -10px -72px;
  }
  .chats {
    background: url(../../content/img/icons_acoes.png) no-repeat -77px -137px;
  }
  .chats:hover {
    background: url(../../content/img/icons_acoes.png) no-repeat -77px -72px;
  }
  .email {
    background: url(../../content/img/icons_acoes.png) no-repeat -144px -137px;
  }
  .email:hover {
    background: url(../../content/img/icons_acoes.png) no-repeat -144px -72px;
  }
  .email {
    margin-left: 63px;
  }
  .phone {
    background: url(../../content/img/icons_acoes.png) no-repeat -210px -137px;
  }
  .phone:hover {
    background: url(../../content/img/icons_acoes.png) no-repeat -210px -72px;
  }
  .busca {
    background: url(../../content/img/icons_acoes.png) no-repeat -279px -137px;
  }
  .busca:hover {
    background: url(../../content/img/icons_acoes.png) no-repeat -279px -72px;
  }
  .atendimento a {
    display: inline-block;
    margin-left: 3px;
    float: none;
  }
  .divisor {
    display: none !important;
  }
  .slide-apartamentos-box,
  .slide-apartamentos-box img,
  .slide-apartamentos-box .apartamentos-texto,
  .slick-initialized .slick-slide {
    height: 320px;
  }
  .apartamentos-hover {
    width: 90%;
    padding: 35px 16px 30px 16px;
    margin: 5%;
  }
  .apartamentos-hover h2 {
    margin-left: 10px;
  }
  .apartamentos-hover h3,
  .apartamentos-hover h4 {
    font-size: 15px;
  }
  .apartamentos-hover h5 {
    font-size: 15px;
    margin: 2px 14px 4px 0;
  }
  .apartamentos-hover h6 {
    font-size: 15px;
    margin: 2px 14px 4px 0;
  }
  .slide-apartamentos-box .apartamentos-texto button {
    padding: 4px 29px;
    font-size: 14px;
  }
  .slide-apartamentos .slick-prev,
  .slide-apartamentos .slick-next {
    top: 27%;
  }
  .slide-apartamentos-box .apartamentos-texto {
    padding: 150px 10px 0 10px;
  }
  .slide-apartamentos-box .apartamentos-texto h3,
  .slide-apartamentos-box .apartamentos-texto h4 {
    font-size: 18px;
  }
  .slide-apartamentos .slick-prev,
  .slide-apartamentos .slick-next,
  .slide-apartamentos .slick-prev:before,
  .slide-apartamentos .slick-next:before {
    width: 36px;
    height: 36px;
  }
  .slide-apartamentos .slick-prev {
    left: 5%;
  }
  .slide-apartamentos .slick-next {
    right: 5%;
  }
  .slide-apartamentos a.ativo .slide-apartamentos-box img {
    height: 415px;
  }
  .apartamentos-hover div button {
    font-size: 11px;
    padding: 8px 15px;
  }
  .apartamentos-hover div p {
    font-size: 9px;
    letter-spacing: 0.9px;
  }
  .apartamentos-hover div p span {
    font-size: 16px;
  }
  .slide-apartamentos {
    margin-top: 45px;
  }
  .abrir-menu {
    background: url(../img/icon-menu-mobile.png) no-repeat center;
    border-radius: 5px;
    top: 14px;
    right: 20px;
    height: 30px;
    width: 40px;
  }
  .menu_principal ul {
    margin: 16px auto 0 auto;
    width: 95%;
  }
  .cliente,
  .central,
  .parcerias {
    font-size: 16px !important;
  }
  .menu_principal h3 {
    font-size: 15px;
    margin-left: 46px;
  }
  .menu_principal li {
    height: 26px;
    font-size: 13px;
    float: left;
  }
  .menu_principal .link {
    padding: 2px 7px;
    font-size: 11px;
    margin-bottom: 5px;
    margin-top: 3px;
    margin-left: 45px;
  }
  .menu_principal em {
    font-size: 13px;
  }
  .menu_principal ul ul li {
    font-size: 12px;
    margin: 0 0 -17px 36px;
    height: 35px;
  }
  .icon-fechar {
    background: url(../img/icon-fechar.png) no-repeat center / cover;
    height: 33px;
    width: 32px;
    position: fixed;
    right: 12px;
    top: 12px;
  }
  .cliente i {
    background: url(../img/icon-menu-mobile2.png) no-repeat -8px -333px !important;
    color: #fcb632;
  }
  .parcerias i {
    background: url(../img/icon-menu-mobile2.png) no-repeat -8px -369px !important;
  }
  .menu_principal .contatos li i {
    padding: 4px 18px;
  }
  .menu_principal li:hover:nth-child(1) i,
  .menu_principal li.active:nth-child(1) i {
    background: url(../img/icon-menu-mobile2.png) no-repeat -10px -7px;
  }
  .menu_principal li i {
    padding: 8px 14px;
    margin-right: 10px;
  }
  .menu_principal li:nth-child(2) i,
  .menu_principal:hover li:nth-child(2) i {
    background: url(../img/icon-menu-mobile2.png) no-repeat -10px -47px;
  }
  .menu_principal li:nth-child(3) i,
  .menu_principal:hover li:nth-child(3) i {
    background: url(../img/icon-menu-mobile2.png) no-repeat -10px -88px;
  }
  .menu_principal li:nth-child(4) i,
  .menu_principal:hover li:nth-child(4) i {
    background: url(../img/icon-menu-mobile2.png) no-repeat -10px -126px;
  }
  .menu_principal li:nth-child(5) i,
  .menu_principal:hover li:nth-child(5) i {
    background: url(../img/icon-menu-mobile2.png) no-repeat -10px -165px;
  }
  .menu_principal li:nth-child(6) i,
  .menu_principal:hover li:nth-child(6) i {
    background: url(../img/icon-menu-mobile2.png) no-repeat -10px -207px;
  }
  .menu_principal li:nth-child(7) i,
  .menu_principal:hover li:nth-child(7) i {
    background: url(../img/icon-menu-mobile2.png) no-repeat -10px -246px;
  }
  .menu_principal li:nth-child(8) i,
  .menu_principal:hover li:nth-child(8) i {
    background: url(../img/icon-menu-mobile2.png) no-repeat -10px -286px;
  }
  .contatos .email,
  .contatos .divisor,
  .contatos .whats,
  .contatos .chats {
    display: none !important;
  }
  .menu_principal {
    background: url(../img/bg-menu.png) repeat-y top right;
  }
}

@media (min-width: 0px) and (max-width: 480px) {
  .menu_principal ul {
    margin: 20px auto 0 auto !important;
  }
  .topo .central {
    transition: all ease-in 0.2s;
    bottom: -65px;
  }
  .topo .central.ativo {
    transition: all ease-in 0.2s;
    bottom: 0px;
  }
  .box-divisao {
    margin-bottom: 20px;
  }
  #busca {
    padding: 10px 18px;
    width: 80%;
  }
  .slide-apartamentos .slick-prev,
  .slide-apartamentos .slick-next {
    top: 54%;
  }
  .navbar-brand {
    height: 51px !important;
    padding: 16px 15px 0 0 !important;
    width: 111px !important;
    margin: 10px 0 0 16px !important;
  }
  #voce-esta {
    display: none;
  }
  .menu_principal li i {
    padding: 8px 18px !important;
    position: relative;
    float: left;
    height: 30px;
  }
  .busca-imovel {
    padding: 80px 0 12px 0;
  }
}

@media (min-height: 400px) and (max-height: 880px) {
  .menu_principal ul {
    margin: 135px auto 0 auto;
  }
}

.gm-style .gm-style-iw > div {
  min-width: 230px !important;
  font-size: 13px;
  overflow: hidden !important;
}

.gm-style .gm-style-iw {
  width: 230px !important;
  left: 0 !important;
  top: 0 !important;
}

.box-map-emp {
  height: 200px;
  position: relative;
}

.gm-style div {
  padding: 0 !important;
}

.box-map-emp h2 i {
  background-image: url(../img/icon-chave.svg);
  background-color: #353382;
  background-repeat: no-repeat;
  background-position: center;
  width: 45px;
  height: 45px;
  float: left;
  background-size: 20px;
  border-radius: 100%;
  margin-left: -55px;
  margin-top: -20px;
  -webkit-animation: swinging 3s ease-in-out infinite;
  animation: swinging 3s ease-in-out infinite;
}

.box-map-emp h2 {
  -webkit-transition: all 0.9s ease-out;
  -moz-transition: all 0.9s ease-out;
  -o-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
  opacity: 1;
  font-family: "Source Sans Pro", sans-serif;
  color: #fcb632;
  font-size: 14px;
  font-weight: bold;
  background: #353382;
  border-radius: 0 16px 16px 0px;
  padding: 13px 20px 19px 20px;
  position: absolute;
  line-height: 0;
  top: 16px;
  margin: 0 0 0 42px;
  height: 0;
}

.gm-style-iw.gm-style-iw-c {
  max-width: 225px !important;
}

.box-map-emp h3 {
  font-family: "Source Sans Pro", sans-serif;
  color: #27266a;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 0;
  padding: 8px 20px 1px 14px;
  margin: 0;
}

.box-map-emp h4 {
  font-family: "Source Sans Pro", sans-serif;
  color: #fcb632;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 2px;
  padding: 2px 14px;
  margin: 0;
}

.box-map-emp p {
  font-family: "Source Sans Pro", sans-serif;
  color: #a3a3a3;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: left;
  line-height: 10px;
  margin: 0;
  padding: 2px 14px;
}

.box-map-emp .col50 {
  width: 50% !important;
  float: left;
  min-height: 38px;
}

.box-map-emp .col50 p {
  font-family: "Source Sans Pro", sans-serif;
  color: #a3a3a3;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: left;
  line-height: 10px;
  margin: 0;
  padding: 9px 5px 2px 5px;
}

.box-map-emp h5 {
  font-family: "Source Sans Pro", sans-serif;
  color: #353382;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: inherit;
  text-align: left;
  line-height: 12px;
  margin-bottom: 0;
  padding: 0px 7px 3px 14px;
}

.box-map-emp h6 {
  font-family: "Source Sans Pro", sans-serif;
  color: #353382;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: inherit;
  text-align: left;
  line-height: 23px;
  margin-bottom: 0;
  padding: 0px 7px 5px 15px;
  margin-top: 4px;
}

.box-map-emp .dorm {
  background: url(../img/icon-dorm.svg) no-repeat center center;
  background-size: 17px;
  width: 17px;
  height: 20px;
  float: left;
  margin-right: 7px;
}

.box-map-emp .metragem {
  background: url(../img/icon-metragem.svg) no-repeat center center;
  background-size: 17px;
  width: 17px;
  height: 20px;
  float: left;
  margin-right: 7px;
}

.box-map-emp span {
  color: #353382;
  float: left;
  font-size: 12px;
  padding: 6px 0;
  font-weight: bold;
}

.box-map-emp button {
  margin: 0 auto;
  background: #fcb632;
  border: none;
  display: block;
  padding: 8px 11px;
  border-radius: 100px;
  font-family: "Source Sans Pro", sans-serif;
  color: #353382;
  font-size: 12px;
  width: 100px;
  float: left;
  font-weight: bold;
  text-transform: uppercase;
}

.box-map-emp a {
  margin: 0;
  padding: 0;
}

footer {
  background: #f6f6f6 none repeat scroll 0 0;
  padding: 40px 0;
  width: 100%;
  position: relative;
}

.menu-rodape {
  color: #353382;
/*  text-transform: uppercase;
*/  font-weight: 700;
  font-size: 15px;
  border-right: 1px solid #e3e3e3;
}

.menu-rodape a {
  color: #9ba0a3;
  font-size: 12px;
/*  text-transform: capitalize !important;
*/  font-weight: 400;
}

.menu-rodape ul {
  margin-left: 0;
  padding-left: 0;
}

.menu-rodape li {
  list-style: none;
}

footer p {
  color: #bdbdbd;
  font-size: 11px;
}

.logo-rodape {
  margin-top: 25px;
}

.border-none {
  border: 0;
}

/* ---------- LIVE-CHAT ---------- */

#live-chat {
  bottom: 0;
  font-size: 12px;
  right: 24px;
  position: fixed;
  width: 300px;
  z-index: 99;
}

#live-chat header {
  background: #26256a;
  border-radius: 5px 5px 0 0;
  color: #fff;
  cursor: pointer;
  padding: 16px 24px;
}

#live-chat h4:before {
  background: #1a8a34;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 8px;
  margin: 0 8px 0 0;
  width: 8px;
}

#live-chat h4 {
  font-size: 12px !important;
  margin: 0;
  padding: 0;
}

#live-chat h5 {
  font-size: 10px;
}

#live-chat form {
  padding: 5px 24px 5px 24px;
}

hr {
  margin-bottom: 5px;
  margin-top: 5px;
}

#live-chat input[type="text"] {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 8px;
  outline: none;
  width: 234px;
}

#live-chat p {
  text-align: left;
}

.error {
  padding: 180px 0;
}

.chat-message-counter {
  background: #e62727;
  border-radius: 50%;
  display: none;
  font-size: 12px;
  font-weight: bold;
  height: 24px;
  left: 7px;
  line-height: 24px;
  margin: -15px 0 0 -15px;
  position: absolute;
  text-align: center;
  top: 7px;
  width: 24px;
}

.chat-close {
  border-radius: 50%;
  color: #fff;
  display: block;
  float: right;
  font-size: 12px;
  height: 16px;
  line-height: 16px;
  margin: 2px 0 0 0;
  text-align: center;
  width: 16px;
}

.chat-close:hover {
  color: #fff !important;
}

.campo-chat {
  margin-bottom: 10px;
  width: 100% !important;
}

.chat {
  background: #fff;
}

.chat-history {
  height: 120px;
  padding: 8px 24px;
  overflow-y: scroll;
}

#live-chat .btexcluir {
  width: 100%;
}

.chat-message {
  margin: 16px 0;
}

.chat-message img {
  border-radius: 50%;
  float: left;
  border: 1px solid #cdcdcd;
}

.chat-message-content {
  margin-left: 56px;
}

.chat-message-content p,
.chat-message-content h5 {
  margin: 2px 0;
}

.chat-time {
  float: right;
  font-size: 10px;
}

.chat-feedback {
  font-style: italic;
  margin: 0 0 0 80px;
}

.modal {
  opacity: 1;
}

/***********/

.bg-seja-corretor {
  background: url(../img/bg-seja-corretor.jpg) no-repeat center / cover;
  height: 390px;
  margin-top: 96px;
}

.bg-seja-corretor h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 52px;
  font-weight: 700;
  text-align: center;
  padding-top: 100px;
  color: #fff;
  text-transform: uppercase;
}

.bg-seja-corretor h1 span {
  color: #f8b52a;
}

.box-corretor-campos {
  background: #ffffff;
  border: 1px solid #dfdfdf;
  padding: 90px 90px;
  margin-top: -112px;
  margin-bottom: 80px;
  -webkit-box-shadow: 5px 24px 95px -37px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 5px 24px 95px -37px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0px 62px 3px rgba(0, 0, 0, 0.12);
}

.box-corretor-campos h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  color: #3e3d3d;
  margin: 0 0 10px 0;
}

.box-corretor-campos p {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: #3e3d3d;
  margin-bottom: 40px;
}

.box-corretor-campos #form-container .form-control {
  background: #fff;
  border-bottom: 1px solid #bcbac1;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0;
  font-size: 18px;
  color: #979797;
  font-family: "Source Sans Pro", sans-serif;
  margin-top: 20px;
}

.box-corretor-campos #form-container button {
  background: #393784;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  margin: 0 auto;
  display: block;
  margin-top: 50px;
  margin-bottom: 20px;
  border: none;
  padding: 10px 60px;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.box-corretor-campos #form-container button:hover {
  background: #f8b52a;
}

.bg-box-corretor {
  background: #f7f7f7;
}

.corretor-vantagens h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 31px;
  font-weight: 700;
  color: #343434;
  line-height: 40px;
  margin-top: 130px;
}

.corretor-vantagens h2::before {
  content: "";
  width: 90px;
  height: 9px;
  background: #393784;
  position: absolute;
  margin: -22px 0;
}

.corretor-vantagens ul {
  padding: 30px 34px 0 50px;
}

.corretor-vantagens ul li {
  font-family: "Open Sans", sans-serif;
  font-size: 21px;
  font-weight: 500;
  color: #343434;
  margin-bottom: 35px;
}

.corretor-vantagens ul li i {
  background: url(../img/icon-corretor-vantagens.png) center no-repeat;
  width: 55px;
  height: 45px;
  float: left;
  margin-right: 30px;
}

.corretor-vantagens ul li:nth-child(1) i {
  background-position: 0 0;
  margin-top: 7px;
}

.corretor-vantagens ul li:nth-child(2) i {
  background-position: -57px 0px;
}

.corretor-vantagens ul li:nth-child(3) i {
  background-position: -114px 0;
  margin-top: -15px;
}

.corretor-vantagens ul li:nth-child(4) i {
  background-position: -169px 0;
}

.corretor-vantagens {
  margin-bottom: 50px;
}

.bg-slide-empreendimentos {
  background: #ffffff;
  padding: 0 180px;
}

/**/

.login-slide:hover .login-texto-slide-hover {
  display: block;
}

.login-slide:hover .login-texto-slide {
  padding: 0px 0px 0px 22px;
  top: -69px;
  position: relative;
  height: 154px;
}

.login-texto-slide {
  background: rgba(67, 71, 83, 0.8);
  position: relative;
  margin-top: -85px;
  padding: 17px 0 12px 23px;
  margin-left: 0;
  margin-right: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  width: 100%;
}

.login-texto-slide p span {
  color: #eaad18;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}

.login-texto-slide h3 {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
}

.login-texto-slide p {
  color: #fff;
  margin: 0;
  text-align: left;
}

.login-texto-slide-hover {
  display: none;
}

.login-slide:hover .login-texto-slide-hover {
  display: block;
}

.login-slide:hover .login-texto-slide {
  padding: 0px 0px 0px 22px;
  top: -68px;
  position: relative;
  height: 154px;
}

.login-texto-slide-hover h1 {
  position: relative;
  top: 0px;
  left: -22px;
  font-size: 12px;
  width: 200px;
  background: #eaad18;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 0px 5px 20px;
  font-weight: 900;
  margin: 0;
  margin-bottom: 7px;
}

.login-texto-slide-hover h2 {
  clear: both;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  padding: 0;
  margin: 0;
}

.login-texto-slide-hover h4 {
  position: absolute;
  background: #eaad18;
  bottom: -10px;
  right: 0;
  width: 44px;
  font-size: 28px;
  color: #fff;
  font-weight: 900;
  text-align: center;
}

.login-texto-slide-hover ul {
  padding: 0;
  margin: 0;
}

.login-texto-slide-hover ul li {
  float: left;
  list-style: none;
  color: #fff;
  margin: 10px 0 0 0;
  font-weight: 700;
  font-size: 12px;
}

.icon-tamanho-login {
  background: url(../img/icon-tamanho-login.png);
  width: 20px;
  height: 5px;
  float: left;
  margin: 7px 8px 0 0;
}

.icon-dorms-login {
  background: url(../img/icon-dorms-login.png);
  width: 12px;
  height: 15px;
  float: left;
  margin: 1px 5px 5px 10px;
}

.slide-empreendimentos .slick-slide {
  margin: 0px 20px;
}

.tituto-slide-empreendimentos {
  font-family: "Open Sans", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #3e3d3d;
  margin: 75px 0 70px 0;
  text-align: center;
}

.tituto-slide-empreendimentos::after {
  content: "";
  background: #393784;
  width: 90px;
  height: 5px;
  margin: 0 auto;
  display: block;
  margin-top: 17px;
}

.slide-empreendimentos {
  height: 332px;
}

.button-slide-empreendimentos {
  background: #393784;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #ffffff;
  width: 300px;
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 15px 0;
  border-radius: 3px;
  margin-top: 30px;
  margin-bottom: 80px;
  position: relative;
}

.button-slide-empreendimentos:hover {
  background: #f8b52a;
  color: #ffffff;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.slide-empreendimentos .slick-next {
  margin-top: -14px;
}

.slide-empreendimentos .slick-prev {
  margin-top: -40px;
}

.img-corretor-vantagens {
  content: "";
  background: url(../img/bg-corretor-vantagens.png) center no-repeat;
  width: 325px;
  height: 806px;
  position: absolute;
  margin-top: -120px;
  background-size: 100%;
}

.box-corretor-campos #form-container .form-control:focus {
  border-bottom: 1px solid #393784;
  padding: 17px 2px;
  margin-top: 20px;
}

/***/

.slide-empreendimentos .slick-prev {
  background: url(../img/icon-new-entrevista.png) bottom center no-repeat !important;
  width: 50px;
  height: 50px;
  left: -45px;
}

a.login-slide,
a.login-slide img {
  height: 292px;
  object-fit: cover;
}

.slide-empreendimentos .slick-next {
  background: url(../img/icon-new-entrevista.png) bottom center no-repeat !important;
  width: 50px;
  height: 50px;
  right: -45px;
}

/***/

.description-texto-location {
  border: 1px solid #e6e6e6;
  padding: 15px 25px;
}

.new-slide-product {
  margin: 96px 0 0px 0;
  z-index: 3;
  height: 566px;
}

.new-slide-product .slick-slide {
  margin: 0 3px 0 3px;
}

.slide-product {
  height: 280px;
  margin: 0 0 6px 0px;
  cursor: zoom-in;
  float: left;
}

.slide-product .hover {
  opacity: 0;
  transition: all ease-out 0.2s;
  padding: 215px 0 0 22px;
}

.slide-product:hover .hover {
  content: "";
  height: 280px;
  background: rgba(0, 0, 0, 0.45098039215686275);
  opacity: 1;
}

.slide-product h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  padding: 0;
}

.slide-product p {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: #ffffff;
  margin: 0;
}

.new-slide-product-left,
.new-slide-product-right {
  position: absolute;
  width: 60px;
  height: 60px;
  border: none;
  cursor: pointer;
  margin-top: -60px;
  z-index: 3;
}

.new-slide-product-left {
  background: url(../img/new-slide-product.jpg) top left no-repeat;
  right: 60px;
}

.new-slide-product-right {
  background: url(../img/new-slide-product.jpg) top right no-repeat;
  right: 0;
}

.new-slide-product-left:hover {
  background: url(../img/new-slide-product.jpg) bottom left no-repeat;
}

.new-slide-product-right:hover {
  background: url(../img/new-slide-product.jpg) bottom right no-repeat;
}

/**/

.box-description-product {
  padding: 60px 0 90px 0;
}

.box-description-texto b {
  font-family: "Open Sans", sans-serif;
  font-size: 10.5px;
  font-weight: 600;
  color: #a5a5a5;
}

.box-description-texto h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 800;
  color: #393784;
  letter-spacing: 1px;
  margin: 12px 0 0 0;
  text-transform: uppercase;
}

.box-description-texto h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 35px;
  font-weight: 700;
  color: #3e3d3d;
  margin: 10px 0 35px 0;
}

.box-description-texto p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #777777;
  margin: 0 0 20px 0;
}

/**/

/**/

.description-texto-options {
  height: 42px;
  padding: 9px 0;
  margin: 0;
}

.description-texto-options li {
  list-style: none;
  float: left;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-size: 17.5px;
  font-weight: 700;
  color: #3e3d3d;
  margin: 0 25px;
}

.description-texto-options li i {
  background: url(../img/description-texto-options.png) center no-repeat;
  width: 32px;
  height: 32px;
  float: left;
  margin-right: 10px;
  margin-top: -3px;
}

.description-texto-options li:nth-child(1) i {
  background-position: 0px 0px;
}

.description-texto-options li:hover:nth-child(1) i {
  background-position: 0px -32px;
}

.description-texto-options li:nth-child(2) i {
  background-position: -32px 0;
}

.description-texto-options li:hover:nth-child(2) i {
  background-position: -32px -32px;
}

.description-texto-options li:nth-child(3) i {
  background-position: -64px -0px;
}

.description-texto-options li:hover:nth-child(3) i {
  background-position: -64px -32px;
}

.description-texto-record {
  height: 180px;
  padding: 0;
  margin: 0;
}

h2.title-record {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #3e3d3d;
  letter-spacing: 0;
  text-transform: none;
  margin: 0 0 15px 0;
}

.description-texto-record li {
  width: 50%;
  float: left;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: #848484;
  margin: 5px 0;
}

.description-texto-record li b {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #848484;
}

.box-description-texto hr {
  border-top: 1px solid #ccc;
  margin: 35px 0;
  clear: both;
}

/**/

h2.title-plants {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #3e3d3d;
  letter-spacing: 0;
  text-transform: none;
  margin: 20px 0 40px 0;
}

/**/

ul.description-texto-plants {
  padding: 0;
  height: 120px;
  margin-bottom: 40px;
  margin: 0;
}

ul.description-texto-plants li {
  width: 120px;
  height: 120px;
  float: left;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #a0a0a0;
  text-align: center;
  border: 1px solid #dcdcdc;
  padding: 29px 0;
  cursor: pointer;
  line-height: 17px;
}

ul.description-texto-plants li:hover,
ul.description-texto-plants li:hover b {
  color: #ffffff;
}

ul.description-texto-plants li i {
  background: url(../img/description-texto-plants.png) top center no-repeat;
  width: 100%;
  height: 22px;
  float: left;
  margin-bottom: 5px;
}

ul.description-texto-plants li:hover i {
  background: url(../img/description-texto-plants.png) bottom center no-repeat;
}

ul.description-texto-plants li b {
  font-weight: 700;
  color: #3e3d3d;
  font-size: 15px;
}

ul.description-texto-plants li:hover {
  background: url(../img/bg-description-texto-plants.png) center / cover;
}

/**/

h2.title-status {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #3e3d3d;
  letter-spacing: 0;
  text-transform: none;
  margin: 0 0 25px 0;
}

.description-texto-status {
  padding: 0;
  height: 150px;
  margin-bottom: 31px;
}

.description-texto-status li {
  /* width: 70px !important; */
  height: 155px;
  float: left;
  border-radius: 100px;
  /* margin: 0px 5px 0 5px; */
}

.description-texto-status .fundo {
  width: 67px;
  height: 67px;
  position: relative;
  display: block;
  /* float: left; */
  overflow: hidden;
  margin-bottom: 10px;
  margin: 0 auto;
  display: -webkit-box;
}

.description-texto-status li img {
  z-index: 5;
  display: block;
  margin: 0 auto;
  position: absolute;
  padding: 26px 20px 20px 20px;
}

.description-texto-status .circulo {
  width: 67px;
  height: 69px;
  background: url(../img/bg-description-texto-status.png);
  float: left;
  z-index: 4;
  position: relative;
}

.description-texto-status li .bg-amarelo {
  background: url(../img/amarelo-texto-status.jpg) bottom;
  width: 73px;
  float: left;
  left: 0;
  margin-top: 0;
  z-index: 2;
  bottom: 0;
  position: absolute;
}

.description-texto-status h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  font-weight: 500;
  color: #3e3d3d;
  margin: 5px 0 11px 0;
  letter-spacing: 0px;
  text-align: center;
  text-transform: none;
  line-height: 14px;
  height: 26px;
  width: 100%;
  display: grid;
  align-items: center;
}

.description-texto-status span {
  background: url(../img/porcentagem-texto-status.png) center no-repeat;
  width: 61px;
  height: 34px;
  /* float: left; */
  text-align: center;
  padding: 12px 0;
  font-size: 10px;
  font-weight: 900;
  color: #3e3d3d;
  margin: 0 auto;
  display: block;
}

/**/

h2.title-photo {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #3e3d3d;
  letter-spacing: 0;
  text-transform: none;
  margin: 0 0 25px 0;
}

.description-texto-photo {
  width: 100%;
  height: 100px;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}

.description-texto-photo li {
  list-style: none;
  float: left;
  width: 156px;
  height: 97px;
  margin-right: 15px;
}

.description-texto-photo li img {
  border-radius: 3px;
}

.description-texto-photo-link {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
  background: #cccccc;
  padding: 11px 25px;
  border-radius: 3px;
  margin-right: 20px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
}

.description-texto-photo-link:hover {
  background: #393784;
  color: #ffffff;
}

.description-texto-photo img {
  width: 100%;
  border-radius: 3px;
  height: 103px;
  object-fit: cover;
}

.description-texto-photo .slick-prev,
.description-texto-photo .slick-next {
  width: 39px;
  height: 39px;
}

#description-texto-photo .slick-slide {
  margin: 0 6px;
}

/**/

h2.title-location {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #3e3d3d;
  letter-spacing: 0;
  text-transform: none;
  margin: 0 0 25px 0;
}

.description-texto-location i {
  background: url(../img/description-texto-location.jpg) center no-repeat;
  width: 29px;
  height: 23px;
  float: left;
  margin-right: 10px;
}

iframe.description-texto-location {
  margin: 5px 0 35px 0;
  padding: 0;
}

/**/

.highlight-live {
  background: #ffffff;
  border: 1px solid #dfdfdf;
  width: 432px;
  margin: 0 69px;
  display: block;
  padding: 50px 0 42px 0;
  -webkit-box-shadow: 0 0 137px -37px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 137px -37px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 137px -37px rgba(0, 0, 0, 0.2);
}

.highlight-live p {
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 900;
  color: #393784;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0;
}

.highlight-live h2 {
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 29px;
  font-weight: 900;
  color: #3e3d3d;
  margin-bottom: 15px;
  margin-top: 5px;
}

.highlight-live h2 span {
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 60px;
  font-weight: 900;
  color: #3e3d3d;
}

.highlight-live a {
  background: #d9d9d9;
  font-family: "Open Sans", sans-serif;
  font-size: 13.2px;
  font-weight: 600;
  color: #ffffff;
  display: block;
  width: 250px;
  margin: 0 auto;
  padding: 12px 0px;
  text-align: center;
  border-radius: 5px;
  padding-left: 25px;
  margin-bottom: 15px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.highlight-live a:hover {
  background: #393784;
}

.highlight-live a i {
  background: url(../img/icon-highlight-live.png) no-repeat;
  width: 20px;
  height: 23px;
  float: left;
  position: absolute;
}

.highlight-live a i.chat {
  background-position: left center;
  margin-left: -30px;
  margin-top: -2px;
}

.highlight-live a i.email {
  background-position: right center;
  margin-left: -30px;
  margin-top: -3px;
}

.highlight-live.element {
  z-index: 2;
}

/**/

.box-description-texto b a {
  color: #a5a5a5;
}

.highlight-live h2 span h3.de {
  font-size: 17px !important;
  font-weight: 800;
  margin: 12px 0 9px 0;
}

.highlight-live h2 span h3.preco {
  font-size: 32px !important;
  font-weight: 800;
  margin: 0;
}

.description-texto-status .slick-slide img {
  background: rgba(205, 205, 205, 0) !important;
}

.description-texto-status button.slick-prev.slick-arrow,
.description-texto-plants button.slick-prev.slick-arrow {
  background: url(../img/icon-new-entrevista.png) 0 -26px no-repeat !important;
  width: 26px;
  height: 26px;
  left: -33px;
  background-size: 26px !important;
}

.description-texto-status button.slick-next.slick-arrow,
.description-texto-plants button.slick-next.slick-arrow {
  background: url(../img/icon-new-entrevista.png) 0 -26px no-repeat !important;
  width: 26px;
  height: 26px;
  right: -33px;
  background-size: 26px !important;
  margin: -2px 0;
}

/* Chat Flutuante */

.flut-atendimento {
  position: fixed;
  bottom: 50px;
  right: 50px;
  width: 60px;
  height: 60px;
  z-index: 99;
}
.flut-atendimento .btn-flut-atendimento {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  background: #6a747c url(/content/img/icon-chat/icon-3.svg) no-repeat center;
}
.flut-atendimento .btn-flut-atendimento:hover {
  cursor: pointer;
  box-shadow: 0 0 0 rgb(106 116 124 / 80%);
  animation: pulse2 2s infinite;
}
@keyframes pulse2 {
  0% {
    box-shadow: 0 0 0 0 rgba(106, 106, 124, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(106, 106, 124, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(106, 106, 124, 0);
  }
}
.flut-atendimento .grup-flut-atendimento {
  width: 300px;
  position: absolute;
  bottom: 60px;
  right: 7px;
}
.grup-flut-atendimento a {
  width: 100%;
  height: 40px;
  position: relative;
  float: right;
  margin-bottom: 10px;
  opacity: 0;
  margin-right: -400px;
  transition: all ease 0.3s;
}
.grup-flut-atendimento a i {
  position: relative;
  float: right;
  width: 45px;
  height: 45px;
  border-radius: 100px;
  background: #ffc049;
}
.grup-flut-atendimento a span {
  position: relative;
  float: right;
  width: auto;
  height: 45px;
  border-radius: 100px;
  background: #25227f;
  color: #fff;
  font-size: 13px;
  padding: 10px 30px;
  line-height: 26px;
  margin-right: 5px;
}
.grup-flut-atendimento a.ativo:nth-child(5) {
  animation: animation 0.2s ease-in-out;
  opacity: 1;
  margin-right: 0;
}
.grup-flut-atendimento a:nth-child(5) i {
  background: #ffc049 url(/content/img/icon-chat/icon-4.svg) no-repeat center;
}
.grup-flut-atendimento a.ativo:nth-child(4) {
  animation: animation 0.4s ease-in-out;
  opacity: 1;
  margin-right: 0;
}
.grup-flut-atendimento a:nth-child(4) i {
  background: #ffc049 url(/content/img/icon-chat/icon-8.png) no-repeat center;
}
.grup-flut-atendimento a.ativo:nth-child(3) {
  animation: animation 0.6s ease-in-out;
  opacity: 1;
  margin-right: 0;
}
.grup-flut-atendimento a:nth-child(3) i {
  background: #ffc049 url(/content/img/icon-chat/icon-1.svg) no-repeat center;
}
.grup-flut-atendimento a.ativo:nth-child(2) {
  animation: animation 0.7s ease-in-out;
  opacity: 1;
  margin-right: 0;
}
.grup-flut-atendimento a:nth-child(2) i {
  background: #ffc049 url(/content/img/icon-chat/icon-2.svg) no-repeat center;
}
.grup-flut-atendimento a.ativo:nth-child(1) {
  animation: animation 1s ease-in-out;
  opacity: 1;
  margin-right: 0;
}
.grup-flut-atendimento a:nth-child(1) i {
  background: #ffc049 url(/content/img/icon-chat/icon-6.svg) no-repeat center;
}
.grup-flut-atendimento a:hover {
  padding-right: 15px !important;
  cursor: pointer;
}
@keyframes animation {
  0% {
    margin-right: -400px;
    opacity: 0;
  }
  50% {
    margin-right: -200px;
    opacity: 0.8;
  }
  100% {
    margin-right: 0px;
    opacity: 1;
  }
}

/* Chat flutuante */

@media (min-width: 1200px) and (max-width: 1600px) {
  .bg-seja-corretor h1 {
    font-size: 37px;
    padding-top: 57px;
  }
  .bg-seja-corretor {
    height: 300px;
  }
  .img-corretor-vantagens {
    width: 240px;
    margin-top: 34px;
  }
  .slide-empreendimentos .slick-slide {
    margin: 0px 10px;
  }
  .bg-slide-empreendimentos {
    padding: 0 40px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .description-texto-status button.slick-prev.slick-arrow,
  .description-texto-plants button.slick-prev.slick-arrow {
    left: -22px;
  }
  .description-texto-status button.slick-next.slick-arrow,
  .description-texto-plants button.slick-next.slick-arrow {
    right: -22px;
  }

  .bg-seja-corretor h1 {
    font-size: 28px;
    padding-top: 40px;
  }
  .bg-seja-corretor {
    height: 260px;
  }
  .box-corretor-campos h2 {
    font-size: 23px;
  }
  .box-corretor-campos {
    padding: 65px 90px;
  }
  .corretor-vantagens ul {
    padding: 0px 0 0 65px;
  }
  .corretor-vantagens h2 {
    padding-right: 0;
    padding-left: 80px;
  }
  .img-corretor-vantagens {
    width: 170px;
    margin-top: -22px;
  }
  .slide-empreendimentos .slick-slide {
    margin: 0px 5px;
  }
  .bg-slide-empreendimentos {
    padding: 0 20px;
  }
  .slide-empreendimentos {
    height: 259px;
  }
  a.login-slide,
  a.login-slide img {
    height: 240px;
    object-fit: cover;
  }
  .slide-empreendimentos .slick-prev {
    left: -25px;
  }
  .slide-empreendimentos .slick-next {
    right: -25px;
  }
  /***/
  .slide-product,
  .slide-product:hover .hover {
    height: 200px;
  }
  .slide-product .hover {
    padding: 140px 0 0 22px;
  }
  .slide-product h2 {
    font-size: 18px;
  }
  /**/
  .box-description-texto h2 {
    margin: 5px 0 20px 0;
  }
  .box-description-texto h1 {
    margin: 5px 0 20px 0;
  }
  .description-texto-options li {
    margin: 0 10px;
    font-size: 13.5px;
  }
  .description-texto-record li b {
    font-size: 12px;
  }
  .description-texto-status li {
    margin: 0px 1px;
  }
  .description-texto-photo img {
    height: 85px;
  }
  .highlight-live {
    width: 380px;
    margin: 0 40px;
  }
  .new-slide-product .slick-initialized .slick-slide {
    height: 220px;
  }
  .new-slide-product {
    height: 406px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .description-texto-status button.slick-prev.slick-arrow,
  .description-texto-plants button.slick-prev.slick-arrow {
    left: -15px !important;
  }
  .description-texto-status button.slick-next.slick-arrow,
  .description-texto-plants button.slick-next.slick-arrow {
    right: -15px !important;
  }

  .slide-empreendimentos .slick-next {
    margin-top: 133px;
  }
  .slide-empreendimentos .slick-prev {
    margin-top: 108px;
  }
  .slide-empreendimentos .slick-prev {
    left: 40%;
  }
  .slide-empreendimentos .slick-next {
    right: 40%;
  }
  /***/
  .highlight-live {
    width: 380px;
    margin: 0 40px;
  }
  .new-slide-product .slick-initialized .slick-slide {
    height: 220px;
  }
  .new-slide-product {
    height: 406px;
  }
  .slide-product,
  .slide-product:hover .hover {
    height: 200px;
  }
  .slide-product .hover {
    padding: 140px 0 0 22px;
  }
  .slide-product h2 {
    font-size: 18px;
  }
}

@media (min-width: 541px) and (max-width: 767px) {
  .slide-empreendimentos .slick-next {
    margin-top: 133px;
  }
  .slide-empreendimentos .slick-prev {
    margin-top: 108px;
  }
  .slide-empreendimentos .slick-prev {
    left: 40%;
  }
  .slide-empreendimentos .slick-next {
    right: 40%;
  }
  /**/
  .description-texto-options {
    width: 320px;
    margin: 0 auto;
    display: block;
    height: 170px;
  }
  .description-texto-options li {
    text-align: center;
    width: 100%;
    margin: 12px 0;
  }
  .description-texto-options li i {
    position: absolute;
    margin-left: -50px;
  }
  .box-description-texto b {
    text-align: center;
    display: block;
  }
  .box-description-texto h2,
  .box-description-texto h1,
  .box-description-texto p {
    text-align: center;
  }
  .description-texto-record li {
    width: 100%;
    text-align: center;
  }
  .description-texto-record li b {
    text-align: inherit;
    display: initial;
  }
  .description-texto-record {
    display: grid;
    height: 100%;
  }
  ul.description-texto-plants li {
    width: 50%;
  }
  ul.description-texto-plants {
    height: 100%;
    display: flow-root;
  }
  .description-texto-status li {
    width: 50%;
    margin: 0;
  }
  .description-texto-status .fundo {
    float: initial;
    margin: 0 auto;
    display: block;
  }
  .description-texto-status span {
    float: initial;
    margin: 0 auto;
    display: block;
  }
  .description-texto-status {
    height: 100%;
    display: flow-root;
  }
  .description-texto-photo img {
    margin: 0 auto;
  }
  .description-texto-photo {
    margin-top: 50px;
  }
  .description-texto-photo.slick-initialized .slick-slide {
    height: 104px;
  }
  a.description-texto-photo-link {
    margin: 0 auto;
    display: block;
    width: 178px;
    text-align: center;
    margin-bottom: 10px;
  }
  .box-description-texto p {
    font-size: 14px;
  }
  .highlight-live p {
    margin-bottom: 26px;
  }
  .highlight-live h2 {
    margin-bottom: 30px;
    margin-top: 33px;
  }
  .description-texto-photo-link {
    margin: 0 auto;
    display: block;
    width: 178px;
    z-index: 2;
  }
}

@media (min-width: 0px) and (max-width: 540px) {
  .slide-empreendimentos .slick-next {
    margin-top: 133px;
  }
  .slide-empreendimentos .slick-prev {
    margin-top: 108px;
  }
  .slide-empreendimentos .slick-prev {
    left: 30%;
  }
  .slide-empreendimentos .slick-next {
    right: 30%;
  }
  .new-slide-product-left,
  .new-slide-product-right {
    margin-top: -78px;
  }
  /**/
  .description-texto-options {
    width: 320px;
    margin: 0 auto;
    display: block;
    height: 170px;
  }
  .description-texto-options li {
    text-align: center;
    width: 100%;
    margin: 12px 0;
  }
  .description-texto-options li i {
    position: absolute;
    margin-left: -50px;
  }
  .box-description-texto b {
    text-align: center;
    display: block;
  }
  .box-description-texto h2,
  .box-description-texto h1,
  .box-description-texto p {
    text-align: center;
  }
  .description-texto-record li {
    width: 100%;
    text-align: center;
  }
  .description-texto-record li b {
    text-align: inherit;
    display: initial;
  }
  .description-texto-record {
    display: grid;
    height: 100%;
  }
  ul.description-texto-plants li {
    width: 50%;
  }
  ul.description-texto-plants {
    height: 100%;
    display: flow-root;
  }
  .description-texto-status li {
    width: 50%;
    margin: 0;
  }
  .description-texto-status .fundo {
    float: initial;
    margin: 0 auto;
    display: block;
  }
  .description-texto-status span {
    float: initial;
    margin: 0 auto;
    display: block;
  }
  .description-texto-status {
    height: 100%;
    display: flow-root;
  }
  .description-texto-photo img {
    margin: 0 auto;
  }
  .description-texto-photo {
    margin-top: 50px;
  }
  .description-texto-photo.slick-initialized .slick-slide {
    height: 104px;
  }
  a.description-texto-photo-link {
    margin: 0 auto;
    display: block;
    width: 178px;
    text-align: center;
    margin-bottom: 10px;
    display: inline-block;
    margin-top: 40px;
  }
  .box-description-texto p {
    font-size: 14px;
  }
  .highlight-live p {
    margin-bottom: 26px;
  }
  .highlight-live h2 {
    margin-bottom: 30px;
    margin-top: 33px;
  }
  .description-texto-photo-link {
    margin: 0 auto;
    display: block;
    width: 178px;
    z-index: 2;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .highlight-live {
    width: 380px;
    margin: 0 40px;
  }
  .new-slide-product.slick-initialized .slick-slide {
    height: 200px;
  }
  .new-slide-product {
    height: 200px;
    margin: 50px 0 0px 0;
  }
  .slide-product,
  .slide-product:hover .hover {
    height: 200px;
  }
  .slide-product .hover {
    padding: 140px 0 0 22px;
  }
  .slide-product h2 {
    font-size: 18px;
  }

  .description-texto-status button.slick-prev.slick-arrow,
  .description-texto-plants button.slick-prev.slick-arrow {
    left: 0;
  }
  .description-texto-status button.slick-next.slick-arrow,
  .description-texto-plants button.slick-next.slick-arrow {
    right: 0px;
  }

  .description-texto-status.slick-initialized .slick-slide,
  .description-texto-plants.slick-initialized .slick-slide {
    height: auto;
  }

  h2.title-status {
    margin: 0 0 50px 0;
  }
  .new-slide-product-left,
  .new-slide-product-right {
    width: 40px;
    height: 40px;
  }
  .new-slide-product-left {
    background: url(../img/new-slide-product.jpg) -23px -9px no-repeat;
  }
  .new-slide-product-left:hover {
    background: url(../img/new-slide-product.jpg) -23px -68px no-repeat;
  }
  .new-slide-product-right {
    background: url(../img/new-slide-product.jpg) -58px -9px no-repeat;
    right: 0;
  }
  .new-slide-product-right:hover {
    background: url(../img/new-slide-product.jpg) -58px -68px no-repeat;
    right: 0;
  }
  footer {
    padding: 40px 40px;
  }
  .menu-rodape a {
    padding: 0 !important;
    background: none !important;
    margin: 0;
  }
}

@media (min-width: 0px) and (max-width: 991px) {
  .bg-seja-corretor h1 {
    font-size: 20px;
    padding-top: 48px;
  }
  .bg-seja-corretor {
    height: 232px;
  }
  .box-corretor-campos h2 {
    font-size: 20px;
    line-height: 25px;
  }
  .box-corretor-campos p {
    font-size: 15px;
  }
  .box-corretor-campos {
    padding: 40px 20px;
    margin-bottom: 0;
  }
  .corretor-vantagens h2 {
    font-size: 20px;
    padding-right: 0;
    line-height: 27px;
    margin-top: 50px;
    margin-bottom: 29px;
    text-align: center;
  }
  .corretor-vantagens h2::before {
    display: none;
  }
  .corretor-vantagens ul li i {
    float: inherit;
    margin-right: 0px;
    margin: 0 auto;
    display: block;
  }
  .corretor-vantagens ul li {
    font-size: 18px;
    margin-bottom: 30px;
    text-align: center;
  }
  .corretor-vantagens ul {
    padding: 0;
  }
  .img-corretor-vantagens {
    display: none;
  }
  .tituto-slide-empreendimentos {
    font-size: 20px;
    margin: 30px 0 30px 0;
  }
  .corretor-vantagens {
    margin-bottom: 30px;
  }
  .bg-slide-empreendimentos {
    padding: 0px;
  }
  .slide-empreendimentos .slick-slide {
    margin: 0px 5px;
  }
  .bg-slide-empreendimentos {
    padding: 0 10px;
  }
  a.login-slide,
  a.login-slide img {
    height: 240px;
    object-fit: cover;
  }
  .highlight-live {
    position: relative !important;
    left: 0 !important;
    right: 0;
    margin: 0 auto;
    width: 100%;
    margin-top: 25px;
  }
  .box-description-texto h1 {
    font-size: 25px;
    line-height: 40px;
  }
  /**/
}
