.ndm-section-nav {
  --ndm-section-nav-max-width: 1440px;
  --ndm-section-nav-border: #171717;
  --ndm-section-nav-bg: #ffffff;
  --ndm-section-nav-text: #111111;
  --ndm-section-nav-radius: 10px;
  --ndm-section-nav-shadow: 0 14px 28px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 140;
  width: 100%;
  margin: 0 auto;
  padding: 8px 0 0;
  font-family: var(--ndm-font-family-base);
}

.ndm-section-nav__inner {
  width: 100%;
  max-width: min(100%, var(--ndm-section-nav-max-width));
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

.ndm-section-nav__mobile-bar {
  display: none;
}

.ndm-section-nav__mobile-current {
  display: none;
}

.ndm-section-nav__mobile-shell {
  display: none;
}

.ndm-section-nav__menu {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 12px;
}

.ndm-section-nav__label {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  font-family: var(--ndm-font-family-heading);
  font-size: clamp(0.9rem, 1.05vw, 1rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.ndm-section-nav__brand-logo {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 40px;
  text-decoration: none;
}

.ndm-section-nav__brand-logo img {
  display: block;
  width: auto;
  max-width: 180px;
  max-height: 42px;
  height: auto;
}

.ndm-section-nav--nochedemonos .ndm-section-nav__inner {
  max-width: min(100%, calc(var(--ndm-section-nav-max-width) + 120px));
}

.ndm-section-nav__pill,
.ndm-section-nav__pill:visited,
.ndm-section-nav__dropdown-link,
.ndm-section-nav__dropdown-link:visited {
  color: var(--ndm-section-nav-text);
  text-decoration: none;
}

.ndm-section-nav__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 38px;
  padding: 0 16px;
  border: 0;
  border-radius: var(--ndm-section-nav-radius);
  background: var(--ndm-section-nav-bg);
  box-shadow: none;
  font-family: var(--ndm-font-family-heading);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  text-transform: uppercase;
}

.ndm-section-nav__pill:hover,
.ndm-section-nav__pill:focus-visible,
.ndm-section-nav__pill.is-active {
  background: var(--ndm-section-color);
  border-color: transparent;
  color: var(--ndm-section-nav-text);
}

.ndm-section-nav__pill--section {
  background: var(--ndm-section-color);
  border-color: transparent;
  margin-right: 12px;
  font-size: 14px;
}

.ndm-section-nav--nochedemonos .ndm-section-nav__pill--section,
.ndm-section-nav--nochedemonos .ndm-section-nav__pill--section:visited,
.ndm-section-nav--nochedemonos .ndm-section-nav__pill--section:hover,
.ndm-section-nav--nochedemonos .ndm-section-nav__pill--section:focus-visible,
.ndm-section-nav--nochedemonos .ndm-section-nav__pill--section.is-active {
  background: #000000;
  border-color: transparent;
  color: #ffffff !important;
}

.ndm-section-nav__pill--group {
  cursor: pointer;
}

.ndm-section-nav__pill--light {
  background: #ffffff;
}

.ndm-section-nav__pill--dark,
.ndm-section-nav__pill--dark:visited,
.ndm-section-nav--nochedemonos .ndm-section-nav__pill--dark:hover,
.ndm-section-nav--nochedemonos .ndm-section-nav__pill--dark:visited,
.ndm-section-nav--nochedemonos .ndm-section-nav__pill--dark:focus-visible,
.ndm-section-nav--nochedemonos .ndm-section-nav__pill--dark.is-active {
  background: #000000;
  border-color: transparent;
  color: #ffffff;
}

.ndm-section-nav--nochedemonos .ndm-section-nav__pill--light {
  background: #ffffff;
  border-color: transparent;
  color: var(--ndm-section-nav-text);
}

.ndm-section-nav--nochedemonos .ndm-section-nav__pill,
.ndm-section-nav--nochedemonos .ndm-section-nav__pill:visited {
  background: #ffffff;
  border-color: transparent;
  color: #111111;
}

.ndm-section-nav--nochedemonos .ndm-section-nav__pill--light:hover,
.ndm-section-nav--nochedemonos .ndm-section-nav__pill--light:focus-visible,
.ndm-section-nav--nochedemonos .ndm-section-nav__pill--light.is-active,
.ndm-section-nav--nochedemonos .ndm-section-nav__pill--default:hover,
.ndm-section-nav--nochedemonos .ndm-section-nav__pill--default:focus-visible,
.ndm-section-nav--nochedemonos .ndm-section-nav__pill--default.is-active,
.ndm-section-nav--nochedemonos .ndm-section-nav__dropdown-link:hover,
.ndm-section-nav--nochedemonos .ndm-section-nav__dropdown-link:focus-visible,
.ndm-section-nav--nochedemonos .ndm-section-nav__dropdown-link.is-active {
  background: #000000;
  border-color: transparent;
  color: #ffffff;
}

.ndm-section-nav__group {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: stretch;
}

.ndm-section-nav__group-header {
  display: inline-flex;
  align-items: stretch;
  gap: 0;
}

.ndm-section-nav__pill--group-link {
  min-width: 0;
  border-radius: var(--ndm-section-nav-radius) 0 0 var(--ndm-section-nav-radius);
  padding-right: 12px;
}

.ndm-section-nav__pill--group-toggle {
  flex: 0 0 38px;
  width: 38px;
  min-width: 38px;
  padding: 0;
  border-radius: 0 var(--ndm-section-nav-radius) var(--ndm-section-nav-radius) 0;
}

.ndm-section-nav__group::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 12px;
  display: none;
}

.ndm-section-nav__group.is-open .ndm-section-nav__pill--group-link,
.ndm-section-nav__group.is-open .ndm-section-nav__pill--group-toggle,
.ndm-section-nav__group.is-active .ndm-section-nav__pill--group-link,
.ndm-section-nav__group.is-active .ndm-section-nav__pill--group-toggle {
  background: var(--ndm-section-color);
  border-color: transparent;
}

.ndm-section-nav--nochedemonos .ndm-section-nav__group.is-open .ndm-section-nav__pill--group-link,
.ndm-section-nav--nochedemonos .ndm-section-nav__group.is-open .ndm-section-nav__pill--group-toggle,
.ndm-section-nav--nochedemonos .ndm-section-nav__group.is-active .ndm-section-nav__pill--group-link,
.ndm-section-nav--nochedemonos .ndm-section-nav__group.is-active .ndm-section-nav__pill--group-toggle {
  background: #000000;
  border-color: transparent;
  color: #ffffff !important;
}

.ndm-section-nav--nochedemonos .ndm-section-nav__group.is-open .ndm-section-nav__pill--dark,
.ndm-section-nav--nochedemonos .ndm-section-nav__group.is-active .ndm-section-nav__pill--dark {
  background: #000000;
  border-color: transparent;
  color: #ffffff;
}

.ndm-section-nav--nochedemonos .ndm-section-nav__group.is-open .ndm-section-nav__pill--light,
.ndm-section-nav--nochedemonos .ndm-section-nav__group.is-active .ndm-section-nav__pill--light {
  background: #ffffff;
  border-color: transparent;
  color: var(--ndm-section-nav-text);
}

.ndm-section-nav__chevron {
  display: none;
  width: 10px;
  height: 10px;
  border-right: 1.8px solid currentColor;
  border-bottom: 1.8px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 0.2s ease;
}

.ndm-section-nav__pill--group-toggle .ndm-section-nav__chevron,
.ndm-section-nav__mobile-group-toggle .ndm-section-nav__chevron {
  display: inline-block;
}

.ndm-section-nav__group.is-open .ndm-section-nav__chevron {
  transform: rotate(225deg) translateY(-1px);
}

.ndm-section-nav__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  min-width: 220px;
  max-width: 220px;
  padding: 8px 0 0;
  z-index: 8;
}

