/* CSS Document */

/*Extra small devices (portrait phones, less than 576px)
/No media query since this is the default in Bootstrap*/



/* -----------------------------------*/
/* ---------->>> GLOBAL <<<-----------*/
/* -----------------------------------*/

/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
html, body {
    clear: both;
}

    body #anunciantes .lista-empresas {
        display: inline;
    }

html {
    position: relative;
    height: 100%;
}

body {
    margin-bottom: 540px;
}
/* GLOBAL > RESET
//////////////////////////////////////*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
   */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*
*@section global paragrafos
*/

p, body {
    color: #666;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
}


html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}


a:hover, a:active {
    text-decoration: none;
}

.container-fluid {
    max-width: 1344px;
}
/* -----------------------------------*/
/* ---------->>> ESTILOS DO HEADER <<<-----------*/

/* ------------------font-family: 'Titillium Web', sans-serif;

font-family: 'Open Sans', sans-serif;-----------------*/

.logo321 {
    width: 180px;
}


.logo-lancamento-anunciante {
    max-width: 120px;
    max-height: 120px;
}

.header-secundario {
    background: #0083ca;
    /* padding: 0rem 1rem; */
    min-height: 15px;
}

    .header-secundario > li a {
        color: #fff;
        font-size: 12px;
        margin: 5px 0px;
    }

.user-menu-restrito {
    transform: translate3d(-200px, 40px, 0px) !important;
    min-width: 250px !important;
    border-radius: 0px !important;
}

.user-menu {
    min-width: 250px !important;
    right: 0 !important;
    transform: translate3d(-200px, 30px, 0px) !important;
    border-radius: 0px !important;
}

    .user-menu a, .user-menu-restrito a {
        font-size: 14px !important;
        color: #333 !important;
    }

    .user-menu > a.nav-link .user-menu-restrito > a.nav-link {
        color: #333 !important;
    }

    .user-menu p, .user-menu-restrito p {
        font-size: 16px !important;
    }

        .user-menu p.small, .user-menu-restrito p.small {
            font-size: 11px !important;
        }

    .user-menu a.nav-link:hover, .user-menu-restrito a.nav-link:hover, .user-menu a:focus, .user-menu-restrito a:focus {
        color: #fff !important;
        background: #0083ca !important;
    }

.user-area:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.header-secundario > li.btn-anuncie a {
    padding-top: 12px !important;
}

.header-secundario > li.btn-anuncie a, .anunciar-rodape .btn-anuncie {
    background: #83c236;
    color: #fff;
    height: 100%;
    margin: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 6px;
}

    .header-secundario > li.btn-anuncie a:before, .anunciar-rodape .btn-anuncie:before {
        background: #629029;
    }


.nav-item a {
    color: #333;
    font-size: 14px;
    font-weight: 300;
}

.nav-primario li {
    border-top: 1px solid #e6e6e6;
}

.nav-primario li {
    border-top: 1px solid #e6e6e6;
}

.nav-secundario {
    background: #ff8728;
}

    .nav-secundario a {
        color: #fff;
    }


.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(151,192,70, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

/*Fixed Menu*/
.menufixo {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 100000;
}

/* -----------------------------------*/
/* ---------->>> ESTRUTURAS DA Pagina <<<-----------*/
/* -----------------------------------
/*
@MODAL LATERAL PARA FAVORITOS*/

/*@pÃƒÂ¡ginas de login */

.justify-end  { justify-content: flex-end!important }

.call-to-action-cadastro {
    background: #0083ca;
    padding: 80px 0px 100px;
}

    .call-to-action-cadastro h2 {
        font-weight: 700
    }

.cadastro-text {
    font-size: 16px;
    color: #83c236;
    font-weight: 700;
    font-family: 'Titillium Web', sans-serif;
}

.img-cadastro-perfil {
    max-width: 80px
}

.tab-cadastro {
    margin-top: -50px;
}

    .tab-cadastro li a.nav-link {
        background: #ff8728;
        font-weight: 400 !important;
        color: white;
        font-size: 18px;
        margin-top: 12px;
        font-family: 'Titillium Web', sans-serif;
    }

#Cadastro {
    margin: 0px;
}

/*@MODAL LATERAL PARA FAVORITOS*/
.modal.left .modal-dialog, .modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 250px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left .modal-body, .modal.right .modal-body {
    padding: 15px 15px 80px;
    height: 100px;
    overflow-y: auto;
}

/*Right*/
.modal.right.fade .modal-dialog {
    right: 0;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}

/* ----- MODAL STYLE ----- */
.modal-content {
    border-radius: 0;
    border: none;
    height: 100%;
}

.modal-header {
    border-bottom-color: #EEEEEE;
    background-color: #FAFAFA;
}


.wrapper a {
    width: 50px;
    height: 50px;
    color: white;
    display: block;
    position: fixed;
    top: 50%;
    z-index: 1050;
}

.wrapper a {
    background: #ffffff;
    border: 1px solid #ced4da;
}

    .wrapper a span {
        float: right;
        margin: 11px 10px 5px 5px;
        color: #83c236;
    }

.container .title {
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 10px;
}

.content-text {
    position: relative;
    width: 90%;
    max-width: 400px;
    margin: auto;
    overflow: hidden;
}

    .content-text .content-overlay {
        background: rgba(0,0,0,0.7);
        position: absolute;
        height: 99%;
        width: 100%;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        opacity: 0;
        -webkit-transition: all 0.4s ease-in-out 0s;
        -moz-transition: all 0.4s ease-in-out 0s;
        transition: all 0.4s ease-in-out 0s;
    }

    .content-text:hover .content-overlay {
        opacity: 1;
    }

.content-image {
    width: 100%;
}

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.content-text:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.content-details h3 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

.content-details p {
    color: #fff;
    font-size: 0.8em;
}

.fadeIn-bottom {
    top: 80%;
}

*@section header busca */ .jumbotron {
    background-color: #f5f5f5 !important;
}

.content-busca {
    background: url(../images/bgheader.jpg) center center;
    background-size: cover;
    height: auto;
    padding: 10px;
}

.footer-login {
    position: relative;
}

.caixa-busca {
    max-width: 960px;
    background: rgba(255,255,255, 0.8);
    margin-left: auto;
    margin-right: auto;
    /* margin-top: 30px; */
}

.busca-avancada-lista .dropdown-menu {
    width: 95%;
}

.form-avancado {
    background: #fff;
    border-top: 1px solid #83c236;
    border-bottom: 1px solid #83c236;
}

.form-avancado-principal .nav {
    width: 100%;
}

.

.form-avancado-principal .nav > li {
    width: calc(90% / 2);
    font-size: 13px;
    margin-bottom: 8px;
    border: 1px solid #83c236;
    margin-right: auto;
    margin-left: auto;
}

.form-avancado-principal .nav li a {
    color: #83c236;
}

    .form-avancado-principal .nav li a:hover, .form-avancado-principal .nav li a:active {
        text-decoration: none;
    }

