@import url(icons.css);
@import url(animations.css);

body, html, main {
    font-family: 'Lato', sans-serif;
    background-color: #fff;
    font-weight: 400;
    
    scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
}

.none {
    display: none !important;
}

.full, body, html, main {
    display: block;
    width: 100%;
    height: 100%;
}

.absolute {
    position: absolute;
    left: 0;
    top: 0;
}

.btn-success:hover {
    background-color: #00DBDF!important;
    border-color: #00DBDF!important;
}

.header-main .topo {
    background-color: #203769;
}

.center, .header-main > .content > .center, main > form > .content {
    width: 1080px;
    margin: 0 auto;
    height: 100%;
}

.banner-responsivo {
}

.topo nav ul {
}


.ib-center, .header-main > .content > .center .search-form .row .box > a span, main.header-main > form.content > .content .search-form .row .box > a span, .phone-box a > .icon,
.phone-box a > .phone,
.phone-box a > .phone span, .realty-list li > .table-data .col span {
    display: inline-block;
    vertical-align: middle;
}

.header-main {
    height: 520px;
}

    .header-main > .parallax {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 560px;
        -webkit-box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 30%);
        -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 0px 45px 0px rgb(0 0 0 / 30%);
        overflow: hidden;
        border-bottom: 2px solid #fff;
    }

        .header-main > .parallax .bg {
            position: relative;
            top: -40%;
            height: 100%;
            background: url(../img/bg-header.jpg) center center no-repeat;
            background-size:cover;
        }

    .header-main > .content {
        position: relative;
        z-index: 10;
        display: table;
        width: 100%;
        background-color: #203769;
    }

        .header-main > .content > .left,
        .header-main > .content > .center,
        main.header-main > form.content > .content,
        .header-main > .content > .right {
            display: table-cell;
            vertical-align: top;
            position: relative;
        }

        .header-main > .content > .center, main.header-main > form.content > .content {
            margin: 0;
        }

            .header-main > .content > .center .logo, main.header-main > form.content > .content .logo {
                display: inline-block;
                margin-bottom: 50px;
            }

            .header-main > .content > .center > .nav, main.header-main > form.content > .content > .nav {
                position: absolute;
                top: 36px;
                right: 0;
            }

                .header-main > .content > .center > .nav > ul, main.header-main > form.content > .content > .nav > ul {
                    background-color: rgba(0, 0, 0, 0.15);
                    height: 70px;
                    border-radius: 10px 0 0 10px;
                    list-style: none;
                }

                    .header-main > .content > .center > .nav > ul > li, main.header-main > form.content > .content > .nav > ul > li {
                        float: left;
                        position: relative;
                        height: 70px;
                    }

                        .header-main > .content > .center > .nav > ul > li a, main.header-main > form.content > .content > .nav > ul > li a {
                            display: block;
                            line-height: 70px;
                            padding: 0 35px;
                            font-weight: normal;
                            color: #FFF;
                            text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.42);
                        }

                            .header-main > .content > .center > .nav > ul > li a:hover, main.header-main > form.content > .content > .nav > ul > li a:hover {
                                text-decoration: none;
                            }

                        .header-main > .content > .center > .nav > ul > li.-active:after, main.header-main > form.content > .content > .nav > ul > li.-active:after {
                            content: "";
                            position: absolute;
                            left: 45px;
                            bottom: 20px;
                            width: 20%;
                            height: 3px;
                            background-color: #005F5E;
                            animation-duration: 2s;
                            animation-iteration-count: infinite;
                            animation-direction: alternate;
                        }

            .header-main > .content > .center .search-form, main.header-main > form.content > .content .search-form {
                position: absolute;
                z-index: 50;
                background-color: #fff;
                width: 100%;
                top: 190px;
                padding: 30px;
                -webkit-box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 15%);
                -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
                box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 15%);
            }

                .header-main > .content > .center .search-form .row:last-child, main.header-main > form.content > .content .search-form .row:last-child {
                    margin-bottom: 0;
                }

                .header-main > .content > .center .search-form .row .box, main.header-main > form.content > .content .search-form .row .box {
                    height: 56px;
                    
                    padding: 0px 4px;
                    float: left;
                    margin-bottom: 2px;
                    
                }

                    .header-main > .content > .center .search-form .row .box > .checkbox, main.header-main > form.content > .content .search-form .row .box > .checkbox,
                    .header-main > .content > .center .search-form .row .box > input,
                    main.header-main > form.content > .content .search-form .row .box > input,
                    .header-main > .content > .center .search-form .row .box > select,
                    main.header-main > form.content > .content .search-form .row .box > select,
                    .header-main > .content > .center .search-form .row .box > a,
                    main.header-main > form.content > .content .search-form .row .box > a {
                        width: 100%;
                        height: 50px;
                        line-height: 48px;
                        display: block;
                    }

                    .header-main > .content > .center .search-form .row .box > .checkbox, main.header-main > form.content > .content .search-form .row .box > .checkbox {
                        font-size: 20px;
                        text-align: center;
                        background-color: #203769;
                        color: #FFF;
                        margin: 0;
                    }

                        .header-main > .content > .center .search-form .row .box > .checkbox.-active, main.header-main > form.content > .content .search-form .row .box > .checkbox.-active {
                            background-color: #00DBDF;
                        }

                    .header-main > .content > .center .search-form .row .box > input, main.header-main > form.content > .content .search-form .row .box > input {
                        border: 2px solid #ddd;
                        padding: 0 20px;
                        text-align: center;
                        background-color: transparent !important;
                    }

                    .header-main > .content > .center .search-form .row .box > select, main.header-main > form.content > .content .search-form .row .box > select {
                        border: 2px solid #ddd;
                        padding: 0 15px;
                        background-color: transparent !important;
                        color: #203769;
                    }

                    .header-main > .content > .center .search-form .row .box > a, main.header-main > form.content > .content .search-form .row .box > a {
                        text-align: center;
                        text-decoration: none;
                    }

                        .header-main > .content > .center .search-form .row .box > a span:nth-child(1), main.header-main > form.content > .content .search-form .row .box > a span:nth-child(1) {
                            font-size: 18px;
                        }

                        .header-main > .content > .center .search-form .row .box > a span:nth-child(2), main.header-main > form.content > .content .search-form .row .box > a span:nth-child(2) {
                            font-size: 20px;
                            font-weight: bold;
                            margin-left: 8px;
                        }

                        .header-main > .content > .center .search-form .row .box > a.search, main.header-main > form.content > .content .search-form .row .box > a.search {
                            background-color: #00DBDF;
                        }

                            .header-main > .content > .center .search-form .row .box > a.search span:nth-child(1), main.header-main > form.content > .content .search-form .row .box > a.search span:nth-child(1) {
                                color: #FFF;
                            }

                            .header-main > .content > .center .search-form .row .box > a.search span:nth-child(2), main.header-main > form.content > .content .search-form .row .box > a.search span:nth-child(2) {
                                color: #fff;
                            }

                        .header-main > .content > .center .search-form .row .box > a.cleanfilters, main.header-main > form.content > .content .search-form .row .box > a.cleanfilters {
                            background-color: #888;
                        }

                            .header-main > .content > .center .search-form .row .box > a.cleanfilters span:nth-child(1), main.header-main > form.content > .content .search-form .row .box > a.cleanfilters span:nth-child(1) {
                                color: #fff;
                            }

                            .header-main > .content > .center .search-form .row .box > a.cleanfilters span:nth-child(2), main.header-main > form.content > .content .search-form .row .box > a.cleanfilters span:nth-child(2) {
                                color: #666;
                                font-size: 16px;
                            }

            .header-main > .content > .center .search-form-shadow, main.header-main > form.content > .content .search-form-shadow {
                position: absolute;
                left: 50%;
                bottom: -160px;
                z-index: 40;
                margin-left: -463px;
                width: 927px;
                height: 242px;
                display: none;
                background: url(../img/bg-search-form.png) left top no-repeat;
            }

        .header-main > .content > .right .navbar {
            position: absolute;
            top: 36px;
            left: 0;
            width: 100%;
            height: 70px;
            border: 0;
        }

    .header-main > .diagonbar {
        height: 40px;
        background: url(../img/bg-header-barra.jpg) left top repeat-x;
    }