.ndm-section-nav__group.is-open .ndm-section-nav__dropdown {
  display: block;
}

.ndm-section-nav__group.is-open::after,
.ndm-section-nav__group.is-active::after {
  display: block;
}

.ndm-section-nav__dropdown-link {
  display: block;
  margin-top: 0;
  min-height: 40px;
  padding: 0 14px;
  border: 1.5px solid var(--ndm-section-nav-border);
  background: var(--ndm-section-nav-bg);
  border-radius: var(--ndm-section-nav-radius);
  font-family: var(--ndm-font-family-heading);
  font-size: 13px;
  font-weight: 600;
  line-height: 40px;
  transition: background-color 0.2s ease;
  text-transform: uppercase;
}

.ndm-section-nav__dropdown-link:hover,
.ndm-section-nav__dropdown-link:focus-visible,
.ndm-section-nav__dropdown-link.is-active {
  background: var(--ndm-section-color);
  border-color: transparent;
}

.ndm-section-nav__dropdown-link + .ndm-section-nav__dropdown-link {
  margin-top: 8px;
}

body.ndm-section-nav-mobile-open {
  overflow: hidden;
}

@media (hover: hover) and (pointer: fine) {
  .ndm-section-nav__group:hover .ndm-section-nav__dropdown {
    display: block;
  }

  .ndm-section-nav__group:hover::after,
  .ndm-section-nav__group:focus-within::after,
  .ndm-section-nav__group:hover .ndm-section-nav__dropdown,
  .ndm-section-nav__group:focus-within .ndm-section-nav__dropdown {
    display: block;
  }

  .ndm-section-nav__group:hover .ndm-section-nav__pill--group-link,
  .ndm-section-nav__group:hover .ndm-section-nav__pill--group-toggle {
    background: var(--ndm-section-color);
    border-color: transparent;
  }

  .ndm-section-nav--nochedemonos .ndm-section-nav__group:hover .ndm-section-nav__pill--group-link,
  .ndm-section-nav--nochedemonos .ndm-section-nav__group:hover .ndm-section-nav__pill--group-toggle,
  .ndm-section-nav--nochedemonos .ndm-section-nav__group:focus-within .ndm-section-nav__pill--group-link,
  .ndm-section-nav--nochedemonos .ndm-section-nav__group:focus-within .ndm-section-nav__pill--group-toggle {
    background: #000000;
    border-color: transparent;
    color: #ffffff !important;
  }

  .ndm-section-nav__group:focus-within .ndm-section-nav__pill--group-link,
  .ndm-section-nav__group:focus-within .ndm-section-nav__pill--group-toggle {
    background: var(--ndm-section-color);
    border-color: transparent;
  }

  .ndm-section-nav--nochedemonos .ndm-section-nav__group:hover .ndm-section-nav__pill--dark,
  .ndm-section-nav--nochedemonos .ndm-section-nav__group:focus-within .ndm-section-nav__pill--dark {
    background: #000000;
    border-color: transparent;
    color: #ffffff !important;
  }

  .ndm-section-nav--nochedemonos .ndm-section-nav__group:hover .ndm-section-nav__pill--light,
  .ndm-section-nav--nochedemonos .ndm-section-nav__group:focus-within .ndm-section-nav__pill--light {
    background: #ffffff;
    border-color: var(--ndm-section-nav-border);
    color: var(--ndm-section-nav-text);
  }
}

