.page .navbar:first-of-type {
    padding: 0 1.25rem;
}
.navbar-nav .dropdown-menu,
.accordion-item:first-of-type > .accordion-header .accordion-button {
	border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
	border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.sticky-top, .page .navbar:first-of-type {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
}
.shadow-sm, .page .navbar:first-of-type {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.page .bg-light {
  --bs-bg-opacity: 1;
  background-color: #fff !important;
}
.page .navbar:first-of-type {
  padding: 0 1.25rem;
}
@media (max-width: 576px) {
  .page .navbar:first-of-type {
    padding: 1rem;
  }
}
.page .navbar:first-of-type .navbar-nav > li {
  box-sizing: border-box;
  border-bottom: solid transparent;
}
.page .navbar:first-of-type .navbar-nav > li a,
.page .navbar:first-of-type .navbar-nav > li span {
  padding-block: 1rem;
}
.page .navbar:first-of-type .navbar-nav > li:hover {
  border-bottom: solid #8268cb;
}
.page .navbar:first-of-type .dropdown {
  padding-top: 0px;
  padding-bottom: 0px;
  cursor: pointer;
}
.page .navbar:first-of-type .dropdown > .dropdown-toggle.show:first-of-type {
  background-color: #ffe6d5;
}
.page .navbar:first-of-type .dropdown > .dropdown-toggle.show:first-of-type::after {
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  aspect-ratio: 1;
}
.page .navbar:first-of-type .dropdown .dropdown-toggle {
  cursor: pointer;
}
.page .navbar:first-of-type .dropdown .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.4em;
  vertical-align: 0em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  aspect-ratio: 1;
}
.page .navbar:first-of-type .dropdown .dropdown-menu {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
}
.page .navbar:first-of-type .dropdown .dropdown-menu a.dropdown-item {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border: solid 1px transparent;
}
.page .navbar:first-of-type .dropdown .dropdown-menu a.dropdown-item:hover {
  background-color: #FFE6D5;
  border: solid 1px #B9B9B9;
}
.page .navbar:first-of-type .dropdown .dropdown-menu a.dropdown-item:active {
  border: solid 1px #B9B9B9;
  background-color: #FCA;
}
.page .navbar:first-of-type .navbar_left {
  width: fit-content;
  align-items: center;
}
.page .navbar:first-of-type .navbar-collapse {
  gap: 1rem;
  justify-content: end;
}

.block--compensar-site-branding .navbar-brand {
  padding-top: 0px;
  padding-bottom: 0px;
}
.block--compensar-site-branding .navbar-brand img {
  width: 100%;
}

.block--compensar-search-form-narrow #search-block-form {
  max-width: 13rem;
  padding: 0 0.5rem;
  overflow: hidden;
  height: 46px;
}
.block--compensar-search-form-narrow #search-block-form .btn-primary {
  height: 46px;
  text-indent: -9999px;
  border: none;
  box-shadow: none;
  background: url("/themes/custom/compensar/build/assets/icons/search.svg") no-repeat center center;
}
.block--compensar-search-form-narrow #search-block-form .btn-primary:hover {
  box-shadow: none;
}

.block--compensar-main-menu .navbar-nav {
  flex-wrap: nowrap;
}

.nav-item:not(.dropdown) {
  margin-right: 1rem;
}

.block--compensar-search-form-narrow #search-block-form {
    max-width: 13rem;
    padding: 0 0.5rem;
    overflow: hidden;
    height: 46px;
}

.search-block-form form.form {
    padding: 0.5rem;
    box-shadow: 0 1px 4px 0 rgba(51, 51, 51, 0.5019607843);
}
.rounded-pill, .search-block-form form.form {
    border-radius: 50rem !important;
}
.bg-body, .search-block-form form.form {
    --bs-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1) !important;
}
.search-block-form form.form .form-type-search,
.search-block-form form.form {
    display: flex !important;
}
.border-white, .search-block-form form.form .form-type-search .form-search {
    --bs-border-opacity: 1;
    border-color: rgba(255, 255, 255, 1) !important;
}

.border-0, .search-block-form form.form .form-type-search .form-search {
    border: 0 !important;
}
.shadow-none, .search-block-form form.form .form-type-search .form-search {
    box-shadow: none !important;
}