#ctl00_Header_txtValor {
    text-align: center !important;
}

.phone-box {
    position: fixed;
    right: 0;
    top: 200px;
    z-index: 100;
    -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.4);
    border-radius: 8px 0 0 8px;
    overflow: hidden;
}

    .phone-box a {
        display: block;
        width: 280px;
        height: 50px;
        line-height: 50px;
    }

        .phone-box a > .icon {
            width: 50px;
            height: 50px;
            font-size: 24px;
            text-align: center;
            vertical-align: top;
        }

            .phone-box a > .icon span {
                position: relative;
                top: 3px;
            }

        .phone-box a > .phone {
            padding: 0 20px;
        }

            .phone-box a > .phone span:first-child {
                font-size: 20px;
                color: rgba(255, 255, 255, 0.8);
                font-weight: lighter;
            }

            .phone-box a > .phone span:last-child {
                font-size: 24px;
                color: #FFF;
                font-weight: bold;
                margin-left: 15px;
            }

        .phone-box a:nth-child(1) {
            background-color: #0C949D;
        }

            .phone-box a:nth-child(1) > .icon {
                background-color: #FFF;
            }

                .phone-box a:nth-child(1) > .icon span {
                    color: #444444;
                }

        .phone-box a:nth-child(2) {
            background-color: rgba(0, 0, 0, 0.7);
        }

            .phone-box a:nth-child(2) > .icon {
                background-color: #D4D8D5;
            }

                .phone-box a:nth-child(2) > .icon span {
                    color: #008C23;
                }

        .phone-box a:nth-child(3) {
            background-color: rgba(0, 0, 0, 0.7);
        }

            .phone-box a:nth-child(3) > .icon {
                background-color: #D4D8D5;
            }

                .phone-box a:nth-child(3) > .icon span {
                    color: #008C23;
                }

