div.logobar {
    padding: 10px 15px;

    color: #777777;
}
.logobar .container{
	border-bottom: 1px solid #e7e7e7;
}
.logobar a {
    color: #4e5e6b;
}
.navbar{
  border-top: none !important;
}
.navbar-brand {
  float: left;
      font-size: 0;
      background: url(https://icst2021.icmc.usp.br/getImage/orig/logo-icst-horizontal.png) no-repeat;
      padding-bottom: 0px;
      display: inline-block;
      background-size: contain;
       width: 100%;
      height: 150px;

}
.navbar{
  border-radius: 0px !important;
}
.logobar .place {
  position: absolute;
  bottom: 0;
  display: inline-block;
  font-size: xx-large;
  display: none;
}