@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list {
    background: #fff url("../Assets/css/lib/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url("../Assets/css/lib/fonts/slick.eot");
    src: url("../Assets/css/lib/fonts/slick.eot?#iefix") format('embedded-opentype'), url('../Assets/css/lib/fonts/slick.woff') format('woff'), url('../Assets/css/lib/fonts/slick.ttf') format('truetype'), url('../Assets/css/lib/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

    .slick-prev:hover,
    .slick-prev:focus,
    .slick-next:hover,
    .slick-next:focus {
        color: transparent;
        outline: none;
        background: transparent;
    }

        .slick-prev:hover:before,
        .slick-prev:focus:before,
        .slick-next:hover:before,
        .slick-next:focus:before {
            opacity: 1;
        }

    .slick-prev.slick-disabled:before,
    .slick-next.slick-disabled:before {
        opacity: .25;
    }

    .slick-prev:before,
    .slick-next:before {
        font-family: 'slick';
        font-size: 20px;
        line-height: 1;
        opacity: .75;
        color: white;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '←';
}

[dir='rtl'] .slick-prev:before {
    content: '→';
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '→';
}

[dir='rtl'] .slick-next:before {
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }

        .slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: block;
            width: 20px;
            height: 20px;
            padding: 5px;
            cursor: pointer;
            color: transparent;
            border: 0;
            outline: none;
            background: transparent;
        }

            .slick-dots li button:hover,
            .slick-dots li button:focus {
                outline: none;
            }

                .slick-dots li button:hover:before,
                .slick-dots li button:focus:before {
                    opacity: 1;
                }

            .slick-dots li button:before {
                font-family: 'slick';
                font-size: 6px;
                line-height: 20px;
                position: absolute;
                top: 0;
                left: 0;
                width: 20px;
                height: 20px;
                content: '•';
                text-align: center;
                opacity: .25;
                color: black;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

        .slick-dots li.slick-active button:before {
            opacity: .75;
            color: black;
        }

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.rs-container *{box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.rs-container{font-family:Arial,Helvetica,sans-serif;height:45px;position:relative}.rs-container .rs-bg,.rs-container .rs-selected{background-color:#eee;border:1px solid #ededed;height:10px;left:0;position:absolute;top:5px;width:100%;border-radius:3px}.rs-container .rs-selected{background-color:#00b3bc;border:1px solid #00969b;transition:all .2s linear;width:0}.rs-container.disabled .rs-selected{background-color:#ccc;border-color:#bbb}.rs-container .rs-pointer{background-color:#fff;border:1px solid #bbb;border-radius:4px;cursor:pointer;height:20px;left:-10px;position:absolute;top:0;transition:all .2s linear;width:30px;box-shadow:inset 0 0 1px #FFF,inset 0 1px 6px #ebebeb,1px 1px 4px rgba(0,0,0,.1)}.rs-container.disabled .rs-pointer{border-color:#ccc;cursor:default}.rs-container .rs-pointer::after,.rs-container .rs-pointer::before{content:'';position:absolute;width:1px;height:9px;background-color:#ddd;left:12px;top:5px}.rs-container .rs-pointer::after{left:auto;right:12px}.rs-container.sliding .rs-pointer,.rs-container.sliding .rs-selected{transition:none}.rs-container .rs-scale{left:0;position:absolute;top:5px;white-space:nowrap}.rs-container .rs-scale span{float:left;position:relative}.rs-container .rs-scale span::before{background-color:#ededed;content:"";height:8px;left:0;position:absolute;top:10px;width:1px}.rs-container.rs-noscale span::before{display:none}.rs-container.rs-noscale span:first-child::before,.rs-container.rs-noscale span:last-child::before{display:block}.rs-container .rs-scale span:last-child{margin-left:-1px;width:0}.rs-container .rs-scale span ins{color:#333;display:inline-block;font-size:12px;margin-top:20px;text-decoration:none}.rs-container.disabled .rs-scale span ins{color:#999}.rs-tooltip{color:#333;width:auto;min-width:60px;height:30px;background:#fff;border:1px solid #00969b;border-radius:3px;position:absolute;transform:translate(-50%,-35px);left:13px;text-align:center;font-size:13px;padding:6px 10px 0}.rs-container.disabled .rs-tooltip{border-color:#ccc;color:#999}
.cadastrar__alerta {
    margin: 60px 0px;
}

.cadastrar__alerta--flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 60px 0px;
}

.cadastrar__alerta__texto p.titulo {
    color: #1877f2;
    font-size: 26px;
    font-weight: 400;
}

.cadastrar__alerta__texto p.texto {
    color: #999999;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    margin: 20px 0px 35px 0px;
}

@media screen and (width <= 800px) {
    .cadastrar__alerta--flex {
        margin-left: 1rem;
    }

    .cadastrar__alerta__texto p.titulo {
        background: url("../Assets/css/img/cadastrar-alerta/foto.webp") no-repeat top left;
        background-size: 113px;
        padding: 15px 0px 15px 121px;
    }

    .cadastrar__alerta__texto p.texto,
    .cadastrar__alert__link {
        text-align: center;
    }

    .centralizaBtn {
        margin-left: 5.5rem;
    }

    .cadastrar__alerta__texto p.texto {
        margin-left: 3rem;
    }

    .cadastrar__alerta__img {
        display: none;
    }

    .cadastrar__alerta {
        min-height: 402px;
    }
}

@media screen and (width <= 430px) {
    .cadastrar__alerta {
        width: 70%;
    }

    .cadastrar__alerta__texto p.texto {
        margin-left: 3rem;
    }

    .centralizaBtn {
        margin-left: 5rem;
    }
}

@media screen and (width <= 414px) {
    p.titulo {
        margin-left: -0.5rem;
    }
}

@media screen and (width <= 390px) {
    .cadastrar__alerta {
        width: 65%;
    }

    p.titulo {
        margin-left: 0;
    }
}

@media screen and (width <= 360px) {
    p.titulo {
        margin-left: -0.5rem;
    }
}

/*@import 'lib/slick-theme.css';
@import 'lib/slick.css';
@import 'https://cdn.jsdelivr.net/gh/fancyapps/fancybox@3.5.7/dist/jquery.fancybox.min.css';
@import 'lib/rSlider.min.css';
@import 'imoveis.css?v3';
@import 'cadastrar-alerta.css?v2';
@import 'noticia.css';*/

.main-paginas {
    margin-top: 0px !important;
}

.galeria__fotos {
    margin-top: 69px;
}

    .galeria__fotos .container-fluid {
        padding: 0px;
        width: 100%;
    }

    .galeria__fotos .slick-slide img {
        width: auto;
        max-height: 100%;
    }

    .galeria__fotos .slick-dots {
        bottom: 47px;
    }

    .galeria__fotos .slick-dotted.slick-slider {
        margin-bottom: 0px;
    }

    .imovel__detalhe__anuncio .slick-dots, .galeria__fotos .slick-dots {
        position: absolute;
        bottom: 1px;
    }

.imovel__detalhe__anuncio .item {
    width: initial !important;
}

.galeria__fotos .slick-next {
    right: 16px;
}

.galeria__fotos .slick-prev {
    left: -1px;
    z-index: 1;
}

.galeria__fotos .slick-prev, .galeria__fotos .slick-next {
    z-index: 9;
    font-size: 26px;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    display: block !important;
    width: 40px;
    height: 40px;
}

    .galeria__fotos .slick-prev i, .galeria__fotos .slick-next i {
        background: #000;
        padding: 5px;
    }

    .galeria__fotos .slick-prev::before, .galeria__fotos .slick-next::before {
        content: "";
    }

.imovel__detalhe__anuncio .slick-dots li button::before, .galeria__fotos .slick-dots li button::before {
    background: url("../Assets/css/img/dots/off.png") no-repeat center center;
    opacity: 1;
    color: transparent;
}

.imovel__detalhe__anuncio .slick-dots li.slick-active button:before, .galeria__fotos .slick-dots li.slick-active button:before {
    background: url("../Assets/css/img/dots/on.png") no-repeat center center;
}

.galeria__fotos .slick-slide:hover .galeria__fotos__icone {
    opacity: 1;
}


.galeria__fotos__icone {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: #0000003d;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.galeria__fotos__mobile {
    display: flex !important;
    align-items: center;
    position: relative;
    margin-left: 2px;
    overflow: hidden;
    justify-content: center;
    height: 350px;
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.galeria__fotos__desktop {
    position: relative; 
    overflow: hidden; 
}

.ocupacao-tarja {
    position: absolute;
    top: -25px;
    left: -43px;
    transform: rotate(-32deg);
    transform-origin: bottom right;
    background-color: #f59c27;
    color: #0059c9;
    font-size: 11px;
    font-weight: bold;
    padding: 5px 40px;
    white-space: nowrap;
    z-index: 10;
}

.galeria__fotos .slick-dots {
    display: none !important;
}

@media(max-width:992px) {
    .galeria__fotos__sm {
        display: block;
        height: 360px;
        margin-top: 55px !important;
        overflow: hidden;
    }

    .galeria__fotos__md {
        display: none;
    }

    .galeria__fotos .slick-next {
        right: 0px;
    }

    .galeria__margem__topo {
        margin-top: 55px;
    }
}

@media(min-width:992px) {
    .galeria__fotos__sm {
        display: none;
    }

    .galeria__fotos__md {
        display: block;
        height: 408px;
    }

    .galeria__margem__topo {
        margin-top: 72px;
    }
}
/*@media(min-width:992px) and (max-width:1568px) {
    .galeria__fotos__desktop {
        height: auto !important;
    }
}*/

.galeria__fotos__md {
    margin-top: 75px;
}

    .galeria__fotos__md .container-fluid {
        width: 100%;
    }

.galeria__fotos__md__carousel .slick-slide:first-child {
    width: 602px !important;
    margin-right: 2px;
}

    .galeria__fotos__md__carousel .slick-slide:first-child .galeria__fotos__desktop {
        height: 400px !important;
    }

.galeria__fotos__md__carousel .slick-slide .galeria__fotos__desktop {
    margin: 2px;
    float: left;
    clear: left;
    width: 99%;
    height: 198px;
    background-repeat: no-repeat !important;
    background-position: 50% !important;
    background-size: cover !important;
    cursor: pointer;
    position: relative;
}

.galeria__fotos__md .slick-track {
    display: flex;
}

.galeria__fotos__md .slick-next {
    right: 16px;
}

.galeria__fotos__md .slick-prev {
    left: -1px;
    z-index: 1;
}

.galeria__fotos__md .slick-prev, .galeria__fotos__md .slick-next {
    z-index: 9;
    font-size: 26px;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    top: 48%;
}

    .galeria__fotos__md .slick-prev i, .galeria__fotos__md .slick-next i {
        background: #000;
        padding: 5px;
    }

    .galeria__fotos__md .slick-prev::before, .galeria__fotos__md .slick-next::before {
        content: "";
    }

@media(max-width:1200px) {
    .galeria__fotos__md__carousel .slick-slide:first-child .galeria__fotos__desktop {
        height: 400px;
    }

    .mapa__imovel__Tela {
        margin-top: 54px !important;
    }
}

@media(min-width:1368px) {
    .galeria__fotos__md__carousel .slick-slide:first-child .galeria__fotos__desktop {
        width: 600px;
        height: 400px;
        background-repeat: no-repeat !important;
        background-position: 50% !important;
        background-size: cover !important;
    }
}

.galeria__fotos__md .slick-slide .galeria__fotos__icone:hover {
    opacity: 1;
}
/* galeria mapa */
.imovel__detalhe__alternaTopoTela ul {
    justify-content: flex-start !important;
}

.mapa__imovel {
    position: relative;
    display: none;
}

    .mapa__imovel iframe {
        height: 460px;
        width: 100%;
    }

.mapa__imovel__rua {
    display: none;
}

.mapa__imovel_alternar {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    margin: 20px 0px 35px 0px;
    position: absolute;
    top: 0px;
    width: 100%;
}

    .mapa__imovel_alternar input[type=radio] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0px 0px 0px 0px;
        width: 120px;
        height: 39px !important;
        background: #fff;
        outline: none;
        margin-right: 0px;
        position: relative;
        top: 4px;
        border: 1px solid #1877f2;
        background-color: #ffffff;
        transition: transform 0.3s;
        padding: 0px;
        margin: 0px;
    }

    .mapa__imovel_alternar .radio:first-child input {
        border-radius: 30px 0px 0px 30px;
        border-right: 0px;
    }

    .mapa__imovel_alternar .radio:last-child input {
        border-radius: 0px 30px 30px 0px;
    }

    .mapa__imovel_alternar input[type=radio]:checked {
        background: #1877f2;
        border: 1px solid #1877f2;
        color: #fff;
        transition: transform 0.3s;
    }

        .mapa__imovel_alternar input[type=radio]:checked + span {
            color: #fff
        }

    .mapa__imovel_alternar label {
        position: relative;
        z-index: 999;
        width: 200px;
        padding: 0px;
        color: #1877f2;
        font-size: 15px;
        font-weight: 400;
        line-height: 19px;
        cursor: pointer;
    }

        .mapa__imovel_alternar label span {
            position: absolute;
            z-index: 9;
            width: 95px;
            text-align: center;
            padding: 10px;
            top: -21px;
            left: 0px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .mapa__imovel_alternar label span i {
                margin-right: 10px;
                font-size: 21px;
            }

/* Altera topo */

.imovel__detalhe__alternaTopo {
    margin: -10px 0px 20px;
}

    .imovel__detalhe__alternaTopo ul {
        display: flex;
        align-self: auto;
        justify-content: flex-start;
        align-items: flex-end;
    }

        .imovel__detalhe__alternaTopo ul li a {
            color: #1877f2;
            font-size: 14px;
            font-weight: 700;
            line-height: 14px;
            padding: 6px 20px 16px 3px;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            border-bottom: 1px solid rgb(24 119 242 / 15%)
        }

            .imovel__detalhe__alternaTopo ul li a.ativo {
                color: #FF9E1B;
                border-bottom: 1px solid;
            }

            .imovel__detalhe__alternaTopo ul li a i {
                font-size: 20px;
                margin-right: 4px;
            }

/* titulo página */

.imovel__detalhe__header {
    position: relative;
    margin-top: 5px;
}

    .imovel__detalhe__header .btn {
        position: absolute;
        right: 26px;
        top: 69%;
        display: flex;
        align-items: center;
    }

    .imovel__detalhe__header .btn {
        color: #1877f2;
        font-size: 13px;
        font-weight: 400;
        border: 0px;
        background: transparent;
        z-index: 9;
    }

        .imovel__detalhe__header .btn i {
            font-size: 20px;
            margin-left: 10px;
        }

.imovel__detalhe__compartilhar {
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-top: 20px
}

    .imovel__detalhe__compartilhar ul {
        display: none;
    }

        .imovel__detalhe__compartilhar ul.showCompartilhar {
            display: block;
            width: fit-content;
            margin-left: auto;
        }

.favorito__compartilhar {
    display: flex;
    margin-left: auto;
    justify-content: flex-end;
    position: absolute;
    top: 100px;
    right: 35px;
    z-index: 20;
}

    .favorito__compartilhar .btn-listadesejos {
        background: #ffffff;
        color: #1877f2;
        font-size: 20px;
        width: 35px;
        height: 35px;
        border: 0px;
        border-radius: 50%;
    }

@media (max-width: 768px) {
    .favorito__compartilhar {
        right: 18px;
    }
}

.btn-compartilhar {
    background: #fff;
    border: 0px;
    color: #1877f2;
    font-size: 15px;
    display: block;
    margin-bottom: 10px;
}

    .btn-compartilhar i {
        margin-left: 10px
    }

.imovel__detalhe__header p.tipo {
    color: #000000;
    font-size: 12px;
    font-weight: 400;
}

.imovel__detalhe__header h1 {
    color: #1877f2;
    font-size: 28px;
    font-weight: 400;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 8px 0px 15px 0px;
    flex-direction: column; 
    align-items: flex-start;
}

    .imovel__detalhe__header h1 .title {
        width: 100%
    }

    .imovel__detalhe__header h1 span.cod {
        color: #1877f2;
        font-size: 11px;
        font-weight: 400;
        line-height: 14px;
        text-transform: uppercase;
        background: #F2F3F8;
        padding: 5px 10px;
        border-radius: 50px;
        margin-right: 0;
        margin-top: 5px;
    }

    .imovel__detalhe__header h1 span.ocupacao {
        color: #1877f2;
        font-size: 11px;
        font-weight: 400;
        line-height: 14px;
        background: #F2F3F8;
        padding: 5px 10px;
        border-radius: 50px;
        white-space: nowrap;
        margin-right: 0; 
        margin-top: 5px;
    }

.imovel__detalhe__header p.local {
    opacity: 1;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    text-transform: capitalize;
}

    .imovel__detalhe__header p.local i {
        margin-right: 15px;
        font-size: 20px;
    }

.imovel__detalhe__dados {
    margin: 15px 0px;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 15px;
    border-bottom: 1px solid #dddddd;
}

    .imovel__detalhe__dados .item {
        text-align: center;
        padding: 10px 0px;
        margin-right: 50px;
    }

        .imovel__detalhe__dados .item i {
            color: #1877f2;
            font-size: 28px;
        }

        .imovel__detalhe__dados .item p.titulo {
            color: #1877f2;
            font-size: 14px;
            font-weight: 400;
            margin: 10px 0px
        }

        .imovel__detalhe__dados .item p.qtd {
            opacity: 0.5;
            color: #000000;
            font-size: 18px;
            font-weight: 700;
        }

.imovel__detalhe__compartilhar {
    display: block;
}


    .imovel__detalhe__compartilhar ul li:last-child span {
        opacity: 0.7;
        color: #1877f2;
        font-size: 14px;
        font-style: italic;
    }

.imovel__detalhe__voltar {
    position: absolute;
    top: 75px;
}

    .imovel__detalhe__voltar a {
        background: #f7f7fb;
        padding: 5px;
        display: flex;
        align-items: center;
        color: #257ce1;
        font-weight: 600;
        border-radius: 4px;
        font-size: 15px;
    }

    .imovel__detalhe__voltar i {
        padding: 5px;
        color: #1877f2;
        font-size: 25px;
    }

@media(max-width:992px) {
    .imovel__detalhe__compartilhar {
        display: block !important;
    }

    .imovel__detalhe__header .btn {
        display: none;
    }

    .imovel__detalhe__header h1 {
        font-size: 20px
    }
}

@media(max-width:568px) {
    .imovel__detalhe__dados .item {
        margin-right: 0px;
        width: 33.33%;
    }

    .imovel__detalhe__header h1 span {
        margin-left: 0px !important;
        margin-top: 10px;
    }
}

.imovel__dealhe__texto {
    margin: 30px 0px
}

    .imovel__dealhe__texto p {
        color: #666666;
        font-size: 15px;
        font-weight: 400;
        line-height: 28px;
    }

.imovel__detalhe__anuncio {
    margin: 40px 0px;
    max-height: 300px;
}

.imovel__detalhe__blog {
    margin: 20px 0px 50px 0px;
}

    .imovel__detalhe__blog .item {
        width: auto !important;
    }

    .imovel__detalhe__blog .owl-stage-outer {
        padding: 15px 3px;
    }

    .imovel__detalhe__anuncio .owl-nav, .imovel__detalhe__blog .owl-nav {
        display: none;
    }

.imovel__detalhe__anuncio .owl-dots {
    position: absolute;
    bottom: -40px;
    width: 100%;
    right: 0px;
    text-align: center;
}

    .imovel__detalhe__anuncio .owl-dots .owl-dot {
        display: inline-block;
        margin: 3px;
    }

.imovel__detalhe__anuncio .owl-dot span {
    border: 1px solid #1877f2 !important;
    height: 15px;
    width: 15px;
    display: block;
    background-size: contain;
    border-radius: 50%;
}

.imovel__detalhe__anuncio .owl-dot.active span {
    background: #1877f2 !important;
    height: 15px;
    width: 15px;
    background-size: contain;
}

.blog__item {
    width: 353px !important;
    margin-right: 30px;
    box-shadow: 0 2px 6px rgba(7, 59, 76, 0.1);
    border-radius: 10px;
    background-color: #ffffff;
    margin: 3px;
}

.blog__item__img img {
    width: 100%;
}

.blog__item__texto {
    padding: 15px 33px;
}

    .blog__item__texto p.titulo {
        color: #1877f2;
        font-size: 22px;
        font-weight: 700;
        letter-spacing: -0.44px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .blog__item__texto p.texto {
        color: #999999;
        font-size: 15px;
        font-weight: 400;
        line-height: 22px;
    }

.blog__item__btn {
    padding: 15px 33px;
}

@media(max-width:568px) {
    .blog__item {
        width: auto !important;
    }
}
/* Proximidades */

.imovel__detalhe__proximidade {
    border-top: 1px solid #dddddd;
}

    .imovel__detalhe__proximidade h2 {
        color: #1877f2;
        font-size: 26px;
        font-weight: 700;
        letter-spacing: -0.52px;
        line-height: 26px;
        margin: 42px 0px 33px;
    }

.proximidade__item {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 10px;
}

.proximidade__item__icone {
    margin-right: 13px;
    /*background: transparent url("../Assets/css/img/checkbox__on.png") 0% 0% no-repeat padding-box;
    opacity: 1;*/
}

.proximidade__item__texto p.titulo {
    color: #202020;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.4px;
    line-height: 26px;
    /*margin: 5px 0px;*/
}

.proximidade__item__texto p {
    color: #666666;
    font-size: 15px;
    font-weight: 400;
    /*margin: 9px 0px 10px 0px;*/
}

    .proximidade__item__texto p.outros {
        color: #202020;
        font-size: 15px;
        font-weight: 400;
        line-height: 22px;
        /*margin-bottom: 20px;*/
    }

.proximidade__item__texto ul li {
    color: #202020;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    width: fit-content;
    margin-bottom: 0px;
    padding: 5px 0px 5px 0px;
}


    .proximidade__item__texto ul li a i {
        margin-right: 10px;
        font-size: 18px;
    }

    .proximidade__item__texto ul li i {
        color: #1877f2;
        margin-right: 10px;
        font-size: 18px;
    }

    .proximidade__item__texto ul li a:hover {
        color: #FF9E1B;
        border-bottom: 1px solid #FF9E1B;
    }

@media(min-width: 768px) {
    .proximidade__item__texto {
        width: calc(100% - 46px);
    }

    .proximidade__item__icone {
        width: 46px;
    }
}
/* morar */

.imovel__detalhe__morar {
    border-top: 1px solid #dddddd;
    padding: 40px 0px;
}

.morar__item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 10px;
    background-color: #fafafa;
    cursor: pointer;
}

    .morar__item:hover .btn {
        background: #1877f2;
        border: 1px solid#1877f2;
        color: #ffffff;
    }

.morar__item__texto {
    padding: 15px 30px;
    width: 60%;
}

    .morar__item__texto p.titulo {
        color: #1877f2;
        font-size: 24px;
        font-weight: 400;
    }

    .morar__item__texto p.texto {
        color: #1877f2;
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        margin: 15px 0px;
    }

@media(max-width:768px) {
    .proximidade__item {
        flex-wrap: wrap;
    }

    .galeria__fotos .slick-dots {
        display: none !important;
    }
}

@media(min-width:568px) {
    .morar__item__img {
        width: 288px;
    }
}


@media(min-width:568px) {
    .morar__item {
        flex-wrap: nowrap;
    }
}

.cadastrar__alerta {
    margin-top: 0px;
}

.imovel__similar {
    background-color: #F2F3F8;
    padding: 45px 0px 20px;
}

.imovel__artigo__flex {
    display: flex;
    flex-wrap: wrap;
}

.imovel__artigo {
    margin: 40px 0px 80px 0px
}

    .imovel__artigo .noticia__titulo {
        text-align: left;
    }

    .imovel__artigo .noticia__item {
        width: 288px;
        border-radius: 10px;
        margin-right: 24px;
    }

        .imovel__artigo .noticia__item:last-child {
            margin-right: 0px;
        }

/* lateral */

.imovel__detalhe__comprar {
    width: 394px;
    box-shadow: 0 2px 6px rgba(7, 59, 76, 0.1);
    border-radius: 10px;
    background-color: #ffffff;
    padding: 30px 40px;
    position: relative;
    top: -39px;
    z-index: 99;
    transition: all 1s;
}

.imovel__detalhe__comprar__link {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .imovel__detalhe__comprar__link .link__compar .btn {
        text-transform: uppercase;
        padding: 4px 12px;
        margin-bottom: 10px;
        display: block;
        height: auto !important;
        color: #1877f2;
        background: #ffffff;
        border: 1px solid #70707033;
        font-size: 14px;
    }

.imovel__detalhe__comprar__link__tag ul {
    display: flex;
    flex-wrap: wrap;
}

    .imovel__detalhe__comprar__link__tag ul li {
        margin-right: 10px;
        margin-top: 5px;
    }

        .imovel__detalhe__comprar__link__tag ul li a,
        .imovel__detalhe__comprar__link__tag ul li p {
            border: 1px solid #1877f2;
            padding: 3px 12px;
            border-radius: 50px;
            font-size: 14px;
            background: #1877f2;
            color: #fff;
            display: block;
            margin-bottom: 10px;
            top: -3px;
            position: relative;
            font-weight: 100;
            width: fit-content;
        }

.imovel__detalhe__valor {
    margin: 0px 0px 20px 0px
}

    .imovel__detalhe__valor p.texto {
        opacity: 0.5;
        color: #000000;
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 10px;
    }

    .imovel__detalhe__valor p.de {
        opacity: 0.7;
        color: #1877f2;
        font-size: 16px;
        font-weight: 400;
        text-decoration: line-through;
        margin-bottom: 10px;
    }

    .imovel__detalhe__valor p.valor {
        color: #000000;
        font-size: 28px;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

.imovel__detalhe__adicional {
    padding: 15px 0px;
    border-top: 1px solid #dddddd;
}

    .imovel__detalhe__adicional .item {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 3px 0px
    }

        .imovel__detalhe__adicional .item p {
            color: #888888;
            font-size: 14px;
            font-weight: 400;
            display: flex;
            align-items: center;
            margin: 5px 0px;
        }

            .imovel__detalhe__adicional .item p:first-child {
                color: #000000;
            }

            .imovel__detalhe__adicional .item p i {
                margin-left: 10px;
                color: #1877f2;
                font-size: 18px;
                cursor: pointer;
            }

/* simulador */

.imovel__detalhe__simulador .inputTab1 {
    display: none;
}

.tab__introducao p {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 30px;
}

@media(max-width:992px) {
    .imovel__detalhe__comprar__link .link__compar .btn {
        display: block;
    }

    .imovel__detalhe__comprar {
        width: calc(100% - 10px);
        position: relative;
        top: 0 !important;
        padding: 0px !important;
        box-shadow: none;
    }

    .imovel__similar.produto, .imovel__artigo.noticia {
        display: none;
    }
}

@media (min-width:993px) and (max-width:1200px) {
    .imovel__detalhe__comprar {
        width: 300px
    }

    .blog__item {
        width: auto !important;
    }
}

.tab_simulador {
    width: 100%;
    overflow: visible;
}

.tab-label-simulador {
    color: #FF9E1B;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 1em 1em 1em 3em;
    background: url("../Assets/css/img/icones/icone-calculadora.png") no-repeat top left #ffffff;
    background-position-y: 20px;
    background-position-x: 16px;
    font-weight: bold;
    cursor: pointer;
    /* Icon */
}

.tab-label-simulador {
    position: relative;
}

    .tab-label-simulador span {
        width: 94%;
        color: #1877f2;
    }

    .tab-label-simulador::after {
        content: url("../Assets/css/img/icones/down.svg");
        width: 1em;
        height: 1em;
        text-align: center;
        -webkit-transition: all .35s;
        transition: all .35s;
        top: 45%;
        right: 15px;
        position: absolute;
    }

.tab-content {
    max-height: 0;
    padding: 0 1em;
    color: #2c3e50;
    background: white;
    -webkit-transition: all .35s;
    transition: all .35s;
    display: none;
}

.tab-close {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    font-size: 0.75em;
    cursor: pointer;
}

.tab_simulador .inputTab1:checked + .tab-label {
    padding: 1em 1em 1em 3em;
    background: url("../Assets/css/img/icones/icone-calculadora.svg") no-repeat top left #ffffff;
    background-position-y: 20px;
    background-position-x: 21px;
}

    .tab_simulador .inputTab1:checked + .tab-label::after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

/*.tab_simulador .inputTab1:checked ~ .tab-content {
    padding: 0.5em 1em 1em 1em;
    max-height: 530px;
    overflow-y: scroll;
    overflow-x: hidden
}*/
.tab_simulador .inputTab1:checked ~ .tab-content::-webkit-scrollbar-track {
    background-color: #F4F4F4;
}

.tab_simulador .inputTab1:checked ~ .tab-content::-webkit-scrollbar {
    width: 6px;
    background: #F4F4F4;
}

.tab_simulador .inputTab1:checked ~ .tab-content::-webkit-scrollbar-thumb {
    background: #1877f2;
}

.tab_simulador__entrada__box {
    display: flex;
    align-items: center;
    border-radius: 0px;
    border-bottom: 1px solid #dddddd;
    height: 60px;
}

.tab_simulador__entrada label {
    position: relative;
    color: #006BDC;
    background: #fff;
    bottom: -8px;
    padding: 0px 5px;
    font-size: 15px;
}

.tab_simulador__entrada__box input {
    height: 16px;
    padding: 10px;
    border: 0px;
    width: 76%;
    outline: none;
    color: #202020;
    font-size: 14px;
    font-weight: 400;
}

    .tab_simulador__entrada__box input::placeholder {
        color: #202020;
    }

.tab_simulador__entrada__box p {
    color: #BFC0C2;
    font-size: 16px;
    font-weight: 900;
}

/* periodo */

.inputTab2 {
    display: none;
}

.tab_simulador__periodo {
    width: 100%;
    color: #006BDC;
    overflow: hidden;
}

.tab-label {
    display: -webkit-box;
    display: flex;
    justify-content: flex-end;
    padding: 1.5em 0em 0em 0em;
    background: #fff;
    font-weight: bold;
    cursor: pointer;
    text-align: right;
}

    .tab-label::after {
        content: url("../Assets/css/img/icones/down.svg");
        width: 1em;
        height: 1em;
        text-align: center;
        -webkit-transition: all .35s;
        transition: all .35s;
    }

.tab-content {
    color: #2c3e50;
    background: white;
    -webkit-transition: all .35s;
    transition: all .35s;
}

input:checked + .tab-label::after {
    -webkit-transform: rotate(269deg);
    transform: rotate(269deg);
    margin-top: 3px;
}

input:checked ~ .tab-content {
    max-height: 100%;
    padding: 1em 0px;
    display: block
}

.tab_simulador__periodo input:checked ~ .tab-content {
    max-height: 100vh;
    padding: 1em 0px;
}

.tab_simulador__periodo input ~ .tab-content {
    padding: 0em 0px;
}

.tab_simulador__periodo--flex {
    display: flex;
    flex-wrap: wrap;
}

.tab_simulador__periodo .radio {
    margin-right: 11px;
}

    .tab_simulador__periodo .radio input[type=radio] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 10px;
        width: 109px;
        height: 39px !important;
        background: #fff;
        outline: none;
        margin-right: 0px;
        position: relative;
        top: 4px;
        border: 1px solid #1877f2;
        background-color: #ffffff;
        transition: transform 0.3s;
        padding: 0px;
        margin: 0px;
        opacity: 0.6;
    }

        .tab_simulador__periodo .radio input[type=radio]:checked {
            border: 1px solid #FF9E1B;
            color: #FF9E1B;
            transition: transform 0.3s;
            opacity: 1;
        }

            .tab_simulador__periodo .radio input[type=radio]:checked + span {
                color: #FF9E1B;
                opacity: 1;
            }

    .tab_simulador__periodo .radio label {
        position: relative;
        width: 200px;
        padding: 0px;
        color: #1877f2;
        font-size: 15px;
        font-weight: 400;
        line-height: 19px;
        cursor: pointer;
    }

        .tab_simulador__periodo .radio label span {
            position: absolute;
            z-index: 9;
            width: 95px;
            text-align: center;
            padding: 10px;
            top: -21px;
            left: 0px;
            display: flex;
            justify-content: center;
            align-items: center;
            opacity: 0.6;
        }

.imovel__detalhe__simulador__resumo__box {
    display: flex;
    justify-content: space-between;
    border-radius: 8px;
}

.imovel__detalhe__simulador__resumo {
    border: 1px solid #BFC0C2;
    border-radius: 10px;
    padding: 12px;
    margin-top: 15px;
}

    .imovel__detalhe__simulador__resumo p.titulo {
        color: #202020;
        margin: 10px 0px 10px 0px;
        display: block;
        font-size: 16px
    }

.imovel__detalhe__simulador__resumo__box .item {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

    .imovel__detalhe__simulador__resumo__box .item p.label {
        color: #F69923;
        font-weight: 400;
        line-height: 1em;
        font-size: 12px;
    }

    .imovel__detalhe__simulador__resumo__box .item p.valor {
        font-size: 1.25rem;
        line-height: 1.5;
        color: #202020;
        font-weight: bold;
        font-weight: bold;
    }

/* grafico */
@media(max-width:768px) {
    .imovel__detalhe__simulador__grafico .titulo {
        left: -32px;
    }

    .imovel__detalhe__simulador__grafico {
        margin-left: 10%;
    }
}

.tab_simulador {
    overflow: visible;
}

.imovel__detalhe__simulador__grafico .titulo {
    color: #202020;
    padding: 0;
    font-size: 15px;
    font-weight: normal;
    margin: 21px 0px 5px 0px;
    line-height: 1;
    letter-spacing: 0;
    position: relative;
    min-width: 300px !important;
}

.range-grafico {
    background: url("../Assets/css/img/linha.png") no-repeat center bottom;
    background-position-y: 17px;
}

.imovel__detalhe__simulador__grafico {
    position: relative;
    margin-bottom: 51px;
    width: 86%;
}

    .imovel__detalhe__simulador__grafico input {
        outline: none;
    }

.grafico {
    position: relative;
    height: 195px;
    overflow: hidden;
}

#slider {
    -webkit-appearance: none;
    width: 100%;
    height: 7px;
    border-radius: 3px;
    position: relative;
    z-index: 9;
    background: transparent;
}

    /* Design slider button */

    #slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        width: 48px;
        height: 48px;
        cursor: pointer;
        position: relative;
        z-index: 3;
    }

#selector {
    height: 104px;
    width: 130px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    z-index: 2;
}

.selectBtn {
    position: relative;
    bottom: 8px;
    width: 116px;
    padding: 7px 6px 12px 6px;
    text-align: center;
    transform: translate(-42.5%, 3%);
    border-radius: 10px;
    background-color: #F69923;
    transition: box-shadow 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    cursor: pointer;
}

    .selectBtn::before {
        content: url("../Assets/css/img/range.png");
        position: absolute;
        bottom: -40px;
        margin-left: -10px;
    }

    .selectBtn .icone-left {
        position: absolute;
        left: 10px;
        top: 41%;
        color: #fff;
        font-size: 13px;
    }

    .selectBtn .icone-right {
        position: absolute;
        right: 10px;
        top: 41%;
        color: #fff;
        font-size: 13px;
    }

/*.range-grafico:hover .selectBtn {
  box-shadow: 0px 0px 0px 8px rgba(255, 119, 74, 0.16);
}*/

.valorGrafico {
    font-size: 16px;
    line-height: 1.5555555555555556;
    color: #fff;
    font-weight: bold;
}

#selectValue {
    width: 100%;
    top: 0;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
}

#progressBar {
    width: 50%;
    height: 3px;
    color: #ff9f00;
    border-radius: 3px;
    position: absolute;
    bottom: 4px;
    background: #006bdc;
}

#progressBar2 {
    width: 40%;
    height: 195px;
    background: url("../Assets/css/img/filtro/grafico2.png") no-repeat;
    border-radius: 3px;
    position: absolute;
    bottom: 22px;
}

