

/*Novo jssor sline*/

/* jssor slider loading skin spin css */
.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


.jssora093 {
    display: block;
    position: absolute;
    cursor: pointer;
}

    .jssora093 .c {
        fill: none;
        stroke: #fff;
        stroke-width: 400;
        stroke-miterlimit: 10;
    }

    .jssora093 .a {
        fill: none;
        stroke: #fff;
        stroke-width: 400;
        stroke-miterlimit: 10;
    }

    .jssora093:hover {
        opacity: .8;
    }

    .jssora093.jssora093dn {
        opacity: .6;
    }

    .jssora093.jssora093ds {
        opacity: .3;
        pointer-events: none;
    }

.jssort101 .p {
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    background: #000;
}

    .jssort101 .p .cv {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 2px solid #000;
        box-sizing: border-box;
        z-index: 1;
    }

.jssort101 .a {
    fill: none;
    stroke: #fff;
    stroke-width: 400;
    stroke-miterlimit: 10;
    visibility: hidden;
}

.jssort101 .p:hover .cv, .jssort101 .p.pdn .cv {
    border: none;
    border-color: transparent;
}

.jssort101 .p:hover {
    padding: 2px;
}

    .jssort101 .p:hover .cv {
        background-color: rgba(0,0,0,6);
        opacity: .35;
    }

    .jssort101 .p:hover.pdn {
        padding: 0;
    }

        .jssort101 .p:hover.pdn .cv {
            border: 2px solid #fff;
            background: none;
            opacity: .35;
        }

.jssort101 .pav .cv {
    border-color: #fff;
    opacity: .35;
}

.jssort101 .pav .a, .jssort101 .p:hover .a {
    visibility: visible;
}

.jssort101 .t {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    opacity: .6;
}

.jssort101 .pav .t, .jssort101 .p:hover .t {
    opacity: 1;
}



/*-----------------------------------------------------------------------------------------*/

.wrap {
    background-color: #dedede;
    margin-bottom: 16px;
}


.title {
    /*float: left;*/
    margin-bottom: 0;
    padding: 0 0 0 16px;
    font-size: 14px;
    /*line-height: 40px;*/
    color: #394041;
}


.price {
    background: url(../images/arrow-black.png) no-repeat left 0;
    float: right;
    margin: 0;
    padding: 0 0 0 15px;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
}


.status-label {
    margin-right: -5px;
    padding-right: 28px;
    padding-left: 7px;
    background: url(../images/arrow-left.png) #292d2d no-repeat right 0;
}

.compartimentos {
    border: 1px solid #dedede;
    margin: 10px 12px;
    padding: 10px;
    background-color: #f5f5f5;
    border-color: #dedede;
    width: auto;
}

.icones_compartimentos {
    padding: 5px;
}

.property-item {
}

.compartimentos span {
    margin-left: 15px;
    padding-right: 15px;
}


/*Teste*/
#cssmenu {
    display: inline-block;
    position: relative;
    font-family: Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1em;
    padding: 2px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

    #cssmenu ul {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        list-style: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

        #cssmenu ul li {
            background: #1F1F1F linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0) 50%);
            transition: 0.2s;
        }

            #cssmenu ul li:first-child {
                border-radius: 8px 0 0 8px;
            }

                #cssmenu ul li:first-child a {
                    margin-left: 0;
                    padding-left: 25px;
                }

            #cssmenu ul li:last-child {
                border-radius: 0 8px 8px 0;
            }

                #cssmenu ul li:last-child a {
                    padding-right: 25px;
                }

                    #cssmenu ul li:last-child a:before {
                        display: none;
                    }

            #cssmenu ul li:hover {
                background-color: #525252;
            }

                #cssmenu ul li:hover a {
                    color: #fff;
                }

                    #cssmenu ul li:hover a:before {
                        background-color: #525252;
                    }

            #cssmenu ul li.active {
                background-color: #93c47d;
            }

                #cssmenu ul li.active a {
                    color: #333;
                }

                    #cssmenu ul li.active a:before {
                        background-color: #93c47d;
                    }

            #cssmenu ul li a {
                position: relative;
                box-sizing: border-box;
                display: inline-block;
                min-height: 100%;
                padding: 12px 12px 12px 28px;
                margin-left: 18px;
                font-weight: 600;
                color: #fff;
                text-decoration: none;
                text-transform: uppercase;
                white-space: nowrap;
                transition: 0.2s;
            }

                #cssmenu ul li a:before {
                    content: '';
                    position: absolute;
                    right: -25px;
                    top: 50%;
                    width: 50px;
                    height: 50px;
                    background-color: #1F1F1F;
                    border-top: 2px solid rgba(0, 0, 0, 0.5);
                    border-right: 2px solid rgba(0, 0, 0, 0.5);
                    -webkit-transform: translateY(-50%) scaleX(0.5) rotate(45deg);
                    -ms-transform: translateY(-50%) scaleX(0.5) rotate(45deg);
                    transform: translateY(-50%) scaleX(0.5) rotate(45deg);
                    transition: 0.2s;
                }

                #cssmenu ul li a span {
                    position: relative;
                    z-index: 1;
                }

                #cssmenu ul li a i {
                    -webkit-transform: scale(1.4);
                    -ms-transform: scale(1.4);
                    transform: scale(1.4);
                }

                #cssmenu ul li a span:before {
                    background-color: #93c47d;
                }