.form-avancado-principal .nav .dropdown-menu {
    margin-top: 15px;
}


    .form-avancado-principal .nav .dropdown-menu:after {
        bottom: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(136, 183, 213, 0);
        border-bottom-color: #83c236;
        border-width: 10px;
        margin-left: -10px;
    }

.form-avancado-principal .nav .dropdown-menu--valor:after {
    left: 20%;
}

.form-avancado-principal .nav .dropdown-menu--quarto:after {
    left: 20%;
}

.form-avancado-principal .nav .dropdown-menu--suite:after {
    left: 20%;
}

.form-avancado-principal .nav .dropdown-menu--vaga:after {
    left: 20%;
}

.form-avancado-principal .nav .dropdown-menu--area:after {
    left: 20%;
}

.form-avancado-principal .nav li.w-100 {
    width: 100%;
    color: #333;
    font-size: 14px;
    margin-top: 8px;
}

.dropdown-busca-header {
    background: #83c236;
    color: #fff;
    text-align: center;
    padding: 10px 12px;
}

.dropdown-busca-body li {
    padding: 5px 12px;
}

.block-mobile {
    display: block;
    margin-bottom: 8px;
    text-align: center;
    width: 100%;
}

/*@section icones 
*/
.section-icon-cards {
    margin-top: 40px;
    margin-bottom: 40px;
}

.icon-chart {
    margin: 40px auto;
    display: block;
}

/*@SECTION MAPA
*/

.mask-loader {
    height: 100vh;
    z-index: 1045;
    background: rgba(255,255,255,0.8);
}

.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 16px solid #e2e0e0;
    border-radius: 50%;
    border-top: 16px solid #0083ca;
    border-bottom: 16px solid #0083ca;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.form-busca-map {
    background: rgba(255,255,255,0.9);
    padding: 40px 0px;
}

    .form-busca-map .btn-search, .btn-search {
        position: absolute;
        right: 0;
    }

.btn-search--mapa {
    right: 16px !important;
}

.map-div {
    background-position: center center;
    padding: 80px 0px;
    width: 100%;
    ;
    border-bottom: #e5e5e5 1px solid;
    border-top: #e5e5e5 1px solid;
}


/*@SECTION BUSCAS RELACIONADAS CARDS
*/


.buscas-tabs {
    border-bottom: 4px solid #83c236;
    margin-bottom: 5px;
}

    .buscas-tabs li a {
        border-radius: 0px !important;
        background-color: #e6e6e6 !important;
        border: none !important;
        height: 32px;
        /* width: 140px; */
        color: #83c236;
    }

        .buscas-tabs li a.active {
            border-radius: 0px !important;
            background-color: #83c236 !important;
            color: #fff !important;
            border: none !important;
        }

        .buscas-tabs li a:before {
            background-color: #83c236 !important;
        }

.card-imoveis-hover {
    transition: box-shadow .3s;
    transition: filter .3s;
}

    .card-imoveis-hover:hover {
        box-shadow: 0 0 8px rgba(33,33,33,.2);
        -webkit-filter: opacity(.8);
        filter: opacity(.8);
    }

.nav-tabs .nav-item {
    margin-bottom: 0px;
}

.title-wrap {
    width: 100%
}

.card-relacionadas .card-title {
    background: #0083ca;
    color: #fff;
    text-align: center;
    margin: -1.25rem -1.25rem 0px -1.25rem;
    padding: 8px 12px;
    text-transform: uppercase;
    ;
    font-size: 14px;
}

.card-relacionadas ul {
    margin-top: 20px;
    margin-bottom: 20px;
}

.card-relacionadas .card-nome-cidade {
    font-size: 14px;
    margin-bottom: 10px;
    padding-left: 0px;
}

    .card-relacionadas .card-nome-cidade i {
        font-size: 13px;
        color: #ff8728;
    }

.btn-card-list {
    background: #83c236;
    color: #fff !important;
    width: 100%;
    border-radius: 0;
    font-size: 14px;
    padding: 8px 20px;
    border-bottom: 2px solid #70a72d;
}

a.btn-card-list:before {
    background: #70a72d;
}

/*Mensagem Filtro*/
.msg-alerta-zero {
    font-weight: bold;
}

.palavra-chave {
    font-weight: bold;
    cursor: pointer;
}
/* @Pagina IMOVEIS */
.filtro-imoveis-primario {
    border-color: rgba(1, 208, 236, 0.4) !important;
    background-color: rgba(1, 208, 236, 0.1);
}

    .filtro-imoveis-primario label.text-form-busca {
        color: rgb(0, 131, 202) !important;
        /* background-color: white; */
        text-transform: uppercase;
        font-weight: 700;
    }

/*Etiquetas ImÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³veis*/
.etiqueta {
    border-top: 4px solid;
}

    .etiqueta:before {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 0px 0 8px;
        border-color: #000000 transparent transparent transparent;
        left: 9px;
        position: absolute;
        top: 53px;
        z-index: 10;
    }

.etiqueta-online {
    border-top-color: #83c236;
}

.etiqueta-offline {
    border-top-color: #dd4b39;
}

.etiqueta-pronto-morar {
    border-top-color: #83c236;
}

.etiqueta-em-obra {
    border-top-color: #ff8728;
}

.etiqueta-na-planta {
    border-top-color: #0083ca;
}

.etiqueta-destaque {
    border-top-color: #063f90;
}

.etiqueta-super-destaque {
    border-top-color: #033071;
}

.etiqueta-online:before {
    border-top-color: #83c236;
}

.etiqueta-offline:before {
    border-top-color: #dd4b39;
}

.etiqueta-pronto-morar:before {
    border-top-color: #75ad30;
}

.etiqueta-em-obra:before {
    border-top-color: #c16202;
}

.etiqueta-na-planta:before {
    border-top-color: #074090;
}

.etiqueta-na-planta:before {
    border-top-color: #074090;
}

.etiqueta-destaque:before {
    border-top-color: #033071;
}

.etiqueta-super-destaque:before {
    border-top-color: #011e48;
}

.etiqueta p {
    display: inline-block;
    padding: 5px 19px;
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 1.5rem !important;
    margin-left: 9px;
    z-index: 10;
}

.etiqueta-online p {
    background: #83c236;
}

.etiqueta-offline p {
    background: #dd4b39;
}

.etiqueta-pronto-morar p {
    background: #83c236;
}

.etiqueta-em-obra p {
    background: #ff8728;
}

.etiqueta-na-planta p {
    background: #0083ca;
}

.etiqueta-destaque p {
    background: #063f90;
}


