.tbm-main{
    max-width: none !important;
}
.tbm-link.level-1 {
  padding: 1.1rem 1.25rem;
}
.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: var(--active-hover); 
     color: var(--azul-fuerte) !important;
}
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-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-main .open{
background-color: var(--active-hover); 
}
.tbm-link.level-1 {
 color: #193b47; 
}
.tbm-subnav > .tbm-item > .tbm-link-container > .tbm-link {
  color: #193b47; 
}

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