.imovel__detalhe__agendar .btn i, .imovel__detalhe__favorito .btn i, .imovel__detalhe__contato .btn i {
    font-size: 18px;
    margin-right: 8px;
}

.imovel__detalhe__agendar .btn, .imovel__detalhe__favorito .btn, .imovel__detalhe__contato .btn, .btn__whats .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    width: 100%;
    text-align: left;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

.imovel__detalhe__agendar .btn,
.imovel__detalhe__contato .btn {
    color: #ffffff;
    /*padding: 14px !important;*/
    width: 100% !important;
    border-radius: 6px !important;
}

.imovel__detalhe__favorito .btn {
    background-color: #fff;
    color: #2F4095;
    border: 1px solid #2F4095;
}

.imovel__detalhe__contato .btn:hover {
    background-color: #E68000;
    border: 1px solid #E68000;
}

.imovel__detalhe__agendar .btn:hover {
    background-color: #394CAB;
}

.imovel__detalhe__favorito .btn:hover {
    background-color: #fff;
    color: #394CAB;
    border: 1px solid #394CAB;
}

    .imovel__detalhe__favorito .btn:hover i {
        font-weight: 900;
    }

.imovel__detalhe__favorito .favoritado.btn {
    background: #ce00001a;
}

    .imovel__detalhe__favorito .favoritado.btn:hover {
        color: #202020;
        border: 1px solid #202020;
    }

    .imovel__detalhe__favorito .favoritado.btn i {
        color: #CE0000;
        font-weight: 900;
    }

