/* COMPARE */
h1{
    font-weight: bold;
}
.imoveis-compare{
    position: relative;
    margin: 0 0 50px 0;
    padding: 0;
}
.imoveis-compare a{
    color: #000;
    display: table;
}

.img-foto-compare{
    width: 100%;
    height: 200px;
    margin: 5px;
    border: 1px solid #c9a383;
    border-radius: 5px;
}
.img-foto-compare-sel{
    width: 100%;
    height: 200px;
    border: 1px solid #c9a383;
    border-radius: 5px;  
}
.fix-lateral{
    display: none;
}

@media(min-width: 990px){
    .img-foto-compare{
        height: 70px;
    }
    .fix-lateral{
        display: block;
    }
}

.imoveis-compare .linha{
    border: 1px dashed #ccc;
    padding: 10px;
    background: #fff;
    box-shadow: 0px 5px 20px #00000020;
    border-radius: 5px;
    margin: 10px 0;
}
.imoveis-compare .linha .desc-imovel{
    margin-left: 10px;
}
.imoveis-compare .check input{
    margin: auto;
    display: table;
    width: 15px;
    height: 15px;
}
.imoveis-compare .btn-comparar{
    width: 300px;
    position: fixed;
    bottom: 10px;
    left: 50%;
    padding: 20px 20px;
    font-size: 20px;
    font-weight: bold;
    margin-left: -150px;
    border: 0;
}

.imoveis-compare li{
   padding: 0;
   margin-bottom: 20px;
}
.imoveis-compare .item{
    padding: 5px 0px;
}
.imoveis-compare .descricao{
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    /* margin-top: 10px; */
    height: 97px;
    background: #333333;
    padding: 20px 10px;
    margin-bottom: 20px;
    color: #fff;
}

.imoveis-compare .foto-imovel{
    position: relative;
}
.imoveis-compare .cod{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #f5821f;
    color: #fff;
    text-align: center;
}
.imoveis-compare .titulo{
    margin-bottom: 20px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 20px;
    padding-right: 20px;
}

@media(min-width: 990px){
    .imoveis-compare .titulo{
        height: 300px;
        overflow: auto;
    }
}
.imoveis-compare .cont-dados{
    width: 98%;
    margin: auto;
    border: 1px dashed #ccc;
    padding: 10px 10px 100px 10px;
    min-height: 700px;
    background: #fff;
    box-shadow: 5px 5px 10px #00000020;
    position: relative;
    border-radius: 10px;
}
.imoveis-compare .btn-visualizar{
    width: 80%;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    border: 0;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -40%;
}
/* LOADING */
.loading-init{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loading-init h3{
    color: #838383;
    letter-spacing: -1px;
    font-size: 18px;
    font-weight: bold;
    padding: 0;
    margin: 0;
}
.loading-init .ico{
    padding: 40px 0;
    background: url('../img/icones/loading.gif') no-repeat center center;
    background-size: 50%;
    opacity: 0.9;
    display: block;
}
.loading-init h3 span{
    position: relative;
    top: 50px;
}