@charset "UTF-8";
/** Geral **/
body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  letter-spacing: 0.3px;
  font-weight: 400;
  text-align: justify;
  background-color: #efefef;
  overflow-x: hidden;
  color: #5b6466;
  /* firefox 19+ */
  /* ie */
}
body ::-webkit-input-placeholder {
  font-size: 1.1em;
}
body ::-moz-placeholder {
  font-size: 1.1em;
}
body :-ms-input-placeholder {
  font-size: 1.1em;
}
body input:-moz-placeholder {
  font-size: 1.1em;
}

.fancybox-iframe img {
  width: 100%;
}

.displaynone {
  display: none;
}

.clear {
  clear: both;
}

.cleft {
  clear: left;
}

.cright {
  clear: right;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.hidden {
  display: none;
  visibility: hidden;
}

.noMargin {
  margin: 0 !important;
}

.noPadding {
  padding: 0;
}

@media screen and (max-width: 980px) {
  .noPaddingMobile {
    padding: 0;
  }
}

.desabilitado, .desabilitado:focus {
  background: #eaeaea !important;
}

.marginAuto {
  margin: 0 auto;
}

.text-lg {
  font-size: 30px;
}

.text-md {
  font-size: 22px;
}

.text-sm {
  font-size: 18px;
}

.text-min {
  font-size: 12px;
  letter-spacing: 0.7px;
}

.separar {
  margin-bottom: 20px;
}

@media (max-width: 925px) {
  .posicionar-center {
    max-width: 359px;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}

.margin-left {
  padding-right: 9px;
  padding-left: 0px;
}

.margin-right {
  padding-right: 0px;
  padding-left: 39px;
  width: 57.5%;
}

@media (max-width: 950px) {
  .displayInline80px {
    display: inline;
  }
}

.navbar-inverse {
  background: transparent;
  border-color: transparent;
}

.navbar-inverse .navbar-toggle {
  background-color: #ffffff;
  border-color: #0b163b;
  color: #0b163b;
}
@media (max-width: 980px) {
  .navbar-inverse .navbar-toggle {
    position: relative;
    right: 0;
    z-index: 15;
    margin: 10% auto 1%;
    display: block;
    float: none;
  }
}

a {
  color: #aa2a33;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #aa2a33;
}
@media screen and (max-width: 980px) {
  .navbar-inverse .navbar-nav > li > a {
    color: #FFF !important;
  }
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background: #ffffff;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #aa2a33;
}

.navbar-collapse.in {
  background: #aa2a33;
  border-color: #aa2a33;
  z-index: 12;
}
@media (max-width: 950px) {
  .navbar-collapse.in {
    width: 118%;
    left: 0;
    margin-left: -32px;
    right: 43px;
    top: 87px;
  }
}
.navbar-collapse.in .navbar-nav {
  margin: 0 !important;
}

@media (max-width: 991px) {
  .navbar-inverse .navbar-nav > li {
    overflow: hidden;
  }
}

.navbar-inverse .navbar-nav > li > a {
  padding: 0px 7px;
  font-size: 10pt;
  text-align: center;
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .navbar-inverse .navbar-nav > li > a {
    font-size: 9pt;
    font-weight: 500;
  }

}
 
.logo85 {
  height: 171px;
}


@media (max-width: 990px) {
 
  .logo85 {
    height: 100px;
  }
  .navbar-inverse .navbar-nav > li > a {
    margin: 10px;
    padding: 0px 10px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}

.navbar-inverse .navbar-nav > li:last-child > a {
  border-bottom: none !important;
}

.noPaddingLeft {
  padding-left: 0;
}

.noPaddingRight {
  padding-right: 0;
}

.noPadding {
  padding: 0;
}

.relative, .posicionamento {
  position: relative;
}

.espacador {
  padding: 10px;
  margin: 0;
}

.mTop0 {
  margin-top: 0px !important;
}

.mTop40 {
  margin-top: 40px;
}

.mBottom15 {
  margin-bottom: 15px;
}

.mBottom30 {
  margin-bottom: 30px;
}

.mBottom40 {
  margin-bottom: 40px;
}

.mTop5 {
  margin-top: 5px;
}

.mTop15 {
  margin-top: 15px;
}

.mTop30 {
  margin-top: 30px;
}

.pTop30 {
  padding-top: 30px;
}

.pTop60 {
  padding-top: 60px;
}

.pTop90 {
  padding-top: 90px;
}

.pbottom15 {
  padding-bottom: 15px;
}

.pbottom30 {
  padding-bottom: 30px;
}

.pbottom60 {
  padding-bottom: 60px;
}

.pbottom90 {
  padding-bottom: 90px;
}

.pLR15 {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 35px;
}

.pLR30 {
  padding-left: 30px;
  padding-right: 30px;
}

.pLR60 {
  padding-left: 60px;
  padding-right: 60px;
}

.inlineBlock {
  display: inline-block;
  position: relative;
  margin-right: 4%;
}

.noPaddingLeft {
  padding-left: 0;
}

.displayTable {
  display: table;
  /* margin: 29px; */
  margin-top: 3%;
  margin-bottom: 2%;
}
@media (max-width: 800px) {
  .displayTable img {
    position: relative;
    top: 50%;
    left: 50%;
  }
}

@media (max-width: 800px) {
  .valign-middle {
    text-align: center;
    margin-top: 20px;
  }
}

.btnPadrao, .btnPadrao:visited {
  padding: 10px 40px;
  background: #aa2a33 none repeat scroll 0% 0%;
  border: 2px solid #aa2a33;
  text-align: center;
  width: auto;
  height: auto;
  position: relative;
  margin: 10px auto 0;
  display: block;
  color: #FFF;
  font-size: 16px;
  text-decoration: none;
  border-radius: 3px;
}
.btnPadrao.cinza, .btnPadrao:visited.cinza {
  background-color: #82817f !important;
  border-color: #82817f !important;
}

.btnPadrao:hover, .btnPadrao:focus {
  color: #FFFFFF;
  text-decoration: none;
  outline: none;
}

.btnPadrao.inlineBlock {
  display: inline-block !important;
}

.btnPadrao .glyphicon {
  position: relative;
  top: 3px;
}

.btnAzul {
  background-color: #243d68;
  border-color: #243d68;
}

.btnAzul:active, .btnVerde:focus, .btnVerde:hover, .btnVerde:visited {
  background-color: #243d68;
  border-color: #243d68;
}

#main {
  min-height: 600px;
}

#areaCliente {
  position: relative;
  left: 30%;
}
@media screen and (max-width: 1200px) {
  #areaCliente {
    left: 26%;
    width: 270px;
  }
}
@media screen and (max-width: 980px) {
  #areaCliente {
    left: 21%;
    height: 110px;
    margin-top: 30px;
    max-width: none;
  }
}

.block {
  display: block;
}

#opcoesDir {
  position: absolute;
  right: 25px;
  top: 1%;
  font-size: 10pt;
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  #opcoesDir {
    font-size: 10pt;
  }
}
@media screen and (max-width: 980px) {
  #opcoesDir {
    position: relative;
    right: 0;
    top: 0;
  }
}

.fbColor {
  color: #3b5998;
}

.fundoHeader {
  height: 160px;
  width: 100%;
  background: #f8f7f7;
  background-size: 100% 100%;
  z-index: 2;
  -webkit-transition: all linear 0.1s;
  -moz-transition: all linear 0.1s;
  -ms-transition: all linear 0.1s;
  -o-transition: all linear 0.1s;
  transition: all linear 0.1s;
}
@media screen and (max-width: 1334px) {
  .fundoHeader {
    height: 120px;
  }
}
.fundoHeader .box-atendimento {
  display: none;
}
.fundoHeader .box-atendimento .bt-atendimento {
  padding: 5px 15px;
  font-size: 18px;
  margin: 15px 0% 0 0;
}
@media (max-width: 980px) {
  .fundoHeader {
    position: relative;
    background: #f8f7f7;
    height: auto;
    max-width: 100%;
  }
}
.fundoHeader.is_stuck {
  z-index: 110;
  background: #f8f7f7;
  height: 70px;
  position: fixed !important;
  top: 0px !important;
  width: 100% !important;
}
.fundoHeader.is_stuck .box-atendimento {
  display: block;
}
.fundoHeader.is_stuck #areaCliente {
  display: none;
}
.fundoHeader.is_stuck .logo {
  max-height: 60px !important;
  padding-top: 10px !important;
}
.fundoHeader.is_stuck .logo img {
  max-height: 60px !important;
}
.fundoHeader.is_stuck .navbar-inverse .navbar-nav > li > a {
  padding: 25px 18px;
}
.fundoHeader .navmenu {
  margin-top: 75px;
}
@media screen and (max-width: 980px) {
  .fundoHeader .navmenu {
    margin: 0 !important;
  }
}
@media (min-width: 993px) {
  .fundoHeader .w3-modal-content {
    width: 502px;
  }
}
.fundoHeader .margin-left190px {
  margin-right: 144px;
}
.fundoHeader .logo {
  max-height: 102px;
  padding: 40px 0 0 0;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 1334px) {
  .fundoHeader .logo {
    position: relative;
    padding: 35px 0 0 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .fundoHeader .logo {
    position: relative;
    padding: 50px 0 0 0;
    width: 210px;
    left: -43px;
  }
}
@media screen and (max-width: 980px) {
  .fundoHeader .logo {
    margin: 0 auto;
    padding-top: 15px;
  }
}
.fundoHeader .logo img {
  max-width: 100%;
}
@media (max-width: 980px) {
  .fundoHeader .logo img {
    max-height: 60px;
    margin: 5% auto 0;
    transition: height 0.2s;
  }
}
.fundoHeader .navbar-inverse {
  background: transparent;
  border-color: transparent;
}

.menu-mobile-novo.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 3;
  background: #fff;
  transition: 0.5s;
  box-shadow: 0px -1px 10px #b5b5b5;
  animation: moveDown 0.4s ease-in-out 0.2s backwards;
}
@media (max-width: 980px) {
  .menu-mobile-novo .navbar {
    margin-bottom: 0px;
  }
  .menu-mobile-novo .navbar-toggle {
    margin: 20px auto;
    float: none;
    padding: 5px;
    font-size: 12px;
  }
  .menu-mobile-novo .fundoHeader {
    width: 100%;
    max-width: 150%;
    height: auto;
    transition: none;
  }
  .menu-mobile-novo .fundoHeader .logo a img {
    display: block;
    margin: 0 auto;
  }
  .menu-mobile-novo .fundoHeader .bt-atendimento {
    float: inherit;
    display: block;
    margin: 0 auto 20px;
  }
  .menu-mobile-novo .navmenu ul li p {
    margin-top: 20px;
    left: 0px;
  }
  .menu-mobile-novo #areaCliente {
    left: 0px;
    width: auto;
    text-align: center;
    height: auto;
    margin-top: 0px !important;
  }
  .menu-mobile-novo .btn-popups:last-child {
    margin-top: 0px !important;
  }
  .menu-mobile-novo .navbar-collapse {
    margin-left: 0px;
    width: auto;
  }
}

.elementoslancamentos .fundoHeader {
  background: #0B163B;
  position: relative;
}

.elementosalugue .fundoHeader {
  background: #0B163B;
  position: relative;
}

.elementosnossaEmpresa .fundoHeader {
  background: #0B163B;
  position: relative;
}

.elementovenda .fundoHeader {
  background: #0B163B;
  position: relative;
}

.elementosImoveis .fundoHeader {
  background: #0B163B;
  position: relative;
}

body.interna .fundoHeader {
  position: relative;
}

.fixed .fundoHeader {
  background: #fff;
  height: 90px;
}
.fixed .fundoHeader .logo {
  max-height: 100px;
  padding-top: 10px;
}
.fixed .fundoHeader .navmenu {
  margin-top: 45px;
}
.fixed .fundoHeader #opcoesDir {
  display: none;
}

.logo-social {
  position: absolute;
  right: 0;
  z-index: 10;
  width: 35%;
}
@media (max-width: 991px) {
  .logo-social {
    position: relative;
    top: 0;
    width: 100%;
    right: 0;
    clear: both;
    float: left;
    text-align: center;
  }
}
.logo-social * {
  text-decoration: none !important;
}
.logo-social p {
  display: inline;
  color: white;
  position: relative;
  bottom: 5px;
  font-size: 0.8em;
  text-align: left;
  text-decoration: none !important;
}