.etiqueta-super-destaque p {
    background: #033071;
}
/*radio button, colocando o texto dentro e alterando o estilo*/
input[type="radio"] {
    width: 35px;
    height: 35px;
    border-radius: 15px;
    border: 1px solid #ced4da;
    background-color: white;
    -webkit-appearance: none; /*to disable the default appearance of radio button*/
    cursor: pointer;
    -moz-appearance: none;
}

    input[type="radio"].transacao-tipo {
        text-align: center;
        width: 150px;
        height: 35px;
        border-radius: 15px;
        border: 1px solid #ced4da;
        background-color: white;
        -webkit-appearance: none; /*to disable the default appearance of radio button*/
        cursor: pointer;
        -moz-appearance: none;
    }

    /* Styling label when disabled? :p */
    input[type="radio"]:disabled {
        color: #aaa !important;
        background-color: #ced4da;
    }



    input[type="radio"]:focus { /*no need, if you don't disable default appearance*/
        outline-color: transparent; /*to remove the square border on focus*/
    }

    input[type="radio"]:checked { /*no need, if you don't disable default appearance*/
        background-color: #1FBED6 !important;
    }

        input[type="radio"]:checked ~ span:first-of-type {
            color: white;
        }

.form-check-inside {
    margin-right: 0px;
}


    .form-check-inside label.form-check-label span:first-of-type {
        position: absolute;
        top: 10px;
        left: 10px;
        font-size: 13px;
        /* color: #1FBED6; */
        pointer-events: none;
    }

    .form-check-inside label.form-check-label span {
        position: relative;
        top: -10px;
    }

label.form-check-label input[type="radio"]:hover, label.form-check-label span:hover + input[type="radio"] {
    background: #e0e3e5;
}

.form-extra-title {
    color: #0083ca;
}


.form-check-label {
    font-size: 13px;
}

.content-resultado-imoveis .card-header:first-child {
    border-radius: none !important;
}

.content-buscas-local ul li a {
    font-size: 13px;
    color: #83c236;
}

    .content-buscas-local ul li a:hover, .content-buscas-local ul li a:active {
        text-decoration: none;
    }



#opcaoPaginaBusca li > a:hover {
    color: #0083ca;
}

#opcaoPaginaBusca li.active-option > a {
    font-weight: 700;
    border-bottom: 4px solid #0083ca;
    color: #0083ca;
}

.card-imovel-texto-detalhe {
    height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
}



/*HERO BANNER*/


/* The hero image */
.hero-image {
    /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("http://www.apartamentos-lisboa.com/upload4mail/magnolia-portugal/op_91392_imoveis_de_luxo.jpg");
    /* Set a specific height */
    /* Position and center the image to scale nicely on all screens */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

/* Place text in the middle of the image */


.hero-text > h1 {
    font-size: 22px;
    background-color: rgba(0, 0, 0, 0.6);
    margin-bottom: 10px;
    padding: 20px;
    display: inline-block;
}

.logo-anunciante-banner h2 {
    font-size: 22px;
    background-color: rgba(0, 0, 0, 0.6);
    margin-bottom: 10px;
    padding: 20px;
}

.hero-text > h2 {
    font-size: 22px;
    background-color: rgba(0, 0, 0, 0.6);
    margin-bottom: 10px;
    padding: 20px;
    display: inline-block;
}

    .hero-text > h2 span {
        font-weight: bold;
        color: #ff8728;
    }

.hero-text > p {
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.6);
    margin-bottom: 10px;
    display: inline-block;
}
/* ---------->>> Card Itens Da Lista de imoveis <<<-----------*/
.imoveis-similares .carousel-item {
    max-height: 480px;
    overflow: hidden;
}

.imoveis-similares .carousel-inner {
    width: 75% !important;
}

.carousel-item img.imovel-recorte {
    width: 100%;
    height: 230px;
    object-fit: cover;
    object-position: center;
}

.texto-card-endereco {
    font-size: 13px;
    color: #333333;
}

.texto-card-att-imovel {
    font-size: 12px;
    color: #acaaaa;
}

.container-bg-green {
    background: #83c236;
}

.container-bg-border-green {
    border-color: #d7f7b1 !important;
    background: #f8f9fa;
}

.container-bg-border-float {
    background-color: #ffd590;
    border: 2px solid #e1a94d;
}


.container-bg-blue {
    background: #0083ca;
}

.bg-anuncie {
    background: url('../images/bg-novo2.png') top center fixed;
    background-size: cover;
}

.bg-anuncie-v2 {
    background: url('../images/bg-anuncie-v2.jpg') center top;
    background-size: cover;
}

.StatusHeader {
    margin-bottom: 60px;
}

.StatusHeader__separator {
    background: #979797;
    padding: 0;
    height: 1px;
    width: 10%;
    opacity: .5;
    margin: 0 auto;
}

.StatusHeader > div:not(.StatusHeader__separator) {
    text-align: center;
    padding: 35px;
}

.StatusHeader__content__text {
    font-size: 14px;
    letter-spacing: .07px;
    line-height: 23px;
    color: #54545d;
}

.StatusHeader__header__title {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .07px;
    line-height: 32px;
    background: #83c236;
    margin: .39em;
}

.StatusHeader__header__subtitle {
    color: #92929e;
    font-size: 14px;
    letter-spacing: .07px;
    line-height: 23px;
}

.StatusHeader > div:not(.StatusHeader__separator) {
    text-align: center;
    padding: 35px;
}



#detalhesPrimarioImovel > li {
    padding: 0 16px 0 40px;
    margin-bottom: 12px;
}

.py-34 {
    padding-top: 57px;
    padding-bottom: 57px;
}

#detalhesPrimarioImovel > li ul li {
    padding: 5px 16px 0 15px;
}

#detalhesImoveis #detalhesPrimarioImovel .span-imovel-valor {
    font-size: 20px;
}

.span-imovel-destaque {
    font-size: 24px;
}

#detalhesImoveis .span-imovel-destaque-menor {
    font-size: 14px;
}

#detalhesImoveisLancamento .span-imovel-destaque-menor {
    font-size: 20px;
}

.listagem-favorito span.span-imovel-destaque-menor {
    font-size: 13px;
}

.bg-detalhe-valor, .bg-detalhe-tipo, .bg-detalhe-area, .bg-detalhe-quarto, .bg-detalhe-banheiro, .bg-detalhe-vaga {
    padding-left: 36px !important;
}

.bg-detalhe-valor {
    background: url(../images/imoveis-detalhes/money.png) no-repeat top left;
    background-size: 24px;
}

.bg-detalhe-tipo {
    background: url(../images/imoveis-detalhes/house.png) no-repeat top left;
    background-size: 24px;
}

.bg-detalhe-quarto {
    background: url(../images/imoveis-detalhes/bed.png) no-repeat top left;
    background-size: 24px;
    min-height: 24px;
}

.bg-detalhe-banheiro {
    background: url(../images/imoveis-detalhes/bath.png) no-repeat top left;
    background-size: 24px;
    min-height: 24px;
}

.bg-detalhe-area {
    background: url(../images/imoveis-detalhes/area.png) no-repeat top left;
    background-size: 24px;
}

.bg-detalhe-vaga {
    background: url(../images/imoveis-detalhes/car.png) no-repeat top left;
    background-size: 24px;
    min-height: 24px;
}

