/*  */

.header,
.header__burger {
  display: flex;
  flex-direction: column;
}

.header--fixed,
.header--fixed::after {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
#dnn_dnnLOGO_imgLogo {
  max-width: 150px;
  max-height: 40px;
}

.header-container {
  background: transparent;
  position: absolute;
  width: 100%;
}

.header-container header {
  background-color: #fff;
  padding: 0 30px 0px;
  border-radius: 0 0 20px 20px;
  gap: 10px;
}

.header--fixed_scroll {
  position: fixed;
  top: 20px;
  z-index: 99999 !important;
}

.header--fixed_scroll header {
  background-color: var(--net-color-secundary);
  border-radius: 20px !important;
}

.header--fixed_scroll ._navbar__item {
  padding: 10px 13px 0;
}

.header--fixed_scroll ._navbar__item--active,
.header--fixed_scroll ._navbar__item:hover {
  background-color: #fff;
  border-radius: 8px 8px 0 0 !important;
  padding: 10px 13px 0;
}

.header--fixed_scroll ._navbar__submenu ._navbar__item:hover {
  background-color: #dae9ee;
  padding: 10px !important;
  border-radius: 12px !important;
}

.user-welcome {
  min-width: 130px;
}

.user-welcome a {
  flex-direction: column;
  gap: 0;
  line-height: 14px;
  font-weight: bold;
}

.header {
  padding: 0;
  max-width: 1164px;
}

.header--fixed_scroll {
  z-index: 99999;
}

.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: var(--net-color-dark);
  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: #fff;
}

.header__container--active::before {
  content: "";
  position: fixed;
  left: inherit;
  right: 0;
  top: 0;
  z-index: -1;
  width: 280px;
  height: 100vh;
  background: #fff;
}

.header__container--active::-webkit-scrollbar {
  width: 0;
}

.header__menu {
  width: 100%;
}

._navbar__list {
  margin-bottom: 0;
}

._navbar__item {
  min-height: 50px;
  width: 100%;
  display: flex;
  align-items: center;
}

._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: var(--color-header-link) !important;
  position: relative;
}

.header--fixed_scroll ._navbar__link,
.header--fixed_scroll ._navbar__link:visited {
  color: #fff !important;
}

.header--fixed_scroll ._navbar__item:hover ._navbar__link {
  color: var(--net-color-secundary) !important;
}

._navbar__link--bottom {
  gap: 6px;
  padding-bottom: 10px;
}

.menu__custom-bco ._navbar__link,
.menu__custom-bco ._navbar__link:visited {
  padding: 6px 24px 4px;
  border: 1px solid transparent;
  align-items: stretch;
  font-weight: 700;
  position: relative;
}

.menu__custom-bco ._navbar__link span {
  margin-top: 0;
}

._navbar__link:hover,
._navbar__link:visited:hover {
  background: #f7f7f7;
}

.navbar--bottom ._navbar__item--active ._navbar__link,
.navbar--bottom ._navbar__link:hover,
.navbar--bottom ._navbar__link:visited:hover {
  border-bottom: none;
  border-radius: 0px;
  text-decoration: none;
  padding-bottom: 10px;
}

.navbar--bottom ._navbar__item--active ._navbar__link::after,
.navbar--bottom ._navbar__item:hover ._navbar__link::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background-color: var(--net-color-secundary);
}

.menu__custom-bco ._navbar__link:hover,
.menu__custom-bco ._navbar__link:visited:hover {
  border-radius: 100px;
  text-decoration: none;
  background: #fee66c;
}

._navbar__container-link-submenu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.navbar_item-bmx li:first-child {
  padding-right: 10px;
}

.navbar_item-bmx li:last-child {
  border-left: 1px solid var(--color-header-link);
  padding-left: 10px;
}

.navbar_item-bmx ._navbar__submenu ._navbar__item {
  border-left: none !important;
}

._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;
}

img#dnn_dnnLOGOO_imgLogo {
  max-width: 202px;
  max-height: 27px;
}

