.stickyNav .stickyNav-wrapper {
  transition: top 0.5s;
}
.stickyNav .stickyNav-wrapper .stickyNav-cont {
  border-radius: 20px;
  box-shadow: 1px 4px 12px 4px rgba(66, 65, 148, 0.15);
}
.stickyNav .stickyNav-wrapper .stickyNav-cont .stickyNav-scroll {
  height: 30px;
  color: #6766a9;
  text-transform: uppercase;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.stickyNav .stickyNav-wrapper .stickyNav-cont .stickyNav-scroll.activo, .stickyNav .stickyNav-wrapper .stickyNav-cont .stickyNav-scroll:hover {
  border-bottom: 2px solid #414093;
  color: #414093;
  font-weight: 700;
}
.stickyNav .stickyNav-wrapper .stickyNav-cont .stickyNav-swiper .swiper-slide.swiper-slide-active .stickyNav-scroll {
  border-bottom: 2px solid #414093;
  color: #414093;
  font-weight: 700;
}
@media (min-width: 1440px) {
  .stickyNav {
    font-size: 20px;
    line-height: 24px;
  }
  .stickyNav .stickyNav-wrapper .stickyNav-cont {
    padding: 28px 32px;
  }
}
@media (min-width: 1024px) {
  .stickyNav .stickyNav-wrapper .stickyNav-cont .stickyNav-list .stickyNav-scroll {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .stickyNav .stickyNav-wrapper .stickyNav-cont .stickyNav-swiper {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .stickyNav .stickyNav-wrapper .stickyNav-cont {
    padding: 20px 16px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .stickyNav {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 1023px) {
  .stickyNav .stickyNav-swiper .swiper-slide {
    width: auto;
    padding: 0 16px;
  }
  .stickyNav .stickyNav-list {
    display: none;
  }
  .stickyNav .stickyNav-wrapper .stickyNav-cont {
    padding: 20px 0;
  }
  .stickyNav.stickyNav-fixed {
    height: 70px;
  }
  .stickyNav.stickyNav-fixed .stickyNav-wrapper {
    width: 100%;
    position: fixed;
    z-index: 5;
    top: 0;
    left: 0;
  }
}
@media (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .stickyNav.stickyNav-fixed .stickyNav-wrapper > div {
    width: 728px;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  .stickyNav.stickyNav-fixed .stickyNav-wrapper > div {
    width: 720px;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1023px) {
  .stickyNav.stickyNav-fixed .stickyNav-wrapper .stickyNav-cont {
    background-color: #FFFFFF;
  }
}
@media (max-width: 767px) {
  .stickyNav {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .mainHeaderSticky:not(.mainHeaderSticky-off) ~ .mainContent .stickyNav.stickyNav-fixed .stickyNav-wrapper {
    top: 80px;
  }
}
@media (max-width: 767px) {
  .mainHeaderSticky:not(.mainHeaderSticky-off) ~ .mainContent .stickyNav.stickyNav-fixed .stickyNav-wrapper {
    top: 60px;
  }
}/*# sourceMappingURL=stickyNav.css.map */