@media print {
  * {
    -webkit-print-color-adjust: exact;
  }
  .imprimeImagemImovel {
    display: block !important;
  }
  .imprimeImagemImovel .imagem {
    display: block !important;
    height: 320px;
    display: block;
  }
  .noneImprime {
    display: none !important;
  }
  header {
    margin-top: -5px;
  }
  header img {
    width: 60% !important;
    height: auto !important;
  }
  .imovel .imovel-imagens #owl-imagens .imagem {
    background-size: cover !important;
  }
  .imovel .imovel-imagens #owl-imagens .owl-nav {
    display: none !important;
  }
}

@media (max-width: 576px) {
  .navbar.fixed-top {
    z-index: 6;
  }
  .navbar.fixed-top .redes {
    margin-top: 0px;
    text-align: center;
    display: block !important;
  }
  .navbar.fixed-top .redes i {
    font-size: 24px;
  }
  .navbar.fixed-top .navbar-nav.redes-menu {
    display: none !important;
  }
  .navbar.fixed-top .header-info {
    margin-top: 20px;
    list-style: none;
    text-align: center;
  }
  .navbar.fixed-top .header-info strong {
    color: #d12d36;
  }
  .navbar.fixed-top .header-info strong i {
    font-size: 24px;
  }
  header #nav_menu_principal .nav-item {
    text-align: center;
  }
  header .navbar {
    margin: 0px;
    padding: 10px 0px;
  }
  header .navbar-toggler {
    position: absolute;
    right: 0px;
    top: 10px;
  }
  header .navbar-brand {
    display: block;
    width: 100%;
    margin: 0px;
    padding: 0px;
  }
  header .navbar-brand img {
    margin: 0 auto;
    width: 60% !important;
    height: auto !important;
  }
  .busca {
    text-align: center;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .busca .chamada h1 {
    margin: 0px !important;
    padding: 10px 0px !important;
    font-size: 34px !important;
    display: none;
  }
  .busca .codigo .input-group {
    display: block;
  }
  .busca .codigo .input-group input {
    width: 100% !important;
  }
  .busca .busca-completa .form-group {
    margin-bottom: 10px !important;
  }
  .busca .busca-completa .form-group input {
    width: 100% !important;
  }
  .busca .busca-completa .form-group label {
    color: #fff;
  }
  .destaque .container {
    padding: 0px !important;
  }
  .destaque .container h1 {
    text-align: center;
  }
  .destaque .container .row, .destaque .container .col-12 {
    margin: 0px !important;
    padding: 0px !important;
  }
  .destaque .owl-theme .imagem {
    height: 220px !important;
  }
  .destaque .owl-theme h1 {
    font-size: 18px !important;
    text-align: left !important;
  }
  .destaque .owl-theme h2 {
    font-size: 24px !important;
  }
  .destaque .owl-theme a {
    display: block;
    width: 100% !important;
  }
  .imoveis .btn-filtro {
    margin-bottom: 20px;
  }
  .imoveis .btn-filtro.fixo {
    position: fixed;
    top: 48px;
    z-index: 5;
    left: 0px;
  }
  .imoveis #box-filtro {
    display: none;
    padding-top: 35px;
    padding-bottom: 5px;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 6;
    height: 100vh;
    overflow: auto;
  }
  .imoveis #box-filtro .form-group {
    margin-bottom: 0px;
  }
  .imoveis #btn-fechar {
    position: fixed;
    top: 0;
    z-index: 10;
  }
  .imoveis #btn-aplicar-filtro {
    position: fixed;
    bottom: 0;
    z-index: 10;
  }
  .imoveis .card .imagem {
    display: block !important;
    position: relative !important;
    height: 250px !important;
    width: 100%;
  }
  .imovel .imovel-imagens #owl-imagens .imagem {
    height: 300px !important;
  }
  .imovel .descricao .caracteristicas li {
    width: 100% !important;
  }
  .imovel .botoes .btn {
    width: 100%;
    margin-bottom: 15px;
  }
  .banner .container {
    padding: 0px !important;
  }
  .banner .container .row, .banner .container .col-12 {
    margin: 0px !important;
    padding: 0px !important;
  }
  footer {
    text-align: center;
  }
  footer .menu-rodape {
    display: block !important;
    width: 100%;
    margin: 0px !important;
  }
  footer .menu-rodape li {
    margin: 0px !important;
    margin-top: 15px !important;
  }
  footer .menu-rodape li ul {
    margin-top: 0px !important;
  }
  footer .rodape .assinatura {
    text-align: center !important;
  }
  footer .endereco img {
    width: 100% !important;
    height: auto !important;
  }
}

