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

.tbm-link.level-1 {
  padding: 10px 15px;
  color: var(--black);
  font-size: 1.2rem;
}
.tbm-item.level-1:last-child .tbm-link.level-1 {
  color: var(--white);
}
.tbm-item.level-1:last-child {
  background-color: #006666;

  border-radius: 30px;
  margin-left: 30px;
}
.tbm-main .tbm-submenu {
  width: 100vw !important;
  left: 0 !important;
  top: 61px;
  position: absolute;
  background-color: var(--active-hover);
  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:hover,
.tbm-link.level-1:focus {
  background-color: var(--active-hover);
}

ul.tbm-nav .active-trail {
  background-color: transparent;
  color: #4595ba;
}

ul.tbm-subnav .active-trail {
  background-color: transparent;
  color: var(--azul-fuerte);
}

.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-main .open {
  background-color: var(--active-hover);
}

@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;
  }

  .tbm-button {
    border: none;
    margin: 0;
  }

  .tbm.tbm--mobile .tbm-collapse {
    display: none;
    position: absolute;
    top: 6.8em;
    width: 100%;
    z-index: 999;
    left: 0;
  }
}
