[data-component-id="tec_prepa:header_top"] {
  display: none;
}

@media screen and (min-width: 1280px) {
  [data-component-id="tec_prepa:header_top"] {
    display: flex;
    justify-content: end;
    margin: 0;
    padding: 8px 96px;
    gap: 16px;
    position: sticky;
    height: 43px;
    top: 0;
    background-color: #FFF;
    z-index: 100;

    .menu--header-top{
      ul.menu{
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 16px;

        & li {
          list-style: none;

          & a {
            color:#122CDE;
            text-align: center;
            font-family: "DM Sans";
            font-size: 14px;
            font-style: normal;
            font-weight: 700;
            line-height: 14px; /* 100% */
            text-transform: uppercase;
          }
        }
      }
    }

    .menu--footer-menu{
      & ul {
        & .social-links{
          & ul {
            & li {
              & a {
                & svg{
                  & path {
                    fill: #122CDE;
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}