.tbm-main {
  max-width: none !important;
}



.tbm-link.level-1 {
  padding: 0.5rem 1.25rem;
}

.tbm-main .tbm-submenu {
  width: 100vw !important;
  left: 0 !important;
  top: 61px;
  position: absolute;

  border: none;
  box-shadow: none;

}

.tbm-nav,
[dir="ltr"] .tbm-nav {
  display: flex;
  flex-direction: row;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0px;
}

.tbm-item.level-1 {
  border-right: none;
}

.tbm {
  background-color: transparent;
  position: inherit !important;
}

.tbm-link.level-1 {
  border-bottom: solid 2px transparent;
}

.tbm-link.level-1:hover,
.tbm-link.level-1:focus {
  color: #000;
  background-color: transparent;
  border-radius: 0px;
  border-bottom: solid 2px #009892;
}

.tbm-link.level-1.active-trail {
  color: #000;
  background-color: transparent;
  border-radius: 0px;
  border-bottom: solid 2px #009892;
}




.tbm-column ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.tbm-column ul span.no-link {
  font-weight: 700;
  color: var(--verde);
}

.tbm-row {
  gap: 60px;
}

.tbm-submenu-toggle {
  height: auto;
  line-height: auto;
}

.tbm-item--has-dropdown [aria-expanded="true"]::after {
  font-family: 'simple-line-icons';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e607";
  margin-left: 6px;
  font-size: 10px;
}

.tbm-item--has-dropdown [aria-expanded="false"]::after {
  font-family: 'simple-line-icons';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e604";
  margin-left: 6px;
  font-size: 10px;
}

.tbm-item--has-dropdown .level-2 [aria-expanded="false"]::after {
  font-family: none !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: none;
  margin-left: 6px;
  font-size: 10px;
}

.level-2 .tbm-group-title {
  font-weight: normal;
  text-transform: capitalize;
}

.tbm-group-container {
  border-top: none;
}



.tbm-link.level-1 {
  color: #000;
  text-transform: uppercase;
}

.tbm-subnav>.tbm-item>.tbm-link-container>.tbm-link {
  color: #000;
}

@media screen and (max-width: 768px) {
  .tbm-item--has-dropdown [aria-expanded="true"]::after {
    font-family: 'simple-line-icons';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: none;
    margin-left: 6px;
    font-size: 10px;
  }

  .tbm-item--has-dropdown [aria-expanded="false"]::after {
    font-family: 'simple-line-icons';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: none;
    margin-left: 6px;
    font-size: 10px;
  }
}