.fundoSocial {
  background: #aa2a33;
  position: relative;
  height: 40px;
  padding: 10px 0 0 30px;
}
@media screen and (max-width: 980px) {
  .fundoSocial .container {
    padding: 0;
  }
}
@media screen and (max-width: 980px) {
  .fundoSocial {
    height: auto;
    min-height: 40px;
    padding: 5px 15px 0;
  }
  .fundoSocial .col-xs-12 {
    padding: 0;
  }
}
.fundoSocial .tel {
  display: inline;
  padding-right: 30px;
}
@media screen and (max-width: 1200px) {
  .fundoSocial .tel {
    padding-right: 24px;
  }
}
@media screen and (max-width: 980px) {
  .fundoSocial .tel {
    padding: 10px;
    letter-spacing: 0px;
    color: #FFFFFF;
    display: inline-block;
    margin: 0 3%;
  }
  .fundoSocial .tel * {
    color: #ffffff;
  }
}
.fundoSocial .tel img {
  position: relative;
  bottom: 6px;
  left: 3px;
  height: 24px;
}
.fundoSocial .tel svg {
  height: 20px;
  width: 20px;
  color: #666666;
  fill: #fff;
  position: relative;
  bottom: 1px;
  left: 3px;
}
.fundoSocial .whatsapp {
  display: inline;
  color: #FFFFFF;
}
@media screen and (max-width: 980px) {
  .fundoSocial .whatsapp {
    letter-spacing: 0;
    display: inline-block;
    margin: 0 3%;
  }
  .fundoSocial .whatsapp * {
    color: #ffffff;
  }
}
.fundoSocial .whatsapp img {
  position: relative;
  bottom: 6px;
  left: 3px;
  height: 24px;
}
.fundoSocial .whatsapp svg {
  height: 20px;
  width: 20px;
  fill: #fff;
  position: relative;
  bottom: 1px;
}

.initChat {
  cursor: pointer;
}

#sociaisTopo {
  position: relative;
  top: 10px;
  width: auto;
  margin: 0px 80px 0 0;
  color: #2ec3f4;
  float: right;
  text-align: center;
}
#sociaisTopo .followus {
  font-weight: 400;
  margin-bottom: 10px;
  display: block;
  font-size: 20px;
}
#sociaisTopo svg {
  fill: #07689b;
  display: inline-block;
  height: 48px;
  width: 48px;
}

.opc {
  width: 100%;
}
.opc:visited {
  transition: 1ms;
}
.opc li {
  padding: 4px 17px;
}
.opc li a {
  padding: 10px 0;
  font-weight: bold;
}

.titulo-doimovel {
  margin-top: 30px;
  background: #FFF;
  padding: 15px;
}
@media screen and (max-width: 1281px) {
  .titulo-doimovel {
    padding: 0 15px;
  }
}
@media (max-width: 990px) {
  .titulo-doimovel {
    text-align: center;
  }
}
.titulo-doimovel ul {
  list-style: none;
  padding: 0;
}
.titulo-doimovel p, .titulo-doimovel h1 {
  position: relative;
  top: 10px;
  font-size: 28px;
  line-height: 30px;
  font-weight: bold;
  margin: 0 0 10px;
}
.titulo-doimovel span {
  color: #298AC9;
  font-size: 1.4em;
}

.ref p {
  font-size: 1.1em;
  margin-left: 4%;
  line-height: 60px;
  position: relative;
  top: 30px;
  text-align: right;
}
.ref span {
  margin-left: 4%;
  font-size: 1.6em;
  font-weight: bold;
  color: #298AC9;
  text-align: right;
}

.refInterna {
  text-align: right;
}
@media screen and (max-width: 980px) {
  .refInterna {
    text-align: center;
  }
}
.refInterna p {
  font-size: 1.1em;
  margin-left: 4%;
  line-height: 60px;
  position: relative;
  top: 30px;
  text-align: right;
}
.refInterna span {
  margin-left: 4%;
  font-size: 24px;
  font-weight: bold;
  color: #298AC9;
  text-align: right;
  letter-spacing: 0px;
  display: inline-block;
}

.slider {
  top: 0;
  position: relative;
  width: 78.2%;
  float: right;
}
@media (max-width: 990px) {
  .slider {
    float: none;
  }
}
.slider ul {
  position: relative;
  right: 51px;
  bottom: 10px;
}
@media (max-width: 990px) {
  .slider ul {
    position: absolute;
    bottom: 111px;
    z-index: 1;
    width: 100%;
    left: 12%;
  }
}
.slider li {
  position: relative;
  width: 121%;
  margin-bottom: 0px;
}
@media (max-width: 990px) {
  .slider li {
    width: 25%;
  }
}

.texto2 {
  position: relative;
  padding: 20px;
  background: #E7303C;
  margin: 0;
  bottom: 5px;
  position: relative;
}
.texto2 label {
  font-size: 22px;
  color: white;
  width: 59%;
}

.textoBD {
  font-size: 18px !important;
  color: #5b6466 !important;
  font-weight: normal;
}
.textoBD * {
  font-size: 18px !important;
  color: #5b6466 !important;
  font-weight: normal;
}
.textoBD strong, .textoBD b {
  font-weight: bold !important;
}

.img-slider img {
  width: 100%;
}

.imagens {
  position: relative;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #aa2a33;
  cursor: default;
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom-color: transparent;
}
.nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:hover:hover, .nav-tabs > li.active > a:focus:hover {
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom-color: transparent;
}

