.header-titlebar-wrapper.header-title-no-img.clearfix {
  visibility: collapse;
  display: none;
}

.bottom-header {
  background: #0e5d41;
  position: relative;
}

#site-navigation {
  font-family: comfortaa;
  font-weight: 900;
}

#colophon #top-footer {
  background: #0e5d41 none repeat scroll 0 0;
  padding: 70px 0;
}

#site-navigation ul li:hover > a {
  font-family: comfortaa;
  font-weight: 900;
  text-decoration: underline;
}

/* Esconde o banner apenas em telas menores que 768px (tablets e celulares) */

@media screen and (max-width: 768px) {
  .header-image {
    display: none !important;
  }
}

.custom-logo {
  width: 250px;
  height: 250px;
}

p {
  color: #000000;
}
.search-icon, .fa-search, .svg-search {
    display: none !important;
}