﻿/* Painel superior - Pesquisa */
#Listar {
    padding: 0;
}

#msgSemImoveis {
    padding: 10px;
    margin-bottom: 10px;
}

/**********************************************/
/***               Cabeçalho               ***/
/********************************************/

.panelTemp7{
    padding: 0px;
    height: 0;
}

header.panel {
    width: 100%;
    margin: 0;
    border-radius: 10px;
}

header div.panel-heading h4 {
    margin: 0px;
}

header.panel div.panel-body {
    position: relative;
    margin: 0;
}

    header.panel div.panel-body p {
        width: 100%;
        font-size: 20px;
    }

@media all and (min-width: 1024px) 
                   and (max-height: 1366px) 
                   and (-webkit-min-device-pixel-ratio: 1.5) {

    header.panel {
        margin-top: 115px;
    }
}

/**********************************************/
/*************Listagem de Imoveis**************/
/**********************************************/

#listaImoveis {
    display: flex;
    width: 980px;
}

/*Fixo*/
@media all and (min-width: 768px) {
    .coluna {
        flex: 2 1 100%;
    }
}

/*Fluido*/
@media all and (max-width: 767px) {
    #listaImoveis {
        flex-direction: column;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        border-radius: 4px;
        width: 750px;
    }

    .coluna {
        width: 100%;
        display: flex;
        overflow: hidden;
        flex-direction: column;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
    }
}

/********************************************/
/***             ITEM IMOVEL             ***/
/******************************************/

.itemImovel {
    display: flex;
    margin: -9px 5px 20px 5px
}

    .itemImovel:hover {
        box-shadow: 1px 2px 7px 2px rgba(0,0,0,0.2);
        -webkit-transition: .3s ease-in-out;
        -moz-transition: .3s ease-in-out;
        -o-transition: .2s ease-in-out;
        transition: .3s ease-in-out;
    }

    .itemImovel > a,
    .itemImovel > a > img {
        width: 100%;
        overflow: hidden;
        object-fit: cover;
        object-position: 0 0;
        height: 100%;
    }

    .itemImovel > #descricao-Imovel {
        text-align: left;
    }

        .itemImovel > #descricao-Imovel > p {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            padding-top: 0;
        }

            .itemImovel > #descricao-Imovel > p > label {
                font-size: 14px;
                line-height: 4px;
            }

            .itemImovel > #descricao-Imovel > p > span {
                font-size: 13px;
                word-wrap: break-word;
                -ms-word-wrap: break-word;
            }

/*Fixo*/
@media all and (min-width: 992px) {
    .itemImovel {
        flex-direction: row;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        color: black;
        height: 180px;
        background: white;
    }

        .itemImovel > a {
            flex: 0 1 55%;
            background: black;
        }

            .itemImovel > a > img {
                min-height: 175px;
            }

        .itemImovel > #descricao-Imovel {
            width: 45%;
            height: 180px;
            padding: 10px;
            position: relative;
        }

            .itemImovel > #descricao-Imovel > p {
                display: flex;
                flex-direction: column;
                -ms-flex-direction: column;
                -webkit-flex-direction: column;
            }

                .itemImovel > #descricao-Imovel > p > span {
                    line-height: 1.3em;
                    margin-left: 5px;
                }

            .itemImovel > #descricao-Imovel .down {
                position: absolute;
                bottom: 2px;
                padding-bottom: 5px;
                background: white;
                text-decoration: none;
            }
}

.pagination{
    margin:0;
    margin-top:15px;
}

/*Fluido*/
@media all and (max-width: 991px) {
    #listaImoveis {
        display: flex;
        max-width: 100%;
    }

    .itemImovel {
        width: 97%;
        height: 240px;
        color: white;
        margin: 10px auto;
        position: relative;
        flex-direction: column;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        border-radius: 2px;
    }

            .itemImovel > a > img {
                min-height: 180px;
                padding: 0;
                border-radius: 2px;
            }

        .itemImovel > a {
            border: 1px solid rgba(99, 99, 99, .3);
            height: 240px;
        }

        .itemImovel > #descricao-Imovel {
            position: absolute;
            bottom: 15px;
            width: 100%;
            padding: 5px;
            display: flex;
            background: rgba(225, 225, 225, .7);
            flex-direction: column;
            -ms-flex-direction: column;
            -webkit-flex-direction: column;
            justify-content: space-around;
        }

            .itemImovel > #descricao-Imovel > p:nth-child(3) {
                width: 65%;
            }

            .itemImovel > #descricao-Imovel > p {
                font-family: 'helvetica';
                font-weight: bold;
                letter-spacing: 0;
                margin-left: 15px;
                color: #000;
                margin-bottom: -2px;
            }

                .itemImovel > #descricao-Imovel > p > label {
                    display: none;
                }

                .itemImovel > #descricao-Imovel > p > span {
                    font-size: 16px;
                    line-height: 3px;
                }

                .itemImovel > #descricao-Imovel > p > label,
                .itemImovel > #descricao-Imovel > p > span {
                    align-self: flex-start;
                }
}