.map-responsive {
    overflow: hidden;
    /* padding-bottom: 56.25%; */
    position: relative;
    height: 450px;
}

    .map-responsive iframe {
        left: 0;
        top: 0;
        width: 100%;
        position: absolute;
    }


/*situacao lancamento*/

#situacao-lancamento ul {
    display: block;
    list-style: none;
    margin: 0 0 45px 0;
    overflow: hidden;
    padding: 5px 0 0 0;
}

    #situacao-lancamento ul li {
        display: block;
        float: left;
        list-style: none;
        margin: 0;
        overflow: hidden;
        padding: 0;
        position: relative;
        width: 33%;
    }

        #situacao-lancamento ul li:before {
            background: #dcdede;
            content: '';
            display: block;
            height: 4px;
            left: 0;
            position: absolute;
            right: 0;
            top: 25px;
        }

        #situacao-lancamento ul li.esquerdo:before {
            left: 80px;
        }

        #situacao-lancamento ul li.direito:before {
            right: 80px;
        }

        #situacao-lancamento ul li.central {
            width: 34%;
        }

        #situacao-lancamento ul li div {
            color: #444444;
            font-family: 'fonte321', sans-serif;
            font-size: 18px;
            line-height: 20px;
            padding: 65px 0 0 0;
            position: relative;
            text-align: center;
            width: 158px;
        }

        #situacao-lancamento ul li.ativo div {
            color: #8ebd4a;
        }

        #situacao-lancamento ul li.esquerdo div {
            float: left;
        }

        #situacao-lancamento ul li.central div {
            margin: 0 auto;
        }

        #situacao-lancamento ul li.direito div {
            float: right;
        }

        #situacao-lancamento ul li div:before {
            background: #FFFFFF;
            border: 5px #dcdede solid;
            border-radius: 27px;
            content: '';
            display: block;
            height: 54px;
            left: 50%;
            margin-left: -27px;
            position: absolute;
            top: 0;
            width: 54px;
        }

        #situacao-lancamento ul li.ativo div:after {
            background: #8ebd4a;
            border-radius: 17px;
            content: '';
            display: block;
            height: 34px;
            left: 50%;
            margin-left: -17px;
            position: absolute;
            top: 10px;
            width: 34px;
        }


/*

    @CSS carousel

*/
/*

    @CSS PARA TELAS DE ACESSO
*/

.container-acesso {
    max-width: 400px;
}


/* ANUNCIANTES */
#anunciantes .lista-empresas {
    clear: both;
    display: block;
    list-style: none;
    margin: 20px 0 20px 0;
    overflow: hidden;
    padding: 0;
}

    #anunciantes .lista-empresas li {
        float: left;
        display: block;
        list-style: none;
        margin: 0 10px 0 10px;
        padding: 0;
    }

        #anunciantes .lista-empresas li .logo {
            background: #FFF;
            border: 1px #d5d5d5 solid;
            display: table;
            width: 100%;
            transition: border-color 0.2s linear;
        }

        #anunciantes .lista-empresas li a:hover .logo {
            border-color: #074090;
        }

        #anunciantes .lista-empresas li .logo div {
            display: table-cell;
            vertical-align: middle;
            text-align: center;
        }

            #anunciantes .lista-empresas li .logo div img {
                height: auto;
                max-height: 100%;
                max-width: 100%;
                width: auto;
            }

        #anunciantes .lista-empresas li .titulo {
            color: #444444;
            font-family: 'fonte321',sans-serif;
            font-size: 18px;
            line-height: 21px;
            padding: 5px 0 5px 0;
            text-align: center;
            transition: color 0.2s linear;
        }

        #anunciantes .lista-empresas li a:hover .titulo {
            color: #074090;
        }

/* -----------------------------------*/
/* ---------->>> Rodape <<<-----------*/
/* -----------------------------------*/

.content-mob {
    height: 80px;
    overflow: hidden;
}

.content-mob-legal {
    height: 0px;
    overflow: hidden;
}


.active-content {
    height: auto !important;
}

.btn-vermais {
    display: block;
    color: #ff8728 !important;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
}

.body-content {
    min-height: 372px;
}

.anunciar-rodape {
    background: #e6e6e6;
}

.links-rodape {
    background: #063f90;
}

.links-rodape--escuro {
    background: #033071;
    text-align: center;
}

    .links-rodape--escuro p, .links-rodape--escuro a {
        color: #fff;
        font-size: 12px;
    }

    .links-rodape--escuro a {
        margin-left: 10px;
    }

.logo-footer {
    max-width: 130px;
}

.footer-nav {
    padding-bottom: 20px;
}

.footer-nav--nopad {
    padding-bottom: 0px;
}

.footer-item {
    color: #fff;
    font-size: 13px;
    margin-bottom: 12px;
}

    .footer-item a {
        color: #fff;
        transition: .3s;
    }

        .footer-item a:hover {
            color: #9fddff;
        }

@media only screen and (max-width : 767px) {

    /**nav-expand for footer with head and ul**/
    h1, .h1 {
        font-size: 18px;
    }

    .imoveis-similares .carousel-inner {
        width: 100% !important;
    }

    .negative-margin {
        padding: 0 15px;
        margin: 0 -15px;
    }

    .nav-folderized {
        width: 100%;
        line-height: 1.4;
        padding-top: 20px;
        border-top: 1px solid #032f6d;
    }

    .nav-folderized--bottom {
        border-bottom: 1px solid #032f6d;
    }

    .nav-folderized .footer-nav-mb h3 {
        cursor: pointer;
    }

    .nav-folderized ul {
        max-height: 0;
        overflow: hidden;
        transition: max-height 1s ease-out;
    }

        .nav-folderized ul li:first-child {
            margin-top: 20px;
        }

        .nav-folderized ul li {
            margin-bottom: 20px;
        }

    .nav-folderized .footer-nav-mb h3:after {
        content: "+";
        float: right;
    }

    .nav-folderized .footer-nav-mb.open h4:after {
        content: "-";
    }

    .nav-folderized .footer-nav-mb.open ul {
        height: auto;
        max-height: 500px;
        transition: max-height 1s ease-in !important;
        background: #032f6d;
        padding: 0 15px;
        margin: 0 -15px;
    }

    .nav-folderized--pad {
        padding: 20px 15px 0 15px;
    }

    .footer-nav {
        padding-bottom: 0px;
    }
    /**nav-expand for footer with head and ul**/

    .call-to-action-cadastro {
        background: #0083ca;
        padding: 40px 0px 70px;
    }

    .tab-cadastro {
        margin-top: -40px;
    }
}
/* -----------------------------------*/
/* ---------->>> TEXTOS <<<-----------*/
/* -----------------------------------*/

.text-form-busca {
    font-size: 14px;
    margin-bottom: 5px;
    width: 100%;
}


.text-bold {
    font-weight: 700;
}

.small-12px {
    font-size: 11px;
}

.small-13px {
    font-size: 13px;
}

