.stickyNav .stickyNav-wrapper {
  border-top: 1px solid #DDE2E5;
  border-bottom: 1px solid #DDE2E5;
  transition: top 0.5s;
}
.stickyNav .stickyNav-wrapper button {
  cursor: pointer;
}
.stickyNav .stickyNav-wrapper .stickyNav-toggle {
  width: 100%;
  height: 60px;
  padding: 0 16px;
  color: #8E0000;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
}
.stickyNav .stickyNav-wrapper .stickyNav-cont .stickyNav-scroll {
  height: 60px;
  padding: 0 16px;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.stickyNav .stickyNav-wrapper .stickyNav-cont .stickyNav-scroll:hover, .stickyNav .stickyNav-wrapper .stickyNav-cont .stickyNav-scroll.activo {
  color: #8E0000;
  font-weight: 700;
}
.stickyNav.stickyNav-fixed {
  height: 62px;
}
.stickyNav.stickyNav-fixed .stickyNav-wrapper {
  width: 100%;
  background-color: #FFFFFF;
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .stickyNav .stickyNav-wrapper .stickyNav-toggle {
    display: none;
  }
  .stickyNav .stickyNav-wrapper .stickyNav-cont {
    display: flex !important;
    -webkit-display: flex !important;
  }
  .stickyNav .stickyNav-wrapper .stickyNav-cont .stickyNav-scroll {
    border-left: 1px solid #DDE2E5;
  }
  .stickyNav .stickyNav-wrapper .stickyNav-cont .stickyNav-scroll:last-child {
    border-right: 1px solid #DDE2E5;
  }
  .stickyNav .stickyNav-wrapper .stickyNav-cont .stickyNav-scroll:hover, .stickyNav .stickyNav-wrapper .stickyNav-cont .stickyNav-scroll.activo {
    padding-left: 11px;
    border-left: 6px solid #8E0000;
  }
}
@media (max-width: 767px) {
  .stickyNav .stickyNav-wrapper {
    position: relative;
    text-align: center;
  }
  .stickyNav .stickyNav-wrapper .container {
    padding-left: 0;
    padding-right: 0;
  }
  .stickyNav .stickyNav-wrapper .stickyNav-cont {
    width: 100%;
    border: 1px solid #DDE2E5;
    padding: 10px;
    background-color: #FFFFFF;
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
  }
  .stickyNav .stickyNav-wrapper .stickyNav-cont .stickyNav-scroll {
    width: 100%;
    display: flex;
  }
  .stickyNav .stickyNav-wrapper .stickyNav-cont .stickyNav-scroll.activo {
    display: none !important;
  }
  .stickyNav .stickyNav-wrapper .stickyNav-cont.on {
    display: block;
  }
}

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