.imovel__detalhe__informativo {
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 10px;
    margin: 15px 0px;
    display: flex;
}

    .imovel__detalhe__informativo i {
        font-size: 22px
    }

    .imovel__detalhe__informativo p {
        font-size: 15px;
        line-height: 23px;
        color: #666666;
        margin-left: 12px
    }


@media(min-width:992px) {
    .valores__mobile {
        display: none;
    }
}

@media(max-width:992px) {
    .valores__desktop {
        display: none;
    }
}
/*similares*/

.produto__blackfriday .coluna__item {
    display: flex;
    justify-content: center;
    height: 100%;
}

.produto__blackfriday .imovel__item__img {
    height: 165px;
    overflow: hidden;
}

.produto__blackfriday > .owl-stage-outer > .owl-stage,
.produto__blackfriday > .owl-stage-outer > .owl-stage > .owl-item,
.produto__blackfriday > .owl-stage-outer > .owl-stage > .owl-item > .item {
    height: 100%;
}

.produto__blackfriday .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
}

    .produto__blackfriday .owl-nav i {
        font-size: 18px;
        color: #1877f2;
    }

.produto__blackfriday .owl-prev {
    position: absolute;
    left: -15px;
}

.produto__blackfriday .owl-next {
    position: absolute;
    right: -15px;
}

