.abccr-form-search {
    display: flex;
    justify-content: space-between;
    gap: 3px;
}
.abccr-form-search .col{
    display: flex;
    flex: 1 1 100%;
}

.abccr-form-search .wpb_button {
    position: relative;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.abccr-btn {
  
  color: white;
  text-transform: uppercase;
  padding: 7px 25px 8px 25px !important;
  transition: all 0.5s;
  white-space: nowrap;
  font-size: 13px;
  display: flex;
  align-items: center;
}

.abccr-btn--primary {
  background-color: #1f4681 !important;
}
.abccr-btn--primary:hover {
  background-color: #3867af !important;
}
.abccr-btn--secondary {
  background-color: #1e73be !important;
}
.abccr-btn--secondary:hover {
  background-color: #122746 !important;
}
.abccr-field,
.abccr-btn {
  height: 40px !important;
}

.alerta-campo-busca {
  border: 1px solid #e38a1f;
  color: #e38a1f;
  padding: 0.5em 0.7em;
  border-radius: 0px 4px 4px 4px;
  max-width: 200px;
  position: absolute;
  top: 40px;
  z-index: 99;
  background: white;
  display: none;
  white-space: nowrap;
}
/* form de busca na  home */
#home-banner {
  position: relative;
  margin-left: -20px;
  margin-top: -32px;
  width: calc(100% + 40px);
  background: #f2f3f4;
}

.custom-search-bar {
  padding: 1rem;
  position: relative;
  z-index: 3;
}

@media all and (min-width: 767px) {
  #home-banner {
    margin-top: -48px;
    margin-left: 0;
    width: 100%;
  }
  #home-banner .custom-search-bar {
    max-width: 1240px;
    margin: 0 auto;
  }
}