.text-imobil-busca {
    color: #949494;
}

.icon-color {
    color: #83c236;
}

.icon-color-2 {
    color: #ff8728;
}
/* -----------------------------------*/
/* ---------->>> Titulos <<<-----------*/
/* -----------------------------------*/
h1, h2, h3, h4, h5, h6 {
    color: #333333;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 300;
}

h1, .h1 {
    font-size: 22px;
}

h2, .h2 {
    font-size: 18px;
}

h3, .h3 {
    font-size: 16px;
}

h4, .h4 {
    font-size: 16px;
}


h5, .h5 {
    font-size: 16px;
}

h6, .h6 {
    font-size: 16px;
}

.titulo-principal, .titulo-secundario {
    margin: 40px 10px;
}

.titulo-principal--no-margin, .titulo-secundario--no-margin {
    margin: 0px;
    ;
}

.titulo-principal span, .titulo-secundario span {
    font-weight: 700;
}

.titulo-secundario span {
    color: #83c236;
}

.titulo-principal--line:after, .titulo-secundario--line:after {
    content: '';
    margin: 12px auto;
    display: block;
    width: 70px;
    height: 3px;
    background: #ff8728;
    position: relative;
}

.titulo-principal--line-left:after, .titulo-secundario--line-left:after {
    content: '';
    margin: 12px 0;
    display: block;
    width: 70px;
    height: 3px;
    background: #ff8728;
    position: relative;
}

.titulo-terciario {
    font-size: 15px;
    font-weight: bold;
    color: #0083ca;
}

.subtitulo-primario {
    color: #83c236;
}

.lista-detalhe-titulo {
    color: #83c236;
    font-size: 13px;
    text-transform: uppercase;
}

.footer-titulo {
    color: #9fddff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.footer-titulo--line:after {
    content: '';
    margin: 10px 0;
    display: block;
    width: 30px;
    height: 3px;
    background: #033071;
    position: relative;
}

.card-imovel-titulo {
    color: #17529e;
}

h5.card-imovel-titulo {
    font-size: 17px;
}

.titulo-reduzido {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.color-secondary {
    color: #83c236;
}

.color-terciary {
    color: #0083ca;
}

/* -----------------------------------*/
/* ---------->>> LINKS e BOTOES<<<-----------*/
/* -----------------------------------*/

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff8728' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff8728' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: white no-repeat center center;
    background-size: 50%;
    border-radius: 20px;
}

a {
    color: #ff8728;
}

    a:hover {
        color: #83c236;
    }

.btn-primary-color, .btn-primary-color:active {
    background: #83c236;
    color: #fff;
}

    .btn-primary-color:before {
        background: #75ad30 !important;
    }

    .btn-primary-color:hovere {
        color: #405f19 !important;
    }

.btn-secundary-color, .btn-secundary-color:active {
    background: #ff8728;
    color: #fff;
}

    .btn-secundary-color:before {
        background: #c16202 !important;
    }

.btn-secundary-color:not(:disabled):hover {
    color: #5c3003 !important;
}

.btn-search, .btn-search:active {
    background: #83c236;
    color: #fff;
}

.btn-busca-padrao, .btn-busca-padrao:active {
    background: #ff8728;
    color: #fff;
    font-family: 'Titillium Web', sans-serif;
    font-size: 14px;
    font-weight: 300;
    padding: 10px 20px;
}


    .btn-busca-padrao:before {
        background: #c16720 !important;
    }

.btn-link-padrao, .btn-link-padrao:active {
    background: none;
    color: #ff8728 !important;
    font-size: 12px;
    padding: 10px 20px;
}

    .btn-link-padrao:hover {
        color: #83c236;
        text-decoration: none;
    }

.btn-link-padrao--label {
    padding: 0px !important;
}

.buttons-tipo-change {
    background: #fff;
    color: #333333;
    border-left: 1px solid #ced4da;
    font-size: 14px;
    height: 38px;
    width: 100%;
    vertical-align: middle;
}

.bg-gray {
    background: #dedada;
}

.buttons-transacao-change:hover, .buttons-transacao-change:active {
    background: #83c236;
    color: #fff;
}

.buttons-transacao-change:first-child {
    border-left: none;
}

.buttons-transacao-change.active {
    background: #83c236;
    color: #fff;
}

.buttons-group-relacionados {
    height: 175px;
    overflow: hidden;
}

.btn-relacionados {
    border: solid 1px #83c236;
    padding: 8px 12px;
    font-size: 12px;
    margin-bottom: 10px;
    color: #333;
    margin-right: 5px;
    margin-left: 5px;
}

    .btn-relacionados:hover, .btn-relacionados:active {
        background: #83c236;
        color: #fff;
    }

.btn-card-imovel {
    padding: 9px 12px;
    height: 40px;
    font-size: 12px;
    cursor: pointer;
}

.btn-imovel {
    padding: 10px 20px;
}

.favoritar {
    color: #fff !important;
    background: #0083ca;
    border-bottom: 2px solid #046aa1;
}

    .favoritar i {
        color: #046aa1 !important;
        margin-left: 5px;
    }

    .favoritar:before {
        background: #046aa1 !important;
    }


.chat-online {
    color: #fff !important;
    background: #83c236;
    border-bottom: 2px solid #699a2e;
}

.chat-online:before {
    background: #699a2e !important;
}