.box-section .center > .title, .box-section .header-main > .content > .center > .title, .box-section main > form > .content > .title {
    font-size: 38px;
    font-weight: lighter;
    color: #203769;
    text-align: center;
    text-transform: uppercase;
}

    .box-section .center > .title span, .box-section main > form > .content > .title span {
        display: inline-block;
        position: relative;
    }

        .box-section .center > .title span:after, .box-section main > form > .content > .title span:after {
            content: "";
            position: absolute;
            left: 0;
            bottom: -7px;
            width: 35%;
            height: 0px;
            background-color: #005F5E;
            animation-duration: 2s;
            animation-iteration-count: infinite;
            animation-direction: alternate;
        }

.box-section.-featured {
    background-color: #EEE;
}

.box-section.-released > .realty-list li {
    background-color: #F4F4F4;
}

.realty-list {
    overflow: hidden;
    margin: 65px 0 0 -25px;
}

    .realty-list li {
        float: left;
        margin: 0 12px 35px 12px;
        overflow: hidden;
        background-color: #FFF;
        width: 250px;
        height: 450px;
        -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
        border: 1px solid transparent;
    }

        .realty-list li:hover {
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
            border-color: #00DBDF;
        }

            .realty-list li:hover > .image > .neighborhood span {
                -webkit-transition: all 0.4s ease-in-out;
                -moz-transition: all 0.4s ease-in-out;
                -o-transition: all 0.4s ease-in-out;
                transition: all 0.4s ease-in-out;
                background-color: #00DBDF;
                color: #FFF;
            }

        .realty-list li > .image {
            width: 250px;
            height: 250px;
            margin-bottom: 20px;
        }

            .realty-list li > .image a {
                display: block;
                position: relative;
            }

                .realty-list li > .image a > .crop {
                    display: block;
                }

                    .realty-list li > .image a > .crop.no-image img {
                        width: auto;
                        min-height: 250px;
                        max-height: 250px;
                    }

                .realty-list li > .image a > .neighborhood {
                    position: absolute;
                    left: 0;
                    bottom: -20px;
                    width: 100%;
                    height: 42px;
                    text-align: center;
                }

                    .realty-list li > .image a > .neighborhood span {
                        display: inline-block;
                        vertical-align: middle;
                        background-color: rgba(0, 0, 0, 0.8);
                        padding: 10px 14px;
                        color: #FFFFFF;
                        font-size: 16px;
                    }

        .realty-list li > .type,
        .realty-list li > .code,
        .realty-list li > .category,
        .realty-list li > .price {
            text-align: center;
        }

        .realty-list li > .type {
            color: #203769;
            font-size: 20px;
            margin: 0 0 10px;
            font-size: 18px;
        }

        .realty-list li div .category {
            color: #444;
            font-size: 12px;
            margin-bottom: 0px;
        }

        .realty-list li .price span {
            color: #203769;
            font-size: 18px;
        }

        .realty-list li > .code,
        .realty-list li > .category {
            color: #444444;
            font-size: 14px;
            margin: 0;
        }

        .realty-list li > .table-data {
            width: 100%;
            margin: 15px 0;
            display: table;
            border-collapse: collapse;
        }

            .realty-list li > .table-data .col {
                display: table-cell;
                width: 33.3333%;
                border-right: 1px solid #EEEEEE;
                height: 28px;
                vertical-align: middle;
                text-align: center;
            }

                .realty-list li > .table-data .col span {
                    color: #4E4E4E;
                    font-size: 11px;
                }

                    .realty-list li > .table-data .col span:first-child {
                        font-size: 16px;
                        margin-right: 8px;
                    }

        .realty-list li > .price {
            margin: 6px 0 0 0;
            color: #005E5F;
            font-size: 24px;
        }

