tirando esse codigo, vc pode aplicar um outro onde pode aumentar a logo
@media screen and (min-width: 769px){
#cabecalho .row-fluid>.span3 {
width: 100%;
max-width: 300px; /* tamanho máximo da logo*/
}
.logo a {
height: auto!important;
}
.logo img {
max-height: unset !important;
}
}