@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 img {
        height: 70px !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: #2375c7;
    }

    .navbar.fixed-top .header-info strong i {
        font-size: 24px;
    }

    header #nav_menu_principal .nav-item {
        text-align: center;
    }

    header .navbar-toggler {
        position: absolute;
        right: 0px;
        top: 25px;
    }

    header .navbar-brand {
        display: block;
        width: 100%;
        margin: 0px;
        padding: 0px;
    }

    header .navbar-brand img {
        margin: 0 auto;
    }

    .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;
    }

    .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;
    }
}

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

.nopadding {
    padding: 0px !important;
}

header {
    margin-top: -20px;
    background-color: #fff;
}

header .navbar-toggler {
    border-color: #2375c7 !important;
    padding: 10px 15px;
    color: #2375c7 !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: #2375c7;
}

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

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

header nav {
    padding: 0px;
}

header nav .navbar-brand img {
    height: 100px;
}

header nav a {
    font-weight: bold;
    color: #2375c7 !important;
}

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

h1 span {
    color: #2375c7;
}

a {
    color: #2375c7;
}

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

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

.interno .titulo_interno {
    background-color: #2375c7;
    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: #2375c7;
}

.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: #2375c7;
    border-color: #2375c7;
    color: #fff;
}

.btn-light:hover {
    background-color: rgba(0, 170, 240, 0.7);
    border-color: rgba(0, 170, 240, 0.7);
    color: #fff;
    opacity: 1 !important;
}

.btn-light:focus {
    opacity: 1 !important;
    background-color: rgba(0, 170, 240, 0.7);
    border-color: rgba(0, 170, 240, 0.7);
    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: 75px;
    padding-bottom: 75px;
}

.busca .titulo {
    text-align: center;
    margin-bottom: 30px;
    text-shadow: 1px 2px 3px white;
}

.busca .titulo h1 {
    color: #2375c7;
    margin: 0px;
    padding: 0px;
    font-size: 40px;
    font-style: italic;
}

.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: #2375c7;
    border-color: #2375c7;
    color: #fff;
    border: 0px !important;
}

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

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

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

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

.paginas.quem-somos h2 {
    color: #2375c7;
    font-size: 18px;
}

.paginas.links h2 {
    color: #2375c7;
    font-size: 18px;
    margin-bottom: 0px;
}

.paginas.links a {
    font-size: 16px;
}

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

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

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

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

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

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

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

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

.chamada a {
    display: block;
    padding: 10px 0px 10px;
    color: rgba(0, 0, 0, 1);
}

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

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

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

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

.destaque h1 {
    margin-bottom: 30px;
    color: #2375c7;
    font-weight: 300;
}

.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 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;
}

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

.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, 170, 240, 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: #2375c7;
    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: #2375c7;
    width: 25px;
}

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

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

.breadcrumb {
    margin-bottom: 30px;
}

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

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

.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: inline-flex;
}

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

.imovel-share .navbar-nav {
    background-color: #2375c7;
    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: #2375c7;
}

.imovel .imovel-imagens .paginacao-imagens {
    text-align: right;
    position: absolute;
    background-color: rgba(0, 170, 240, 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: #2375c7;
}

.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: #2375c7;
    border-color: #2375c7;
    color: #fff;
}

.imovel .imovel-imagens #owl-imagens .owl-nav .owl-next:hover, .imovel .imovel-imagens #owl-imagens .owl-nav .owl-prev:hover {
    background-color: rgba(0, 170, 240, 0.7);
    border-color: rgba(0, 170, 240, 0.7);
    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: #2375c7;
    color: #fff;
    line-height: 0px;
    top: -71px;
}

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

footer .menu-rodape {
    margin-top: 20px;
    list-style: none;
    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% !important;
    width: auto !important;
}

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

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

footer .redes-box {
    background-color: #2375c7;
    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: #2375c7 !important;
    color: #f5f5f5;
}

.navbar.fixed-top.bg-light a {
    font-size: medium;
    color: #fff;
    padding-top: 0px;
    padding-bottom: 0px;
    font-weight: bold;
}

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

.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 img {
    height: 100px !important;
}

.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: #2375c7 !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;
}






/*CHAT*/
@media (max-width: 640px) {
    .box_chat {
        width: 100% !important;
        bottom: 49px !important;
        right: 0px !important;
        padding: 0px !important;
        padding-bottom: 1px !important;
    }
    .assinatura{
        margin-bottom: 94px !important;
    }
}

.box_chat {
    z-index: 22;
    position: fixed;
    width: 380px;
    bottom: 0px;
    right: 20px;
    background-color: #ffffff;
    padding: 1px;
    padding-bottom: 0px;
}

.box_chat .titulo {
    background-color: #2375c7;
    padding: 10px;
    cursor: pointer;
}

.box_chat #botao_fechar {
    display: none;
    position: absolute;
    right: 1px;
    color: #000;
    width: 50px;
    background-color: #f1db19;
    text-align: center;
    margin-top: 0px;
    padding-top: 8px;
    height: 42px;
}

.box_chat .titulo h5 {
    margin: 0px;
    padding: 0px;
    text-align: center;
    color: #fff;
}

.box_chat .painel {
    padding: 15px;
}

.box_chat .painel,
.box_chat .painel .formulario_contato,
.box_chat .painel .formulario_entrada,
.box_chat .painel .formulario_aguardando,
.box_chat .painel .chat {
    display: none;
}

.box_chat .painel .chat .mensagens {
    max-height: 300px;
    padding-bottom: 15px;
    overflow-x: hidden;
    overflow-y: auto;
}

.box_chat .painel .chat .mensagens p {
    font-size: 12px !important;
}

.box_chat .painel .chat .mensagens small {
    font-size: 11px !important;
}

.box_chat .painel .chat .mensagens .recebidas {
    background-color: #e3f5fc;
    margin-left: 0px;
    padding: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
    position: relative;
}

.box_chat .painel .chat .mensagens .recebidas p, .box_chat .painel .chat .mensagens .enviadas p {
    margin: 0px;
    padding: 0px;
}

.box_chat .painel .chat .mensagens .recebidas:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -10px;
    width: 0;
    height: 0;
    border: 5px solid #e3f5fc;
    border-left-color: transparent;
    border-top-color: transparent;
}

.box_chat .painel .chat .mensagens .enviadas {
    background-color: #e0ffe9;
    padding: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
    position: relative;
}

.box_chat .painel .chat .mensagens .enviadas:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: -10px;
    width: 0;
    height: 0;
    border: 5px solid #e0ffe9;
    border-right-color: transparent;
    border-top-color: transparent;
}

.box_chat .painel .chat .formulario .input-group {
    margin: 0px;
    padding: 0px;
}