/***************************************/
/***             RODAPE             ***/
/*************************************/

div.paginacao {
    clear: both;
}

    div.paginacao > ul {
        margin: 8px;
    }

@media all and (max-width: 560px) {
   div.paginacao{
       margin-top: 50px;
   }

   #paginacaoTop{
        margin-top: 0px;
        float: initial;
    }
}

@media all and (max-width: 928px) {
   #paginacaoTop{
        margin-top: 0px;
        float: initial;
    }
}


/*****************************************/
/***             MODELO 2             ***/
/***************************************/

.infosImovel{
    display: flex;
}

.itemImovel2{
    margin-bottom: 15px;
}


.itemImovelRow {
    display: flex;
    margin: 0 10px 0px -0px ;
}

    .itemImovelRow > a,
    .itemImovelRow > a > img {
        width: 100%;
        overflow: hidden;
        object-fit: cover;
        object-position: 0 0;
        height: 100%;
    }

    .itemImovelRow > #descricao-Imovel-Row {
        text-align: left;
    }

        .itemImovelRow > #descricao-Imovel-Row > div > span {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }

        .itemImovelRow > #descricao-Imovel-Row > div > span {
            font-size: 13px;
            word-wrap: break-word;
            -ms-word-wrap: break-word;
        }

@media all and (min-width: 992px) {
    .itemImovelRow {
        flex-direction: row;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        color: black;
        height: 180px;
        background: white;
    }

        .itemImovelRow > a {
            flex: 0 1 55%;
            background: black;
        }

            .itemImovelRow > a > img {
                min-height: 175px;
            }

        .itemImovelRow > #descricao-Imovel-Row {
            width: 45%;
            height: 180px;
            position: relative;
        }

            .itemImovelRow > #descricao-Imovel-Row > div {
                display: flex;
                flex-direction: column;
                -ms-flex-direction: column;
                -webkit-flex-direction: column;
            }

            .itemImovelRow > #descricao-Imovel-Row .down {
                position: absolute;
                bottom: 2px;
                padding-bottom: 5px;
                background: white;
            }
}

.itemImovelRow > #descricao-Imovel-Row > .valor {
    padding-left: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 7px;
    background: #969696;
    color: white;
}

.itemImovelRow > #descricao-Imovel-Row > .descrDiv {
    padding-left: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.itemImovelRow > #descricao-Imovel-Row > a {
    padding-left: 10px;
    padding-top: 7px;
} 

.divTitulo{
    color: #f2700f;
    padding: 2px;
    padding-left: 7px;
    background: #ffffff;
    font-weight: 700;
    background: -moz-linear-gradient(left, #ffffff 0%, #e7e7e7 70%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(70%,#e7e7e7));
    background: -webkit-linear-gradient(left, #ffffff 0%,#e7e7e7 70%);
    background: -o-linear-gradient(left, #ffffff 0%,#e7e7e7 70%);
    background: -ms-linear-gradient(left, #ffffff 0%,#e7e7e7 70%);
    background: linear-gradient(to right, #ffffff 0%,#e7e7e7 70%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7e7e7',GradientType=1 );
}

.infosImovel{
    background: #b7b7b7;
    margin-right: 10px;
    padding: 2px;
    padding-left: 10px;
}

.infosImovel > div > i{
    margin-right: 2px;
}

.infosImovel > div{
    margin-right: 15px;
    border-right: 1px;
    border-right-color: #333333;
    border-right-style: groove;
    padding-right: 10px;
}

.infosImovel > .divVagas{
    border-right: 0px;
}

@media all and (max-width: 550px) {
    .itemImovelRow > #descricao-Imovel-Row {
        width: 100%;
    }

    .itemImovelRow > a, 
    .itemImovelRow > a > img {
        height: 180px;
    }

    .descrDiv{
        display: none;
    }

    .infosImovel{
        font-size: 12px;
        padding-left: 3px;
    }

    .itemImovelRow > #descricao-Imovel-Row > a {
        display: none;
    }

    .itemImovelRow{
        flex-direction: column-reverse;
    }
        .itemImovelRow > #descricao-Imovel-Row > .valor {
            margin-bottom: 0px;
        }

        .itemImovelRow > #descricao-Imovel-Row > .descrDiv {
            display: none;
        }

    .infosImovel {
        font-size: 12px;
    }

    .itemImovel2 {
        margin-bottom: 25px;
    }

    .infosImovel > div {
        margin-right: 5px;
        padding-right: 7px;
    }

    .divTitulo {
       width: 70%;
    }
}

@media (min-width: 768px) and (max-width: 995px){
    #paginacaoTop {
        margin: -5px 0px -10px 0px;
    }
}

@media (min-width: 426px) and (max-width: 767px){
    .itemImovel > a {
        height: 350px;
    }

    .itemImovel {
        height: 350px;
    }
}