.header,
.header__burger {
  display: flex;
  flex-direction: column;
}

.header--fixed,
.header--fixed::after {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.header-container {
  background: #191919;
}

.header {
  padding: 0;
  max-width: 95%;
}

.header--fixed {
  z-index: 99999;
}

.header--fixed .header__includes {
  border-bottom: 0.1px solid #e6e6e6;
}

.header--fixed::after {
  content: "";
  z-index: 0;
  background: rgba(216, 216, 216, 0.7098039216);
}

.header__includes {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__burger {
  height: 24px;
  width: 24px;
  align-items: center;
  justify-content: space-evenly;
  transform: rotate(0);
  transition-duration: 0.5s;
}

.header__burger--active {
  position: absolute;
  right: 22px;
  top: 22px;
  transform: rotate(360deg);
  z-index: 1;
}

.header__burger--active .header__bar:first-child {
  transform: rotate(45deg);
  position: absolute;
}

.header__burger--active .header__bar:nth-child(2),
.header__container {
  display: none;
}

.header__burger--active .header__bar:last-child {
  transform: rotate(-45deg);
}

.header__bar {
  height: 1.5px;
  width: 100%;
  background: #fff;
  transition: 0.5s;
}

._navbar__btn-page,
._navbar__btn-page iconify-icon {
  transition-duration: 0.2s;
}

.header__container--active {
  width: 280px;
  right: 0;
  top: 0;
  z-index: 1;
  position: fixed;
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 90vh;
  height: 100%;
  background: #191919;
}

.header__container--active::before {
  content: "";
  position: fixed;
  left: inherit;
  right: 0;
  top: 0;
  z-index: -1;
  width: 280px;
  height: 100vh;
  background: #191919;
}

.header__container--active::-webkit-scrollbar {
  width: 0;
}

.header__menu {
  width: 100%;
  top: 5px;
  position: relative;
}

._navbar__list {
  margin-bottom: 0;
}

._navbar__item {
  min-height: 50px;
  width: 100%;
  display: flex;
  align-items: center;
}

@media (max-width: 1024px) {
  .header {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  }

  img#dnn_dnnLOGO_imgLogo {
    max-width: 250px;
    max-height: 25px;
  }

  .header__container--active img#dnn_dnnLOGO_imgLogo {
    max-width: 180px;
    max-height: 25px;
  }

  .header__includes {
    height: 55px;
    padding: 0 20px;
    background: #191919;
  }

  .header__menu--top {
    content: "";
    height: 0.5px;
    width: 280px;
    background: #e6e6e6;
    display: block;
  }

  .header__menu--logo {
    padding: 20px;
  }

  ._navbar__list {
    padding-right: 10px;
  }

  ._navbar__item {
    padding-left: 13px;
    margin-bottom: 5px;
  }

  ._navbar__item--active > div > ._navbar__link {
    border-left: 2px solid transparent;
    color: #fff !important;
    border-radius: 10px;
    background-color: rgba(193, 193, 193, 0.12);
  }
}

._navbar__item--children {
  flex-direction: column;
  margin-bottom: 0;
}

._navbar__item--largeicon img {
  width: 16px;
  height: 16px;
}

._navbar__item--largeicon a {
  gap: 5px;
}

._navbar__link,
._navbar__link:visited {
  width: 100%;
  min-height: 44px;
  padding: 0 0 0 2px;
  display: flex;
  align-items: center;
  border-left: 2px solid transparent;
  color: #fff !important;
  gap: 7px;
}

._navbar__link:hover,
._navbar__link:visited:hover {
  text-decoration: none;
  background: #f7f7f7;
  color: #fff !important;
}

._navbar__container-link-submenu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

._navbar__btn-page {
  padding: 10px 20px;
}

._navbar__btn-page:hover {
  background: rgba(128, 128, 128, 0.1098039216);
}

._navbar__btn-page--active iconify-icon {
  transform: rotate(180deg);
}

._navbar__submenu {
  width: 100%;
  display: none;
}

@media (max-width: 1024px) {
  ._navbar__link,
  ._navbar__link:visited {
    padding: 10px 16px;
  }

  ._navbar__link,
  ._navbar__link + span,
  ._navbar__link:visited {
    color: #fff;
    font-size: 14px;
  }

  ._navbar__link + span:hover,
  ._navbar__link:hover,
  ._navbar__link:visited:hover {
    border-left: 2px solid transparent;
    color: #fff;
    border-radius: 10px;
    background-color: rgba(193, 193, 193, 0.12);
  }

  ._navbar__submenu {
    padding-left: 13px;
  }
}