.contato-whatsapp                   { align-items: center; background: #83c236; color: #fff; cursor: pointer; display: flex; margin-top: 20px; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px transparent; -webkit-transition-property: color; transition-property: color; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }
.contato-whatsapp:before            { content: ""; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; background: #2098D1; -webkit-transform: scaleY(0); transform: scaleY(0); -webkit-transform-origin: 50% 100%; transform-origin: 50% 100%; -webkit-transition-property: transform; transition-property: transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; }

.contato-whatsapp:hover:before,
.contato-whatsapp:focus:before,
.contato-whatsapp:active:before { -webkit-transform: scaleY(1); transform: scaleY(1); }


.contato-whatsapp > div:first-child { padding: 10px 0 10px 10px; }
.contato-whatsapp > div:first-child > div:first-child   { font-weight: bold; }
.contato-whatsapp > div:first-child > div:last-child    { font-size: 0.8rem; }


.contatar, .contatar:active {
    color: #fff !important;
    background: #ff8728;
    border-bottom: 2px solid #d57020;
}

    .contatar:before {
        background: #d57020 !important;
    }


.btn-facebook {
    background: #3b5999;
    color: white;
    font-size: 14px;
}

    .btn-facebook::before {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 900;
        content: "\f39e";
        color: white;
        font-size: 16px;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        width: 35px;
    }

    .btn-facebook:hover, .btn-facebook:active {
        background: #2b3f6c;
        color: white;
    }


.btn-google {
    background: #4285f4;
    color: white;
    font-size: 14px;
}

    .btn-google:hover, .btn-google:active {
        background: #376abe;
        color: white;
    }

    .btn-google::before {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 900;
        content: "\f1a0";
        color: white;
        font-size: 16px;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        width: 35px;
    }

.fullscreen {
    background: none;
}

    .fullscreen i {
        color: #a4a8ad;
    }
/*breadcrumbs */
.breadcrumb--321achei {
    background-color: #fff;
    font-size: 12px;
}

    .breadcrumb--321achei a {
        color: #83c236;
    }

        .breadcrumb--321achei a:hover, .breadcrumb--321achei a:active {
            color: #ff8728;
        }

    .breadcrumb--321achei .breadcrumb-item + .breadcrumb-item::before {
        color: #6c757d;
        content: "-";
    }





.content-resultado-imoveis button.btn-link {
    color: #333;
    padding: 0px;
    font-family: "Open Sans", "sans-serif";
    font-size: 14px;
}

    .content-resultado-imoveis button.btn-link:hover, .content-resultado-imoveis button.btn-link:focus, .content-resultado-imoveis button.btn-link:active {
        color: #83c236;
        text-decoration: none;
    }


a.btn-icone {
    border: none;
    font-size: 18px;
}

.btn-chat {
    background-color: #83c236;
    padding: 3px 5px;
    margin-right: 5px;
}

    .btn-chat > a.btn-icone {
        color: #fff;
    }

    .btn-chat:hover, .btn-chat:active {
        background-color: #70a72d;
    }



.btn-favorito {
    background: #e3e3e3;
    padding: 3px 5px;
}

    .btn-favorito > a.btn-icone {
        color: #fff;
    }


#pagination321 .page-link {
    color: #83c236;
}



/*BOTAO ANUNCIE IMOVEIS*/

.button-anuncie-chart {
    border: white solid 2px;
}

    .button-anuncie-chart h5 {
        color: white;
        height: 50px;
        padding: 12px 5px;
        line-height: 1;
        /* align-self: center; */
        /* display: table; */
        /* justify-self: center; */
        /* align-self: center; */
        /* vertical-align: middle; */
        /* text-align: center; */
        margin: 0 auto;
    }

    .button-anuncie-chart img {
        padding: 12px 8px 15px 8px;
    }

    .button-anuncie-chart span {
        padding: 12px 8px;
        color: white;
        font-weight: bold;
        font-size: 1.2rem;
    }

.anuncie-corretor {
    background: #83c236;
    padding-top: 6px;
}

    .anuncie-corretor span.inner-span {
        background: #75ad30;
        color: white;
    }

    .anuncie-corretor:before {
        background: #75ad30 !important;
    }

.anuncie-imobiliaria {
    background: #0073c0;
    padding-top: 6px;
}

    .anuncie-imobiliaria span.inner-span {
        background: #066091;
        color: white;
    }

    .anuncie-imobiliaria:before {
        background: #066091 !important;
    }

.anuncie-proprietario {
    background: #ff8500;
    padding-top: 6px;
}

    .anuncie-proprietario span.inner-span {
        background: #c16202;
        color: white;
    }

    .anuncie-proprietario:before {
        background: #c16202 !important;
    }


.anuncie-construtor {
    background: #003d94;
}

    .anuncie-construtor span.inner-span {
        background: #002c73;
        color: white;
    }


    .anuncie-construtor:before {
        background: #002c73 !important;
    }


/* -----------------------------------*/
/* ---------->>> FORMULARIOS <<<-----------*/
/* -----------------------------------*/
::-webkit-input-placeholder {
    color: #666;
    font-size: 12px;
}

:-moz-placeholder { /* Firefox 18- */
    color: #666;
    font-size: 12px;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #666;
    font-size: 12px;
}

:-ms-input-placeholder {
    color: #666;
    font-size: 12px;
}

select.ordenacao {
    /* for Firefox */
    -moz-appearance: none;
    /* for Chrome */
    -webkit-appearance: none;
}

    /* For IE10 */
    select.ordenacao::-ms-expand {
        display: none;
    }

input {
    box-shadow: none !important;
}

.form-search-header {
    border-color: #83c236;
}

button, .no-rounded, select, input {
    border-radius: 0 !important;
}

select {
    font-size: 12px !important;
    /* color: #333 !important; */
}

.select-form-busca {
    background: #83c236;
    color: #fff;
    height: 33px;
    font-size: 13px;
}

    .select-form-busca:focus {
        background: #83c236;
        color: #fff;
        box-shadow: none;
        border: none;
    }

option.form-tipo-imovel {
    font-size: 13px;
    margin-bottom: 5px;
    background: #fff;
    color: #333;
    padding: 5px;
}

.localidadeView div {
    background: #F0F0F0;
    padding: 10px;
    position: absolute;
    z-index: 1000;
}

.localidadeView p {
    display: block;
    color: #666666;
    font-family: 'fonte321', sans-serif;
    font-size: 17px;
    line-height: 20px;
    padding: 5px;
    pointer-events: none;
}

.localidadeView ul {
    display: block;
    list-style: none;
    margin: 0;
}

    .localidadeView ul a {
        background: #FFF;
        display: block;
        color: #333;
        font-size: 16px;
        line-height: 20px;
        padding: 5px;
        transition: all 0.2s linear;
    }

        .localidadeView ul a:hover, .localidadeView ul a:active {
            background: #0072BB;
            color: #FFF;
        }

span.menor {
    font-size: 16px;
}

label {
    margin-bottom: 5px;
}

.form-group label.error {
    color: #dd4b39;
    font-size: smaller;
}

.form-group .form-control.error {
    border-color: #dd4b39 !important;
    box-shadow: none;
}

.form-group .form-control.input-validation-error {
    border-color: #dd4b39 !important;
    box-shadow: none;
}

.field-validation-error {
    color: #dd4b39;
    font-size: smaller;
}
/*TOOLTIPS*/
.tooltipstered {
    background: #0072BB;
    color: #FFFFFF;
    content: '?';
    cursor: help;
    display: inline-block;
    font-family: 'Titillium Web', sans-serif;
    height: 20px;
    line-height: 20px;
    margin: 0 0 0 5px;
    padding: 0;
    text-align: center;
    width: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
/*Box*/
.box .box-header {
    overflow: hidden;
    padding: 0 20px;
    background: #EFEFEE;
    border-bottom: 1px solid #dedede;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

/*Labels colors*/
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.alert-success,
.alert-danger,
.alert-error,
.alert-warning,
.alert-info,
.label-danger,
.label-info,
.label-warning,
.label-primary,
.label-success {
    color: #fff !important;
}

.alert-danger,
.alert-error,
.label-danger {
    background-color: #dd4b39 !important;
}

.alert-warning,
.label-warning {
    background-color: #f39c12 !important;
}

.alert-info,
.label-info {
    background-color: #00c0ef !important;
}

.label-primary {
    background-color: #3c8dbc !important;
}

.alert-success,
.label-success {
    background-color: #00a65a !important;
}

/*File Upload*/

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.btn-add {
    border: 1px dashed gray;
    color: gray;
    background-color: #e0e0e0;
    padding: 8px 20px;
    border-radius: 0;
    font-size: 24px;
    font-weight: bold;
    width: 75px;
    height: 75px;
}


.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 75px;
    height: 75px;
}

.img-preview {
    width: 75px;
    height: 75px;
    margin-right: 14px;
    margin-bottom: 20px;
}

    .img-preview img {
        object-fit: cover;
        width: 75px;
        height: 75px;
    }

    .img-preview > a, .img-preview button {
        position: absolute;
        border-radius: 100%;
        border: none;
        width: 22px;
        height: 22px;
        font-size: 10px;
        color: white;
    }

        .img-preview button.exclude-button {
            margin-left: 55px;
            margin-top: 60px;
            background-color: red;
        }

        .img-preview button.map-toggle {
            margin-left: 30px;
            margin-top: 60px;
            background-color: #015c91;
        }

.img-preview-decorate {
    width: 75px;
    height: 75px;
    margin-right: 14px;
    margin-bottom: 20px;
}

    .img-preview-decorate img {
        object-fit: cover;
        width: 75px;
        height: 75px;
    }

    .img-preview-decorate > a, .img-preview-decorate button {
        position: absolute;
        border-radius: 100%;
        border: none;
        width: 22px;
        height: 22px;
        font-size: 10px;
        color: white;
    }

        .img-preview-decorate button.exclude-button {
            margin-left: 55px;
            margin-top: 60px;
            background-color: red;
        }

        .img-preview-decorate button.map-toggle {
            margin-left: 30px;
            margin-top: 60px;
            background-color: #015c91;
        }

.img-preview-planta {
    width: 75px;
    height: 75px;
    margin-right: 14px;
    margin-bottom: 20px;
}

    .img-preview-planta img {
        object-fit: cover;
        width: 75px;
        height: 75px;
    }

    .img-preview-planta > a, .img-preview-planta button {
        position: absolute;
        border-radius: 100%;
        border: none;
        width: 22px;
        height: 22px;
        font-size: 10px;
        color: white;
    }

        .img-preview-planta button.exclude-button {
            margin-left: 55px;
            margin-top: 60px;
            background-color: red;
        }

        .img-preview-planta button.map-toggle {
            margin-left: 30px;
            margin-top: 60px;
            background-color: #015c91;
        }

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0;
}

.custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .custom-file-label::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height: 2.25rem;
        padding: .375rem .75rem;
        line-height: 1.5;
        color: #495057;
        content: "Browse";
        background-color: #e9ecef;
        border-left: 1px solid #ced4da;
        border-radius: 0 .25rem .25rem 0;
    }