body {
  padding-top: 60px !important;
  overflow-x: hidden !important;
  background-color: #f5f5f5;
}

.nopadding {
  padding: 0px !important;
}

header {
  background-color: #fff;
}

header .navbar-toggler {
  border-color: #d12d36 !important;
  padding: 10px 15px;
  color: #d12d36 !important;
}

header .header-info {
  margin-left: 50px;
}

header .header-info strong {
  font-size: 16px;
}

header .header-info strong i {
  font-size: 20px;
  width: 20px;
  color: #d12d36;
}

header .header-info p {
  color: rgba(0, 0, 0, 0.7) !important;
  margin-left: 24px;
}

header .header-info p a {
  color: rgba(0, 0, 0, 0.7) !important;
  padding: 0px !important;
}

h1 {
  margin-bottom: 20px;
  font-size: x-large !important;
  color: #d12d36;
}

h1 span {
  color: #000;
}

a {
  color: #000;
}

a:hover {
  opacity: .7;
  text-decoration: none;
}

.with-errors {
  font-size: small;
  color: red;
}

.interno .titulo_interno {
  background-color: #d12d36;
  padding: 15px;
  margin-bottom: 30px;
}

.interno .titulo_interno h1 {
  text-transform: uppercase;
  margin: 0px;
  padding: 0px;
  color: #fff;
}

.interno .card .card-title {
  margin-bottom: 0px;
  color: #000;
}

.select2 {
  width: 100% !important;
}

.select2 input {
  width: 100% !important;
}

.btn-enviar.disabled {
  display: none;
}

.btn, .navbar, .card, .navbar-toggler, input, textarea, select, .select2-selection {
  border-radius: 0px !important;
}

.btn-light {
  border-radius: 0px;
  background-color: #d12d36;
  border-color: #d12d36;
  color: #fff;
}

.btn-light:hover {
  background-color: #a61415;
  border-color: #a61415;
  color: #fff;
  opacity: 1 !important;
}

.btn-light:focus {
  opacity: 1 !important;
  background-color: #a61415;
  border-color: #a61415;
  color: #fff;
}

.btn-verde {
  border-radius: 0px;
  background-color: #25d366;
  border-color: #25b058;
  color: #fff;
}

.btn-verde:hover {
  background-color: #25b058;
  border-color: #25b058;
  color: #fff;
  opacity: 1 !important;
}

.btn-verde:focus {
  opacity: 1 !important;
  background-color: #25b058;
  border-color: #25b058;
  color: #fff;
}

.busca {
  background-color: #f5f5f5;
  background-image: url(../img/bg-header.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
}

.busca .titulo {
  text-align: center;
  margin-bottom: 30px;
  text-shadow: 0px 0px 10px #969696;
}

.busca .titulo h1 {
  color: #fff;
  margin: 0px;
  padding: 0px;
  font-size: 40px;
}

.busca .titulo h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  margin: 0px;
  padding: 0px;
}

.busca .busca-codigo {
  padding: 15px;
  color: #fff;
}

.busca .busca-codigo .dropdown-menu {
  width: 100%;
  padding: 15px;
  border-radius: 0px;
}

.busca .busca-codigo strong {
  color: #fff;
  margin-top: 6px;
  margin-right: 10px;
}