.ndm-section-nav--nochedemonos .ndm-section-nav__pill:hover,
.ndm-section-nav--nochedemonos .ndm-section-nav__pill:hover:visited,
.ndm-section-nav--nochedemonos .ndm-section-nav__pill:hover span,
.ndm-section-nav--nochedemonos .ndm-section-nav__pill.is-active,
.ndm-section-nav--nochedemonos .ndm-section-nav__pill.is-active:visited,
.ndm-section-nav--nochedemonos .ndm-section-nav__pill.is-active span,
.ndm-section-nav--nochedemonos .ndm-section-nav__group.is-open .ndm-section-nav__pill,
.ndm-section-nav--nochedemonos .ndm-section-nav__group.is-open .ndm-section-nav__pill:visited,
.ndm-section-nav--nochedemonos .ndm-section-nav__group.is-open .ndm-section-nav__pill span,
.ndm-section-nav--nochedemonos .ndm-section-nav__dropdown-link:hover,
.ndm-section-nav--nochedemonos .ndm-section-nav__dropdown-link:hover:visited,
.ndm-section-nav--nochedemonos .ndm-section-nav__dropdown-link.is-active,
.ndm-section-nav--nochedemonos .ndm-section-nav__dropdown-link.is-active:visited {
  color: #ffffff !important;
}