/*Topo descrições 3 */

/* Clearing floats */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/* Mini reset, no margins, paddings or bullets */
.menu,
.submenu {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Main level */
.menu {
    /*margin: 5px auto 0px;*/
    width: 100%;
    /* http://www.red-team-design.com/horizontal-centering-using-css-fit-content-value */
    /*width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;*/
    background: var(--corfundobotao);
    color: var(--cortextobotao);
    /*margin-left: 15px;
    margin-right: 15px;*/
}

    .menu > li {
        /*background: #3c5a98;
        ;*/
        float: left;
        position: relative;
        transform: skewX(25deg);
        border: 1px solid #fff;
    }

    .menu ht {
        display: block;
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
        font-family: 'Open Sans', sans-serif;
        font-size: 13px;
    }

    .menu ht2 {
        display: block;
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
        font-family: 'Open Sans', sans-serif;
        font-size: 13px;
    }

    /*.menu li:hover {
        background: #e74c3c;
    }*/

    .menu > li > ht {
        transform: skewX(-25deg);
        padding: 1em 2em;
        min-width: 20px;
        min-height: 20px;
        text-align: center;
    }

    .menu > li > ht2 {
        transform: skewX(-25deg);
        padding: 1em 2em;
        min-width: 125px;
        min-height: 50px;
        text-align: center;
    }

/* Dropdown */
.submenu {
    position: absolute;
    width: 200px;
    left: 50%;
    margin-left: -100px;
    transform: skewX(-25deg);
    transform-origin: left top;
}

    .submenu li {
        background-color: #3c5a98;
        ;
        position: relative;
        overflow: hidden;
    }

    .submenu > li > a {
        padding: 1em 2em;
    }

    .submenu > li::after {
        content: '';
        position: absolute;
        top: -125%;
        height: 100%;
        width: 100%;
        box-shadow: 0 0 50px rgba(0, 0, 0, .9);
    }

    /* Odd stuff */
    .submenu > li:nth-child(odd) {
        transform: skewX(-25deg) translateX(0);
    }

        .submenu > li:nth-child(odd) > a {
            transform: skewX(25deg);
        }

        .submenu > li:nth-child(odd)::after {
            right: -50%;
            transform: skewX(-25deg) rotate(3deg);
        }

    /* Even stuff */
    .submenu > li:nth-child(even) {
        transform: skewX(25deg) translateX(0);
    }

        .submenu > li:nth-child(even) > a {
            transform: skewX(-25deg);
        }

        .submenu > li:nth-child(even)::after {
            left: -50%;
            transform: skewX(25deg) rotate(3deg);
        }

    /* Show dropdown */
    .submenu,
    .submenu li {
        opacity: 0;
        visibility: hidden;
    }

        .submenu li {
            transition: .2s ease transform;
        }

.menu > li:hover .submenu,
.menu > li:hover .submenu li {
    opacity: 1;
    visibility: visible;
}

    .menu > li:hover .submenu li:nth-child(even) {
        transform: skewX(25deg) translateX(15px);
    }

    .menu > li:hover .submenu li:nth-child(odd) {
        transform: skewX(-25deg) translateX(-15px);
    }





/*Whatsapp*/


#message_1 {
    display: none;
}

#message_2 {
    display: none;
}

#message_3 {
    display: none;
}

.caixa_chat_windows {
    box-sizing: border-box;
    font-family: "Calibri", "Roboto", sans-serif;
    z-index: 1001;
}

.chat_window {
    display: none;
    position: fixed;
    width: calc(100% - 20px);
    max-width: 400px;
    height: 405px; /*500px*/
    border-radius: 10px;
    background-color: #fff;
    left: 220px; /* 50px */
    bottom: -120px; /* 50px */
    transform: translateX(-50%) translateY(-50%);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    background-color: #f8f8f8;
    overflow: hidden;
    z-index: 1001;
}

