@charset "UTF-8";

/* ==========================================================
   MI TURNERO - NAVBAR GLOBAL
   Cargar después del CSS específico de cada página.
   Las reglas funcionales de RD Navbar permanecen en el CSS base.
   ========================================================== */

.login-mob {
  display: none;
}

/* Desktop */
@media (min-width: 992px) {
  .rd-navbar-classic.rd-navbar-static .rd-navbar-main-outer {
    background: #404044;
    border-bottom: 1px solid rgba(15, 23, 42, .06);
    transition: box-shadow .25s ease, border-color .25s ease, background-color .25s ease;
  }

  .rd-navbar-classic.rd-navbar-static .rd-navbar-main {
    min-height: 68px;
    padding: 14px 0;
  }

  .rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck,
  .rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone {
    border-bottom: 0;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .07);
  }

  .rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-main,
  .rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone .rd-navbar-main {
    min-height: 62px;
    padding: 10px 0;
  }

  .rd-navbar-classic.rd-navbar-static .rd-navbar-brand img {
    max-width: 115px;
    max-height: 34px;
    transition: opacity .25s ease;
  }

  .rd-navbar-classic.rd-navbar-static .rd-navbar-brand a:hover img {
    opacity: .92;
  }

  .rd-navbar-static .rd-navbar-nav {
    display: flex;
    align-items: center;
  }

  .rd-navbar-static .rd-nav-item {
    letter-spacing: 0;
  }

  .rd-navbar-static .rd-nav-item + .rd-nav-item {
    margin-left: 30px;
  }

  .rd-navbar-static .rd-nav-link {
    padding: 8px 0;
    color: #ffffff;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: .08em;
  }

  .rd-navbar-static .rd-nav-link::before {
    bottom: 0;
    height: 2px;
    border-radius: 999px;
    background-color: transparent;
  }

  .rd-navbar-static .rd-nav-item.active .rd-nav-link,
  .rd-navbar-static .rd-nav-link:hover,
  .rd-navbar-static .rd-nav-link:focus-visible {
    color: #20b2aa;
    background: transparent;
  }

  .rd-navbar-static .rd-nav-item.active .rd-nav-link::before,
  .rd-navbar-static .rd-nav-link:hover::before,
  .rd-navbar-static .rd-nav-link:focus-visible::before {
    width: 100%;
    background-color: #20b2aa;
  }

  .rd-navbar-static .rd-nav-item.rd-nav-login {
    margin-left: 38px;
  }

  .rd-navbar-static .rd-nav-login .rd-nav-link {
    padding: 10px 20px;
    color: #ffffff;
    background: #20b2aa;
    border: 1px solid #20b2aa;
    border-radius: 999px;
    box-shadow: 0 8px 18px rgba(32, 178, 170, .18);
  }

  .rd-navbar-static .rd-nav-login .rd-nav-link::before {
    display: none;
  }

  .rd-navbar-static .rd-nav-login .rd-nav-link:hover,
  .rd-navbar-static .rd-nav-login .rd-nav-link:focus-visible,
  .rd-navbar-static .rd-nav-login.active .rd-nav-link {
    color: #ffffff;
    background: #2c343b;
    border-color: #2c343b;
    box-shadow: 0 10px 20px rgba(44, 52, 59, .16);
  }
}

/* Mobile y tablet */
@media (max-width: 991.98px) {
  .rd-navbar-fixed .rd-navbar-panel {
    height: 58px;
    padding: 6px 12px;
    background: #404044;
    border-bottom: 1px solid rgba(15, 23, 42, .08);
    box-shadow: 0 4px 18px rgba(15, 23, 42, .06);
  }

  .rd-navbar-fixed .rd-navbar-brand {
    margin-left: 8px;
    line-height: 1;
  }

  .rd-navbar-fixed .rd-navbar-brand img {
    max-width: 112px;
    max-height: 32px;
  }

  .rd-navbar-fixed .rd-navbar-toggle {
    margin-right: 8px;
  }

  .mt-navbar-mobile-login-wrap {
    top: 11px !important;
    right: 15px !important;
    z-index: 1092;
  }

  .login-mob.mt-navbar-mobile-login {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 15px !important;
    border: 1px solid #20b2aa !important;
    border-radius: 999px;
    background: #20b2aa;
    color: #ffffff !important;
    font-family: "Poppins", sans-serif;
    font-size: 11px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: .09em;
    text-transform: uppercase;
    box-shadow: 0 6px 16px rgba(32, 178, 170, .18);
  }

  .rd-navbar-fixed .rd-navbar-nav-wrap {
    background: #ffffff;
    box-shadow: 12px 0 30px rgba(15, 23, 42, .12);
  }

  .rd-navbar-fixed .rd-nav-link {
    display: block;
    margin: 4px 12px;
    padding: 12px 14px;
    border-radius: 8px;
    color: #2f343d;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .06em;
    line-height: 1.35;
    text-transform: uppercase;
  }

  .rd-navbar-fixed .rd-nav-link:hover,
  .rd-navbar-fixed .rd-nav-link:focus-visible {
    color: #168f89;
    background: rgba(32, 178, 170, .10);
  }

  .rd-navbar-fixed .rd-nav-item.active > .rd-nav-link {
    color: #ffffff;
    background: #2d353d;
    box-shadow: inset 3px 0 0 #20b2aa;
  }

  .rd-navbar-fixed .rd-nav-login {
    display: none;
  }
}

@media (max-width: 380px) {
  .rd-navbar-fixed .rd-navbar-panel {
    padding-right: 8px;
    padding-left: 8px;
  }

  .rd-navbar-fixed .rd-navbar-brand img {
    max-width: 98px;
  }

  .mt-navbar-mobile-login-wrap {
    right: 10px !important;
  }

  .login-mob.mt-navbar-mobile-login {
    min-height: 32px;
    padding: 0 11px !important;
    font-size: 10px;
  }
}

.rd-navbar a:focus-visible,
.rd-navbar button:focus-visible {
  outline: 3px solid rgba(32, 178, 170, .45) !important;
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  .rd-navbar *,
  .rd-navbar *::before,
  .rd-navbar *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
  }
}
