.tab-superior {display:none;}
.tab-superior.active {display:block;}
.ocultar { position: absolute; height: 0; opacity: 0; left: -200%;}
.btn--txt.active {text-decoration: underline 2px !important; font-weight: 700 !important;}
.btn.btn--txt:hover,.btn.btn--txt:focus{text-decoration: underline 2px !important;}
.btn--txt{font-size: 20px !important;}
.separador {width:96%;height: 1px;background-color: #2F4DAA;position: relative;top: -5px;left:25px;}
.scroll-horizontal {overflow: visible;}

.top-level-menu {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin: 0;
  {#padding: 0 16px;#}
  list-style: none;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  {#scrollbar-gutter: stable;#}
}
.top-level-menu__item {
  flex: 0 0 auto;
  white-space: nowrap;
  margin-bottom: 6px;
}
.top-level-menu::-webkit-scrollbar {
  height: 4px;
}
.top-level-menu::-webkit-scrollbar-thumb {
  background: #2f4daa;
  border-radius: 30px;
}
.top-level-menu::-webkit-scrollbar-track {
  background: #d9e3fc;
  border-radius: 30px;
}

{#.separador {
  width: 100%;
  height: 1px;
  background-color: #2F4DAA;
  margin: 8px 0 16px;
}#}

@media only screen and (max-width: 768px) {
  .pleca {display: none;}
  .courses-categories .target-selected button {
    color: #2f4daa !important;
  }
  #btn-collapse.btn--3:hover {
    color: #2f4daa !important;
    font-weight: 700;}
}