.form-control .navbar-search-desktop__container__button__title__text {
  width: 100% !important;
}

.navbar-menu-search {
  display: none;
}

#nav-mobile.open-menu .navbar-menu-search {
  display: block;
  transform: translateY(17px);
}

#AsearchlinkButton {
  display: block;
  width: 44px;
  height: 44px;
  background-color: transparent;
  color: #101828;
  z-index: 10;
}

#AsearchlinkButton:hover {
  background-color: transparent;
  color: #101828;
}

#pvalor {
  display: flex;
  align-items: center;
  padding: unset;
  width: 100% !important;
  height: 100%;
  padding-left: 24px;
  padding-right: calc(44px + 5px);
  font-size: 1rem;
  line-height: 1.25;
  font-family: var(--font-montserrat);
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #101828;
}

#pvalor::placeholder {
  font-size: 1rem;
  line-height: 1.25;
  font-family: var(--font-montserrat);
  font-weight: 500;
  color: #101828;
}

#pesquisaContainer form {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  margin-bottom: unset;
}

.navbar-search-desktop {
  position: relative;
  display: grid;
  align-items: center;
}
.navbar-search-desktop__container {
  grid-area: 1/1;
  display: block;
  background-color: #d0d5dd;
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.06);
  border-radius: 24px;
  border: 1px solid #9ba5b5;
  visibility: visible;
  transform: scale(1);
  transition: all 0.3s ease;
  width: 13.6875rem;
  min-height: 44px;
}
.navbar-search-desktop__container.open {
  transition: all 0.3s ease;
}
.navbar-search-desktop__container.open .navbar-search-desktop__container__button__title__text {
  color: #101828;
}
.navbar-search-desktop__container.open .navbar-search-desktop__container__button__icon svg path {
  stroke: #101828;
}
.navbar-search-desktop__container.open .navbar-search-desktop__container__button {
  background-color: #fcfcfd;
  box-shadow: 0 0 0 2px #101828;
}
.navbar-search-desktop__container:hover {
  background-color: #101828;
  transition: all 0.3s ease;
}
.navbar-search-desktop__container:focus-within {
  border: 1px solid #9ba5b5;
}
.navbar-search-desktop__container:hover .navbar-search-desktop__container__button .navbar-search-desktop__container__button__title #pvalor {
  color: #fcfcfd;
}

.navbar-search-desktop__container:hover .navbar-search-desktop__container__button .navbar-search-desktop__container__button__title #pvalor::placeholder {
  color: #fcfcfd;
}

.navbar-search-desktop__container:hover .navbar-search-desktop__container__button {
  background-color: transparent;
  border-radius: 24px;
  border: 1px solid transparent;
  border-radius: unset;
}

.navbar-search-desktop__container:hover .navbar-search-desktop__container__button * {
  color: #fcfcfd;
}

.navbar-search-desktop__container:focus-within .navbar-search-desktop__container__button {
  color: #fcfcfd;
  background-color: #101828;
  box-shadow: 0 0 0 2px #9ba5b5;
  border-radius: 24px;
}

.navbar-search-desktop__container:focus-within .navbar-search-desktop__container__button * {
  color: #fcfcfd !important;
}

.navbar-search-desktop__container:focus-within .navbar-search-desktop__container__button #pvalor {
  color: #fcfcfd !important;
}

.navbar-search-desktop__container:focus-within .navbar-search-desktop__container__button #pvalor::placeholder {
  color: #fcfcfd !important;
}

.navbar-search-desktop__container__button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
}
.navbar-search-desktop__container__button__title {
  padding: 0 0 0 24px;
}
.navbar-search-desktop__container__button__title__text {
  font-size: 1rem;
  line-height: 1.25;
  font-family: var(--font-montserrat);
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #101828;
}
.navbar-search-desktop__container__button__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: unset;
  width: 2.75rem;
  height: 2.75rem;
}
.navbar-search-desktop__container__button__icon .close path {
  stroke: #101828;
}
.navbar-search-desktop__container__button__icon svg path {
  fill: #101828;
}
.navbar-search-desktop__form {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  background-color: #465b33;
  border-radius: unset;
  display: flex;
  transition: all 0.3s ease;
  max-width: 0;
  opacity: 0;
  visibility: hidden;
  padding: 0;
  pointer-events: none;
}
.navbar-search-desktop__form.open {
  z-index: 106;
  max-width: 37.5rem;
  width: 35.3125rem;
  opacity: 1;
  visibility: visible;
  padding: 0 0 0 24px;
  pointer-events: auto;
  transform: translateY(37px);
}
.navbar-search-desktop__form__search-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
  width: 100%;
}
.navbar-search-desktop__form__search-box__label {
  display: flex;
  gap: 8px;
}
.navbar-search-desktop__form__search-box__label__text {
  font-size: 1rem;
  line-height: 1.25;
  font-family: var(--font-montserrat);
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fcfcfd;
}
.navbar-search-desktop__form__search-box input[type="text"],
.navbar-search-desktop__form__search-box textarea {
  font-size: 1rem;
  line-height: 1.25;
  font-family: var(--font-montserrat);
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fcfcfd;
  background: none;
  border: 0;
  border-bottom: 1px solid #fcfcfd;
  margin: 0;
  width: 376px;
}
.navbar-search-desktop__form__search-box input[type="text"]:focus,
.navbar-search-desktop__form__search-box textarea:focus {
  outline: none;
}
.navbar-search-desktop__form__search-box__action-buttons__search-button {
  display: flex;
  justify-content: center;
  background-color: #101828;
  align-items: center;
  border-radius: 50%;
  width: 2.75rem;
  height: 2.75rem;
  transition: all 0.3s ease;
  box-shadow: 0 0 0 1px #101828;
}
.navbar-search-desktop__form__search-box__action-buttons__search-button:disabled {
  background-color: #f2f3f4;
  box-shadow: 0 0 0 1px #f2f3f4;
}
.navbar-search-desktop__form__search-box__action-buttons__search-button:disabled svg path {
  fill: #9ba5b5;
}
.navbar-search-desktop__form__search-box__action-buttons__search-button svg path {
  fill: #101828;
}
.navbar-search-desktop__form__search-box__action-buttons__search-button:hover:not(:disabled) {
  transition: all 0.3s ease;
  background-color: #3c5d0e;
}
.navbar-search-desktop__form__search-box__action-buttons__search-button:hover:not(:disabled) svg path {
  fill: #ffffff;
}