.contato {
  width: 100%;
  height: auto;
  background: #ffffff;
  text-align: center;
}
.contato label {
  font-size: 1em;
  display: block;
  text-align: center;
  position: relative;
  top: 15px;
  margin-bottom: 10px;
}
.contato svg {
  fill: #aa2a33;
  width: 30px;
  height: 30px;
  position: relative;
  top: 5px;
}
@media screen and (max-width: 1025px) {
  .contato svg {
    width: 25px;
    height: 25px;
  }
}
.contato p {
  font-size: 24px;
  text-align: left;
  color: #0D226E;
  font-weight: 700;
  display: initial;
}
.fundo-digitar {
  background: #D8D8D9;
  height: auto;
}
.fundo-digitar.digitarLancamento {
  background: #FFFFFF;
  float: left;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 40px;
}
.fundo-digitar.digitarLancamento .contato-digitar {
  width: 40% !important;
  background: #D8D8D9;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  margin: 35px 0 0 0;
}
@media screen and (max-width: 1024px) {
  .fundo-digitar.digitarLancamento .contato-digitar {
    margin: 5px 0 0 0;
  }
}
@media screen and (max-width: 980px) {
  .fundo-digitar.digitarLancamento .contato-digitar {
    width: 90% !important;
    float: none;
    margin: 10px auto;
    clear: both;
  }
}
.fundo-digitar .contato-digitar {
  text-align: center;
  width: 80%;
  margin: 0 auto;
  margin-top: 10px;
  padding-top: 20px;
  padding-bottom: 21px;
}
@media screen and (max-width: 1281px) {
  .fundo-digitar .contato-digitar {
    text-align: center;
    width: 85%;
    margin: 0 auto;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 980px) {
  .fundo-digitar .contato-digitar {
    width: 90%;
  }
}
.fundo-digitar .contato-digitar .form-horizontal .form-group {
  margin-bottom: 5px;
  /* firefox 19+ */
  /* ie */
}
.fundo-digitar .contato-digitar .form-horizontal .form-group input {
  font-size: 14px;
  padding: 0 5px;
}
.fundo-digitar .contato-digitar .form-horizontal .form-group ::-webkit-input-placeholder {
  padding: 0 5px;
  text-align: left;
  font-size: 14px !important;
  margin-left: 30px;
}
.fundo-digitar .contato-digitar .form-horizontal .form-group ::-moz-placeholder {
  padding: 0 5px;
  text-align: left;
  font-size: 14px !important;
  margin-left: 30px;
}
.fundo-digitar .contato-digitar .form-horizontal .form-group :-ms-input-placeholder {
  padding: 0 5px;
  text-align: left;
  font-size: 14px !important;
  margin-left: 30px;
}
.fundo-digitar .contato-digitar .form-horizontal .form-group input:-moz-placeholder {
  padding: 0 5px;
  text-align: left;
  font-size: 14px !important;
  margin-left: 30px;
}
.fundo-digitar .contato-digitar .form-horizontal .form-group textarea {
  height: 70px;
}
.fundo-digitar .contato-digitar .form-horizontal .form-group.groupNome, .fundo-digitar .contato-digitar .form-horizontal .form-group.groupTelefone {
  display: inline-block;
  width: 48%;
}
@media screen and (max-width: 1281px) {
  .fundo-digitar .contato-digitar .groupNome {
    width: 49%;
    float: left;
  }
}
@media screen and (max-width: 1281px) {
  .fundo-digitar .contato-digitar .groupTelefone {
    width: 49%;
    float: right;
  }
}
.fundo-digitar .contato-digitar .btn-form {
  padding: 6px 116px;
  position: relative;
  right: 14px;
  background: #aa2a33;
  border-color: #aa2a33;
  width: 112%;
  text-align: center;
}
.fundo-digitar .contato-digitar .btn-form h1 {
  font-size: 2em;
  color: white;
}

.espancao {
  background: white;
  margin-top: 0px;
  height: 75px;
}
@media (max-width: 990px) {
  .espancao {
    width: 100%;
    height: auto;
    display: none;
  }
}
.espancao .icons {
  padding: 15px 0;
  position: relative;
  top: 0;
  left: 15px;
}
.espancao .icons svg {
  width: 30px;
  height: 30px;
  fill: #0b163b;
}
.espancao .icons img {
  width: auto;
  position: relative;
  top: -7px;
  max-width: 40px;
  max-height: 40px;
}
.espancao .icons span {
  font-size: 16px;
  background: #efefef;
  padding: 8px 10px;
  background-size: 100% 100%;
  margin-right: 33px;
  position: relative;
  bottom: 6px;
  border-radius: 10px;
}
@media screen and (max-width: 1281px) {
  .espancao .icons span {
    margin-right: 20px;
  }
}
@media (max-width: 990px) {
  .espancao .icons span {
    margin-right: 10px;
    font-size: 1em;
  }
}
.espancao .icons .preco {
  font-size: 1.1em;
  color: #aa2a33;
  font-weight: bold;
  display: initial;
  position: relative;
  bottom: 5px;
}
@media (max-width: 990px) {
  .espancao .icons .preco {
    position: relative;
    top: 10px;
  }
}
.espancao .icons .preco.maisUmValor {
  font-size: 0.9em;
  bottom: 15px;
  height: auto;
  float: right;
  right: 8%;
}

.titulos {
  text-align: left;
}
.titulos.tLancamento {
  width: 100%;
  left: 0px;
  position: relative;
  color: #FFF;
  padding: 5px 15px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: #568bc0;
  background: -moz-linear-gradient(top, #568bc0 0%, #315983 100%);
  background: -webkit-linear-gradient(top, #568bc0 0%, #315983 100%);
  background: linear-gradient(to bottom, #568bc0 0%, #315983 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#568bc0", endColorstr="#315983", GradientType=0);
  margin-bottom: 2%;
  margin-top: 30px;
}
@media screen and (max-width: 1334px) {
  .titulos.tLancamento {
    width: 100%;
  }
}
.titulos.tLancamento .titulo {
  padding: 0 !important;
  color: #FFF !important;
  border: none !important;
  margin-bottom: 0 !important;
  font-weight: normal !important;
}
.titulos.tLancamento .titulo:after {
  display: none !important;
}
@media (max-width: 990px) {
  .titulos {
    text-align: center;
  }
}
.titulos p.titulo {
  font-size: 1.2em;
  color: #aa2a33;
  padding-top: 25px;
  padding-bottom: 10px;
  font-weight: 600;
}
.titulos p.titulo.semBorda {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 7px;
}
.titulos p.titulo:after {
  content: "";
  position: absolute;
  border-top: 1px dashed #5bc0de;
  background-color: #fff;
  width: 80%;
  height: 1px;
  display: flex;
}
.semBorda .titulos p.titulo:after {
  display: none;
}
.titulos label {
  font-size: 1.1em;
  text-align: left;
  margin-bottom: 12px;
}
@media (max-width: 990px) {
  .titulos label {
    text-align: center;
  }
}
.titulos hr {
  position: relative;
  top: 0;
}
.titulos ul {
  padding: 0;
  list-style: none;
}
.titulos ul li {
  font-size: 1em;
  list-style: none;
  padding-left: 33px;
  background: url(../imagens/disponivel.png) no-repeat left center;
  background-size: contain;
  margin: 0 0 5px 0;
}

.bx-wrapper .bx-viewport {
  background: transparent;
}

.bx-wrapper .bx-controls-direction a {
  right: -50px;
  top: 50px;
}
@media (max-width: 990px) {
  .bx-wrapper .bx-controls-direction a {
    right: 10px;
    top: 120px;
  }
}

.bx-wrapper .bx-prev {
  margin-left: -60px;
}
@media (max-width: 990px) {
  .bx-wrapper .bx-prev {
    margin-left: 0px;
  }
}

footer {
  clear: both;
  position: relative;
  z-index: 5;
}

.fundo-atendimento {
  background: rgba(11, 22, 59, 0.9);
  width: 100%;
  display: none;
  padding-top: 3px;
  padding-bottom: 9px;
  height: auto;
  z-index: 3;
}
.fundo-atendimento.is_stuck {
  display: block;
}
.fundo-atendimento .displayInline80px {
  height: 30px;
  margin: 0.5% 0 0 0;
}
@media (max-width: 980px) {
  .fundo-atendimento .posicionar-center span {
    display: block;
    text-align: center;
  }
}
.fundo-atendimento .posicionar-center .iconeRodape {
  display: inline-block;
  background: #FFF;
  padding: 5px 6px;
  border-radius: 50% 50%;
  margin: 0px 3px 0 0;
}
.fundo-atendimento .posicionar-center .iconeRodape img {
  max-height: 24px;
  top: -2px;
}
@media (max-width: 980px) {
  .fundo-atendimento .posicionar-center .iconeRodape {
    display: block;
    text-align: center;
    background: transparent;
  }
  .fundo-atendimento .posicionar-center .iconeRodape img {
    background: #FFF;
    padding: 5px 6px;
    border-radius: 50% 50%;
    max-height: 60px;
    width: auto;
  }
}
@media (max-width: 980px) {
  .fundo-atendimento {
    position: absolute;
    bottom: -32px;
    left: 0;
    right: 0;
  }
}
@media (max-width: 600px) {
  .fundo-atendimento {
    position: absolute;
    bottom: 0;
  }
}
.fundo-atendimento a {
  color: #FFFFFF;
  text-decoration: none;
}
.fundo-atendimento span {
  color: white;
  font-size: 18px;
}
@media screen and (max-width: 1200px) {
  .fundo-atendimento span {
    font-size: 17px;
  }
}
@media (max-width: 950px) {
  .fundo-atendimento span {
    font-size: 1em;
  }
}
.fundo-atendimento svg {
  display: inline-block;
  fill: #fff;
  width: 39px;
  height: 39px;
  position: relative;
  float: left;
}
@media (max-width: 950px) {
  .fundo-atendimento svg {
    width: 25px;
    height: 25px;
    top: 5px;
  }
}
.fundo-atendimento img {
  position: relative;
  display: inline-block;
}
@media (max-width: 950px) {
  .fundo-atendimento img {
    width: 7%;
  }
}

.bt-atendimento {
  padding: 5px 12px;
  background-color: #4DC135;
  border-color: #4DC135;
  color: white;
  font-size: 1em;
  border-radius: 5px;
  float: right;
  margin: 5px 0 0 0;
}
@media screen and (max-width: 1200px) {
  .bt-atendimento {
    font-size: 1em;
  }
}
@media (max-width: 950px) {
  .bt-atendimento {
    margin-top: 30px;
    margin-bottom: 30px;
    float: left;
  }
}

.nav > li > a {
  padding: 0;
  border-bottom: 0px solid transparent;
}
.nav > li > a:hover {
  border-color: white;
  background-color: transparent;
  background: transparent;
}

.nav-tabs {
  border-bottom: 1px solid transparent;
}

.fotosExtras, .precoLista, .tipoImovelLista, .enderecoImovelLista {
  display: none;
}

.listaSimilares .svg img {
  max-width: 53px !important;
}

#listaImoveis {
  padding: 20px 40px;
}
@media screen and (max-width: 980px) {
  #listaImoveis {
    padding: 15px 0px;
  }
}

.lista .imovel {
  height: auto;
}
@media screen and (max-width: 980px) {
  .lista .imovel {
    float: left;
  }
}
.lista .tipoImovelLista {
  display: inline;
}
.lista .enderecoImovelLista {
  display: block;
  float: right;
  font-size: 12px;
  margin: 5px 0 0 0;
}
.lista .local {
  width: 70%;
}
.lista .referencia {
  width: 30%;
}
.lista .geral {
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
  position: relative;
  float: left;
  max-width: 100%;
}
.lista .geral .btnMais {
  /*display: block;
  width: 130px;
  margin: 20px auto 0;
  background: #0b163b;
  border: none;
  font-size: 18px;
  padding: 10px 0;
  border-radius: 10px;*/
  display: block;
  width: 130px;
  margin: 20px auto 0;
  background: #e0e0e0;
  border: none;
  font-size: 18px;
  padding: 10px 0;
  border-radius: 10px;
  color: #0b163b;
  font-weight: bold;
}
.lista .geral .precoFixo, .lista .geral .texto-referencia {
  display: none;
}
.lista .geral .foto {
  width: 70%;
  /*img{
    display: inline !important;
    width: 32.9% !important;
    margin: 0 0.4% 0 0 !important;

    &:nth-child(3){
      margin-right: 0 !important;
    }
  }*/
}
.lista .geral .foto .nomeImovel {
  position: relative !important;
  background: #12123e;
  min-height: 35px;
}
.lista .geral .foto .fotosExtras {
  display: inline;
}
.lista .geral .foto .listaFotos {
  height: 202px;
}
.lista .geral .foto .containerFotoBusca {
  width: 100%;
  max-width: 1170px;
  position: relative;
}
.lista .geral .foto .containerFotoBusca .slick-arrow {
  z-index: 99;
}
.lista .geral .foto .liFoto {
  display: block !important;
  margin: 0 2.1px 0 !important;
  float: left;
  width: 270px;
  height: 200px;
  position: relative;
}
.lista .geral .foto .liFoto img {
  width: 100%;
}
.lista .geral .foto .liFoto:nth-child(3) {
  margin-right: 1.8px !important;
}
.lista .geral .infoImovel {
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  padding: 50px 0 0 0;
  border-left: 1px solid #DEDEDE;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .lista .geral .infoImovel {
    padding: 50px 0 0 15px;
  }
}
.lista .geral .precoLista {
  display: block;
  margin: 0 0 20px;
  height: 35px;
  border-bottom: 1px solid #DEDEDE;
  font-size: 22px;
  color: #b1161f;
}

/*
.lista {

  .bxImovel{
    background: #FFF;
    min-height: 260px;

    a{
      text-decoration: none;
    }

    @media (max-width: 990px) {  min-height: 402px;  }
    .geral{
      .foto{
        position: relative;
        float: left;
        margin-left: 31%;
        top: 39px;
        display: flex;
        img{
          width: 58%;
          position: relative;
          bottom: 6px;
          height: 201px;
          right: 64%;
          margin: 0px 5px;
          -webkit-transition: all linear .20s;
          -moz-transition: all linear .20s;
          -ms-transition: all linear .20s;
          -o-transition: all linear .20s;
          transition: all linear .20s;
          @media (max-width: 990px) {
            width: 49%;
            bottom: 88px;
            height: 102px;
            right: 52%;
          }
        }
      }
      .texto-referencia{
        width: 100%;
      }
      .ref{
        background: #EB7B0D;
        position: absolute;
        top: 100%;
        left: 39%;
        z-index: 2;
        width: 48%;
        height: 31px;
        border-radius: 8px;

        @media (max-width: 990px) {
          margin-top: 90%;
          margin-left: 0;
        }
      }
      .infoImovel{
        float: left;
        margin: 11% 7% 23px 0;
        min-width: 150px;
        width: 100%;
        position: relative;
        right: 11%;
        @media (max-width: 990px) {
          right: 9%;
          bottom: 36px;
        }
      }
      .info-compra{
        float: right;
        position: relative;
        left: 20px;
        width: 240px;

        @media (max-width: 990px) {
          display: -webkit-box;
          position: relative;
          bottom: 45px;
        }
      }
      .button-mais
      {
        background: rgb(64, 86, 177);
        color: #fff;
        font-size: 20px;
        height: 60px;
        width: 150px;
        line-height: 60px;
        margin: 25px 25px;
        text-align: center;
        border: 0;
        transition: all 0.3s ease 0s;
        border-radius: 7px;
        margin-left: 22%;
        @media (max-width: 990px){
          margin-left: 0;
          position: relative;
          top: 46px;
          right: 68px;
        }
        &:hover {
          //box-shadow: inset 0 0 0 5px #3071A9;
        }
        a{
          color: white;
        }
      }

    }

  }

}
*/
.galeria .fotosExtras {
  display: none !important;
}

.fundo-linha {
  background: #ffffff;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.fundo-linha .texto-titulos {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
.fundo-linha .texto-titulos label, .fundo-linha .texto-titulos h1 {
  font-size: 2em;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  margin-top: 0;
}

.sub-textopaginas .slider-empresa .bx-viewport {
  height: 350px;
}

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon/icomoon.eot?-rdnm34");
  src: url("fonts/icomoon/icomoon.eot?#iefix-rdnm34") format("embedded-opentype"), url("fonts/icomoon/icomoon.woff?-rdnm34") format("woff"), url("fonts/icomoon/icomoon.ttf?-rdnm34") format("truetype"), url("fonts/icomoon/icomoon.svg?-rdnm34#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
div.cs-skin-border {
  background: #FFFFFF;
  font-size: 14px;
  max-width: 290px;
  border-radius: 3px;
  color: #717171;
  border: 1px solid #cfd8dd;
  padding-left: 15px;
}
@media screen and (max-width: 980px) {
  div.cs-skin-border {
    max-width: none;
  }
}

.cs-skin-border > span {
  /*border: 5px solid #000;
  border-color: inherit;*/
  -webkit-transition: background 0.2s, border-color 0.2s;
  transition: background 0.2s, border-color 0.2s;
  padding: 0.5em 1em;
  /*-webkit-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.22);*/
  /*-moz-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.22);*/
  /*box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.22);*/
}

.cs-skin-border > span::after,
.cs-skin-border .cs-selected span::after {
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "";
  font-size: 14px;
}

.cs-skin-border li.cs-selected span::after {
  display: none;
}

.cs-skin-border ul span::after {
  content: "";
  opacity: 0;
}

.cs-skin-border .cs-selected span::after {
  content: "";
  color: #ddd9c9;
  font-size: 1.5em;
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.cs-skin-border.cs-active > span {
  background: #fff;
  border-color: #fff;
  color: #aa2a33;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.cs-skin-border .cs-options {
  color: #aa2a33;
  font-size: 0.75em;
  opacity: 0;
  -webkit-transition: opacity 0.2s, visibility 0s 0.2s;
  transition: opacity 0.2s, visibility 0s 0.2s;
  line-height: 10px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.22);
}

.cs-skin-border.cs-active .cs-options {
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.cs-skin-border ul span {
  padding: 1em 2em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cs-skin-border .cs-options li span:hover,
.cs-skin-border li.cs-focus span {
  background: #aa2a33;
  color: #FFF;
}

#toggleAvancada {
  cursor: pointer;
  font-size: 14px;
  text-decoration: none;
  margin: 15px 15px 0 0;
}

.hiddenAvancado2 {
  padding-top: 10px !important;
}
@media (max-width: 980px) {
  .hiddenAvancado2 {
    margin-top: -15px !important;
    padding-top: 1px !important;
    /*#codigoBusca{
      margin-bottom: 15px !important;
    }*/
  }
}

.hiddenAvancado {
  border-top: 1px solid #FFFFFF;
  padding: 15px 0;
  margin: 0px 0 0px 0;
}
@media screen and (max-width: 980px) {
  .hiddenAvancado {
    clear: both;
    border: none;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    padding-top: 1px !important;
  }
}
.hiddenAvancado .pergunta {
  font-size: 16px;
}

.hiddenAvancado a {
  outline: none;
  text-decoration: none;
  font-size: 13px;
  display: block;
  background: #FFF;
  border-radius: 3px;
  border: 1px solid #cfd8dd;
  padding: 7px 5px;
  cursor: pointer;
  color: #5b6466;
}

.hiddenAvancado a:hover {
  color: #aa2a33;
}

.hiddenAvancado span.red {
  position: relative;
  display: inline-block;
  top: 0px;
  margin-left: 2px;
  margin-right: 5px;
  font-size: 12px;
  color: #aa2a33;
}

.hiddenAvancado svg {
  fill: #aa2a33;
  max-height: 24px;
  max-width: 24px;
}

.hiddenAvancado .popover-title {
  background: #aa2a33;
  color: #FFF;
}

.hiddenAvancado .popover {
  /*border-color: #42929d;*/
  border: none;
  padding: 0;
}

.popOver img {
  max-width: 26px;
  max-height: 26px;
}

.hiddenAvancado .popover.bottom > .arrow:after {
  border-bottom-color: #aa2a33;
}

.hiddenAvancado label {
  display: block;
  padding: 3px 0 !important;
  margin: 0 0 0 0 !important;
}

.hiddenAvancado .form-control {
  padding: 6px 3px;
  font-size: 11px;
}

.divisorInputs {
  padding: 0 5px;
  text-align: center;
  line-height: 35px;
}

.hiddenAvancado .noUi-horizontal .noUi-handle {
  width: 24px !important;
  height: 24px !important;
  top: -4px;
}

.noUi-connect {
  background: #aa2a33;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #e8eff2;
  cursor: default;
  box-shadow: none;
}

.noUi-handle:after, .noUi-handle:before {
  background: #aa2a33;
}

.rowBuscaInterna {
  background: #d8d8d8;
  margin-top: 0;
  margin-bottom: 10px;
  position: relative !important;
  padding: 30px 0;
  width: auto !important;
  bottom: 0 !important;
  border-radius: 0 !important;
}
@media screen and (max-width: 1205px) {
  .rowBuscaInterna .maxW290 {
    max-width: 200px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1205px) {
  .rowBuscaInterna .maxW290 {
    padding-left: 5px;
    padding-right: 5px;
  }
}

#buscarImoveisOnScroll {
  position: relative;
  min-height: 40px;
}

.fixed .rowBuscaInterna {
  margin-bottom: 0;
}

.popover {
  min-width: 210px;
}

#sliderPreco, #sliderArea {
  margin: 15px 10px;
  position: relative;
  left: 5px;
}

.hiddenAvancado .noUi-handle:after, .hiddenAvancado .noUi-handle:before {
  top: 5px !important;
}

.hiddenAvancado .noUi-handle:before {
  left: 9px !important;
}

.hiddenAvancado .noUi-handle:after {
  left: 11px !important;
}

.hiddenAvancado .maximoValorPlus {
  position: absolute;
  font-size: 16px;
  top: 15%;
  right: 0px;
}

.hiddenAvancado.hiddenNomeCodigo {
  position: absolute;
  bottom: -20%;
  left: 20%;
  border-top: none;
  border-bottom: none;
  width: 40%;
  height: 30%;
  margin-bottom: 0;
}

@media screen and (max-width: 980px) {
  #buscaTopo .col-xs-12 {
    text-align: center;
  }
}

.buscaTopoInterna .hiddenAvancado.hiddenNomeCodigo {
  bottom: 0;
}

#codigoBusca {
  border-radius: 3px;
  border: 1px solid #d5dde1;
  padding: 7px 10px;
  font-size: 14px;
  width: 100%;
}

.autocomplete-suggestions {
  border: 1px solid #999;
  background: #FFF;
  overflow: auto;
}

.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
}