.whats_top_menu {
    background-color: #056056;
    width: 100%;
    padding: 20px 0 15px;
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

    .whats_top_menu .buttons {
        margin: 3px 0 0 20px;
        position: absolute;
    }

        .whats_top_menu .buttons .button {
            width: 16px;
            height: 16px;
            border-radius: 50%;
            display: inline-block;
            margin-right: 10px;
            position: relative;
        }

            .whats_top_menu .buttons .button.whats_close {
                background-color: white;
            }

            .whats_top_menu .buttons .button.minimize {
                background-color: #fdbf68;
            }

            .whats_top_menu .buttons .button.maximize {
                background-color: #a3d063;
            }

    .whats_top_menu .title {
        text-align: left;
        color: white;
        font-size: 18px;
        /* text-indent: 70px; */
        padding-left: 62px;
        font-weight: bold;
    }

.whats_messages {
    position: relative;
    list-style: none;
    padding: 10px 0px 0 5px;
    margin: 0;
    height: 255px; /*347px;*/
    overflow: hidden;
    background: url(../img/icons/whatsapp_modulo_bg.jpg);
}

    .whats_messages .message {
        clear: both;
        overflow: hidden;
        margin-bottom: 7px;
        transition: all 0.5s linear;
        opacity: 0;
    }

        .whats_messages .message.left .avatar {
            background-color: #f5886e;
            float: left;
        }

        .whats_messages .message.left .text_wrapper {
            /* background-color: #ffe6cb;*/
            background: white;
            box-shadow: 1px 1px 2px #CCC;
            margin-left: 20px;
            box-sizing: border-box;
        }

            .whats_messages .message.left .text_wrapper::after, .whats_messages .message.left .text_wrapper::before {
                right: 95%;
                border-right-color: white;
            }

        .whats_messages .message.left .text {
            color: black;
        }

        .whats_messages .message.right .avatar {
            background-color: #fdbf68;
            float: right;
        }

        .whats_messages .message.right .text_wrapper {
            background-color: #c7eafc;
            margin-right: 20px;
            float: right;
        }

            .whats_messages .message.right .text_wrapper::after, .whats_messages .message.right .text_wrapper::before {
                /*left: 100%;*/
                right: -15px;
                border-width: 30px 30px 0 0;
                border-color: #c7eafc transparent transparent transparent;
            }

        .whats_messages .message.right .text {
            color: #45829b;
        }

        .whats_messages .message.appeared {
            opacity: 1;
        }

        .whats_messages .message .avatar {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            display: inline-block;
        }

        .whats_messages .message .text_wrapper {
            display: inline-block;
            padding: 15px 20px 10px 15px; /*20px padding: 10px 20px 4px 16px;  */ /*www.imobibrasil.com.br*/
            border-radius: 16px; /*6px*/
            width: calc(100% - 70px);
            min-width: 100px;
            position: relative;
        }

            .whats_messages .message .text_wrapper::after, .whats_messages .message .text_wrapper:before {
                top: 0;
                margin-left: 10px;
                border: solid transparent;
                content: " ";
                height: 0;
                width: 0;
                position: absolute;
                pointer-events: none;
            }

            .whats_messages .message .text_wrapper::after {
                border-width: 0 30px 30px 0;
                border-color: transparent #ffffff transparent transparent;
            }

            .whats_messages .message .text_wrapper::before {
                border-width: 0 30px 30px 0;
                border-color: transparent #ffffff transparent transparent;
            }

            .whats_messages .message .text_wrapper .text {
                font-size: 14px;
                font-weight: 300;
            }

.whats_bottom_wrapper {
    position: relative;
    width: 100%;
    background-color: #F5F1EE;
    padding: 20px 20px;
    position: absolute;
    bottom: 0;
    box-sizing: border-box;
}

    .whats_bottom_wrapper .message_input_wrapper {
        display: inline-block;
        height: 50px;
        border-radius: 25px;
        border: 1px solid #bcbdc0;
        /*width: calc(100% - 160px);*/
        width: calc(56% - 56px);
        position: relative;
        padding: 0 20px;
        box-shadow: 1px 1px 2px #CCC;
        box-sizing: border-box;
    }

        .whats_bottom_wrapper .message_input_wrapper .message_input {
            border: none;
            height: 100%;
            box-sizing: border-box;
            width: calc(100% - 40px);
            position: absolute;
            outline-width: 0;
            color: #000;
            background: #F5F1EE;
        }

    .whats_bottom_wrapper .send_message {
        width: 50px; /*width: 140px;*/
        height: 50px;
        display: inline-block;
        border-radius: 50%; /*50px*/
        cursor: pointer;
        transition: all 0.2s linear;
        float: right;
    }

        .whats_bottom_wrapper .send_message .text {
            font-size: 18px;
            font-weight: 300;
            display: inline-block;
            line-height: 48px;
        }

.whats_message_template {
    display: none;
}

.block {
    display: block;
}

.whats_close {
    float: right;
    color: white;
    font-size: 26px;
    margin: -35px 20px 0 0;
    cursor: pointer;
}

.whats_top_menu .buttons .button.avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    margin-top: -10px;
    background: url(../img/logo.png) white;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.time {
    float: right;
    margin: 0 -10px 0 0;
    padding: 0;
    font-size: 12px;
    position: relative;
    color: #929292;
}

#btwhatsapp {
    position: fixed;
    bottom: 0;
    left: 20px;
    z-index: 1001;
}

