.nav-menu a:hover { 
    color: #333; 
    text-decoration: underline;
} 


#header {
   border-bottom-style: solid !important;
   border-width: thin !important;
   border-color: #cfcfcf !important;
}


.font-light {
    font-family: "Poppins-Light";
    font-size: 45px;
}

.font-bold {
    font-weight: bold !important;
    font-family: "Poppins-Bold";
    font-size: 44px;
}

#footer {
    background: #8dc861;
    padding: 30px 0;
    color: #fff;
    font-size: 14px;
}

#services .title { 
    margin-bottom: 10px !important; 
}

.info .row {
    margin-bottom: 10px !important;
}

.map-pequeno.col-sm-12 {
    margin-left: -10px;
    margin-top: 20px;
}


 