._navbar__submenu--active {
  display: block;
  margin-left: 0;
}

@media (min-width: 1025px) {
  ._navbar__submenu {
    border-radius: 5px;
    box-shadow:
      0 5px 5px -3px rgba(0, 0, 0, 0.2),
      0 8px 10px 1px rgba(0, 0, 0, 0.1411764706),
      0 3px 14px 2px rgba(0, 0, 0, 0.1215686275);
  }

  ._navbar__submenu ._navbar__item {
    max-width: 125px;
    width: 100%;
    display: block;
  }

  ._navbar__submenu ._navbar__item:first-child:hover,
  ._navbar__submenu ._navbar__item:first-child:hover ._navbar__link {
    border-radius: 5px 5px 0 0;
  }

  ._navbar__submenu ._navbar__item:last-child:hover,
  ._navbar__submenu ._navbar__item:last-child:hover ._navbar__link {
    border-radius: 0 0 5px 5px;
  }

  ._navbar__submenu ._navbar__item--children .fa-angle-down:before {
    content: "\f105";
  }

  ._navbar
    ._navbar__item--last
    ._navbar__submenu
    ._navbar__item--children:hover
    > ul {
    left: -114%;
    top: 0;
  }

  ._navbar ._navbar__item--last ._navbar__submenu .fa.fa-angle-down:before {
    content: "\f104";
  }

  ._navbar:visited,
  ._navbar__link {
    padding-left: 8px;
  }

  ._navbar__item--last:hover ._navbar__submenu {
    left: inherit;
    right: 0;
  }

  .header__container::before {
    content: inherit;
  }

  img#dnn_dnnLOGO_imgLogo {
    max-width: initial;
    max-height: 25px;
  }

  .header-container {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  }

  .header {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    min-height: 72px;
    margin: auto;
  }

  .header__burger {
    display: none;
  }

  .header__includes {
    width: 250px;
  }

  .header__container {
    max-width: 100%;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 45px;
  }

  ._navbar__list {
    display: flex;
    gap: 10px;
    align-items: flex-end;
    justify-content: flex-end;
  }

  ._navbar__item {
    justify-content: flex-end;
    min-height: inherit;
    width: -moz-max-content;
    width: max-content;
    margin-bottom: 0;
  }

  ._navbar__item--largeicon img {
    width: 13px;
    height: 13px;
    display: none;
  }

  ._navbar__item--children {
    position: relative;
  }

  ._navbar__item--children:hover::before {
    content: "";
    padding: 10px;
    position: absolute;
    top: 18px;
    left: 1px;
    width: 122px;
  }

  ._navbar__item--children:hover > ._navbar__submenu {
    display: block;
  }

  ._navbar__item--children a {
    gap: 6px;
  }

  ._navbar__item--active ._navbar__link {
    color: #fff !important;
    border-bottom: 1px solid #fff;
  }

  ._navbar__link {
    width: -moz-max-content;
    width: max-content;
    border-left: none;
    min-height: inherit;
    font-size: 14px;
    border-bottom: 1px solid transparent;
  }

  ._navbar .fa-regular,
  ._navbar .fa-solid {
    font-size: 14px;
  }

  ._navbar__link:hover {
    background: 0 0;
    border-left: none;
  }

  ._navbar__btn-page {
    padding: 0;
  }

  ._navbar__btn-page iconify-icon {
    font-size: 13px;
  }

  ._navbar__btn-page:hover {
    background: inherit;
  }

  ._navbar__submenu {
    width: 100%;
    display: none;
    position: absolute;
    top: 35px;
    left: -20px;
    padding: 0;
    background: #191919;
    width: -moz-max-content;
    width: max-content;
    z-index: 1000;
  }

  ._navbar__submenu ._navbar__item:hover {
    background-color: #f5f5f5;
    background: rgba(0, 0, 0, 0.0392156863);
  }

  ._navbar__submenu ._navbar__item--children:hover > ul {
    left: -120%;
    top: 0;
  }

  ._navbar__submenu ._navbar__item ._navbar__link {
    font-size: 13px;
    padding: 12px 20px;
    width: 100%;
  }

  ._navbar__submenu ._navbar__item ._navbar__link .fa-angle-down:before {
    content: "\f105";
  }
}

