.secoes {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    z-index: 100;
}

.sec1 {
    position: relative;
    top: 0px;
    left: 0;
    width: 100%;
    height: 70px;
    z-index: 101;
    background: #635955;
}
.sec2 {
    position: relative;
    top: 0px;
    left: 0;
    width: 100%;
    height: 70px;
    z-index: 101;
    background: #fff;
}

.sec3 {
    position: relative;
    top: 0px;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 101;
    background: #59252F;
}

.sec4 {
    position: relative;
    top: 0px;
    left: 0;
    width: 1000px;
    left: 50%;
    margin-left: -500px;
    height: 80px;
    border: 2px solid #ccc;
    background: white;
    z-index: 101;
}

.pesquisa-home {
    width: 95%;
    height: auto;
    overflow: hidden;
}

.pesquisa-home-select {
    padding: 10px;
    float: left;
}

.pesquisa-home-select select {
    width: 150px;
}

.pesquisa-home-botao {
    position: absolute;
    top: 0;
    right: 0;
    width:140px;
    height: 60px;
    border-radius: 50px 0 0 0;
    text-align: center;
    line-height: 60px;
    font-family: cursive;
    font-size: 20px;
    color: #59252F;
    cursor: pointer;
}


.menu-b {
    width: 100%;
    height: 56px;
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
}

.menu-b li{
    float: left;
    line-height: 65px;
    margin: 0;
    padding: 0;
    margin-left: 0px;
    margin-right: 0px;
    border-right: 2px solid #fff;
    padding-left: 20px;
    padding-right: 20px;
    height: 65px;
    margin-top: -15px;
    cursor: pointer;
}

.menu-b li:hover{
    background: #fff;
    color: #59252F;
}

.imovel {
    color: #000;
    margin-left: 15px;
}

.rodape-b {
    float: left;
    width: 295px;
    height: 260px; 
    background: #d1d1d1; 
    margin: 20px;
    margin-right: 10px;
    border-radius: 10px;
    overflow: hidden;
}