h1 {
    font-size: 28px;
}

h2 {
    font-size: 20px;
}
   
h3 {
    font-size: 16px;
}

#gal-cont li {
    height: 80px !important;
}

.ajusta-redes {
    justify-content: center !important;
}

.menu {
    border-bottom: 2px solid #cfcfcf;
    z-index: 2;
    top: -430px;
    background: #EDEDED;
    transition: all ease-in-out 0.5s;
    padding: 10px 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.68);
    border-bottom: 0;
}

.menu a {
    width: 90%;
    margin: 2px auto;
    float: none;
    padding: 9px !important;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(204, 204, 204);
    color: #2587bd;
}

.menu a.selected, .menu a:hover {
    padding: 8px;
    background-color: #2587bd;
    border: 1px solid #2587bd;
    color: white;
}

.show-menu { 
    top: 50px;
}

.destaque-banner {
    background-size: 160% auto !important;
}

.slide-home {
    max-width: none;
}

.imovel-galeria li {
    width: 50%;
}

.fix-height-cartao-imovel {
    height: 180px !important;
    padding-top: 40px !important;
}