﻿@media (min-width: 1400px) {
    .container-destaque {
        max-width: 1300px;
    }
}

@media (min-width: 1600px) {
    .container-destaque {
        max-width: 1480px;
    }
}

/*Css para estilizar os campos que utilizar code mirror para escrever os codigos html que personalizam o site*/
.CodeMirror {
    border: 1px solid #eee; /*Adiciona borda*/
    height: auto; /*Adiciona altura automatica*/
}

/*Remove a divisão de sombra*/
.feature-box {
    box-shadow: none !important;
}

/*Adiciona ... no final do texto, usado para exibir a descrição do imóvel*/
.block-with-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4; /*Quantidade de linhas que serão exibidas*/
    -webkit-box-orient: vertical;
    text-align: justify;
}

@media (max-width: 1200px) {
    .block-with-text {
        -webkit-line-clamp: 2; /*Quantidade de linhas que seram exibidas*/
    }
}

@media (max-width: 991px) {
    .block-with-text {
        -webkit-line-clamp: 3; /*Quantidade de linhas que seram exibidas*/
    }
}

/*Css para aumentar o height dos itens do select2*/
.select2-container--default .select2-results > .select2-results__options {
    max-height: 300px;
}

/*Css para aumentar o height do campo do select2*/
.select2-container .select2-selection--single {
    min-height: 38px;
}

/*Faz com que os select que usam o plugin selectric fique 100% de largura com input group icone*/
.input-group .selectric-wrapper {
    flex: 1 1 auto;
    width: 1%;
}

/*Acerta a borda quando o selectric é usado com input group icone*/
.input-group .selectric {
    /*
     * border-radius
     * first value applies to top-left corner
     * second value applies to top-right corner
     * third value applies to bottom-right corner
     * fourth value applies to bottom-left corner
     */
    border-radius: 0 2px 2px 0;
}

    .input-group .selectric .label {
        height: 38px;
    }

.selectric-items li:hover {
    background: lightgray;
}

button:focus {
    outline: none;
}

.item-listing .item {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

@media (min-width: 700px) {
    .header__recommended .listings-grid {
        padding: 0 70px;
    }
}

.header__recommended .listings-grid {
    max-width: none;
}

.header__recommended .listings-grid__item {
    margin: 0 12px 0 13px;
}

/* Slick Carousel */

.header__recommended .slick-arrow {
    cursor: pointer;
    position: absolute;
    font-size: 0;
    width: 41px;
    height: 41px;
    border-radius: 50%;
    border: 0;
    background: rgba(0, 0, 0, 0.1);
    top: 50%;
    margin-top: -20px;
    text-align: center;
}

    .header__recommended .slick-arrow,
    .header__recommended .slick-arrow:before {
        -webkit-transition: all;
        -o-transition: all;
        transition: all;
        -webkit-transition-duration: 300ms;
        transition-duration: 300ms;
    }

        .header__recommended .slick-arrow:not(.slick-disabled):hover {
            background: rgba(0, 0, 0, 0.2);
        }

            .header__recommended .slick-arrow:not(.slick-disabled):hover:before {
                color: #fff;
            }

        .header__recommended .slick-arrow:before {
            font-family: 'Material-Design-Iconic-Font';
            font-size: 25px;
            color: rgba(255, 255, 255, 0.8);
            line-height: 37px;
        }

.header__recommended .slick-prev {
    left: 22px;
}

    .header__recommended .slick-prev:before {
        font-family: FontAwesome;
        content: '\f104';
    }

.header__recommended .slick-next {
    right: 22px;
}

    .header__recommended .slick-next:before {
        font-family: FontAwesome;
        content: '\f105';
        margin-left: 3px;
    }

.header__recommended .slick-disabled {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.slick-dots {
    padding-left: 0;
    margin-left: -5px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    margin-top: 10px;
}

    .slick-dots > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }

    .slick-dots > li {
        vertical-align: top;
        padding: 0;
    }

        .slick-dots > li > a {
            display: block;
        }

        .slick-dots > li button {
            border: 0;
            font-size: 0;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            margin: 0 5px;
            background-color: rgba(0, 0, 0, 0.2);
            padding: 0;
            position: relative;
            cursor: pointer;
        }

            .slick-dots > li button:before {
                content: '';
                width: 100%;
                height: 100%;
                position: absolute;
                top: 20px;
                left: 0;
                background-color: rgba(0, 0, 0, 0.7);
                border-radius: 50%;
                opacity: 0;
                filter: alpha(opacity=0);
                -webkit-transition: all;
                -o-transition: all;
                transition: all;
                -webkit-transition-duration: 250ms;
                transition-duration: 250ms;
            }

        .slick-dots > li.slick-active button:before {
            opacity: 1;
            filter: alpha(opacity=100);
            top: 0;
        }

    .slick-dots.slick-dots-light > li button {
        background-color: rgba(240, 240, 240, 1);
    }

        .slick-dots.slick-dots-light > li button:before {
            background-color: rgba(200, 200, 200, 1);
        }


/*list-title*/
.list-title {
    border-bottom: 1px solid #eee;
}

.search-form.main label {
    color: #fff;
}

.search-in input[type=radio]:checked + label {
    background: rgba(255, 255, 255, 0.3);
}

    .search-in input[type=radio]:checked + label:before {
        border-bottom: 10px solid rgba(255, 255, 255, 0.3);
    }

.select2-container.select2-container--default.select2-container--open {
    z-index: 1052;
}

/*Estiliza os botões de compartilhar*/
.btn-compartilhar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
}

.btn-compartilhar-facebook {
    background: #5C6BC0;
}

.btn-compartilhar-whatsapp {
    background: #66BB6A;
}

.btn-compartilhar i {
    color: #fff;
}

.btn-whatsapp-flutuante {
    position: fixed;
    bottom: 50px;
    left: 50px;
    background: #66BB6A;
    box-shadow: 0 0 6px 6px rgba(0,0,0,0.2);
    width: 65px;
    height: 65px;
    border-radius: 50%;
    text-align: center;
    line-height: 84px;
    z-index: 1;
}

    .btn-whatsapp-flutuante i {
        color: #fff;
    }

    .iframeFoto360 {
        width: 100%;
        height: 540px;
    }

@media (max-width: 991px) {
    .iframeFoto360 {
        height: 300px;
    }
}

@media (min-width: 992px) {
    #menu.navbar-over .navbar-brand {
        height: unset;
    }

    #menu.navbar-over .nav-link {
        padding-top: unset;
        padding-bottom: unset;
    }

    .sidebar-left .sidebar_inner {
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
        padding: 0 15px 10px 15px !important;
        border-right: 0;
    }
}

/* Estiliza combos de seleção da busca */
.bootstrap-select .dropdown-toggle {
    border: 1px solid #d3d9df;
}

/* Estiliza combos de seleção da busca */
.filter-option-inner-inner {
    color: #444444;
    font-weight: 400;
}

/* Estiliza a borda dos campos do filtro da seleção da busca */
.search-form.main .form-control:focus {
    border-color: #80bdff !important;
}