.busca .busca-codigo .btn {
  border-radius: 0px;
  background-color: #000;
  border-color: #000;
  color: #fff;
  border: 0px !important;
}

.busca .busca-codigo .btn:hover {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  border: 0px !important;
  opacity: 1 !important;
}

.busca .busca-codigo .btn:focus {
  opacity: 1 !important;
  background-color: #000;
  border: 0px !important;
  border-color: rgba(0, 0, 0, 0.7);
  color: #fff;
}

.busca .busca-completa {
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.7);
}

.busca .busca-completa .form-group {
  margin-bottom: 0px;
}

#box-filtro {
  background-color: #fff;
}

#box-filtro .form-group {
  margin-bottom: 0px !important;
}

#box-filtro .list-group-item.active {
  background-color: #d12d36;
  border: 0px;
}

.fixed-top, .fixed-bottom {
  z-index: 5;
}

.modal .modal-header h5 {
  margin: 0px;
  color: #000;
}

.modal .modal-header p {
  margin: 0px;
}

.modal .modal-header p strong {
  margin: 0px;
  color: #d12d36;
}

.chamada {
  margin-top: 30px;
  text-align: center;
}

.chamada a {
  display: block;
  padding: 10px 0px 10px;
}

.chamada a i {
  height: 60px;
  font-size: 48px;
}

.chamada a:hover {
  background-color: #fff;
  text-decoration: none;
  color: #d12d36;
}

.banner {
  margin-top: 20px;
  margin-bottom: 20px;
}

.destaque {
  padding-top: 30px;
  background-size: cover;
  background-position: center center;
}

.destaque h1 {
  margin-bottom: 30px;
  color: #d12d36;
  font-weight: bold;
}

.destaque #owl-destaque .card {
  width: 100%;
  height: 240px;
  position: relative;
  border: 0px;
  background-size: cover;
  background-position: center center;
  margin-bottom: 0px;
}

.destaque #owl-destaque .card .card-body {
  position: relative;
  width: 100%;
  height: 100%;
  display: none;
  color: #fff;
}

.destaque #owl-destaque .card .card-body h6 {
  color: #d12d36;
}

.destaque #owl-destaque .card .card-body h1 {
  color: #fff;
  padding: 0px;
  margin: 0px;
  line-height: 20px;
}

.destaque #owl-destaque .card .card-body .valor {
  display: none;
  padding: 0px;
  margin: 0px;
  color: #fff;
}

.destaque #owl-destaque .card .card-body a {
  margin-top: 10px;
}

.destaque #owl-destaque .card:hover .card-body {
  display: block;
  background-color: rgba(0, 0, 0, 0.7);
}

.imoveis_destaque {
  padding-top: 30px;
  background-color: #f5f5f5;
}

.imoveis_destaque h6 {
  color: #d12d36;
}

.imoveis_destaque h1 {
  margin-bottom: 30px;
}

.card {
  margin-bottom: 30px;
}