@media (min-width: 992px) {
  .navLink__UserModule {
    display: flex;
    flex-direction: row;
    gap: 7px;
    align-items: center;
    font-size: 14px;
    z-index: 2;
    margin: 16px 0;
  }

  .navLink__UserModule .userData {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    position: relative;
    font-size: inherit;
    color: #fff;
    align-items: flex-start;
    gap: 0px;
    transition: 0.2s ease-in;
    padding-right: 10px;
    border-right: 1px solid #fff;
  }

  .navLink__UserModule .userData:hover {
    transform: none;
  }

  .navLink__UserModule .userData:hover .userMenu {
    display: flex;
  }

  .navLink__UserModule .userData .userName {
    width: 100%;
    max-width: 24ch;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
  }

  .navLink__UserModule .userData .userMenu {
    display: none;
    position: absolute;
    top: 20px;
    left: 0;
    margin: unset;
    border-radius: 8px;
    font-size: inherit;
    flex-direction: column;
    width: 100%;
    flex-direction: column;
    background: #fff;
    list-style: none;
  }

  .navLink__UserModule .userData .userMenu .userMenu__item {
    padding: 8px 12px;
    border-bottom: 1px solid #d9d9d9;
    color: #191919;
    font-size: inherit;
    font-weight: 400;
  }

  .navLink__UserModule .userData .userMenu .userMenu__item a {
    color: inherit;
    text-decoration: none;
    font-size: inherit;
    text-transform: capitalize;
    width: 100%;
    display: inline-block;
  }

  .navLink__UserModule .userData .userMenu .userMenu__item:hover {
    background-color: #d9d9d9;
    cursor: pointer;
  }

  .navLink__UserModule .userData .userMenu .userMenu__item:first-of-type {
    border-radius: 8px 8px 0 0;
  }

  .navLink__UserModule .userData .userMenu .userMenu__item:last-of-type {
    border-radius: 0 0 8px 8px;
    border-bottom: 0 solid transparent;
  }

  .navLink__UserModule .userPoints {
    font-size: inherit;
    color: #191919;
    background-color: #fff;
    width: 100%;
    padding: 2px 12px 0;
    text-transform: uppercase;
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-family: Lintel;
    border-radius: 99rem;
  }
}

.off-canvas-content:has(.upsell .points) ._navbar__item--top .userName,
.off-canvas-content:has(.upsell .points) .currencyCode,
.off-canvas-content:has(.upsell .points) span.currencyText,
.off-canvas-content:has([data-pointsymbol="Puntos"])
  ._navbar__item--top
  .userName,
.off-canvas-content:has([data-pointsymbol="Puntos"]) .currencyCode,
.off-canvas-content:has([data-pointsymbol="Puntos"]) span.currencyText {
  filter: none;
}

#packSummary .price.points {
  color: var(--color-2) !important;
  font-weight: 500 !important;
}

@media (min-width: 1025px) {
  .user-points {
    padding: 3px;
    border-radius: 30px;
    color: #fff;
    text-align: center;
  }
}

#userPoints {
  font-weight: 600;
}

.logout-link {
  color: #f56b6b !important;
}

.logout-link:hover {
  color: #f56b6b !important;
}

.logout-link::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23f56b6b' d='M5 21q-.825 0-1.412-.587T3 19V5q0-.825.588-1.412T5 3h7v2H5v14h7v2zm11-4l-1.375-1.45l2.55-2.55H9v-2h8.175l-2.55-2.55L16 7l5 5z'/%3E%3C/svg%3E");
  font-weight: normal;
  font-size: 12px;
  color: #f56b6b !important;
  width: 16px;
  display: inline-block;
  margin-left: 7px;
  top: 3px;
  position: relative;
}

@media (max-width: 1024px) {
  #header-user {
    align-items: flex-start;
    flex-flow: column;
    margin: 20px;
    color: #fff;
    row-gap: 10px;
    width: 90%;
  }

  .userData {
    display: flex;
    flex-direction: column;
  }
}

@media (min-width: 1025px) AND (max-width: 1150px) {
  .header {
    max-width: 98%;
  }

  img#dnn_dnnLOGO_imgLogo {
    max-height: 23px;
  }

  ._navbar__list {
    gap: 0px;
  }

  .header__container {
    gap: 25px;
  }
}
