/* ==============================
   NOVA HEADER RESPONSIVE FIX
   ============================== */

html,
body {
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden !important;
}

#nova-mobile-topbar,
#nova-mobile-header {
  display: none;
}

/* PC / LAPTOP */
@media (min-width: 901px) {
  #nova-mobile-header,
  .hamburger {
    display: none !important;
  }

  #nova-mobile-topbar {
    display: block !important;
    width: 100% !important;
    background: #004f9f !important;
    color: #ffffff !important;
    position: relative !important;
    z-index: 1000 !important;
  }

  .nova-mobile-topbar-inner {
    width: 100% !important;
    min-height: 41px !important;
    padding: 0 1px !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 45px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    box-sizing: border-box !important;
  }

  #nova-mobile-topbar a {
    color: #ffffff !important;
    text-decoration: none !important;
  }

  .topbar {
    display: block !important;
    width: 100% !important;
    background: #004f9f !important;
    color: #ffffff !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative !important;
    z-index: 1000 !important;
  }

  .topbar-inner {
    width: 100% !important;
    min-height: 38px !important;
    background: #004f9f !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 45px !important;
    padding: 0 18px !important;
    overflow: visible !important;
  }

  .topbar .top-item,
  .topbar a.top-item {
    display: inline-flex !important;
    align-items: center !important;
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    white-space: nowrap !important;
  }

  .topbar .socials {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
  }

  .topbar .socials a {
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 13px !important;
    font-weight: 800 !important;
  }

  .intro-shell {
    display: flex !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  #sidebar.sidebar {
    display: block !important;
    position: relative !important;
    width: 240px !important;
    min-width: 240px !important;
    max-width: 240px !important;
    height: auto !important;
    min-height: 100% !important;
    max-height: none !important;
    overflow: visible !important;
    transform: none !important;
    z-index: 10 !important;
  }

  .intro-main {
    width: calc(100% - 240px) !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}

/* CELULAR / TABLET */
@media (max-width: 900px) {
  .topbar,
  .hamburger {
    display: none !important;
  }

  #nova-mobile-topbar {
    display: block !important;
    width: 100% !important;
    background: #004f9f !important;
    color: #ffffff !important;
    font-family: "Montserrat", Arial, sans-serif;
    position: relative !important;
    z-index: 1000 !important;
  }

  .nova-mobile-topbar-inner {
    width: 100% !important;
    padding: 7px 10px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 3px !important;
    color: #ffffff !important;
    font-size: 11.5px !important;
    font-weight: 800 !important;
    text-align: center !important;
  }

  #nova-mobile-topbar a {
    color: #ffffff !important;
    text-decoration: none !important;
  }

  #nova-mobile-header {
    display: flex !important;
    width: 100% !important;
    height: 80px !important;
    background: #061b33 !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 10px 14px !important;
    position: relative !important;
    z-index: 999 !important;
    box-shadow: 0 4px 14px rgba(0, 25, 65, 0.28) !important;
  }

  .nova-mobile-logo {
    display: flex !important;
    align-items: center !important;
    text-decoration: none !important;
  }

  .nova-mobile-logo img {
    width: 221px !important;
    max-height: 65px !important;
    object-fit: contain !important;
  }

  .nova-mobile-menu-btn {
    width: 46px !important;
    height: 42px !important;
    border: 3px solid rgba(255,255,255,0.75) !important;
    border-radius: 10px !important;
    background: transparent !important;
    color: #ffffff !important;
    font-size: 26px !important;
    font-weight: 900 !important;
    cursor: pointer !important;
    line-height: 1 !important;
  }

  .intro-shell {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  #sidebar.sidebar {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: 0 !important;
    overflow: hidden !important;
    background: #061B33 !important;
    padding: 0 !important;
    margin: 0 !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
    z-index: 10 !important;
    order: 1 !important;
    transition: max-height 0.35s ease, padding 0.35s ease !important;
  }

  #sidebar.sidebar.nova-menu-open {
    max-height: 800px !important;
    padding: 12px 0 18px !important;
    box-shadow: 0 8px 20px rgba(63, 76, 99, 0.22) !important;
  }

  .intro-main {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative !important;
    z-index: 1 !important;
    order: 2 !important;
  }

  #novaHeroPro,
  .hero-pro {
    position: relative !important;
    z-index: 1 !important;
    margin-top: 0 !important;
  }

  #sidebar .brand {
    display: none !important;
  }

  #sidebar .menu {
    display: flex !important;
    flex-direction: column !important;
    padding: 0 !important;
    margin: 0 !important;
  }

 #sidebar .menu a {
  display: grid !important;
  grid-template-columns: 28px 150px 12px !important;
  align-items: center !important;
  justify-content: center !important;
  column-gap: 12px !important;
  padding: 13px 28px !important;
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(255,255,255,0.12) !important;
}

  #sidebar .menu a.active {
    background: #004f9f !important;
    color: #ffffff!important;
  }

  #sidebar .menu a:hover {
    background: rgba(32, 168, 223, 0.36) !important;
  }

 #sidebar .menu a b {
  width: 28px !important;
  text-align: center !important;
  margin: 0 !important;
}

 #sidebar .menu a span {
  width: 150px !important;
  margin-left: 0 !important;
  text-align: left !important;
}

  #sidebar .quote-btn {
    display: block !important;
    max-width: calc(100% - 32px) !important;
    padding: 13px 15px !important;
    text-align: center !important;
    border-radius: 8px !important;
    background: #063e91 !important;
    color: #ffffff !important;
    font-weight: 800 !important;
    text-decoration: none !important;
    border: 1px solid rgba(255,255,255,0.55) !important;
  }
}

/* CELULAR PEQUEÑO */
@media (max-width: 420px) {
  #nova-mobile-header {
    height: 70px !important;
    padding: 9px 12px !important;
  }

  .nova-mobile-logo img {
    width: 180px !important;
  }

  .nova-mobile-menu-btn {
    width: 44px !important;
    height: 40px !important;
    font-size: 25px !important;
  }

  .nova-mobile-topbar-inner {
    font-size: 10.8px !important;
  }
}

.nova-mobile-topbar-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 13px;
}

.nova-topbar-item {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #ffffff;
}

.nova-topbar-item a {
  color: #ffffff;
  text-decoration: none;
  transition: color .25s ease;
}

.nova-topbar-item a:hover {
  color: #65b7ff;
}

.nova-topbar-img-icon {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nova-topbar-img-icon img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  display: block;
}

.nova-topbar-social {
  display: flex;
  align-items: center;
  gap: 12px;
}

.nova-topbar-social a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  transition: transform .28s ease;
}

.nova-topbar-social a img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  display: block;
  position: relative;
  z-index: 2;
}

.nova-topbar-social a::before,
.nova-topbar-social a::after {
  content: "";
  position: absolute;
  inset: -5px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,.55);
  opacity: 0;
  transform: scale(.75);
}

.nova-topbar-social a:hover {
  transform: scale(1.16);
}

.nova-topbar-social a:hover::before {
  animation: novaTopbarWave 1.15s ease-out infinite;
}

.nova-topbar-social a:hover::after {
  animation: novaTopbarWave 1.15s ease-out infinite;
  animation-delay: .35s;
}

@keyframes novaTopbarWave {
  0% {
    opacity: .8;
    transform: scale(.75);
  }

  100% {
    opacity: 0;
    transform: scale(1.85);
  }
}