.autocomplete-selected {
  background: #F0F0F0;
}

.autocomplete-suggestions strong {
  font-weight: normal;
  color: #3399FF;
}

.autocomplete-group {
  padding: 2px 5px;
}

.autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #000;
}

#back-to-top {
  position: fixed;
  bottom: 120px;
  right: 40px;
  z-index: 9999;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  background: #aa2a33;
  color: #fff;
  cursor: pointer;
  border: 0;
  border-radius: 2px;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 0;
  box-shadow: 0px 0px 15px #31313180;
}

.tituloInterna {
  margin: 35px 0 10px;
  font-size: 1.8vw;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 980px) {
  .tituloInterna {
    margin-top: 45px;
    font-size: 16px;
    font-weight: bold;
  }
}
.tituloInterna::after {
  content: " ";
  display: block;
  height: 1px;
  width: 110%;
  border-bottom: 2px solid #aa2a33;
  position: absolute;
  left: 0;
  bottom: -10px;
}
@media screen and (max-width: 980px) {
  .tituloInterna::after {
    width: 100%;
  }
}

.bxInterna {
  background: #FFF;
  padding: 30px 20px;
  border-radius: 3px;
  box-shadow: 0px 2px 10px #cecece;
}
@media screen and (max-width: 980px) {
  .bxInterna {
    padding: 15px 10px;
  }
}

#back-to-top:hover {
  background: #8a8a8a;
}

#back-to-top.show {
  opacity: 1;
}

@media screen and (max-width: 980px) {
  .labelEnd {
    font-size: 13px !important;
    height: 45px;
    max-height: 45px;
  }
}

.detalheCaixa {
  border: 8px solid #315983;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  position: absolute;
  left: 0px;
  top: -15%;
  height: 130%;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 1334px) {
  .detalheCaixa {
    width: 100%;
  }
}
@media screen and (max-width: 980px) {
  .detalheCaixa {
    top: -7%;
    height: 115%;
  }
}
.detalheCaixa.localizacao {
  left: 0 !important;
  width: 100% !important;
  z-index: 2 !important;
}
@media screen and (max-width: 980px) {
  .detalheCaixa.localizacao {
    top: -15% !important;
    height: 120% !important;
  }
}
.detalheCaixa.similares {
  left: 0 !important;
  width: 100% !important;
  top: -5% !important;
  height: 102% !important;
}
@media screen and (min-width: 1334px) {
  .detalheCaixa.similares {
    height: 105% !important;
  }
}
@media screen and (max-width: 980px) {
  .detalheCaixa.similares {
    top: -0.4% !important;
  }
}
.detalheCaixa.video {
  top: -5%;
  height: 108%;
}
@media screen and (max-width: 980px) {
  .detalheCaixa.video {
    top: -5.5% !important;
  }
}
.detalheCaixa.passeio3d {
  top: -6%;
  height: 108%;
}
@media screen and (max-width: 980px) {
  .detalheCaixa.passeio3d {
    top: -3%;
  }
}

.slickDetalhe {
  left: 30px;
  width: 96%;
}
@media screen and (max-width: 1024px) {
  .slickDetalhe {
    left: 20px;
  }
}
.slickDetalhe a {
  display: block;
  /*width: 150px;
  height: 90px;*/
}
.slickDetalhe .slick-slide {
  /*width: 150px;*/
  margin: 0 8px 0 0;
}
.slickDetalhe .slick-prev {
  left: -20px;
}
@media screen and (max-width: 1024px) {
  .slickDetalhe .slick-prev {
    left: -15px;
  }
}
.slickDetalhe .slick-next {
  right: -15px;
}

.bxListaGrade {
  font-size: 14px;
}
@media screen and (max-width: 980px) {
  .bxListaGrade {
    visibility: hidden;
  }
}
.bxListaGrade .btnTipoLista {
  background: #ffffff;
  outline: none;
}
.bxListaGrade .btnTipoLista.active {
  background: #0b163b;
  color: #FFF;
}

.bxInfoTopoDet {
  margin: 30px 0 2px;
  background: #ffffff;
  padding: 10px 15px;
}
@media screen and (max-width: 1281px) {
  .bxInfoTopoDet {
    padding: 5px;
    margin: 30px 0 0;
  }
}
@media screen and (max-width: 980px) {
  .bxInfoTopoDet {
    clear: both;
  }
}
.bxInfoTopoDet.rowLanc {
  padding-bottom: 5px;
}
.bxInfoTopoDet.rowLanc .inlineBlock {
  margin: 0 30px;
}
.bxInfoTopoDet .icons {
  left: 0;
  top: 0;
  margin: 0;
}
.bxInfoTopoDet .icons .inlineBlock {
  margin-right: 0;
  min-width: 85px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .bxInfoTopoDet .icons .inlineBlock {
    min-width: 70px;
  }
}
.bxInfoTopoDet .icons svg {
  width: 30px;
  height: 30px;
  fill: #0b163b;
}
.bxInfoTopoDet .icons img {
  width: auto;
  position: relative;
  top: 0px;
  max-width: 40px;
  max-height: 40px;
}
@media screen and (max-width: 1281px) {
  .bxInfoTopoDet .icons img {
    max-width: 35px;
    max-height: 35px;
  }
}
.bxInfoTopoDet .icons span {
  display: block;
  font-size: 21px;
  font-weight: bold;
  background: none;
  padding: 0 0 8px 0;
  background-size: 100% 100%;
  margin-right: 0px;
  position: relative;
  bottom: 0px;
  border-radius: 0px;
}
@media screen and (max-width: 1281px) {
  .bxInfoTopoDet .icons span {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .bxInfoTopoDet .icons span {
    margin-right: 10px;
    font-size: 1em;
  }
}
.bxInfoTopoDet .icons .tituloAtr {
  background: none;
  margin: 0;
  bottom: 0;
  font-size: 16px;
  font-weight: normal;
  padding: 0;
}

.codigoDet {
  color: #12123e !important;
  font-size: 13px !important;
  display: block !important;
  float: none !important;
  text-align: center !important;
  margin: 10px 0 0 0 !important;
}

.slickFotoDet .slick-arrow {
  width: 40px;
  height: 40px;
  z-index: 9;
  background: #FFF;
  border-radius: 70px;
}
.slickFotoDet .slick-arrow:after, .slickFotoDet .slick-arrow:before {
  font-size: 50px;
  border-radius: 50px;
  position: absolute;
  width: 45px;
  height: 41px;
  left: -5px;
  top: 0;
}
.slickFotoDet .slick-prev {
  left: -15px;
}
.slickFotoDet .slick-next {
  right: -15px;
}

#boxCapa {
  position: relative;
  z-index: 1;
}

.cliqueParaAumentar {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../imagens/resize.png) rgba(0, 0, 0, 0.18) 5% center no-repeat;
  background-size: 18px;
  padding: 12px 15px 12px 38px;
  color: #FFF;
  z-index: 3;
  font-size: 12px;
}

#fotoCapa {
  width: 100%;
  display: block;
  margin: auto;
  position: relative;
  cursor: pointer;
}

#fullscreenDetalhe.carouselAtivo .owl-carousel {
  visibility: visible;
}

.owl-carousel#owlCarouselFotoDet {
  background: #3e3e3e;
}

.owl-carousel:not(#owlCarouselFotoDet) .fotoMin {
  max-width: 100% !important;
}

#auxiliar-owl, .auxiliar-owl {
  position: absolute;
  right: 5%;
  top: 3%;
  z-index: 10;
}

.setaOwl {
  position: absolute;
  top: 45%;
  height: 20px;
  width: 20px;
  background-color: rgba(11, 22, 59, 0.9);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  z-index: 2;
  border-radius: 50% 50%;
  color: #FFF;
  font-size: 15px;
}
#fullscreenDetalhe .setaOwl {
  height: 50px;
  width: 50px;
  font-size: 40px;
}

.setaOwl .fa {
  position: absolute;
  top: 7%;
}

.setaOwl.esquerda {
  left: 0.8%;
}

.setaOwl.esquerda .fa {
  left: 30%;
}

.setaOwl.direita {
  right: 0.7%;
}

.setaOwl.direita .fa {
  right: 30%;
}

#fecharOwl, .fecharOwl {
  opacity: 0;
  border-radius: 20% 20%;
  text-align: center;
  background: rgba(255, 255, 255, 0.85);
  color: #172245;
  font-size: 30px;
  font-family: Arial;
  width: 50px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
}

.legendaOwl {
  position: absolute;
  bottom: 0;
  width: 80%;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 40px 60px 40px;
  background: rgba(0, 0, 0, 0.6);
  color: #FFF;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 12px;
}

.legendaOwl .texto-legenda {
  font-size: 26px;
}

.legendaOwl hr {
  margin-top: 10px;
  border-color: #FFF;
}

.fotoMin, .fotoHigh {
  cursor: move;
}

.fotoMin {
  max-width: 750px !important;
  max-height: 518px !important;
  width: auto !important;
  margin: auto;
}
@media screen and (max-height: 801px) {
  .fotoMin {
    max-height: 428px !important;
  }
}
@media screen and (max-width: 980px) {
  .fotoMin {
    max-height: 220px !important;
  }
}

