.topo-informacoes {
  font-size: 16px !important;
  width: 100%;
  min-height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 30px;
}
.topo-informacoes .float-l {
  display: inline-block;
  margin-right: 10px;
  float: left;
}
.topo-informacoes .float-r {
  display: inline-block;
  float: right;
}
.topo-menu {
  width: 100%;
}
.topo-menu .navbar {
  position: relative;
  min-height: 130px;
  margin-bottom: 0px;
  border: none;
}
.topo-menu .navbar-nav {
  padding-top: 40px;
  padding-bottom: 15px;
}
.topo-menu .navbar-nav > li > a {
  border-radius: 10px;
  color: #333333;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 15px;
  background: none;
  border: solid 1px transparent;
  transition: all 0.5s ease-out;
}
.topo-menu .navbar-toggle {
  margin-top: 40px;
}
.topo-menu .navbar-brand {
  margin: 0px;
  height: 130px;
  padding: 15px;
  max-width: 320px;
  /*texto alinhado centraliza verticalmente*/
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.topo-menu .navbar-brand img {
  max-height: 100px;
}
.topo-menu .navbar-brand1 img {
  max-height: 140px;
}
@media (max-width: 415px) {
  .topo-menu .navbar-brand {
    max-width: 280px;
    margin-left: 143px !important;
  }
}
@media (max-width: 375px) {
  .topo-menu .navbar-brand {
    max-width: 265px;
    margin-left: 127px !important;
  }
}
@media (max-width: 767px) {
  .topo-menu .navbar-brand {
    height: 110px;
    margin-left: 250px;
  }
  .topo-menu .navbar-brand img {
    max-height: 80px;
  }

}
@media (max-width: 767px) {
  .topo-menu .navbar-header {
    height: 110px;
  }
  .topo-menu .navbar-nav {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .topo-menu .navbar-nav1 {
    padding-top: 60px;
    padding-bottom: 15px;
  }
  .topo-menu .navbar-nav > li > a {
    margin-bottom: 5px;
  }
}
.btn-aux-giroletti {
  border-radius: 10px;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 15px;
  background: none;
  transition: all 0.5s ease-out;
  color: #fff !important;
  border: 1px #fff solid;
  padding: 8px;
  font-size: 16px;
}
.btn-aux-giroletti:hover,
.btn-aux-giroletti:focus {
  color: #333 !important;
  border: 1px #333 solid !important;
  transition: all 0.5s ease-out;
}
.angelo-giroletti {
  color: #EBBA33 !important;
}
