.atrfm-topNovo {
  width: 100%;
  background-color: #013d22;
}

.atrfm-topNovo-inner {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1340px;
  min-height: 131px;
  margin: 0 auto;
  padding: 0 20px;
  gap: 35px;
  position: relative;
}

.atrfm-topNovo-menu {
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  cursor: pointer;
}

.atrfm-topNovo-menu img {
  display: block;
  width: 100%;
  height: 100%;
}

.atrfm-topNovo-logo img {
  display: block;
  width: 172px;
  height: 72px;
}

.atrfm-topNovo-nav {
  flex: 1 1 auto;
  min-width: 0;
  margin-left: 63px;
}

.atrfm-topNovo-nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 31px;
}

.atrfm-topNovo-nav a {
  color: #fff;
  font-family: "RedHatDisplay-Regular", sans-serif;
  font-size: 14px;
  line-height: 18px;
  white-space: nowrap;
}

.atrfm-topNovo-nav .atrfm-topNovo-linkDestaque {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 129px;
  height: 31px;
  padding: 0 18px;
  border-radius: 999px;
  background-color: #00d66b;
  color: #013d22;
  font-family: "RedHatDisplay-Bold", sans-serif;
  font-size: 14px;
  line-height: 18px;
  white-space: nowrap;
}

.atrfm-topNovo-social {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 10px;
}

.atrfm-topNovo-social a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
}

.atrfm-topNovo-social img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 1180px) {
  .atrfm-topNovo-inner {
    gap: 22px;
  }

  .atrfm-topNovo-nav {
    margin-left: 28px;
  }

  .atrfm-topNovo-nav ul {
    gap: 22px;
  }
  .atrfm-topNovo-social {
    display: none;
  }
}

@media (max-width: 900px) {
  .atrfm-topNovo {
    overflow: hidden;
    border-top: 0;
  }

  .atrfm-topNovo-inner {
    display: flex;
    align-items: end;
    flex-wrap: wrap;
    min-height: 130px;
    padding: 20px;
    gap: 15px 71px;
  }

  .atrfm-topNovo-menu {
    width: 27px;
    height: 27px;
    position: absolute;
    left: 20px;
    top: 30px;
  }

  .atrfm-topNovo-logo {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
  }

  .atrfm-topNovo-logo img {
    width: 128px;
    height: 54px;
  }

  .atrfm-topNovo-nav .atrfm-topNovo-linkDestaque {
    min-width: 91px;
    height: 24px;
    padding: 0 10px;
    font-size: 11px;
    line-height: 15px;
  }

  .atrfm-topNovo-nav {
    flex: 0 0 100%;
    width: 100%;
    margin-left: 0;
    overflow-x: auto;
  }

  .atrfm-topNovo-nav::-webkit-scrollbar {
    display: none;
  }

  .atrfm-topNovo-nav ul {
    justify-content: flex-start;
    gap: 21px;
    width: max-content;
  }

  .atrfm-topNovo-itemDestaque {
    order: -1;
  }

  .atrfm-topNovo-nav a {
    font-size: 11px;
    line-height: 15px;
  }
}