/*************** HOME *************/
/* Notícias */
#home-noticias img.principal{
    width: 100%;
    max-height: 200px;
}
#home-noticias h4{
    font-size: 20px;
    font-weight: bold;
}
#home-noticias a{
    font-size: 15px;
    float: right;
    color: #999933;
    font-weight: 400;
    padding: 5px 10px;
    margin: 10px 0px 20px 0px;
    border-radius: 4px;
}
#home-noticias a:hover{
    color: #059445;
}

.lermais a{
    color: #059445!important;
    font-size: 20px;
}