.mid_frm_Box {
  width: 100%;
  margin-top: 5px;
  display: inline-block;
}
.mid_frm_Box input[type=text], .mid_frm_Box input[type=email], .mid_frm_Box input[type=tel] {
  width: 100%;
  float: left;
  background: #fff;
  height: 43px;
  padding: 0 15px;
  border: 1px solid #bebdbd;
  color: #82888a;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}

.condominio {
  float: right;
  background: url(../imagens/icoValorCond.png) no-repeat center left;
  background-size: contain;
  font-size: 14px;
  padding: 5px 0 1px 35px;
  width: 270px;
}
@media screen and (max-width: 1281px) {
  .condominio {
    padding: 2px 0 0px 36px;
  }
}
@media screen and (max-width: 980px) {
  .condominio {
    float: none;
    text-align: center;
    margin: auto;
  }
}

.enderecoTopo {
  font-size: 13px;
  display: inline;
  float: right;
  margin: 5px 0;
}
@media screen and (max-width: 980px) {
  .enderecoTopo {
    float: none;
    display: block;
    margin: auto;
    padding: 5px 0;
  }
}

.financiamento {
  clear: both;
  display: block;
  width: 100%;
  height: 32px;
  background: url(../imagens/calculadora.png) no-repeat;
  background-size: contain;
  padding: 4px 0 0 0px;
  font-size: 18px;
  color: #0098e5;
  max-width: 280px;
  margin: 25px auto 0px;
  letter-spacing: 0.4px;
}

.btn-info {
  color: #fff;
  background-color: #aa2a33;
  border-color: #aa2a33;
}

@media screen and (max-width: 1334px) {
  #internaImovelDet {
    width: 100%;
    top: -15px;
    position: relative;
  }
}

@media screen and (max-width: 980px) {
  iframe {
    max-width: 100%;
    height: auto;
  }
}
#owlPlantas {
  overflow: hidden;
}
#owlPlantas .owl-item {
  float: left;
}

@media screen and (min-width: 1281px) {
  .ajusteLeft {
    padding: 0 0 0 15px;
  }
}

.formulario-login {
  width: 574px;
  margin: 0 auto;
}

.modal-header .close {
  font-size: 46px;
}

.sweetAntesEnvio {
  width: 702px;
  left: 50%;
  top: 250px;
  margin-left: -360px;
}

.w3-modal:focus {
  display: none;
}

#icon-negado {
  text-align: center;
  font-size: 4em;
  padding: 20px;
}
#icon-negado span {
  color: #ffd01f;
}

.subLabelPreco {
  background: none !important;
  padding: 0 !important;
  margin: 3px 0 -5px !important;
  bottom: 0 !important;
  border: none !important;
  font-size: 0.7em !important;
  display: block !important;
}

.azulNovo {
  color: #2B92D6;
}

.selo-aluguel-garantido {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 20% !important;
  min-width: 110px;
  z-index: 10;
}

.galeria .selo-aluguel-garantido {
  top: 32px;
}

.posicionamento > .selo-aluguel-garantido {
  top: 32px;
}

.iframe-passeio3d iframe {
  width: 100%;
  height: 500px;
}
@media (max-width: 991px) {
  .iframe-passeio3d iframe {
    height: 315px;
  }
}

.bx-wrapper img {
  width: 100%;
  height: auto !important;
}

@media (max-width: 980px) {
  .fundo-atendimento {
    position: absolute !important;
    top: inherit !important;
  }
}
#conteudo {
  min-height: 600px;
}

.tabContato tr, .tabContato td, .tabContato {
  border: none !important;
}

@media screen and (max-width: 980px) {
  .tabContato label {
    display: none;
  }
  .tabContato tr > td:first-child {
    display: none;
  }
  .tabContato tr > td:nth-child(2) {
    max-width: 260px;
  }
  .tabContato tr > td:nth-child(2) input, .tabContato tr > td:nth-child(2) textarea {
    width: 100%;
    font-size: 12px;
  }
}

.pagination > li > a, .pagination > li > span {
  color: #aa2a33;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #aa2a33;
  border-color: #aa2a33;
}

#gMaps {
  width: 100%;
  clear: both;
  border: 1px solid silver;
  height: 460px;
  visibility: hidden;
}

.flex-direction-nav a:before {
  content: "";
  background: url("/imagens/principal/movePrev.png") no-repeat;
  background-size: contain;
  width: 100%;
  height: 43px;
}

.flex-direction-nav a.flex-next:before {
  content: "";
  background: url(/imagens/principal/moveNext.png) no-repeat;
  background-size: contain;
  width: 100%;
  height: 43px;
}

.flexslider .flex-direction-nav .flex-next {
  right: 10px;
  /* adjust offset to match the hover style */
  opacity: 0.8;
  /* adjust opacity to match the hover style */
}

.flexslider .flex-direction-nav .flex-prev {
  left: 10px;
  /* adjust offset to match the hover style */
  opacity: 0.8;
  /* adjust opacity to match the hover style */
}

.foto-ajuste .fancybox-button {
  height: 500px;
  display: block;
  position: relative;
}
@media screen and (max-width: 980px) {
  .foto-ajuste .fancybox-button {
    height: 270px;
  }
}
.foto-ajuste .fancybox-button .foto {
  position: absolute;
  height: 100% !important;
  width: auto !important;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.flexslider {
  background: #f1f1f1 !important;
  margin-bottom: 15px;
  border: none;
}
@media screen and (max-width: 980px) {
  .flexslider {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.carac {
  display: block;
  float: left;
  margin-left: 0px;
  width: 100%;
  padding: 0;
}
.carac li {
  list-style: none;
  font-size: 16px;
  margin-bottom: 3px;
}
.carac .codigo {
  color: black;
}
.carac .codigo strong {
  color: #990000;
}

.carac.comImg {
  text-align: center;
}
.carac.comImg li {
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 10px;
  font-size: 12px;
  text-align: center;
  display: inline-block;
}
.carac.comImg li .ico {
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 auto;
}

.infoDetalhe .preco {
  position: relative;
  color: #990000;
  font-size: 18px;
  width: 100% !important;
  clear: both;
  padding: 10px 0;
  border-top: 1px solid #ececec;
}
.infoDetalhe .preco .titulos {
  font-weight: bold;
  margin-bottom: 20px;
  color: #6a6a6a !important;
  font-size: 16px;
}
.infoDetalhe .preco .titulos span, .infoDetalhe .preco .text span {
  float: right;
}
.infoDetalhe .tabelaLocacao .text {
  color: #adadad !important;
  font-weight: 300;
  font-size: 14px;
  line-height: 25px;
}
.infoDetalhe a.btn-contato {
  display: none;
}
.infoDetalhe .infoLink {
  color: #aa2a33 !important;
  display: inline-block !important;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  width: 22px !important;
  height: 22px !important;
  border: 2px solid rgba(170, 42, 51, 0.5);
  border-radius: 50%;
  margin: 0;
  padding: 0;
  cursor: pointer !important;
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.swal2-icon.swal2-info {
  color: #aa2a33 !important;
  border: 4px solid rgba(170, 42, 51, 0.5) !important;
}

.box-Contato {
  padding: 0 10px;
  border: 1px solid #f1f1f1;
  width: 400px;
  margin: 0 auto;
  background: #f1f1f1;
}
@media screen and (max-width: 980px) {
  .box-Contato {
    width: 100%;
    margin: 15px auto;
    padding: 0 5px;
  }
}
.box-Contato .form-group.groupNome, .box-Contato .form-group.groupTelefone {
  display: inline-block;
  width: 48%;
}
.box-Contato .tituloContato, .box-Contato .subtituloContato {
  margin: 0 -10px;
  padding: 10px;
  background: #aa2a33;
  color: #FFF;
}
.box-Contato .tituloContato a, .box-Contato .subtituloContato a {
  color: #FFF;
}
@media screen and (max-width: 980px) {
  .box-Contato .tituloContato {
    font-size: 16px;
  }
}
@media screen and (max-width: 980px) {
  .box-Contato .subtituloContato {
    font-size: 12px;
  }
}

.bxsliderdestaque .slick-prev:before, .bxsliderdestaque .slick-next:before {
  color: #aa2a33 !important;
}
.bxsliderdestaque .slick-prev {
  left: -10px;
}
.bxsliderdestaque .slick-next {
  right: -10px;
}
.bxsliderdestaque .box {
  border: 1px solid #d4d4d4;
  min-height: 390px;
  max-width: 240px;
  margin-left: 20px;
}
.bxsliderdestaque .qtd_fotos {
  display: none;
}
.bxsliderdestaque .textoDet {
  padding: 10px;
  text-align: left;
}
.bxsliderdestaque .textoDet a {
  color: black;
  font-size: 14px;
}
.bxsliderdestaque .textoDet span {
  text-align: center;
}
.bxsliderdestaque .textoDet p {
  margin: 5px 0;
}
.bxsliderdestaque .textoDet .valor {
  color: #990000;
}
.bxsliderdestaque .textoDet .descricao {
  text-align: justify;
  font-size: 12px;
}

.rowExibirBusca {
  margin: 0;
  width: 100%;
  background: #aa2a33;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  max-height: 40px;
}
@media screen and (max-width: 980px) {
  .rowExibirBusca {
    height: auto;
  }
}
.rowExibirBusca .fa-chevron-down {
  display: inline-block;
}
.rowExibirBusca .fa-chevron-up {
  display: none;
}
.aberta .rowExibirBusca {
  position: relative;
  margin-top: -20px;
  margin-bottom: 15px;
  padding: 0.1px 0 0 0;
}
.aberta .rowExibirBusca .fa-chevron-down {
  display: none;
}
.aberta .rowExibirBusca .fa-chevron-up {
  display: inline-block;
}
.rowExibirBusca button {
  color: #FFF;
  background: transparent;
  border: none;
  margin: 8px auto;
  position: relative;
  display: block;
  outline: none;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .info-contato {
    font-size: 14px;
  }
}

#boxFinanciamento {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  min-height: 214px;
  background: url(../imagens/principal/simulacao-mobile.png) no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 980px) {
  #boxFinanciamento {
    max-width: 90%;
  }
}
#boxFinanciamento #linkCaixa {
  position: absolute;
  left: 32%;
  top: 22%;
  width: 33%;
  height: 60%;
  display: block;
  cursor: pointer;
}
#boxFinanciamento #linkBradesco {
  position: absolute;
  left: 67%;
  top: 22%;
  width: 33%;
  height: 60%;
  display: block;
  cursor: pointer;
}

.banner {
  margin-bottom: 90px;
}
@media screen and (max-width: 980px) {
  .banner {
    margin-bottom: 30px;
  }
}
.banner img {
  width: 100%;
}
@media screen and (max-width: 980px) {
  .banner img {
    position: relative;
    background-size: contain;
    float: left;
    width: 100%;
    left: 0;
    top: 0;
    margin: 0 auto;
  }
}

.posicionamento.comIconeLeft i {
  color: #aa2a33;
  position: absolute;
  left: 7px;
  top: 12px;
  font-size: 12px;
  z-index: 210;
}

.menuTopo {
  list-style: none;
  position: relative;
  width: 100%;
  margin: -5px 0 5px 0;
}
@media screen and (max-width: 980px) {
  .menuTopo {
    margin: 0 -6% 15px;
    padding: 0;
    width: 112%;
    text-align: center;
  }
}
.menuTopo li {
  display: inline-block;
  color: #FFF;
  margin: 0 2.5% 10px 0;
  letter-spacing: 0.5px;
}
.menuTopo li a {
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
}
@media screen and (max-width: 980px) {
  .menuTopo li a {
    font-size: 12px;
  }
}

.btn-popups {
  background-color: #ffffff;
  border: none;
  color: #929090;
  padding: 2px 0;
  margin: 7px 6px;
  border-radius: 24px;
  width: 131px;
}

.navmenu {
  position: relative;
  margin-top: 35px;
  /* firefox 19+ */
  /* ie */
}
.navmenu ul li a {
  font-size: 1.3em;
  color: white;
}
.navmenu ul li input {
  padding: 0px 10px 1px;
  border-radius: 20px;
  width: 37%;
  margin-bottom: 9%;
  border: none;
  outline: none;
}
.navmenu ul li p {
  position: relative;
  bottom: 0px;
  text-align: left;
  font-size: 18px;
  color: #43B5FC;
  margin: -11px 0 10px;
  left: 78px;
}
@media (max-width: 800px) {
  .navmenu ul li p {
    text-align: center;
    padding-left: 0;
  }
}
.navmenu .senha {
  position: relative;
  bottom: 0px;
  display: inline;
}
.navmenu .login {
  position: relative;
  bottom: 0px;
  display: inline;
}
@media (max-width: 800px) {
  .navmenu .login {
    margin-left: 4%;
  }
}
.navmenu .but {
  background: transparent;
  border-color: transparent;
  position: relative;
  bottom: 0px;
}
.navmenu ::-webkit-input-placeholder {
  text-align: center;
  font-size: 1.1em;
}
.navmenu ::-moz-placeholder {
  text-align: center;
  font-size: 1.1em;
}
.navmenu :-ms-input-placeholder {
  text-align: center;
  font-size: 1.1em;
}
.navmenu input:-moz-placeholder {
  text-align: center;
  font-size: 1.1em;
}
.navmenu input:-moz-any-link {
  text-align: center;
}

