/* Media query breakpoints */
.c-sticky-navbar {
  z-index: 9;
  width: 100%;
  background-color: var(--white);
  box-shadow: 0 8px 8px -8px rgba(7, 7, 7, 0.16);
}
@media (min-width: 1025px) {
  .c-sticky-navbar__items {
    height: 56px;
  }
}
@media (min-width: 1025px) {
  .c-sticky-navbar__content {
    display: flex;
    align-items: center;
    height: 100%;
  }
}
.c-sticky-navbar__header-mobile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 56px;
  padding: 0;
  box-shadow: 0 8px 8px -8px rgba(7, 7, 7, 0.16);
}
@media (min-width: 1025px) {
  .c-sticky-navbar__header-mobile {
    display: unset;
    height: unset;
    padding: unset;
    box-shadow: unset;
  }
}
@media (min-width: 1025px) {
  .c-sticky-navbar__header-mobile .containerArrow {
    display: none;
  }
}
.c-sticky-navbar__content-mobile {
  display: none;
  margin: 24px 0 0;
  padding: 0 0 20px;
}
@media (min-width: 1025px) {
  .c-sticky-navbar__content-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    margin: unset;
    padding: unset;
  }
}
.c-sticky-navbar__content-mobile.active {
  display: block;
}
.c-sticky-navbar__title {
  color: var(--blue500);
  font-family: "Prelo semibold", sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 1025px) {
  .c-sticky-navbar__title {
    display: flex;
    align-items: center;
    max-width: 290px;
    width: -moz-max-content;
    width: max-content;
    padding: 0 12px 0 0;
    border-right: 2px solid var(--darkGrayishBlue200);
    color: var(--text);
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
.c-sticky-navbar__title p {
  margin: 0;
}
.c-sticky-navbar__links {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 1025px) {
  .c-sticky-navbar__links {
    flex-direction: row;
    align-items: center;
    gap: 40px;
    height: 100%;
    margin: 0 10px;
    padding: 0 0 0 28px;
  }
}
.c-sticky-navbar__links .nav-item {
  display: flex;
  list-style: none;
  cursor: pointer;
  height: 100%;
  margin-top: 8px;
}
@media (min-width: 1025px) {
  .c-sticky-navbar__links .nav-item {
    margin-top: unset;
  }
}
@media (min-width: 1025px) {
  .c-sticky-navbar__links .nav-item:hover {
    font-family: "Prelo semibold", sans-serif;
    font-size: 0.875rem;
    line-height: 1.25rem;
    border-bottom: 4px solid var(--primary-color);
  }
}
.c-sticky-navbar__links .nav-item .nav-link {
  display: flex;
  align-items: center;
  width: 100%;
  height: 36px;
  font-family: "Prelo book", sans-serif;
  color: var(--darkGrey500);
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-decoration: none;
  word-break: initial;
}
@media (min-width: 1025px) {
  .c-sticky-navbar__links .nav-item .nav-link {
    width: unset;
    height: unset;
  }
}
.c-sticky-navbar__links .nav-item .nav-link.active {
  font-family: "Prelo semibold", sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  border-bottom: 4px solid var(--primary-color);
}
.c-sticky-navbar__button {
  display: none;
  margin: 24px 0;
  padding: 0 24px;
  text-align: center;
}
@media (min-width: 1025px) {
  .c-sticky-navbar__button {
    text-align: unset;
    padding: unset;
    margin: unset;
  }
}
.c-sticky-navbar.is-sticky {
  position: fixed;
  top: 0;
}
.c-sticky-navbar.is-sticky .c-sticky-navbar__header-mobile {
  height: 72px;
}
@media (min-width: 1025px) {
  .c-sticky-navbar.is-sticky .c-sticky-navbar__header-mobile {
    height: unset;
  }
}
.c-sticky-navbar.is-sticky .c-sticky-navbar__content-mobile {
  padding-bottom: 0;
}
@media (min-width: 1025px) {
  .c-sticky-navbar.is-sticky .c-sticky-navbar__content-mobile {
    padding-bottom: unset;
  }
}
@media (min-width: 1025px) {
  .c-sticky-navbar.is-sticky .c-sticky-navbar__items {
    height: 72px;
    padding: 0 15px;
  }
}
.c-sticky-navbar.is-sticky .c-sticky-navbar__button {
  display: block;
}

#resumen, #preguntas-frecuentes, #beneficios, #requisitos, #caracteristicas {
  scroll-margin-top: 100px;
}
/*# sourceMappingURL=sticky-navbar.css.map */
