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

.tbm.tbm--mobile {
  background-color: transparent;
  display: inherit !important;
}
#tbm-menu-movil .tbm-nav li:first-child a {
  font-size: 0;
}

#tbm-menu-movil ul.social-network li a:before {
  color: #000;
}
#tbm-menu-movil .tbm-nav li:first-child a::before {
  content: "\e090";
  font-family: "simple-line-icons";
  font-size: 40px;
  position: absolute;
  top: 30px;
}
#tbm-menu-movil .tbm-nav li:first-child a::after {
  content: "Buscar ...";
  font-size: 25px;
  position: absolute;
  top: 38px;
  left: 83px;
  font-family: "WorkSans";
  font-weight: normal;
  font-style: normal;
  color: #646464;
}
.tbm-link.level-1 {
  color: var(--white);
  font-size: 39px;
  color: #000;
  padding: 0;
  border-bottom: none;
  transition: 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  font-family: "Feature Display Web";
  font-weight: 400;
  font-style: normal;
}
.tbm.tbm--mobile .tbm-item {
  border-top: none !important;
}
.tbm-link.active-trail {
  transition: 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  border-bottom: none;
}

.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;
  padding: 10px;
}

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

.tbm-link.level-1:hover,
.tbm-link.level-1:focus {
  color: #ad3129;
  background-color: transparent;
  transition: 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  border-bottom: none;
}

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

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: 4.8em;
    width: 100%;
    z-index: 999;
    left: 0;
  }

  .tbm-button-container {
    display: block;
    margin: 0.5rem;
    position: relative;
    width: 2rem;
    height: 1.5rem;
  }

  .tbm-button-container span {
    display: block;
    position: absolute;
    height: 0.175rem;
    width: 100%;
    background: var(--white);
    border-radius: 3px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
  }

  .tbm-button-container span:nth-child(2),
  .tbm-button-container span:nth-child(3) {
    top: calc(50% - 0.0939rem);
  }

  .tbm.tbm--mobile .tbm-collapse {
    background-color: #e6e3df;
    padding-top: 0 !important;
    padding-bottom: 30px;
  }

  .tbm.tbm--mobile .tbm-nav {
    background: transparent;
    padding: 5.5rem 0px 3rem 0;
  }

  .tbm-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