.footer-bar {
    overflow: hidden;
    position: relative;
    height: 700px;
    background-color: #EEE;
}

    .footer-bar > .bg-image,
    .footer-bar > .bg-color {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }

    .footer-bar > .bg-image {
        top: -260px;
        background: url(../img/bg-anuncie.fw.png) center center;
        height: 600px;
    }

    .footer-bar > .bg-color {
        background-color: rgba(0, 0, 0, 0.8);
        height: 415px;
    }

    .footer-bar > .center .title, main > form.footer-bar > .content .title {
        font-size: 38px;
        font-weight: 600;
        color: #0C949D;
        text-align: center;
        text-transform: uppercase;
        405 padding-top: 40px;
        text-align: center;
    }

    .footer-bar > .center .anuncie-box .box-data, main > form.footer-bar > .content .anuncie-box .box-data {
        position: relative;
    }

        .footer-bar > .center .anuncie-box .box-data > .text, main > form.footer-bar > .content .anuncie-box .box-data > .text {
            font-size: 20px;
            color: #FFFFFF;
            font-weight: 300;
            width: 600px;
            margin-top: 30px;
            display: inline-block;
        }

        .footer-bar > .center .anuncie-box .box-data .anchor, main > form.footer-bar > .content .anuncie-box .box-data .anchor {
            display: inline-block;
            border: 1px solid #0C949D;
            padding: 15px 35px;
            border-radius: 6px;
            color: #0C949D;
            font-size: 15px;
            margin-top: 25px;
            font-weight: bold;
            border-radius: 0px;
        }

            .footer-bar > .center .anuncie-box .box-data .anchor:hover, main > form.footer-bar > .content .anuncie-box .box-data .anchor:hover {
                -webkit-transition: all 0.4s ease-in-out;
                -moz-transition: all 0.4s ease-in-out;
                -o-transition: all 0.4s ease-in-out;
                transition: all 0.4s ease-in-out;
                background-color: #FFF;
                border-color: #FFF;
                color: #0C949D;
                text-decoration: none;
            }

        .footer-bar > .center .anuncie-box .box-data > .house, main > form.footer-bar > .content .anuncie-box .box-data > .house {
            position: absolute;
            right: 100px;
            bottom: 20px;
        }

            .footer-bar > .center .anuncie-box .box-data > .house span, main > form.footer-bar > .content .anuncie-box .box-data > .house span {
                font-size: 140px;
                color: #00956C;
            }

    .footer-bar > .center .facebook-box, main > form.footer-bar > .content .facebook-box {
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        position: relative;
        padding: 0 55px;
        margin-bottom: 26px;
    }

        .footer-bar > .center .facebook-box:after, main > form.footer-bar > .content .facebook-box:after {
            content: "";
            width: 100%;
            display: block;
            background: url(../img/bg-footer-facebook-bar.jpg) repeat;
            height: 26px;
            position: absolute;
            left: 0;
            bottom: 0;
            opacity: .5;
        }

        .footer-bar > .center .facebook-box > .image, main > form.footer-bar > .content .facebook-box > .image {
            margin: 40px 0 60px;
            display: block;
        }

