html {
  overflow-y: auto;
}

html .content {
  min-height: calc(100vh - 15.5rem) !important;
}

.header-navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  height: 4.5rem;
  padding: 0 1rem;
  background: rgba(7, 9, 19, 0.86) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}

.pos-landing {
  padding-top: 4.5rem; /* prevent content from hiding under fixed navbar */
}

.brand-logo {
  display: inline-flex;
  align-items: center;
}

.brand-logo img {
  width: 8.6rem;
  max-height: 3rem;
  object-fit: contain;
}

.btn-icon,
.menu-item a {
  transition: color 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}

.btn-icon:hover,
.menu-item a:hover {
  color: #00cfe8 !important;
}

.menu-item li {
  margin-left: 0.35rem;
}

.menu-item li a {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.menu-item .nav-link {
  padding: 0.7rem 0.8rem;
  border-radius: 0.65rem;
}

.menu-item .nav-link:hover,
.menu-item .nav-link.active,
.menu-item .nav-cta {
  background: rgba(115, 103, 240, 0.18);
  color: #00cfe8 !important;
}

.dropdown-menu {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.8rem;
  background: #101525;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.28);
}

.dropdown-item {
  color: #fff;
  font-weight: 700;
}

.dropdown-item:hover {
  background: rgba(115, 103, 240, 0.18);
}

.btn-menu {
  display: none;
  color: #fff;
  font-size: 1.55rem;
  cursor: pointer;
}

.nav-hamburguesa ul {
  display: flex;
  align-items: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.redes,
.redes-mobile {
  display: none;
}

body.locked {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.footer {
  min-height: 12rem !important;
  padding: 2rem 1rem;
  display: flex;
  justify-content: center;
  background: #050711 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.7rem;
  text-align: center;
  color: #b7bfd4;
}

.footer-inner img {
  width: 8.5rem;
}

.footer-social {
  display: flex;
  gap: 0.65rem;
}

.footer p {
  margin: 0;
}

@media screen and (max-width: 1050px) {
  #menu-icons {
    display: none;
  }

  .btn-menu {
    display: inline-flex;
    margin-left: auto;
  }

  .nav-hamburguesa {
    position: fixed;
    top: 4.5rem;
    right: 0;
    width: min(24rem, 100vw);
    height: calc(100vh - 4.5rem);
    padding: 1rem;
    overflow-y: auto;
    background: #080b16;
    border-left: 1px solid rgba(255, 255, 255, 0.09);
    transform: translateX(105%);
    transition: transform 0.28s ease;
  }

  .nav-hamburguesa:not(.show) {
    display: none;
  }

  .nav-hamburguesa.show {
    display: flex;
    flex-direction: column;
    transform: translateX(0);
  }

  .nav-hamburguesa ul {
    flex-direction: column;
    align-items: stretch;
  }

  .nav-hamburguesa li {
    margin: 0.2rem 0;
    font-size: 1.08rem;
  }

  .menu-item .nav-link,
  .redes-mobile a {
    width: 100%;
    padding: 0.95rem;
  }

  .redes,
  .redes-mobile {
    display: block;
  }

  .dropdown-menu {
    position: static !important;
    background: transparent;
    border: none;
    box-shadow: none;
    padding-left: 1.5rem;
    margin-top: 0;
  }

  .dropdown-item {
    padding: 0.65rem 0.95rem;
    color: #b7bfd4;
  }

  .dropdown-item:hover {
    color: #fff;
    background: rgba(115, 103, 240, 0.1);
  }
}