.navbar-inverse .navbar-nav > li > a {
  color: black;
}

.texto-banner {
  position: absolute;
  margin-top: 13%;
  text-align: center;
  font-size: 2.6em;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 0px 1px 4px #3c3c3c;
  left: 0;
  right: 0;
}
@media (max-width: 980px) {
  .texto-banner {
    width: 100%;
    text-align: center;
  }
}
.texto-banner p {
  color: white;
  font-weight: bold;
}
@media (max-width: 980px) {
  .texto-banner p {
    font-size: 40px;
    z-index: 10;
    position: absolute;
    top: 0;
  }
}
@media (max-width: 500px) {
  .texto-banner p {
    font-size: 25px;
  }
}

.fundo-Pesquisa {
  background: #ffffff;
  width: 96%;
  border-radius: 10px;
  position: absolute;
  bottom: -10%;
  margin-left: auto;
  margin-right: auto;
  min-width: 980px;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 20px 0;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.fundo-Pesquisa.active {
  -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.61);
  -moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.61);
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.61);
}
@media screen and (max-width: 980px) {
  .fundo-Pesquisa {
    padding: 10px 0;
  }
}
@media screen and (min-width: 1200px) {
  .fundo-Pesquisa {
    bottom: -17%;
  }
}
@media (max-width: 1024px) {
  .fundo-Pesquisa {
    width: 100%;
    position: relative;
    background-size: 100% 100%;
    top: 0 !important;
    height: auto;
    margin: 0;
    min-width: 1px;
    clear: both;
  }
  .fundo-Pesquisa #bxFinalidade {
    float: left;
    width: 100%;
    left: 2%;
    position: relative;
  }
}
@media screen and (max-width: 1024px) and (max-width: 980px) {
  .fundo-Pesquisa #bxFinalidade {
    left: 0;
  }
}
@media (max-width: 1024px) {
  .fundo-Pesquisa #bxTipoBusca {
    float: left;
    width: 100%;
    left: 2%;
    position: relative;
  }
}
.fundo-Pesquisa label {
  font-size: 14px;
  text-align: left;
  padding-top: 15px;
  margin-bottom: 17px;
}
.fundo-Pesquisa .pergunta {
  margin-top: 0;
  text-align: left;
  font-size: 12px;
  margin-bottom: 5px;
}
@media screen and (max-width: 980px) {
  .fundo-Pesquisa .pergunta {
    margin: 17px 0 5px !important;
  }
}

#buscaTopo .row1 {
  z-index: 2;
}
#buscaTopo .row2 {
  z-index: 1;
}
@media screen and (max-width: 980px) {
  #buscaTopo {
    padding: 0 0 15px 0px !important;
    z-index: 1 !important;
  }
  #buscaTopo .row {
    margin: 0 0 15px !important;
  }
  #buscaTopo .hiddenAvancado a {
    margin: 0 0 15px !important;
  }
  #buscaTopo .hiddenAvancado.hiddenNomeCodigo {
    width: 95% !important;
    left: 1% !important;
    bottom: -26% !important;
  }
}

#removerFinalidade {
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  display: block;
  position: relative;
  top: -10px;
  clear: both;
  cursor: pointer;
}

#bxFinalidade label {
  display: block;
  font-size: 16px;
  float: left;
  text-align: center;
  position: relative;
  z-index: 10;
}

#bxTipoBusca {
  width: 166px;
}

#bxTipoBusca label {
  display: block;
  font-size: 12px;
  float: left;
  text-align: center;
  position: relative;
  z-index: 10;
  margin-right: 7px !important;
}

#bgFinalidadeA {
  background: url("../imagens/home/btnComprarOff.png") no-repeat;
  width: 115px;
  height: 47px;
}
@media screen and (max-width: 980px) {
  #bgFinalidadeA {
    width: 100px;
    height: 40px;
    background-size: contain;
  }
}

#bgFinalidadeB {
  background: url("../imagens/home/btnAlugarOff.png") no-repeat;
  width: 106px;
  height: 47px;
}
@media screen and (max-width: 980px) {
  #bgFinalidadeB {
    width: 88px;
    height: 40px;
    background-size: contain;
  }
}

@media screen and (max-width: 980px) {
  #bgTipoBuscaA {
    /*width: 50%;
    height: 40px;
    background-size: contain;*/
  }
}

@media screen and (max-width: 980px) {
  #bgTipoBuscaB {
    /*width: 50%;
    height: 40px;
    background-size: contain;*/
  }
}

#bgFinalidadeC {
  background: url("../imagens/home/btnLancamentosOff.png") no-repeat;
  width: 149px;
  height: 47px;
  margin: 0px 1px 20px;
}
@media screen and (max-width: 980px) {
  #bgFinalidadeC {
    width: 130px;
    height: 40px;
    background-size: contain;
  }
}

#bxFinalidade input[type=radio] {
  display: none;
}

#bxFinalidade label:hover {
  cursor: pointer;
}

#bxFinalidade label {
  font-weight: bold;
  margin: 0px -2px 20px !important;
}
@media screen and (max-width: 980px) {
  #bxFinalidade label {
    margin: 0px -6px 17px !important;
    display: inline-block;
    float: none;
  }
}

#bxTipoBusca label:hover {
  cursor: pointer;
}

@media screen and (max-width: 980px) {
  #bxTipoBusca label {
    display: inline-block;
    float: none;
  }
}

#finalidadeC:checked + label, #finalidadeC.checked + label {
  background: url("../imagens/home/btnLancamentosOn.png") no-repeat;
  color: white;
  font-weight: bold;
  -webkit-background-size: contain;
  background-size: contain;
}
#finalidadeC:checked + label label, #finalidadeC.checked + label label {
  background: blue;
}

#finalidadeB:checked + label, #finalidadeB.checked + label {
  background: url("../imagens/home/btnAlugarOn.png") no-repeat;
  color: white;
  font-weight: bold;
  -webkit-background-size: contain;
  background-size: contain;
}
#finalidadeB:checked + label label, #finalidadeB.checked + label label {
  background: blue;
}

#finalidadeA:checked + label, #finalidadeA.checked + label {
  background: url("../imagens/home/btnComprarOn.png") no-repeat;
  color: white;
  font-weight: bold;
  -webkit-background-size: contain;
  background-size: contain;
}
#finalidadeA:checked + label label, #finalidadeA.checked + label label {
  background: blue;
}

#tipoBuscaB:checked + label, #tipoBuscaB.checked + label {
  background: url("../imagens/home/btnListaOn.png") no-repeat;
  color: white;
  font-weight: bold;
  -webkit-background-size: contain;
  background-size: contain;
}
#tipoBuscaB:checked + label label, #tipoBuscaB.checked + label label {
  background: blue;
}

#tipoBuscaA:checked + label, #tipoBuscaA.checked + label {
  background: url("../imagens/home/btnMapaOn.png") no-repeat;
  color: white;
  font-weight: bold;
  -webkit-background-size: contain;
  background-size: contain;
}
#tipoBuscaA:checked + label label, #tipoBuscaA.checked + label label {
  background: blue;
}

label {
  font-size: 1.1em;
}

.butt {
  width: 100%;
  height: 50px;
  background: white;
}
.butt p {
  font-size: 1.2em;
  font-weight: bold;
  text-align: left;
  position: relative;
  top: 6px;
  color: #848484;
}

.btn .caret {
  margin-left: 0;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 10%;
  margin-right: 17px;
}

.texto-procura {
  width: 100%;
  height: 36px;
  padding: 0 20px;
  font-size: 13px;
  border-radius: 5px;
  border: 1px solid #cfd8dd;
}
@media (max-width: 980px) {
  .texto-procura {
    width: 100%;
  }
}

.but-comprar {
  margin-top: 3%;
  position: absolute;
  right: 0;
  margin-right: 10%;
  width: 34%;
  height: auto;
  background: #2B92D6;
  font-size: 1.2em;
}

.avancada {
  position: relative;
  margin-top: 0px;
  color: #646E83;
  left: 0;
  margin-bottom: 60px;
}

.sub-menu {
  list-style: none;
  margin-top: 3%;
  padding: 0;
  /*@media (max-width: 629px) {
    margin-top: 606px;
  }*/
}
@media (max-width: 980px) {
  .sub-menu {
    margin-top: 30px;
  }
}
.sub-menu li {
  float: left;
  margin-right: 20px;
}
@media (max-width: 980px) {
  .sub-menu li {
    line-height: 68px;
  }
}
.sub-menu a {
  padding: 10px 25px;
  color: #445060;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 16px;
  font-size: 1.3em;
  text-decoration: none;
  text-align: center;
}
.sub-menu a:focus {
  background: #141E46;
  color: white;
  text-decoration: none;
}
.sub-menu a.active {
  background: #141E46;
  color: white;
  text-decoration: none;
}

.fundo-saibaMais {
  position: relative;
  background: url("../imagens/home/headerLocais3.png") no-repeat;
  width: 100%;
  height: 50px;
  margin: 30px 0;
  border-top-right-radius: 80px;
}
@media screen and (max-width: 980px) {
  .fundo-saibaMais {
    text-shadow: 1px 1px 6px #424242;
    margin-bottom: 60px;
    border-radius: 0;
  }
}
.fundo-saibaMais .texto-saibaMais {
  position: absolute;
  right: 0px;
  border-bottom: 52px solid #B1161F;
  border-left: 48px solid transparent;
  width: 14%;
  top: 0%;
  border-top-right-radius: 30px;
}
@media screen and (max-width: 1200px) {
  .fundo-saibaMais .texto-saibaMais {
    top: 34%;
  }
}
@media (max-width: 1181px) {
  .fundo-saibaMais .texto-saibaMais {
    margin-top: 0;
    padding: auto;
    width: 18%;
    top: 0;
  }
}
@media screen and (max-width: 980px) {
  .fundo-saibaMais .texto-saibaMais {
    margin-top: 0;
    top: 92%;
    position: relative;
    border: none !important;
    background: #B1161F;
    width: 100%;
    height: 30px;
    border-radius: 0;
    text-align: left;
    padding: 0 38%;
    line-height: 0px;
  }
}
.fundo-saibaMais .texto-saibaMais a {
  position: absolute;
  top: 15px;
  color: white;
  font-size: 1.2em;
}
@media screen and (max-width: 1200px) {
  .fundo-saibaMais .texto-saibaMais a {
    font-size: 0.9em;
  }
}
.fundo-saibaMais p {
  text-align: center;
  position: relative;
  top: 2%;
  font-size: 2em;
  color: #12123e;
}
@media (max-width: 980px) {
  .fundo-saibaMais p {
    font-size: 1.5em;
    position: absolute;
    margin-left: 22%;
    color: white;
  }
}

.geral {
  background: #FFFFFF;
  height: 100%;
}
.geral .infoImovel {
  padding: 5px 10px 0;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .geral .infoImovel {
    margin: 20px 0 0 0;
  }
}
.geral .infoImovel svg {
  max-width: 32px;
  max-height: 32px;
  fill: #0b163b;
}
.geral .infoImovel .svg {
  display: inline-block;
  position: relative;
  left: 0px;
}
.geral .infoImovel img {
  width: 70%;
  max-width: 76px;
}
@media screen and (max-width: 1200px) {
  .geral .infoImovel img {
    max-width: 55px;
  }
}
.geral hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid #fff;
}
.geral .text-center {
  text-align: center;
}
.geral .inlineBlock {
  display: inline-block;
  position: relative;
  right: 0;
  margin-right: 6px;
}
@media screen and (max-width: 1024px) {
  .geral .inlineBlock {
    margin-right: 2px;
  }
}
.geral .texto-referencia {
  padding: 4px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .geral .texto-referencia {
    padding: 15px 4px 4px;
  }
}
.geral .texto-referencia p {
  font-size: 1.2em;
  padding: 0 10px;
  position: relative;
  line-height: 25px;
  /* top: 14px; */
  margin-top: 20px;
  text-transform: capitalize;
}
.geral .texto-referencia label {
  font-size: 1em;
  position: relative;
  left: 10px;
  top: 0;
  color: #2B92D6;
  text-transform: capitalize;
  font-weight: normal;
}
.geral .info-compra {
  padding: 5px;
  width: 100%;
}
.geral .info-compra p {
  font-size: 1.2em;
  color: #EB7B0D;
  font-weight: bold;
  text-align: center;
  text-transform: capitalize;
  margin-top: 1em;
}
.geral .precoFixo {
  background: rgba(177, 22, 31, 0.85);
  position: absolute;
  bottom: -15px;
  right: 10px;
  z-index: 2;
  min-width: 35%;
  height: 30px;
  padding: 0 10px;
  border-radius: 10px;
}
@media screen and (max-width: 1200px) {
  .geral .precoFixo {
    right: 15px;
  }
}
.geral .precoFixo label {
  color: white;
  text-align: center;
  text-transform: capitalize;
  position: relative;
  top: 3px;
  font-weight: normal;
  font-size: 17px;
}
.geral .ref {
  background: #EB7B0D;
  position: absolute;
  top: 48%;
  right: 7%;
  z-index: 2;
  min-width: 35%;
  height: 30px;
  border-radius: 8px;
  padding: 0 10px;
}
.geral .ref label {
  color: white;
  text-align: center;
  text-transform: capitalize;
  position: relative;
  top: 2px;
  font-weight: normal;
  font-size: 18px;
}