.ndm-section-nav--nochedemonos .ndm-section-nav__pill--group-link,
.ndm-section-nav--nochedemonos .ndm-section-nav__pill--group-link:visited,
.ndm-section-nav--nochedemonos .ndm-section-nav__pill--group-toggle,
.ndm-section-nav--nochedemonos .ndm-section-nav__pill--group-toggle:visited {
  background: #ffffff;
  color: #111111 !important;
}

.ndm-section-nav--nochedemonos .ndm-section-nav__pill--group-link span,
.ndm-section-nav--nochedemonos .ndm-section-nav__pill--group-toggle span,
.ndm-section-nav--nochedemonos .ndm-section-nav__pill--group-toggle .ndm-section-nav__chevron {
  color: inherit !important;
}

.ndm-section-nav--nochedemonos .ndm-section-nav__group.is-active .ndm-section-nav__pill--group-link,
.ndm-section-nav--nochedemonos .ndm-section-nav__group.is-active .ndm-section-nav__pill--group-link:visited,
.ndm-section-nav--nochedemonos .ndm-section-nav__group.is-active .ndm-section-nav__pill--group-toggle,
.ndm-section-nav--nochedemonos .ndm-section-nav__group.is-active .ndm-section-nav__pill--group-toggle:visited,
.ndm-section-nav--nochedemonos .ndm-section-nav__group.is-open .ndm-section-nav__pill--group-link,
.ndm-section-nav--nochedemonos .ndm-section-nav__group.is-open .ndm-section-nav__pill--group-link:visited,
.ndm-section-nav--nochedemonos .ndm-section-nav__group.is-open .ndm-section-nav__pill--group-toggle,
.ndm-section-nav--nochedemonos .ndm-section-nav__group.is-open .ndm-section-nav__pill--group-toggle:visited {
  background: #000000;
  color: #ffffff !important;
}

.ndm-section-nav--nochedemonos .ndm-section-nav__group.is-active .ndm-section-nav__pill--group-link span,
.ndm-section-nav--nochedemonos .ndm-section-nav__group.is-active .ndm-section-nav__pill--group-toggle span,
.ndm-section-nav--nochedemonos .ndm-section-nav__group.is-open .ndm-section-nav__pill--group-link span,
.ndm-section-nav--nochedemonos .ndm-section-nav__group.is-open .ndm-section-nav__pill--group-toggle span {
  color: #ffffff !important;
}