@media (max-width: 1024px) {
  .header {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  }

  ._navbar__item--top span a._navbar__link--top {
    padding-left: 0;
    margin-top: 5px;
  }

  .header__includes {
    height: 55px;
    padding: 0 20px;
    background: #fff;
  }

  .header__menu--top {
    content: "";
    height: 0.5px;
    width: 280px;
    background: #e6e6e6;
    display: block;
  }

  .header__menu--logo {
    padding: 2.5rem 20px 20px;
  }

  ._navbar__list {
    padding-right: 10px;
  }

  ._navbar__item {
    padding-left: 13px;
    margin-bottom: 5px;
  }

  .menu__custom-bco ._navbar__link,
  .menu__custom-bco ._navbar__link:visited {
    padding: 12px 16px 10px;
    flex-direction: row;
    gap: 12px;
  }

  ._navbar__item--active > div > ._navbar__link {
    border-left: 2px solid transparent;
    color: var(--color-header-link) !important;
    border-radius: 10px;
    background-color: rgba(193, 193, 193, 0.12);
  }

  ._navbar__link,
  ._navbar__link:visited {
    padding: 10px 16px;
  }

  ._navbar--top ._navbar__link,
  ._navbar--top ._navbar__link:visited {
    padding: 0 16px;
    gap: 12px;
  }

  span._navbar__link {
    margin-bottom: -6px;
    padding: 0 !important;
    background: transparent !important;
  }

  ._navbar--top {
    margin-top: 1rem;
  }

  #dnn_dnnLOGO_hypLogo img {
    max-height: 40px;
  }

  ._navbar__link,
  ._navbar__link + span,
  ._navbar__link:visited {
    color: var(--net-color-secundary);
    font-size: 14px;
  }

  a._navbar__link + span:hover,
  a._navbar__link:hover,
  a._navbar__link:visited:hover {
    border-left: 2px solid transparent;
    color: var(--net-color-secundary);
    border-radius: 10px;
    background-color: rgba(193, 193, 193, 0.12);
  }

  ._navbar__submenu {
    padding-left: 13px;
  }

  .hidden-mobile {
    display: none !important;
  }
}

._navbar__submenu--active {
  display: block;
  margin-left: 0;
}

.navbar_item-bmx,
.header--fixed_scroll .navbar_item-bmx:hover {
  background-color: #dae9ee;
  padding: 10px !important;
  border-radius: 10px !important;
}