.imovel__similar .vitrine__verTodos {
    margin-right: 18px;
}

.mais__informacoes {
    padding: 30px 0px 0px 0px;
}

.informacao__item {
    margin-bottom: 40px
}

.mais__informacoes .titulo {
    font-size: 26px;
    color: #006BDC;
    font-weight: bold;
    margin-bottom: 30px;
}

.informacao__item .subtitulo {
    font-size: 20px;
    color: #202020;
    font-weight: bold;
    margin-bottom: 20px;
}

.informacao__item-flex {
    display: flex;
    flex-wrap: wrap;
}

.informacao__item .item {
    width: 92px;
    text-align: center;
    margin: 10px 10px;
}

    .informacao__item .item p {
        font-size: 14px;
        color: #006BDC;
        margin-top: 10px;
    }

    .informacao__item .item i {
        font-size: 20px;
        color: #006BDC;
    }

.informacao__item li p {
    font-size: 15px;
    color: #666666;
    padding-left: 26px;
    margin-bottom: 10px;
    background: url("../Assets/css/img/icones/check-blue.png") no-repeat top left;
    background-position-y: 3px;
    padding-bottom: 2px;
}

.simuladorAberto {
    position: relative !important;
    top: -39px !important;
}

@media(max-width:992px) {
    .imovel__detalhe__comprar {
        position: relative !important;
    }
}