@media (max-width: 991px) {
  .ndm-section-nav {
    padding-top: 10px;
  }

  .ndm-section-nav__menu {
    gap: 10px;
  }

  .ndm-section-nav__pill {
    min-height: 38px;
    padding: 0 16px;
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .ndm-section-nav {
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 37vw);
    padding-top: 8px;
    z-index: 1000001;
  }

  .ndm-section-nav__inner {
    display: none;
  }

  .ndm-section-nav__mobile-shell {
    position: relative;
    display: block;
    width: 100vw;
    margin-left: calc(50% - 37vw);
    padding: 0 16px !important;
    box-sizing: border-box;
  }

  .ndm-section-nav__mobile-shell-bar {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    margin-left: 0 !important;
    min-height: 52px;
    padding: 0 0 0 52px !important;
  }

  @supports (-webkit-touch-callout: none) {
    .ndm-section-nav__mobile-shell-bar {
      padding-left: 12px !important;
    }
  }

  .ndm-section-nav__mobile-current-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    max-width: 120px;
    padding: 0 14px;
    margin-left: 0 !important;
    border: 1.5px solid transparent;
    border-radius: 12px;
    background: var(--ndm-section-color);
    color: #111111;
    text-decoration: none;
    font-family: var(--ndm-font-family-heading);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 1;
    text-decoration: none;
    flex: 0 0 auto;
    transform: none !important;
  }

  .ndm-section-nav__mobile-current-pill--nochedemonos {
    background: #000000;
    color: #ffffff !important;
    max-width: 190px;
  }

  .ndm-section-nav__mobile-shell-brand {
    display: none !important;
  }

  .ndm-section-nav__mobile-shell-brand img {
    display: block;
    max-width: 70px;
    max-height: 46px;
    width: auto;
    height: auto;
  }

  .ndm-section-nav__mobile-shell-brand span {
    font-family: var(--ndm-font-family-heading);
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
  }

  .ndm-section-nav__mobile-shell-toggle {
    position: static;
    transform: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    margin-left: auto;
    min-height: 38px;
    min-width: 72px;
    padding: 0 14px;
    border: 0;
    border-radius: 12px;
    background: var(--ndm-section-color);
    font-family: var(--ndm-font-family-heading);
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    z-index: 3;
  }

  .ndm-section-nav--nochedemonos .ndm-section-nav__mobile-shell-toggle {
    background: #000000;
    border-color: transparent;
    color: #ffffff !important;
  }

  .ndm-section-nav__mobile-shell-panel {
    position: fixed;
    top: 68px;
    right: 12px;
    width: min(320px, calc(100vw - 24px));
    max-height: min(72vh, 560px);
    padding: 14px;
    background: rgba(255, 255, 255, 0.985);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 24px;
    box-shadow: -6px 22px 46px rgba(0, 0, 0, 0.16);
    transform: translateY(-8px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: transform 0.22s ease, opacity 0.22s ease, visibility 0.22s ease;
    z-index: 1000003;
    overflow-y: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .ndm-section-nav.is-mobile-open .ndm-section-nav__mobile-shell-panel {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .ndm-section-nav__mobile-group {
    width: 100%;
  }

  .ndm-section-nav__mobile-group-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 42px;
    gap: 0;
  }

  .ndm-section-nav__mobile-group-link {
    justify-content: flex-start;
    border-radius: 12px 0 0 12px;
  }

  .ndm-section-nav__mobile-group-toggle,
  .ndm-section-nav__mobile-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 42px;
    padding: 0 14px;
    border: 1.5px solid var(--ndm-section-nav-border);
    border-radius: 12px;
    background: #ffffff;
    color: #111111;
    font-family: var(--ndm-font-family-heading);
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
  }

  .ndm-section-nav__mobile-group-toggle {
    cursor: pointer;
    padding: 0;
    justify-content: center;
    border-radius: 0 12px 12px 0;
  }

  .ndm-section-nav__mobile-group-toggle.is-active,
  .ndm-section-nav__mobile-link.is-active {
    background: var(--ndm-section-color);
    border-color: transparent;
  }

  .ndm-section-nav--nochedemonos .ndm-section-nav__mobile-group-toggle,
  .ndm-section-nav--nochedemonos .ndm-section-nav__mobile-link {
    color: #111111;
  }

  .ndm-section-nav--nochedemonos .ndm-section-nav__mobile-group-toggle--dark,
  .ndm-section-nav--nochedemonos .ndm-section-nav__mobile-group-toggle--dark span,
  .ndm-section-nav--nochedemonos .ndm-section-nav__mobile-group-toggle--dark:visited {
    color: #ffffff !important;
  }

  .ndm-section-nav--nochedemonos .ndm-section-nav__mobile-group-toggle.is-active,
  .ndm-section-nav--nochedemonos .ndm-section-nav__mobile-link.is-active {
    background: #000000;
    border-color: transparent;
    color: #ffffff !important;
  }

  .ndm-section-nav--nochedemonos .ndm-section-nav__mobile-group-toggle.is-active span,
  .ndm-section-nav--nochedemonos .ndm-section-nav__mobile-link.is-active span,
  .ndm-section-nav--nochedemonos .ndm-section-nav__mobile-group-toggle.is-active:visited,
  .ndm-section-nav--nochedemonos .ndm-section-nav__mobile-link.is-active:visited {
    color: #ffffff !important;
  }

  .ndm-section-nav__mobile-group.is-open .ndm-section-nav__mobile-group-toggle {
    background: var(--ndm-section-color);
    border-color: transparent;
  }

  .ndm-section-nav--postgrados .ndm-section-nav__mobile-group.is-active:not(.is-open) .ndm-section-nav__mobile-group-link,
  .ndm-section-nav--postgrados .ndm-section-nav__mobile-group.is-active:not(.is-open) .ndm-section-nav__mobile-group-toggle {
    background: #ffffff;
    border-color: var(--ndm-section-nav-border);
    color: #111111;
  }

  .ndm-section-nav--nochedemonos .ndm-section-nav__mobile-group.is-open .ndm-section-nav__mobile-group-toggle {
    background: #000000;
    border-color: transparent;
    color: #ffffff !important;
  }

  .ndm-section-nav--nochedemonos .ndm-section-nav__mobile-group.is-open .ndm-section-nav__mobile-group-toggle span,
  .ndm-section-nav--nochedemonos .ndm-section-nav__mobile-group.is-open .ndm-section-nav__mobile-group-toggle:visited {
    color: #ffffff !important;
  }

  .ndm-section-nav--nochedemonos .ndm-section-nav__mobile-group-link,
  .ndm-section-nav--nochedemonos .ndm-section-nav__mobile-group-link:visited {
    background: #ffffff;
    color: #111111 !important;
  }

  .ndm-section-nav--nochedemonos .ndm-section-nav__mobile-group.is-active .ndm-section-nav__mobile-group-link,
  .ndm-section-nav--nochedemonos .ndm-section-nav__mobile-group.is-active .ndm-section-nav__mobile-group-link:visited,
  .ndm-section-nav--nochedemonos .ndm-section-nav__mobile-group.is-open .ndm-section-nav__mobile-group-link,
  .ndm-section-nav--nochedemonos .ndm-section-nav__mobile-group.is-open .ndm-section-nav__mobile-group-link:visited {
    background: #000000;
    border-color: transparent;
    color: #ffffff !important;
  }

  .ndm-section-nav__mobile-group-links {
    display: none;
    padding-top: 6px;
  }

  .ndm-section-nav__mobile-group.is-open .ndm-section-nav__mobile-group-links {
    display: grid;
    gap: 6px;
  }

  .ndm-section-nav__mobile-link--single + .ndm-section-nav__mobile-link--single,
  .ndm-section-nav__mobile-link + .ndm-section-nav__mobile-link,
  .ndm-section-nav__mobile-group + .ndm-section-nav__mobile-group,
  .ndm-section-nav__mobile-link--single + .ndm-section-nav__mobile-group,
  .ndm-section-nav__mobile-group + .ndm-section-nav__mobile-link--single {
    margin-top: 6px;
  }
}