.preImovel {
  font-size: 16px;
  padding: 10px 0;
  width: 100%;
  height: auto;
  float: left;
  max-height: 60px;
}
.preImovel label {
  font-weight: normal;
}
.preImovel .local label {
  font-weight: bold;
}
.preImovel .referencia {
  font-size: 12px;
  font-weight: normal;
  color: #333;
}

.caracImovel span {
  padding: 5px 5px;
  min-width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  border-radius: 10px;
  font-size: 16px;
}
.caracImovel span.metragem {
  width: 75px !important;
}

.imovel {
  list-style: none;
  position: relative;
  margin: 0 0 40px 0;
  height: 480px;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  background: #FFF;
  box-shadow: 0px 2px 10px #cecece;
}
.imovel a {
  text-decoration: none;
}
.imovel .titulo {
  font-size: 24px;
  margin-top: 10px;
}
@media screen and (max-width: 1199px) {
  .imovel .titulo {
    font-size: 20px;
  }
}
.imovel .descricao {
  font-size: 14px;
  height: 60px;
  line-height: 18px;
}
@media screen and (max-width: 1199px) {
  .imovel .descricao {
    font-size: 12px;
    height: 50px;
  }
}
@media screen and (max-width: 980px) {
  .imovel .descricao {
    height: auto;
  }
}
.imovel .caracteristicas {
  list-style: none;
  padding-left: 20px;
}
@media screen and (max-width: 980px) {
  .imovel .caracteristicas {
    padding-left: 0;
  }
}
.imovel .caracteristicas li {
  float: left;
  margin-right: 20px;
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .imovel .caracteristicas li {
    margin-right: 15px;
    font-size: 11px;
  }
}
.imovel .caracteristicas li .ico {
  width: 36px;
  height: 36px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .imovel .caracteristicas li .ico {
    width: 28px;
    height: 28px;
  }
}
.imovel .fitaFinalidade {
  position: absolute;
  right: -12px;
  top: -11px;
  width: 110px;
  height: 110px;
  background-size: contain !important;
}
@media screen and (max-width: 980px) {
  .imovel .fitaFinalidade {
    display: none !important;
  }
}
.imovel .fitaFinalidade.finalidadeV {
  background: url(/imagens/fitaV.png) no-repeat center;
}
.imovel .fitaFinalidade.finalidadeL {
  background: url(/imagens/fitaL.png) no-repeat center;
}
.imovel .fitaFinalidade.finalidadeVL {
  background: url(/imagens/fitaVL.png) no-repeat center;
}
.imovel .valor {
  display: block;
  margin: 5px 0 5px -58px;
  padding: 8px 0;
  background: #aa2a33;
  color: #FFF;
  font-size: 24px;
  width: 250px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .imovel .valor {
    font-size: 20px;
    padding: 6px 0;
  }
}
@media screen and (max-width: 980px) {
  .imovel .valor {
    margin: 5px 0 5px -40px;
  }
}
.imovel .foto img:not(.fotosExtras) {
  display: block;
  width: auto;
  height: auto;
  min-width: 100%;
  max-width: 100%;
  max-height: 270px;
  margin: auto;
}
@media screen and (max-width: 980px) {
  .imovel {
    max-width: 359px;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 980px) {
  .imovel .acoes {
    float: left;
    width: 100%;
  }
}
@media screen and (max-width: 980px) {
  .imovel .btnPadrao.cinza.fright {
    float: none;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    margin-top: 20px;
    display: block;
    clear: both;
  }
}

.metroquadrado {
  position: absolute;
  margin-left: 70%;
  bottom: 30px;
}

@media (max-width: 800px) {
  #list {
    display: none;
  }
}

.elementosnossaEmpresa .sub-textopaginas p {
  font-size: 18px;
  float: left;
  text-align: left;
}
@media (max-width: 900px) {
  .elementosnossaEmpresa .sub-textopaginas p {
    text-align: center;
  }
}
.elementosnossaEmpresa .sub-textopaginas .bx-wrapper .bx-controls-direction a {
  top: 80%;
}
@media (max-width: 1000px) {
  .elementosnossaEmpresa .sub-textopaginas .bx-wrapper .bx-controls-direction a {
    top: 103%;
  }
}

#bannerHome #sliderHome img {
  margin: 10px;
  width: 10%;
}
@media (max-width: 700px) {
  #bannerHome #sliderHome img {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}

.formmulario-venda {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  /* firefox 19+ */
  /* ie */
}
.formmulario-venda ::-webkit-input-placeholder {
  padding: 10px;
  text-align: center;
  font-size: 1.1em;
  margin-left: 30px;
}
.formmulario-venda ::-moz-placeholder {
  padding: 10px;
  text-align: center;
  font-size: 1.1em;
  margin-left: 30px;
}
.formmulario-venda :-ms-input-placeholder {
  padding: 10px;
  text-align: center;
  font-size: 1.1em;
  margin-left: 30px;
}
.formmulario-venda input:-moz-placeholder {
  padding: 10px;
  text-align: center;
  font-size: 1.1em;
  margin-left: 30px;
}
.formmulario-venda label {
  position: absolute;
  left: 5px;
  right: 5px;
  padding: 11px 0 0 9px;
  font-size: 1.4em;
  text-align: left;
  white-space: nowrap;
  box-sizing: border-box;
  overflow: hidden;
  pointer-events: none;
  cursor: text;
  color: #9a9a9a;
  transition: all 0.2s ease;
}
.formmulario-venda input {
  border: 1px solid #ddd;
  border-left-width: 4px;
  border-left-color: #ddd;
  border-color: #1700a3;
  border-radius: 0;
  height: 40px;
  width: 100%;
  margin-right: 100px;
  transition: padding 0.2s ease;
  line-height: normal;
  padding: 21px 77px;
}
.formmulario-venda input:focus {
  -webkit-transition: 20s;
  border: 3px solid #4F9DBE;
}
.formmulario-venda input:valid {
  text-align: center;
  font-size: 1.2em;
}
.formmulario-venda .select-opcs select {
  height: 50px;
  border: 1px solid #ddd;
  border-left-width: 4px;
  border-left-color: #ddd;
  border-color: #1700a3;
  border-radius: 0;
  height: 40px;
  width: 100%;
  margin-right: 100px;
  transition: padding 0.2s ease;
  line-height: normal;
  padding: 21px 77px;
}
.formmulario-venda textarea {
  text-align: center;
  border: 1px solid #ddd;
  border-left-width: 5px;
  border-left-color: #ddd;
  border-color: #1700a3;
  border-radius: 0;
  padding: 5px;
  margin: 0;
  transition: padding 0.2s ease;
  font-size: 1.5em;
  line-height: normal;
}
.formmulario-venda .bloco .capt {
  margin-top: 3%;
  margin-bottom: 3%;
}
.formmulario-venda .bloco .repitir {
  position: relative;
  margin-left: 1%;
  text-align: left;
  width: 20%;
}
.formmulario-venda button {
  background-color: #0b163b;
  border: 2px solid white;
  border-radius: 27px;
  color: white;
  cursor: pointer;
  font-size: 20px;
  margin-top: 20px;
  padding: 15px 30px;
  text-transform: uppercase;
  transition: all 200ms;
}
.formmulario-venda button:hover, .formmulario-venda button:focus {
  background-color: white;
  color: black;
  outline: 0;
}

.descricao-alugue {
  text-align: center;
  display: inline-flex;
  margin-left: 30%;
  margin-top: 9%;
  margin-bottom: 9%;
}
.descricao-alugue button {
  padding: 40px 13px;
  margin-bottom: 15px;
  font-size: 1.5em;
  background: #0b163b;
  color: white;
  margin-right: 10px;
  border: none;
}
.descricao-alugue button:focus .descricao-alugue {
  margin-bottom: 3%;
  margin-top: 3%;
  transition: padding 0.2s ease;
}
.descricao-alugue button .glyphicon {
  font-size: 1em;
}
.descricao-alugue button span {
  display: block;
}

.btn-abrirform {
  text-align: center;
}
.btn-abrirform button {
  padding: 40px 45px;
  margin-bottom: 15px;
  font-size: 1.5em;
  background: #2b92d6;
  color: white;
  border: none;
}
.btn-abrirform button .glyphicon {
  font-size: 1em;
}
.btn-abrirform button span {
  display: block;
}

.slick-slide {
  position: relative;
}

.textobanner {
  position: absolute;
  top: 20%;
  text-align: center;
  padding: 20px;
  width: 100%;
  color: white;
  text-shadow: 1px 1px 5px #000;
  line-height: 31px;
  font-size: 21px;
}
.textobanner h2 {
  font-size: 1.8vw;
  font-weight: bold;
}
@media screen and (max-width: 980px) {
  .textobanner h2 {
    font-size: 4vw;
    font-weight: 500;
  }
}
.textobanner h3 {
  font-size: 1.2vw;
}
@media screen and (max-width: 980px) {
  .textobanner h3 {
    font-size: 3vw;
  }
}

.login input {
  width: 94%;
  height: 47px;
  padding: 0 10px;
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid #d1d1d1;
}
.login button {
  padding: 4px 36px;
  font-size: 20px;
  background: #2b92d6;
  color: white;
  border: none;
  margin: auto 36%;
}
.login button:hover {
  background: #2b92d6;
  color: white;
}

@media (max-width: 900px) {
  .texto-alugue {
    text-align: center;
    margin: 0 auto;
  }
}
.texto-alugue .img-aluguel {
  margin: 10px;
}

.formulario-login {
  padding: 20px;
}

.contato-rodape {
  list-style: none;
  position: relative;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  z-index: 2;
}
.contato-rodape li {
  float: left;
  margin-right: 30px;
}
.contato-rodape li svg {
  width: 60px;
  height: 60px;
  position: relative;
  top: 20px;
  fill: #18A4EA;
  stroke: #18A4EA;
}
@media (max-width: 600px) {
  .contato-rodape li svg {
    width: 40px;
    height: 40px;
  }
}
.contato-rodape li label {
  margin-left: 10px;
  font-size: 18px;
  padding-bottom: 31px;
}
@media (max-width: 990px) {
  .contato-rodape li label {
    margin-left: 10px;
    font-size: 1.2em;
    padding-bottom: 0;
    display: block;
    position: relative;
    /* top: 23px; */
    margin-top: 29px;
  }
}
.contato-rodape p {
  text-align: center;
  position: relative;
  /* padding: 10px; */
  margin-left: 0;
  margin-right: 0;
  left: 11%;
  margin-bottom: 2%;
  font-size: 1.5em;
  padding-top: 4px;
}
@media (max-width: 600px) {
  .contato-rodape p {
    font-size: 1em;
  }
}
.contato-rodape p a {
  color: #18A4EA;
}

.img-rodape {
  position: relative;
  right: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
}
.img-rodape img {
  max-width: 100%;
}
@media (min-width: 600px) {
  .img-rodape img {
    position: absolute;
    right: 0;
    height: 160px;
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .img-rodape img {
    position: relative;
    top: 10px;
  }
}

.fundofooter {
  width: 100%;
  height: auto;
  background: #aa2a33;
}

.svgs-sociais svg {
  width: 50px;
  height: 50px;
  fill: #FFFFFF;
  margin-top: 0px;
}

.svgs-restrito svg {
  width: 40px;
  height: 40px;
  fill: #18A4EA;
  margin-top: 8px;
}
.svgs-restrito a {
  color: #FFFFFF;
  font-size: 12px;
  display: block;
  text-decoration: none;
}

.copyright {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: normal;
  margin-top: 30px;
}

.geral-menurodape {
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 14px;
  color: #FFF;
  text-align: left;
  letter-spacing: 0.3px;
}
@media (max-width: 980px) {
  .geral-menurodape {
    padding-top: 50px;
    padding-bottom: 0;
    text-align: center;
  }
  .geral-menurodape .img-responsive {
    margin: auto;
    max-width: 160px;
  }
  .geral-menurodape .svgs-sociais {
    text-align: center !important;
  }
}
.geral-menurodape .menu-rodape {
  list-style: none;
  padding: 0;
}
@media (max-width: 925px) {
  .geral-menurodape .menu-rodape {
    display: none;
    margin-bottom: 20px;
  }
}
.geral-menurodape .menu-rodape li {
  margin-right: 17px;
}
.geral-menurodape .menu-rodape li span {
  margin-left: 23px;
  color: white;
}
.geral-menurodape .menu-rodape a {
  font-size: 16px;
  color: white;
}
.geral-menurodape .menu-rodape p {
  display: inline;
  margin-left: 54px;
  color: white;
  font-size: 1.2em;
}
.geral-menurodape .menu-rodape svg {
  fill: #18A4EA;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 0;
  margin-top: 50px;
}
.geral-menurodape label {
  color: white;
  margin-top: 30px;
  text-align: center;
}
@media (max-width: 600px) {
  .geral-menurodape label {
    font-size: 0.9em;
    margin-top: 0px;
  }
}

.tituloRodape {
  color: #FFF;
  font-weight: bold;
  font-size: 14px;
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.tituloRodape a {
  color: #2b92d6;
  text-decoration: none;
}

.tidea {
  position: absolute;
  right: 3%;
  bottom: 20%;
}
.tidea img {
  max-width: 100%;
  height: 25px;
  min-width: 30px;
}
@media (max-width: 600px) {
  .tidea img {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}

/* FORUMARIO CONTATO */
.campoErro {
  position: relative;
  border-color: #CC0000 !important;
  background-color: #FFE1E1 !important;
  outline-color: #990000 !important;
}

.campoErro:focus {
  outline-color: #990000 !important;
}

.box-contato .bloco {
  margin-bottom: 25px;
  clear: both;
  overflow: hidden;
}

.box-contato .bloco span {
  display: block;
  margin-bottom: 5px;
}

.box-contato .bloco input[type=text] {
  padding: 5px;
  width: 100%;
  border: solid #666 1px;
}

.box-contato .bloco input[type=password] {
  padding: 5px;
  width: 100%;
  border: solid #666 1px;
}

.box-contato .bloco textarea {
  padding: 5px;
  min-width: 100%;
  max-width: 100%;
  border: solid #666 1px;
  height: 200px;
}

.box-contato .bloco input[type=checkbox] {
  width: auto;
}

.box-contato .bloco label {
  display: block;
  margin-top: 5px;
}

.box-contato .bloco select {
  height: 32px;
  border: solid #666 1px;
  width: 100%;
}

#imagem-captcha {
  width: 100%;
  background-color: #fff;
  border: solid #000 1px;
}

#captcha {
  display: block;
}

.btnContato {
  padding: 5px 22px;
  border-radius: 5px;
  border: 0px;
  font-size: 20px;
}

.btnContato:hover {
  background-color: #7B348E;
}

#mapa {
  display: block;
  height: 700px;
  width: 100%;
}

.errorMsg {
  color: #b42120;
  background: #dcdcdc;
  font-size: 16px;
  padding: 10px;
  margin: 0 0 10px;
}

@media (max-width: 980px) {
  .container {
    width: 100%;
  }
}
#pag-nossa-empresa .fundo-linha {
  margin-bottom: 50px;
}
#pag-nossa-empresa .pag-nossa-empresa .sub-textopaginas {
  margin-bottom: 50px;
}
#pag-nossa-empresa .pag-nossa-empresa .sub-textopaginas img {
  margin-bottom: 20px;
}
#pag-nossa-empresa .pag-nossa-empresa .sub-textopaginas iframe, #pag-nossa-empresa .pag-nossa-empresa .sub-textopaginas .iframe {
  width: 100%;
  height: 500px;
}
@media (max-width: 991px) {
  #pag-nossa-empresa .pag-nossa-empresa .sub-textopaginas iframe, #pag-nossa-empresa .pag-nossa-empresa .sub-textopaginas .iframe {
    height: 300px;
  }
}
@media (min-width: 992px) {
  #pag-nossa-empresa .pag-nossa-empresa .sub-textopaginas iframe, #pag-nossa-empresa .pag-nossa-empresa .sub-textopaginas .iframe {
    padding: 0 15px;
  }
}
#pag-nossa-empresa .pag-nossa-empresa .sub-textopaginas iframe {
  display: none;
}
#pag-nossa-empresa .pag-nossa-empresa .sub-textopaginas .iframe .fundo {
  width: 100%;
  height: 100%;
  background: url(../imagens/paginas-novas/exemplo-youtube.png) center center;
  background-size: cover;
}
#pag-nossa-empresa .pag-nossa-empresa .sub-textopaginas .decorado {
  text-decoration: underline;
}
#pag-nossa-empresa .pag-nossa-empresa .depoimentos {
  margin: 20px 0px;
}
#pag-nossa-empresa .pag-nossa-empresa .depoimentos .box .depoimento {
  width: 100%;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #fff;
  padding: 10px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  #pag-nossa-empresa .pag-nossa-empresa .depoimentos .box .depoimento .img {
    min-height: 270px;
  }
}
#pag-nossa-empresa .pag-nossa-empresa .depoimentos .box .depoimento .img img {
  width: 100%;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  #pag-nossa-empresa .pag-nossa-empresa .depoimentos .box .depoimento .img img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    width: 133px;
  }
}
#pag-nossa-empresa .pag-nossa-empresa .depoimentos .box .depoimento .textos {
  display: table;
  position: relative;
}
@media (min-width: 992px) {
  #pag-nossa-empresa .pag-nossa-empresa .depoimentos .box .depoimento .textos {
    min-height: 270px;
  }
}
#pag-nossa-empresa .pag-nossa-empresa .depoimentos .box .depoimento .textos .aspas {
  width: 34px;
  height: 19px;
  position: absolute;
}
#pag-nossa-empresa .pag-nossa-empresa .depoimentos .box .depoimento .textos .abre {
  background: url("../imagens/paginas-novas/citacao-inicio2.png") center center;
  top: -20px;
  left: 5px;
}
#pag-nossa-empresa .pag-nossa-empresa .depoimentos .box .depoimento .textos .fecha {
  background: url("../imagens/paginas-novas/citacao-final2.png") center center;
  bottom: -20px;
  right: 5px;
}
#pag-nossa-empresa .pag-nossa-empresa .depoimentos .box .depoimento .textos p {
  margin-bottom: 0px;
  display: table-cell;
  vertical-align: middle;
}
#pag-nossa-empresa .pag-nossa-empresa .depoimentos .box .depoimento .textos p span {
  display: block;
  color: #B3B1B3;
}