.footer .center, .footer .header-main > .content > .center, .footer main > form > .content {
    overflow: hidden;
}

    .footer .center > .top-bar, .footer .header-main > .content > .center > .top-bar, .footer main > form > .content > .top-bar,
    .footer .center > .bottom-bar,
    .footer .header-main > .content > .center > .bottom-bar,
    .footer main > form > .content > .bottom-bar {
        float: left;
    }

    .footer .center > .top-bar, .footer .header-main > .content > .center > .top-bar, .footer main > form > .content > .top-bar,
    .footer .center > .bottom-bar,
    .footer .header-main > .content > .center > .bottom-bar,
    .footer main > form > .content > .bottom-bar {
        width: 100%;
        color: #fff;
    }

    .footer .center > .top-bar, .footer .header-main > .content > .center > .top-bar, .footer main > form > .content > .top-bar {
    }

        .footer .center > .top-bar ul, .footer main > form > .content > .top-bar ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }

            .footer .center > .top-bar ul li, .footer main > form > .content > .top-bar ul li {
                float: left;
                border-right: 1px solid #DDDDDD;
                position: relative;
            }

                .footer .center > .top-bar ul li a, .footer main > form > .content > .top-bar ul li a {
                    display: block;
                    padding: 0 30px;
                    color: #666666;
                    text-transform: uppercase;
                }

                    .footer .center > .top-bar ul li a:hover, .footer main > form > .content > .top-bar ul li a:hover {
                        text-decoration: none;
                    }

                .footer .center > .top-bar ul li.-active:after, .footer main > form > .content > .top-bar ul li.-active:after {
                    content: "";
                    position: absolute;
                    left: 30px;
                    bottom: 30px;
                    width: 20%;
                    height: 0px;
                    background-color: #005F5E;
                    animation-duration: 2s;
                    animation-name: slideMenuRodape;
                    animation-iteration-count: infinite;
                    animation-direction: alternate;
                }

    .footer .center > .bottom-bar, .footer .header-main > .content > .center > .bottom-bar, .footer main > form > .content > .bottom-bar {
        font-size: 12px;
        color: #fff;
    }

.bottom-bar p {
    text-align: center;
}

.phone-footer {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 24px !important;
}

.footer {
    text-align: center;
    color: #fff;
    margin-top: -5px;
}

    .footer .center img {
        margin-bottom: 30px;
    }

    .footer .center p {
        margin-top: 10px;
    }

    .footer .center > .logo, .footer .header-main > .content > .center > .logo, .footer main > form > .content > .logo {
        width: 100%;
        height: 184px;
    }

        .footer .center > .logo img, .footer main > form > .content > .logo img {
            display: block;
            margin: 40px auto 0;
        }

footer {
    background-color: #203769;
    padding: 60px 0 0px 0px;
}

main > form > .content {
    padding: 80px 0px 100px;
}

    main > form > .content > .title {
        font-size: 38px;
        font-weight: lighter;
        letter-spacing: 0.1em;
        color: #203769;
        text-align: center;
        font-weight: 400;
        text-transform: uppercase;
        padding-bottom: 40px;
    }

        main > form > .content > .title span {
            display: inline-block;
            position: relative;
        }

            main > form > .content > .title span:after {
                content: "";
                position: absolute;
                left: 0;
                bottom: -7px;
                width: 35%;
                height: 0px;
                background-color: #005F5E;
                animation-duration: 2s;
                animation-iteration-count: infinite;
                animation-direction: alternate;
            }

    main > form > .content .subtitle {
        font-size: 26px;
        padding-bottom: 10px;
    }

    main > form > .content .text {
        font-size: 16px;
        padding-bottom: 20px;
    }

.ordenacao {
    float: right;
}

    .ordenacao a {
        font-size: 18px;
        color: #333;
        text-decoration: none;
        font-weight: bold;
    }

.codigo_imovel {
    font-size: 16px;
    color: #333;
    position: relative;
    top: -20px;
}