.card .imagem {
  position: relative;
  height: 250px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.card .imagem .codigo {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  right: 0px;
  bottom: 0px;
  padding: 7.5px;
  color: #fff;
}

.card h1 {
  display: block;
  height: 40px;
  font-size: medium !important;
  font-weight: 300 !important;
  color: #000;
  text-align: left !important;
}

.card h1 strong {
  font-weight: bold;
}

.card .valor {
  padding: .3rem 1.25rem;
  font-size: x-large;
  margin: 0px;
}

.card .aceita i {
  font-size: large;
  color: #000;
  width: 25px;
}

.card .caracteristicas {
  margin: 0px;
  padding: 0px;
  list-style: none;
  margin-top: 30px;
  height: 70px;
}

.card .caracteristicas li {
  width: 50%;
  float: left;
  margin-bottom: 10px;
}

.card .caracteristicas li i {
  font-size: large;
  color: #000;
  width: 25px;
}

.card .proposta h1 {
  margin-bottom: 0px !important;
  font-weight: 400 !important;
  font-size: x-large !important;
  color: #d12d36 !important;
}

.card .proposta hr {
  margin: 0px;
  margin-top: 5px;
  margin-bottom: 15px;
}

.breadcrumb {
  margin-bottom: 30px;
}

.imoveis .imovel-share .fa-share-alt {
  color: #000;
}

.imoveis .card .imagem {
  position: absolute;
  height: 100%;
  width: 100%;
}

.imoveis .card h6 {
  color: #d12d36;
}

.imoveis .imovel-share {
  right: 14px;
}

.imoveis .empreendimento {
  position: absolute;
  left: 0px;
  top: 10px;
  padding: 2px 10px 2px 10px;
  color: #fff;
}

.imoveis .empreendimento.status_1 {
  background-color: #e90000;
}

.imoveis .empreendimento.status_2 {
  background-color: #e96b1c;
}

.imoveis .empreendimento.status_3 {
  background-color: #007c06;
}

.imoveis .empreendimento.status_4 {
  background-color: #114984;
}

.imovel-share.lista a {
  text-align: right;
  margin: 5px;
  display: block;
  width: 100%;
}

.imovel-share {
  position: absolute !important;
  right: 0px;
  z-index: 2;
  margin: 0px;
  padding: 0px;
}

.imovel-share .fa-share-alt {
  margin-right: 10px;
  padding: 5px;
  color: #fff;
}

.imovel-share a {
  text-align: right;
  margin: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.imovel-share .navbar-collapse {
  margin-right: -28px;
}

.imovel-share .navbar-nav {
  background-color: #d12d36;
  padding: 5px;
}

.imovel-share .navbar-nav .nav-item a {
  float: left !important;
  width: 32px;
  margin: 5px;
}

.contato .mapa {
  margin-bottom: 30px;
}

.imovel .imovel-share .fa-share-alt {
  color: #000;
}

.imovel h6 {
  color: #d12d36;
}

.imovel .imovel-imagens .paginacao-imagens {
  text-align: right;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  width: 100%;
  z-index: 3;
  font-size: small;
  padding: 5px 7px;
  height: 30px;
  margin-top: -30px;
}

.imovel .imovel-imagens #owl-imagens {
  background-color: #000;
}

.imovel .imovel-imagens #owl-imagens .imagem {
  height: 400px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.imovel .imovel-imagens #owl-imagens .owl-nav {
  font-family: 'fontAwesome';
}

.imovel .imovel-imagens #owl-imagens .owl-nav .owl-next, .imovel .imovel-imagens #owl-imagens .owl-nav .owl-prev {
  border-radius: 0px;
  background-color: #d12d36;
  border-color: #d12d36;
  color: #fff;
}

.imovel .imovel-imagens #owl-imagens .owl-nav .owl-next:hover, .imovel .imovel-imagens #owl-imagens .owl-nav .owl-prev:hover {
  background-color: #a61415;
  border-color: #a61415;
  color: #fff;
}

.imovel .imovel-imagens #owl-imagens .owl-nav .owl-prev {
  float: left;
  margin-left: -10px;
  content: '';
  position: absolute;
  top: 45%;
  left: 0px;
}

.imovel .imovel-imagens #owl-imagens .owl-nav .owl-prev:before {
  content: "\f053";
}

.imovel .imovel-imagens #owl-imagens .owl-nav .owl-next {
  float: right;
  margin-right: -10px;
  content: '';
  position: absolute;
  top: 45%;
  right: 0px;
}

.imovel .imovel-imagens #owl-imagens .owl-nav .owl-next:before {
  content: "\f054";
}

.imovel .imovel-titulo {
  padding: 15px !important;
}

.imovel .imovel-titulo i {
  font-size: x-large;
}

.imovel .imovel-titulo h1 {
  margin: 0px;
}

.imovel .caracteristicas {
  margin-top: 0px;
  margin-bottom: 0px;
  height: auto;
}

.imovel .descricao .caracteristicas li {
  width: 33%;
}