#alugue-seu-imovel .fundo-linha {
  margin-bottom: 50px;
}
#alugue-seu-imovel .alugue-seu-imovel .sub-textopaginas .bx-wrapper .bx-controls-direction a {
  top: 53%;
}
#alugue-seu-imovel .alugue-seu-imovel .formulario-alugue {
  margin-bottom: 20px;
  overflow: hidden;
}
#alugue-seu-imovel .alugue-seu-imovel .formulario-alugue label {
  font-size: 14px;
  margin-bottom: 0px;
}
#alugue-seu-imovel .alugue-seu-imovel .formulario-alugue button {
  margin-top: 25px;
  width: 100%;
}
#alugue-seu-imovel .alugue-seu-imovel .certo-errado {
  margin-bottom: 20px;
}
#alugue-seu-imovel .alugue-seu-imovel .certo-errado .certo .verde {
  color: #0D5A37;
}
#alugue-seu-imovel .alugue-seu-imovel .certo-errado .errado .vermelho {
  color: #A41A1F;
}
#alugue-seu-imovel .alugue-seu-imovel .certo-errado img {
  margin-bottom: 10px;
}
#alugue-seu-imovel .alugue-seu-imovel iframe, #alugue-seu-imovel .alugue-seu-imovel .iframe {
  width: 100%;
  height: 500px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  #alugue-seu-imovel .alugue-seu-imovel iframe, #alugue-seu-imovel .alugue-seu-imovel .iframe {
    height: 300px;
  }
}
@media (min-width: 992px) {
  #alugue-seu-imovel .alugue-seu-imovel iframe, #alugue-seu-imovel .alugue-seu-imovel .iframe {
    padding: 0 15px;
  }
}
#alugue-seu-imovel .alugue-seu-imovel .iframe {
  display: none;
}
#alugue-seu-imovel .alugue-seu-imovel .iframe .fundo {
  width: 100%;
  height: 100%;
  background: url(../imagens/paginas-novas/exemplo-youtube.png) center center;
  background-size: cover;
}
#alugue-seu-imovel .alugue-seu-imovel .meios-comunicacao {
  overflow: hidden;
  clear: both;
  margin-bottom: 40px;
}
#alugue-seu-imovel .alugue-seu-imovel .meios-comunicacao .bloco {
  text-align: center;
  display: inline-block;
  width: 13.8%;
  vertical-align: top;
}
@media (max-width: 991px) {
  #alugue-seu-imovel .alugue-seu-imovel .meios-comunicacao .bloco {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
}
#alugue-seu-imovel .alugue-seu-imovel .meios-comunicacao .bloco img {
  width: 30%;
  height: auto;
  margin-bottom: 10px;
}
#alugue-seu-imovel .alugue-seu-imovel .meios-comunicacao .bloco p {
  font-weight: bold;
  color: #001556;
  font-size: 13px;
}
#alugue-seu-imovel .alugue-seu-imovel .meios-comunicacao .bloco a p, #alugue-seu-imovel .alugue-seu-imovel .meios-comunicacao .bloco address p {
  font-weight: bold;
  color: #001556;
  font-size: 13px;
}
@media (max-width: 991px) {
  #alugue-seu-imovel .alugue-seu-imovel .itens {
    padding: 0;
  }
}
#alugue-seu-imovel .alugue-seu-imovel .itens div:nth-child(even) .item {
  background-color: #fff;
}
@media (max-width: 991px) {
  #alugue-seu-imovel .alugue-seu-imovel .itens div:nth-child(even) .item {
    padding-top: 30px;
    margin-top: 30px;
  }
}
#alugue-seu-imovel .alugue-seu-imovel .itens .item .img {
  min-height: 300px;
}
#alugue-seu-imovel .alugue-seu-imovel .itens .item .img img {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 80%;
}
#alugue-seu-imovel .alugue-seu-imovel .itens .item .texto {
  display: table;
}
@media (min-width: 992px) {
  #alugue-seu-imovel .alugue-seu-imovel .itens .item .texto {
    min-height: 300px;
  }
}
#alugue-seu-imovel .alugue-seu-imovel .itens .item .texto p {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#alugue-seu-imovel .alugue-seu-imovel .itens .item .texto p span {
  color: #001556;
  display: block;
  font-weight: bold;
}
#alugue-seu-imovel .alugue-seu-imovel .texto-depoimentos {
  margin: 20px 0px;
}
#alugue-seu-imovel .alugue-seu-imovel .depoimentos {
  margin: 20px 0px;
}
#alugue-seu-imovel .alugue-seu-imovel .depoimentos .box .depoimento {
  width: 100%;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #fff;
  padding: 10px;
  margin-bottom: 30px;
}
#alugue-seu-imovel .alugue-seu-imovel .depoimentos .box .depoimento .textos {
  min-height: 128px;
  display: table;
  position: relative;
}
#alugue-seu-imovel .alugue-seu-imovel .depoimentos .box .depoimento .textos .aspas {
  width: 34px;
  height: 19px;
  position: absolute;
}
#alugue-seu-imovel .alugue-seu-imovel .depoimentos .box .depoimento .textos .abre {
  background: url("../imagens/paginas-novas/citacao-inicio2.png") center center;
  top: -20px;
  left: 5px;
}
#alugue-seu-imovel .alugue-seu-imovel .depoimentos .box .depoimento .textos .fecha {
  background: url("../imagens/paginas-novas/citacao-final2.png") center center;
  bottom: -20px;
  right: 5px;
}
#alugue-seu-imovel .alugue-seu-imovel .depoimentos .box .depoimento .textos p {
  margin-bottom: 0px;
  display: table-cell;
  vertical-align: middle;
}
#alugue-seu-imovel .alugue-seu-imovel .depoimentos .box .depoimento .textos p span {
  display: block;
  color: #B3B1B3;
}

/*# sourceMappingURL=estilo.css.map */