@media(min-width:992px) and (max-width:1368px) {
    .imovel__detalhe__comprar {
        width: 294px;
    }
}

.imovel__detalhe__compartilhar .favorito__compartilhar .favoritado.btn-listadesejos i {
    color: #ff9e1b;
    font-weight: 900;
}

.imovel__detalhe__compartilhar .favorito__compartilhar .favoritado span {
    color: #ff9e1b;
    font-size: 14px;
    font-weight: 600;
}

/*.imovel__detalhe__compartilhar .favorito__compartilhar .btn-listadesejos {
    display: flex;
    align-items: center;
    border-right: 1px solid #eceaea
}*/

.imovel__detalhe__compartilhar .favorito__compartilhar span {
    font-size: 14px;
    text-align: left;
    /*padding-left: 6px;*/
}

.a2a_kit.a2a_kit_size_32.a2a_default_style {
    display: flex;
    align-items: center;
}

span.a2a_svg.a2a_s__default {
    width: 25px;
    height: 25px;
}

.cadastrar__alerta--flex {
    padding: 60px 0px 40px 0px;
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.tabs__simulador .tool {
    font-size: 15px;
    line-height: initial;
    font-weight: 400;
}

.mapa__imovel .container-fluid {
    width: 100% !important;
}

@media(min-width:992px) {
    .remove-scroll {
        width: 100%;
        height: 20px;
        position: absolute;
        top: 144%;
    }
}

@media(max-width:992px) {
    .imovel__detalhe .container .row {
        margin-right: 0;
    }
}

@media(min-width:1224px) {
    .imovel__detalhe__botoes {
        padding: 30px 27px 21px 23px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

        .imovel__detalhe__botoes .imovel__detalhe__agendar,
        .imovel__detalhe__botoes .imovel__detalhe__favorito,
        .imovel__detalhe__botoes .imovel__detalhe__contato {
            min-width: 210px;
            margin: 0px 8px;
        }

    .imovel__detalhe__botoes-mb {
        display: none;
    }

    .imovel__detalhe__botoes-dsk {
        display: flex;
    }
}

@media(max-width:1224px) {
    .imovel__detalhe__botoes-mb {
        display: block;
        padding: 20px 40px !important;
    }

    .imovel__detalhe__botoes-dsk {
        display: none;
    }
}

@media(min-width:1200px) and (max-width:1224px) {
    .imovel__detalhe__botoes-mb {
        display: flex !important;
        padding: 23px 17px 15px 15px !important;
        justify-content: space-around;
    }
}

.imovel__detalhe__botoes {
    box-shadow: 0px 2px 6px #073B4C1A;
    border-radius: 10px;
    background-color: #ffffff;
    padding: 30px 35px 20px 35px;
    margin-bottom: 30px;
}

@media(max-width:456px) {
    .filtrar__maisFiltros__detalhe {
        display: block !important;
    }
}

.filtrar__maisFiltros__detalhe .btn {
    border: none;
    background: none;
}

    .filtrar__maisFiltros__detalhe .btn .la-search::before {
        font-size: 24px;
        color: #1877f2
    }

@media(max-width:455px) {
    .btn-whats {
        display: none !important;
    }
}

@media(max-width:456px) {
    .b24-widget-button-visible {
        display: none;
    }
}

.botoes__visita__contato {
    width: 100%;
    height: 6rem;
    position: fixed;
    bottom: 0;
    background-color: #ffffff;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px -18px 40px -5px rgba(0,0,0,0.1);
}

    .botoes__visita__contato > div {
        width: 89%;
        position: absolute;
        bottom: 1rem;
    }

    .botoes__visita__contato .btn {
        font-size: 1rem !important;
        padding: 0.7rem 0.5rem !important;
    }

    .botoes__visita__contato .la-whatsapp {
        font-size: 18px;
        margin-right: 8px;
    }

.mapa__imovel__mapa {
    margin-bottom: 20px !important;
}

.btn__whats .btn {
    background-color: #25D366;
    border-radius: 6px;
    color: #ffffff;
    font-weight: 700;
}

.btn__whats button {
    width: max-content;
    padding: 8px 12px;
    transition: all 1s;
    border: 0px;
    cursor: pointer;
    text-align: center;
    border: none;
    background: none;
}

.legend-watz {
    display: flex;
    min-height: 10vh;
}

    .legend-watz .btn-whats {
        width: 55px;
        height: 55px;
        display: inherit !important;
        z-index: -1;
        display: none !important;
    }

.fancybox-caption {
    padding: 0;
    width: 0;
}

.accordion-input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.accordion-row {
    display: flex;
}

    .accordion-row .accordion-col {
        flex: 1;
    }

.row .col:last-child {
    margin-left: 1em;
}

/* Accordion styles */
.accordion-tabs {
    border-radius: 8px;
    overflow: hidden;
    padding: 15px;
    box-shadow: 0 1px 10px rgba(47, 64, 149, 0.2);
}

.accordion-tab {
    width: 100%;
    color: white;
    overflow: hidden;
}

.accordion-tab-label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5px;
    font-weight: bold;
    cursor: pointer;
    color: #2d86f9;
}

    .accordion-tab-label:hover {
        /*background: #ff9e1a;*/
        color: #ff9e1a;
    }

    .accordion-tab-label::after {
        content: "❯";
        width: 1em;
        text-align: center;
        transition: all 0.30s;
        margin-left: 10px;
    }

.accordion-tab-content {
    max-height: 0;
    padding: 0 1em;
    color: #2c3e50;
    background: white;
    transition: all 0.30s;
    padding-left: 8.2%;
}

.accordion-tab-close {
    display: flex;
    justify-content: flex-end;
    padding: 1em;
    font-size: 0.75em;
    background: #2c3e50;
    cursor: pointer;
}

    .accordion-tab-close:hover {
        background: #1a252f;
    }

input:checked + .accordion-tab-label {
    color: #ff9e1a;
    position: relative;
}

    input:checked + .accordion-tab-label::after {
        transform: rotate(90deg);
        right: 16px;
    }

input:checked ~ .accordion-tab-content {
    max-height: 100vh;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 10px;
}

@media screen and (width > 768px) {
    .botoes__visita__contato {
        display: none !important;
    }
}