.box_product {
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    background-color: #FFF;
    border-radius: 0px;
    padding: 25px;
}

    .box_product .tabs {
        margin: 0;
        padding: 0;
        list-style: none;
        display: table;
        width: 100%;
        border-bottom: 1px solid #DDDDDD;
    }

        .box_product .tabs li {
            display: table-cell;
            vertical-align: middle;
            height: 46px;
        }

            .box_product .tabs li a {
                display: block;
                height: 46px;
                line-height: 46px;
                text-align: center;
                padding: 0 15px;
                color: #858585;
                font-size: 1em;
                text-decoration: none;
            }

            .box_product .tabs li.active a {
                font-size: 1.2em;
                background-color: #FFF;
                border-top: 3px solid #00DBDF;
                border-bottom: 1px solid #FFF;
                border-left: 1px solid #DDDDDD;
                border-right: 1px solid #DDDDDD;
                border-radius: 4px 4px 0 0;
                position: relative;
                top: 1px;
            }

    .box_product .tab_content {
        overflow: hidden;
        padding: 25px 2px;
    }

    .box_product .dados_galeria {
        float: left;
        width: 440px;
    }

    .box_product .dados_imovel {
        float: left;
        width: 540px;
        margin-left: 20px;
    }

        .box_product .dados_imovel .line {
            margin-bottom: 15px;
        }

            .box_product .dados_imovel .line h3 {
                margin: 0;
            }

            .box_product .dados_imovel .line .text {
                padding: 0;
                color: #444444;
                margin-top: 3px;
            }

                .box_product .dados_imovel .line .text.valor {
                    color: #00DBDF;
                    font-size: 1.8em;
                    font-weight: bold;
                    letter-spacing: -0.02em;
                }

                    .box_product .dados_imovel .line .text.valor span.taxas {
                        color: #555555;
                        font-size: 0.6em;
                        font-weight: normal;
                        padding-right: 6px;
                    }

            .box_product .dados_imovel .line .header {
                color: #888;
                font-size: 0.9em;
            }

                .box_product .dados_imovel .line .header.diff {
                    color: #203769;
                }

        .box_product .dados_imovel .header.inline_block,
        .box_product .dados_imovel .text.inline_block {
            display: inline-block;
            margin-right: 5px;
        }

    .box_product .bts_extras {
        text-align: center;
    }

        .box_product .bts_extras a,
        .box_product .bts_extras input[type=submit] {
            display: inline-block;
            width: 30%;
            border: none;
            font-weight: bold;
            font-size: 18px;
            cursor: pointer;
            background-color: #00DBDF;
            box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.35) inset;
            text-align: center;
            border-radius: 0px;
            height: 56px;
            line-height: 56px;
            color: #FFF;
            padding: 0 !important;
        }

            .box_product .bts_extras a:nth-child(2),
            .box_product .bts_extras input[type=submit]:nth-child(2) {
                margin: 0 3%;
            }

.bxslider {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .bxslider li img {
        max-width: 100%;
        width: 100%;
        height: auto;
    }

.alert-danger {
    background-color: #f2dede;
    border-radius: 6px;
    padding: 10px;
    font-size: 0.9em;
}

.alert-success {
    background-color: #DFF0D8;
    border-radius: 6px;
    padding: 10px;
    font-size: 0.9em;
}

    .alert-danger button,
    .alert-success button {
        display: none;
    }

.has-error input,
.has-error textarea,
.has-error select {
    border-color: red !important;
}

#bx-pager {
    margin-right: -5px !important;
}

    #bx-pager a {
        display: inline-block;
        width: 84px;
        height: 65px;
        overflow: hidden;
        margin-bottom: 0;
    }

        #bx-pager a img {
            display: block;
        }

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #00DBDF;
    border-color: #00DBDF;
    color: #fff;
    cursor: default;
    z-index: 3;
}

.pagination > li > a,
.pagination > li > span {
    color: #005D5F;
}

/*# sourceMappingURL=home.css.map */

.div-aluguel-venda {
}

    .div-aluguel-venda div {
        width: 49%;
        display: inline-block;
        text-align: center;
    }

        .div-aluguel-venda div h4 {
            color: #005E5F;
            text-align: center;
            margin-top: 0px;
        }

        .div-aluguel-venda div span {
            color: #203769;
            text-align: center;
            font-size: 15px;
        }

.neighborhood {
    font-size: 14px;
    text-align: center;
    margin: 0px 10px;
    padding-top: 8px;
    border-top: 1px solid #eee;
    display: block;
}

.anuncie-box {
    text-align: center;
}

