h1{
    color:#ccc;
}
.section-filtro{
    height: 30rem;
    background-image: url("https://imoveis.dgwd.com.br//assets/img/prcisodimoveis_fundo.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.active-serv{
    text-decoration: underline 4px #f50;        
}
.serv{
    color:#777777;
    cursor:pointer;
    font-family: 'Lato-Regular';
}

.serv:hover{
    text-decoration: underline 4px #ff6600; 
}
.wrap-drop {
    
    cursor:pointer;
    margin:0 auto;
     padding:1rem;
    position:relative;
    width:100%;
    height: 60px;
    z-index:3;
    border: none;
    outline:none;
    background-color: transparent;
    color:#777777;
    font-family: "Lato-Regular";
    }
    
    .btpesq{
        background-color: #ff6600;
        color:#fff;
        font-size: 1.2rem;
    } 
    h2{font-family: "Lato-Heavy";}
    /* card de imoveis */
    .card-body{font-family:  "Lato-Regular"; color:#000;}
    .subtitleimov{font-size: 1.0rem; }
    .title-card{font-size: 1.5rem;}
    .titleServ{font-size: 1.2rem; font-weight: bold;}
    .titleVl{font-size: 1.8rem;}
    .card-text{font-family:  "Lato-Regular";}
    /* fim card imoveis */