.aviso_footer {
  margin-top: 30px;
}

footer {
  padding: 50px 0px 50px 0px;
  margin-top: 50px;
  color: #fff;
  background-image: url(../img/bg-rodape.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

footer a {
  font-size: medium;
  color: #fff;
}

footer a:hover {
  color: #fff;
}

footer .bt-voltar-ao-topo {
  right: 15px;
  z-index: 2;
  position: absolute;
  padding: 10px 15px;
  font-size: x-large;
  background-color: #000;
  color: #fff;
  line-height: 0px;
  top: -71px;
}

footer .bt-voltar-ao-topo:hover {
  background-color: #000 !important;
  color: #fff !important;
}

footer .menu-rodape {
  margin-top: 20px;
  list-style: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: bold;
  color: #fff;
  padding: 0px;
}

footer .menu-rodape li {
  margin-left: 30px;
  font-size: large;
}

footer .menu-rodape li ul {
  margin: 0px;
  margin-top: 10px;
  padding: 0px;
  list-style: none;
  font-weight: normal;
}

footer .menu-rodape li ul li {
  margin: 0px !important;
}

footer .atendimento strong {
  font-size: 16px;
  color: #fff;
}

footer .atendimento strong i {
  font-size: 20px;
  width: 20px;
  color: #fff;
}

footer .atendimento p {
  color: #fff !important;
  margin-left: 24px;
}

footer .atendimento p a {
  color: #fff !important;
  padding: 0px !important;
}

footer .telefones a {
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}

footer .endereco img {
  margin-bottom: 10px;
  height: 90%;
  width: auto;
}

footer .rodape {
  font-size: small;
  line-height: 30px;
  padding-top: 20px;
  padding-bottom: 30px;
  border-top: 1px solid #d12d36;
}

footer .rodape .assinatura {
  text-align: right;
}

footer .redes-box {
  background-color: #d12d36;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 24px;
  color: #fff;
}

footer .redes-box a {
  margin-left: 10px;
}

footer .redes-box a i {
  font-size: 30px;
  color: #fff;
}

.navbar.fixed-top.bg-light {
  background-color: #d12d36 !important;
  color: rgba(0, 0, 0, 0.7);
}

.navbar.fixed-top.bg-light a {
  font-size: medium;
  color: #fff;
}

.navbar.fixed-top.bg-light a:hover {
  color: #fff;
}

.navbar.fixed-top.bg-light .navbar-toggler {
  border-color: #fff;
  padding: 0px 5px;
  color: #fff;
}

.navbar.fixed-top.bg-light .navbar-brand {
  color: #fff;
}

.navbar.fixed-top.bg-light .navbar-brand a {
  margin-right: 10px;
}

.navbar.fixed-top.bg-light .navbar-brand a i {
  font-size: large;
}

.navbar.fixed-top.bg-light .navbar-brand a:hover {
  color: #fff;
}

.navbar.fixed-top.bg-light .navbar-nav .redes-menu {
  display: block;
}

.navbar.fixed-top.bg-light .navbar-nav .nav-item {
  text-align: center;
}

.navbar.fixed-bottom.bg-light {
  background-color: #d12d36 !important;
  color: #fff;
}

.navbar.fixed-bottom.bg-light a {
  color: #fff;
}

.navbar.fixed-bottom.bg-light a:hover {
  color: #fff;
}

.navbar.fixed-bottom.bg-light .navbar-nav .nav-item {
  text-align: center;
}

.navbar.fixed-bottom.bg-light .navbar-toggler {
  border-color: #fff;
  padding: 10px 15px;
  color: #fff;
}

.select2-container .select2-selection--single {
  height: 38px !important;
  border: 1px solid #d9d9d9 !important;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.25;
  width: 100% !important;
  color: #495057;
}

.select2-container .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__rendered {
  border: 0px;
  padding: 0.1rem 0.5rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 35px;
}

.box-facebook {
  padding: 50px;
}
/*# sourceMappingURL=main.css.map */