.mainContent {
  padding-top: 0 !important;
}

.bloque-shift {
  width: 100%;
  background-color: #DDE2E5;
  position: -webkit-sticky;
  position: sticky;
  z-index: 8;
  top: 0;
  transition: top 0.5s;
}
.bloque-shift .bloque-shift-thumb {
  width: 0;
  max-width: 100%;
  height: 8px;
  background-color: #F7A71A;
}

@media (min-width: 1440px) {
  .bloque-shift {
    margin-bottom: 62px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .mainHeaderSticky:not(.mainHeaderSticky-off) + .bloque-shift {
    top: 100px;
  }

  .bloque-shift {
    margin-bottom: 47px;
  }
}
@media (max-width: 767px) {
  .mainHeaderSticky:not(.mainHeaderSticky-off) + .bloque-shift {
    top: 60px;
  }

  .bloque-shift {
    margin-bottom: 32px;
  }
}

/*# sourceMappingURL=bloque-shift.css.map */