@media (min-width: 1025px) {
  #dnn_dnnLOGO_imgLogo {
    max-width: 190px;
    max-height: inherit;
  }
  .hidden-desktop {
    display: none !important;
  }

  ._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;
  }

  ._navbar__submenu ._navbar__item:hover,
  ._navbar__submenu ._navbar__item:hover ._navbar__link {
    border-radius: 14px;
  }

  ._navbar__submenu ._navbar__item--children:hover > ul {
    left: 81%;
    top: 0;
  }

  ._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__btn-page,
  ._navbar__submenu--bottom,
  .header {
    padding: 0;
  }

  ._navbar__item--last:hover ._navbar__submenu {
    right: 0;
  }

  .header__container::before {
    content: inherit;
  }

  img#dnn_dnnLOGOO_imgLogo {
    max-width: initial;
    max-height: 40px;
  }

  .header-container header {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }

  .header-container {
    z-index: 1;
  }

  .header {
    justify-content: space-between;
    min-height: 86px;
    margin: auto;
  }

  .header__burger {
    display: none;
  }

  .header__includes {
    width: 250px;
    margin-top: 10px;
  }

  .header__container {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
  }

  ._navbar__list {
    display: flex;
  }

  ._navbar__list--top {
    gap: 30px;
    align-items: center;
    justify-content: flex-end;
  }

  .header__menu--bottom ._navbar__list {
    justify-content: space-between !important;
    margin: 0;
    column-gap: 6px;
  }

  ._navbar__item {
    justify-content: flex-end;
    min-height: inherit;
    width: -moz-max-content;
    width: max-content;
    gap: 6px;
  }

  ._navbar__item--largeicon img {
    width: 13px;
    height: 13px;
  }

  ._navbar__item--children {
    position: relative;
  }

  ._navbar__item--children:hover::before {
    content: "";
    padding: 10px;
    position: absolute;
    top: 32px;
    left: -1px;
    width: 85px;
  }

  ._navbar__item--children:hover > ._navbar__submenu {
    display: block;
    background-color: #dae9ee;
    border-radius: 14px;
  }

  ._navbar__item--children a {
    gap: 7px !important;
  }

  ._navbar__link {
    width: -moz-max-content;
    width: max-content;
    border-left: none;
    min-height: inherit;
  }

  ._navbar__link--top {
    font-size: 13px;
    gap: 4px;
    align-items: normal;
  }

  span._navbar__link--top {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-underline-offset: 3px;
    text-decoration-color: rgb(44 42 41 / 70%);
  }

  a._navbar__link--top:hover {
    text-decoration: none;
  }

  ._navbar__link--top iconify-icon {
    margin-top: -1px;
  }

  ._navbar__link--top:has(#dnn_dnnMYBOOKINS_lbtMyBookings) iconify-icon {
    margin-top: -5px;
  }

  ._navbar__link--bottom {
    font-size: 17px;
  }

  ._navbar__link:hover {
    background: 0 0;
    border-left: none;
  }

  ._navbar__btn-page iconify-icon {
    font-size: 18px;
  }

  ._navbar__item--children:hover ._navbar__btn-page iconify-icon {
    transform: rotate(180deg);
  }

  ._navbar__btn-page:hover {
    background: inherit;
  }

  ._navbar__submenu {
    width: 100%;
    display: none;
    position: absolute;
    top: 35px;
    left: -20px;
    background: #fff;
    width: -moz-max-content;
    width: max-content;
    z-index: 10;
  }

  ._navbar__submenu--top {
    max-width: 160px;
    top: 42px;
    border-radius: 5px;
  }

  ._navbar__submenu--top ._navbar__item {
    display: block;
    width: 100%;
    padding: 9px;
    max-width: inherit;
  }

  ._navbar__submenu ._navbar__item,
  ._navbar__submenu ._navbar__link {
    width: 100%;
  }

  ._navbar__submenu--bottom ._navbar__item:hover::before {
    content: initial;
  }

  ._navbar__submenu--bottom ._navbar__link {
    font-size: 13px;
    padding: 12px 20px;
    width: 100%;
    justify-content: space-between;
  }

  ._navbar__submenu--bottom ._navbar__link:hover {
    background: rgba(0, 0, 0, 0.0392156863);
  }

  .header__menu--top {
    display: flex;
    justify-content: end;
    align-items: center;
    position: absolute;
    top: -60px;
    right: 0;
  }

  ._navbar__list--top ._navbar__item--top span,
  ._navbar__submenu ._navbar__item {
    padding-left: 0;
    font-weight: bold;
    align-items: center;
  }

  .header--fixed_scroll ._navbar__link--top {
    color: var(--net-color-secundary) !important;
  }

  .menu__custom-bco ._navbar__link {
    width: 170px;
    justify-content: center;
  }

  .containerPanels.is-blur {
    filter: blur(2px);
    transition: filter 0.2s ease;
  }
}

.menu__custom-bco {
  color: var(--color-header-link) !important;
}

.header_usd .hidden-mobile #dnn_dnnLOGO_hypLogo {
  top: 0.6rem;
  position: relative;
}

.header--fixed_scroll ._navbar__item--active ._navbar__link,
.header--fixed_scroll ._navbar__item {
  color: var(--net-color-secundary) !important;
  border-bottom: none !important;
  position: relative;
}

.header--fixed_scroll ._navbar__item--active ._navbar__link::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background-color: var(--net-color-secundary);
}

@media (max-width: 767px) {
  .banner_bco-bottom2 > div:first-child {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .banner_bco-bottom2 > div:last-child {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .banner_bco-bottom2 > div:first-child {
    margin-bottom: 40px;
    width: 94%;
  }
}
