@media (max-width: 767px) {
  #logo {
    display: block !important;
    text-align: center; /* opcional, se quiser centralizar */
  }

  #logo img {
    width: 400px !important; /* ajuste conforme o tamanho desejado */
    height: auto; /* mantém proporção */
    margin: 0 auto; /* centraliza horizontalmente */
    padding: 0;
  }
	
	.navbar-toggle{
		top: 55px !important;
	}
	
	.navbar-header {
		height: 130px;
		background: #4e4d49 !important;
	}
}