@media only screen and (max-width: 719px) {
    /* .chat_window{ left: 180px; } */
    .chat_window {
        left: 10px;
        bottom: 30px;
        transform: none;
    }

    .whats_top_menu .title {
        font-size: 16px;
    }

    .whats_top_menu .buttons {
        margin: 0px 0 0 20px;
    }

    .whats_close {
        margin: -25px 20px 0 0;
    }
}

/*
.whats_conteudo {
	margin: 0 auto;
	background:#dedede;
	width:1280px;
	height:960px;
}
*/

/*Imóveis semelhantes*/

#barra_descricao1 {
    height: auto;
    width: 100%;
    /* background-color: #3c5a98; */
    background: var(--fundodestaque);
    color: var(--cortexto);
    font-weight: bold;
    font-size: 12px;
    float: left;
    padding: 2px;
}

.semelhantestexto {
    height: 50px;
    width: 350px;
}

#valores2 {
    float: right;
    width: auto;
    height: auto;
    text-align: center;
    /* background-color: #3c5a98; */
    /*background: #3c5a98;
    ;*/
    font-size: 11px;
    border: 1px var(--fundodestaque) solid;
    font-weight: bold;
    padding: 5px;
    background: var(--fundodestaque);
    color: var(--cortexto);
    /*color: #fff;*/
}

.titl_sec_cont1 {
    background: #fff;
    border: 1px solid #C5C5C5;
    padding: 20px 10px;
    float: left;
    width: 100%;
    margin: 10px 0 10px 0;
    /*height: 154px;*/
}

.titl_sec_cont3 {
    /*background: #fff;
    border: 1px solid #C5C5C5;*/
    padding: 10px 5px 10px 2px;
    float: left;
    width: 100%;
    margin: 10px 7px;
    /*-webkit-box-shadow: 1px 1px 2px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 2px -1px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 2px -1px rgba(0,0,0,0.75);*/
}

.ofertadegrade2 {
    margin: -15px;
}


#bairro_desc1 {
    float: left;
    margin-left: 5px;
    margin-top: 1px;
    font-size: 12px;
}



ul.a {
    list-style-type: none;
}


@media (max-width:1024px) {


    .menu {
        background: transparent;
        font-size: 12px;
    }

        .menu > li {
            /*background: transparent;*/
            transform: none;
        }

            .menu > li > ht,
            .menu > li > ht2 {
                background: var(--corfundobotao);
                color: var(--cortextobotao);
                padding: 10px 14px;
                transform: none;
                font-size: 11px;
            }

    ..titl_sec_cont3 {
        font-size: 11px;
    }

    .descricao_imovel {
        padding-top: 2px;
    }

    .semelhantestexto {
        width: 100%;
    }

    .titl_sec_cont3 {
        font-size: 11px
    }
}




/*Pop up*/
/* Popup container-fluid - can be anything you want */
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn1:active {
    color: #3c5a98;
    ;
}

a.btn1:hover {
    color: #000;
    text-decoration: none;
}
/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

#valores3 {
    float: right;
    width: auto;
    height: auto;
    text-align: center;
    font-size: 12px;
    border: 1px #000 solid;
    padding: 3px;
    background-color: var(--fundodestaque);
    color: var(--textodestaque);
}



.btn2 {
    display: inline-block;
    margin-bottom: 2px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 3px 6px;
    font-size: 12px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#fil_2 {
    width: 100%;
    float: left;
    font-size: 12px;
    min-height: 41px;
}

.tab-cel > li {
    display: table-cell;
    width: 1%;
}

#btnContainer {
    text-align: right;
    float: right;
    margin-top: 45px;
}

.descricao_imovel {
    /*padding:10px 20px 5px 25px;
    margin:10px 0 10px 0;*/
    padding-left: 18px;
}

@media (max-width:798px) {
    .grid {
        visibility: visible;
    }

    .list {
        visibility: hidden;
    }
}