/*Dados Pagamento*/
.dados-pagamento .metodo-select {
    margin-bottom: 20px;
}

    .dados-pagamento .metodo-select input {
        margin-top: 30px;
    }

    .dados-pagamento .metodo-select .info {
        display: block;
        border: 3px solid #FFF;
        padding: 10px;
        overflow: hidden;
        margin-left: 5px;
    }

        .dados-pagamento .metodo-select .info img {
            margin-top: 2px;
        }

        .dados-pagamento .metodo-select .info .tit {
            display: block;
            font-weight: 600;
            margin-top: -5px;
        }

        .dados-pagamento .metodo-select .info.active {
            border-color: #0099cc;
            background: #f2f2f2;
            color: #666;
        }

        .dados-pagamento .metodo-select .info .descr {
            font-size: 12px;
            line-height: 15px;
        }

/*Loading*/
#divload {
    display: none;
}

.divLoading {
    width: 150px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -75px;
}

/*Progress*/
.progresso {
    background-color: #f7f4ec;
    border-bottom: 1px solid #d7d3c9;
    border-top: 1px solid #d7d3c9;
    padding: 30px 0 8px;
    height: 110px;
}

.aligncenter {
    width: 100%;
    max-width: 960px;
    position: relative;
    margin: 0 auto;
    clear: both;
    padding: 0 10px;
}

    .aligncenter:before, .aligncenter:after {
        display: table;
        content: "";
        line-height: 0;
        clear: both;
    }

.progresso .etapas li.ativo, .progresso .etapas li.concluido {
    color: #0199de;
}

    .progresso .etapas li.ativo:before, .progresso .etapas li.concluido:before {
        border: 1px solid #0199de;
        background-color: #0199de;
        color: #fff;
    }


.progresso .etapas li {
    float: left;
    width: 25%;
    text-align: center;
    color: #979797;
    font-size: 12px;
    position: relative;
}

    .progresso .etapas li:before {
        width: 34px;
        height: 34px;
        line-height: 32px;
        border-radius: 35px;
        display: block;
        margin: 0 auto 5px;
        background-color: #f7f4ec;
        border: 1px solid #979797;
        font-size: 18px;
        font-weight: 700;
        z-index: 1;
        position: relative;
    }

    .progresso .etapas li.ativo .tip {
        display: block;
    }

    .progresso .etapas li .tip {
        top: -23px;
        right: -105px;
        display: none;
    }

.tip {
    height: 20px;
    font-size: 12px;
    color: #fff;
    line-height: 16px;
    border-radius: 2px;
    border: 1px solid #ddd;
    background-color: #0199de;
    padding: 0px 20px;
    position: absolute;
}

    .tip:before {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 50%;
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        border-top: 10px solid #0199de;
    }


.progresso .etapas li:after {
    content: '';
    width: 100%;
    height: 10px;
    border: solid #979797;
    border-width: 1px 0;
    position: absolute;
    top: 11.5px;
    left: 0;
    background-color: #fff;
}

.progresso .etapas li:first-child:after {
    width: 50%;
    left: 50%;
}

.progresso .etapas li.ativo:after, .progresso .etapas li.concluido:after {
    background-color: #007aa5;
    border-right: 1px solid #979797;
}

.progresso .etapas li.sobre-imovel:before {
    content: '1';
}

.progresso .etapas li.plano:before {
    content: '2';
}

.progresso .etapas li.fotosdetalhes:before {
    content: '3';
}

.progresso .etapas li:last-child:before, .progresso .etapas li.concluido:before {
    content: '\e5ca';
    font-family: 'Anuncie';
    font-size: 20px;
    background-color: #979797;
    color: #f7f4ec;
    border: 1px solid #979797;
}

.progresso .etapas li:last-child:after {
    width: 50%;
}

/*Image Perfil*/
.logged-user__avatar {
    text-transform: uppercase;
    height: 40px;
    width: 40px;
    background: #073f90;
    text-align: center;
    line-height: 40px;
    border-radius: 100%;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    position: relative;
}

    .logged-user__avatar.user-comum {
        height: 32px;
        width: 40px;
        line-height: 32px;
    }

    .logged-user__avatar:after {
        right: 0;
        margin: auto;
    }

    .logged-user__avatar:after {
        content: "";
        height: 2px;
        width: 0;
        border-radius: 1px;
        background: #008295;
        position: absolute;
        left: 0;
        bottom: -6px;
        transition: width 0.2s linear;
    }

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    .header-secundario > li a {
        margin: 0px 0px;
    }
}


