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

.tbm-link.level-1 {
  padding: 10px 15px;
  position: relative;

  font-size: 1rem;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}
.tbm-item.level-1:last-child .tbm-link.level-1 {
  color: var(--white);
}
.tbm-item.level-1:last-child {
  background-color: #932929;
  display: block;

  color: #fff;
  border-radius: 100px;
  border: none !important;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  width: max-content;
  color: var(--white);
  font-size: 0.8rem !important;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  margin-bottom: 0;
  text-decoration: none;
  font-family: "Lato", sans-serif;
  margin-left: 60px;
}
.tbm-item.level-1:last-child a {
  font-size: 0.8rem !important;
}
.tbm-main .tbm-submenu {
  background-color: var(--active-hover);
  border: none;
  box-shadow: none;
  background-color: #932929;
  color: #fff !important;
  min-width: 230px;
}
.tbm-subnav > .tbm-item > .tbm-link-container > .tbm-link {
  color: #fff !important;
}
.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;
  position: relative;
}

.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;
  position: relative;
}

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