.icone-mapa {
    position: relative;
    right: 62px;
    top: -62px;
    text-align: center;
}

    .icone-mapa img {
        position: absolute;
    }

.imagem-topo {
    text-align: center;
}

.header-main .topo nav ul {
    max-height: 0;
    background-color: #203769;
    position: absolute;
    left: 0px;
    top: 100px;
    height: 160px;
    max-height: 160px;
    list-style: none;
    z-index: 999;
}

    .header-main .topo nav ul li a {
        color: #fff;
        display: inline-block;
        padding: 5px 20px;
    }

.btn-success {
    background-color: #00DBDF;
    border-color: #00DBDF;
    border-radius: 0px;
}

.header-logo {
    text-align: center;
}

    .header-logo img {
        padding: 16px;
        height: 135px;
    }

.handle p {
    margin: 0;
}

.header-contato {
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    color: #fff;
    padding-right: 0;
    padding-left: 0;
    padding-top:45px;
}

    .header-contato p {
        margin: 0;
    }

    .header-contato img {
    }

    .header-contato h1 {
        font-size: 22px;
        margin: 0;
    }

    .header-contato span {
        font-size: 14px;
        margin-right: 5px;
    }

.imoveis-itens {
    text-align: center;
    margin-top: 50px;
}

.imoveis-itens-titulo {
    background-color: #fff;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 100px;
    border-bottom: 2px solid #F6F6F6;
}

    .imoveis-itens-titulo h1 {
        margin-top: 0;
        color: #203769;
    }

.imoveis-item a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    background-color: #00DBDF;
    padding: 10px;
}

    .imoveis-item a:hover {
        text-decoration: none;
        color: #fff;
    }

.imoveis-item p {
    margin-bottom: 30px;
    height: 60px;
}

.p-copyright {
    font-size: 12px;
}

.imoveis-item h2 {
    font-size: 26px;
    font-weight: 600;
    color: #203769;
}

.table-data .codigoImovel-span {
    margin-right: 10px !important;
    margin-left: 10px !important;
}

.title {
    font-weight: 600;
}

.imoveis-itens-titulo p {
    font-size: 24px;
}

.fale-conosco {
    padding-right: 40px !important;
    padding-left: 40px !important;
}

    .fale-conosco .text {
        padding: 0 !important;
    }

    .fale-conosco .form {
        margin-top: 20px;
    }

.box-destaques {
    padding-bottom: 80px;
}

.box-novidades, .box-destaques {
    padding-top: 80px;
}

.titulo {
    font-weight: 900 !important;
}

.full-imoveis-itens {
    box-shadow: 1px -39px 29px -48px rgba(0,0,0,0.4);
    -webkit-box-shadow: 1px -39px 29px -48px rgba(0,0,0,0.4);
    -moz-box-shadow: 1px -39px 29px -48px rgba(0,0,0,0.4);
}

.content-first {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

label {
    margin-right: 20px;
}

.desabilitar-select {
    pointer-events: none;
    color: #ddd !important;
}

.float_whatsappbtn {
    transition: background 0.3s;
    width: 60px;
    height: 60px;
    background-color: #40C351;
    display: flex;
    border-radius: 50%;
    color: white;
    font-size: 38px;
    justify-content: center;
    text-decoration: none;
    align-items: center;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 25%);
    position: fixed;
    bottom: 15px;
    right: 15px;
}

    .float_whatsappbtn:hover {
        text-decoration: none;
        color: white;
        background-color: #339c40;
        transition: background 0.3s;
    }

    .float_whatsappbtn:active, .float_whatsappbtn:visited, .float_whatsappbtn:focus {
        text-decoration: none;
        color: white;
    }

@media (min-width: 900px) {

    .fixed-top .search-form {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
}

.bairros {
    border: 2px solid #ddd;
    padding: 15px;
    height: 110px;
    overflow-y:auto;
    
}

.bairros table {
    color: #203769;
}

.bairros table td {
    display:inline-table;
}

    .bairros table td input {
        vertical-align:top;
        margin-right:8px;
        height:16px;
        width:16px;
    }

    .bairros table td:first-child input {
        display:none;
    }

    .bairros table td:first-child label {
        margin-right:24px
    }

.bairros table label{
    font-weight:normal;
    margin-top:2px;
    margin-right:0px;
    width:138px;
    
}