/* css adicional para mudanças específicas do topbar, header e menu */
#sp-top-bar {
  padding: unset;
}

#sp-header > div {
align-items: start;
justify-content: center;
}

#sp-header.header-sticky {
 background: #f8ca2d;
}

#sp-header.header-sticky .logo-image{
height:60px;
}

.sp-group-title.sp-menu-heading {
font-weight:bold;
}

#sp-updated-header-right {
 align-content: center !important; 
}

#sp-logo {
  position: absolute !important;
}

#main-menu-right-menu {
  margin-left: -10rem !important;
}

.awesomplete {
  z-index:100;
}

.pesquisa-top-bar-menu > div > form > div> button {
  background: #0078c1 !important;
  border: #0078c1 !important;
}

.pesquisa-top-bar-menu > div > form > div > div > input {
   border-radius: .375rem 0 0 .375rem;
}