@media (max-width: 767px) {
  .ndm-site-menu__toggle {
    position: fixed !important;
    top: 18px !important;
    left: 16px !important;
    width: 34px !important;
    height: 34px !important;
    z-index: 1000010 !important;
  }

  @supports (-webkit-touch-callout: none) {
    .ndm-section-nav {
      width: 100vw !important;
      margin-left: calc(50% - 50vw) !important;
    }
  }

  .ndm-section-nav__mobile-shell {
    width: 100% !important;
    margin-left: 0 !important;
    padding: 0 16px !important;
    box-sizing: border-box !important;
  }

  .ndm-section-nav__mobile-shell-bar {
    display: grid !important;
    grid-template-columns: 0px minmax(0, auto) 175px !important;
    align-items: center !important;
    column-gap: 0 !important;
    width: 100% !important;
    min-height: 52px !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .ndm-section-nav__mobile-current-pill {
    grid-column: 2 !important;
    justify-self: start !important;
    transform: none !important;
    margin: 0 !important;
    max-width: 150px !important;
  }

  .ndm-section-nav__mobile-current-pill--nochedemonos {
    max-width: 190px !important;
  }

  .ndm-section-nav__mobile-shell-brand {
    display: none !important;
  }

  .ndm-section-nav__mobile-shell-toggle {
    grid-column: 3 !important;
    justify-self: end !important;
    position: static !important;
    transform: none !important;
    margin: 0 !important;
    min-width: 72px !important;
  }
}