/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {

    .cadastro-text {
        font-size: 24px;
        color: #83c236;
        font-weight: 700;
        font-family: 'Titillium Web', sans-serif;
    }

    .img-cadastro-perfil {
        max-width: 120px;
    }

    .content-mob {
        height: auto;
        overflow: auto;
    }


    .content-mob-legal {
        height: auto !important;
        overflow: auto;
    }

    .active-content {
        height: auto !important;
    }

    .btn-vermais {
        display: none;
        color: #ff8728;
        text-align: center;
        margin: 0 auto;
    }

    .buttons-group-relacionados {
        height: auto;
    }

    .logo-lancamento-anunciante {
        max-width: 140px;
        max-height: 140px;
    }

    .busca-avancada-lista .dropdown-menu {
        max-width: 300px;
    }

    #anunciantes .lista-empresas li {
        display: inline;
        /* max-width: 200px; */
    }


    .check-tipo-imoveis {
        height: 38px;
    }

    .form-avancado-principal {
        border-bottom: 1px solid #e6e6e6;
    }

    .section-icon-cards {
        margin-top: 80px;
        margin-bottom: 80px;
    }


    #anunciantes .lista-empresas li {
        margin: 0 18px 20px;
    }


    /* -----------------------------------*/


    h1, h2, h3, h4, h5, h6 {
        color: #333;
        font-family: 'Titillium Web', sans-serif;
        font-weight: 400;
    }

    h1, .h1 {
        font-size: 32px;
    }

    h2, .h2 {
        font-size: 28px;
    }

    h3, .h3 {
        font-size: 24px;
    }

    h4, .h4 {
        font-size: 20px;
    }


    h5, .h5 {
        font-size: 18px;
    }

    h6, .h6 {
        font-size: 16px;
    }

    .links-rodape--escuro p {
        background: #033071;
        /* text-align: left; */
    }

    .links-rodape--escuro a {
        background: #033071;
        text-align: right;
    }

    .form-avancado-principal .nav li {
        width: calc(100% / 5);
        height: auto;
        border: none;
    }

    .block-mobile {
        display: inline-block;
        margin-bottom: 0px;
        text-align: left;
        width: auto;
    }

    .form-avancado-principal .nav .dropdown-menu--preco:after {
        left: 15%;
    }

    .form-avancado-principal .nav .dropdown-menu--quarto:after {
        left: 15%;
    }

    .form-avancado-principal .nav .dropdown-menu--suite:after {
        left: 15%;
    }

    .form-avancado-principal .nav .dropdown-menu--vaga:after {
        left: 15%;
    }

    .form-avancado-principal .nav .dropdown-menu--area:after {
        left: 15%;
    }

    .hero-text > h1 {
        font-size: 36px;
    }

    .header-secundario > li.btn-anuncie a {
        padding-top: 8px !important;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .nav-item a.primario, .nav-item a.secundario {
        margin-left: 12px;
        margin-right: 12px;
    }

        .nav-item a.primario:hover, .nav-item a.primario:active {
            color: #0083ca;
        }

        .nav-item a.primario::before {
            background: #0083ca !important;
        }


    .nav-secundario {
        background: #fff;
    }

        .nav-secundario a {
            color: #ff8728;
        }

            .nav-secundario a:hover, .nav-secundario a:active {
                color: #83c236;
            }


    .header-secundario > li.btn-anuncie a {
        padding-left: 30px;
        padding-right: 30px;
    }



    ul.nav-primario li {
        border-top: none;
    }



    .content-busca {
        height: 490px;
    }

    /* The hero image */
    .hero-image {
        /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
        background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("http://www.apartamentos-lisboa.com/upload4mail/magnolia-portugal/op_91392_imoveis_de_luxo.jpg");
        /* Set a specific height */
        height: 450px;
        /* Position and center the image to scale nicely on all screens */
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}

@media (min-width: 1600px) {
    .footer-login {
        position: absolute;
    }

    .body-content {
        min-height: 867px !important;
    }
}

.bg-impulsione {
    background: url('../images/bg-novo2.png') top center fixed;
    background-size: cover;
}

.qrcode-img {
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 2px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}

.pix-expiration-text {
    color: #747474;
    font-family: 'Lato';
    font-size: 13px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.pix-expiration-text .pix-title {
    color: #c3c3c3;
    font-family: 'Lato';
    font-size: 11px;
    margin-bottom: -20px;
    text-transform: uppercase;
}

#question-mark {
    color: #ffffff;
    /*text-shadow: 1px 1px 1px #ccc;
    font-size: 1.5em;*/
}

.question-circle {
    border-radius: 50%;
    width: 26px;
    height: 26px;
    background-color: darkgrey;
}

.text-smaller {
    font-size: smaller;
    color: darkgrey;
}

.text-medium {
    font-size: medium;
    color: #000000;
}

.select-impulsionar {
    border: none;
    outline: none;
    scroll-behavior: smooth;
    font-size: 18px !important;
    color: black;
    width: 90%;
    background: #fff;
}

.select-impulsionar-option {
    background: #fff;
}

.icon-calendar-impulsionar {
    font-size: 24px !important;
    color: darkgrey !important;
}

.info-impulsionar {
    font-size: smaller;
    color: black !important;
}

.texto-card-impulsionar-status {
    font-size: 10px;
    color: #000000;
}

.texto-card-impulsionar-venda-aluguel {
    font-size: 12px;
    color: #000000;
    font-weight: bold;
}

.texto-card-impulsionar-valor {
    font-size: 14px;
    color: #000000;
}

.texto-card-impulsionar-orcamento {
    font-size: 11px;
    color: dimgrey;
    font-weight: bold;
}

.texto-card-impulsionar-periodo-previsto {
    font-size: 13px;
    color: #000000;
}

.texto-card-observacao-status {
    font-size: 10px;
    color: #000000;
    font-weight: bold;
}

.texto-card-impulsionar-suporte {
    font-size: 10px;
    color: #acaaaa;
}

.texto-card-ver-anuncio {
    font-size: 10px;
    color: #000000;
    font-weight: bold;
}

.sub-menu-admin {
    background: #272c33 !important;
}


/* ---- TELA CADASTRO ----- */
@media only screen and (max-width: 600px) {
    #grupoCadastro #grupoPessoaJuridica .form-row > div,
    #grupoCadastro #grupoContato .form-row > div,
    #grupoCadastro #grupoPessoaFisica .form-row > div,
    #grupoCadastro .form-row.endereco > div,
    #grupoCadastro .form-row.contato > div  { margin-bottom: 1rem; }

    #grupoCadastro .form-row.contato,
    #grupoCadastro #grupoContato .form-row,
    #grupoCadastro #grupoPessoaJuridica .form-row { margin-bottom: 0!important; }
}

.texto-impulsionar {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}