/* ═══════════════════════════════════════════════
   HERO DE CATEGORÍA
═══════════════════════════════════════════════ */

.categoria-hero {
    position: relative;
    min-height: 300px;
    background:
        linear-gradient(rgba(8, 39, 55, 0.76), rgba(8, 39, 55, 0.76)),
        url('img/sinfronterasportada.png') center / cover no-repeat;
    display: flex;
    align-items: center;
    padding: 0 90px;
}

.canto-hero {
    background:
        linear-gradient(rgba(8, 39, 55, 0.78), rgba(8, 39, 55, 0.78)),
        url('img/sinfronterasportada.png') center / cover no-repeat;
}

.categoria-hero-content {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    max-width: 980px;
}

.hero-line {
    width: 4px;
    height: 128px;
    background: #f1b631;
    border-radius: 999px;
    flex-shrink: 0;
    margin-top: 8px;
}

.categoria-mini {
    color: #f1b631;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.categoria-hero h1 {
    color: #fff;
    font-size: 54px;
    line-height: 1.05;
    margin: 0 0 16px;
    text-transform: uppercase;
}

.categoria-desc {
    color: rgba(255, 255, 255, 0.94);
    font-size: 18px;
    line-height: 1.7;
    max-width: 780px;
    margin: 0;
}

/* ═══════════════════════════════════════════════
   FILTROS / TOOLBAR
═══════════════════════════════════════════════ */

.publicaciones-toolbar {
    width: min(1400px, 92%);
    margin: 46px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 24px;
}

.toolbar-title h2 {
    font-size: 32px;
    line-height: 1.1;
    color: #121212;
    margin: 0 0 6px;
}

.toolbar-title p {
    color: #5f6670;
    font-size: 16px;
    margin: 0;
}

.toolbar-controls {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    flex-wrap: wrap;
}

.search-box {
    height: 44px;
    min-width: 270px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .10);
    border-radius: 999px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 16px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .06);
}

.search-box i {
    color: #0b5d8b;
    font-size: 15px;
}

.search-box input {
    width: 100%;
    border: none;
    outline: none;
    background: transparent;
    font-size: 14px;
    color: #222;
}

.toolbar-controls select {
    height: 44px;
    border: 1px solid rgba(0, 0, 0, .10);
    background: #fff;
    border-radius: 999px;
    padding: 0 36px 0 16px;
    font-size: 14px;
    color: #222;
    cursor: pointer;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .06);
}

/* ═══════════════════════════════════════════════
   LAYOUT PRINCIPAL
═══════════════════════════════════════════════ */

.periodico-layout {
    width: min(1400px, 92%);
    margin: 38px auto 52px;
    display: grid;
    grid-template-columns: 1.65fr .95fr;
    gap: 34px;
    align-items: start;
}

.nota-principal,
.nota-side,
.archivo-card {
    background: #fff;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.08);
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
    opacity: 1 !important;
    animation: none !important;
}

.nota-principal {
    border-radius: 20px;
}

.nota-principal:hover,
.nota-side:hover,
.archivo-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 22px 48px rgba(0, 0, 0, .13);
    border-color: rgba(11, 93, 139, .18);
}

.nota-principal a,
.nota-side a,
.archivo-card a {
    text-decoration: none;
    color: inherit;
    display: block;
}

.nota-principal-media,
.nota-side-img,
.archivo-img-wrap {
    position: relative;
    overflow: hidden;
    background: #eef3f6;
}

.nota-principal-img,
.nota-principal img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    display: block;
}

.nota-principal img,
.nota-side img,
.archivo-card img {
    transition: transform .45s ease, filter .45s ease;
}

.nota-principal:hover img,
.nota-side:hover img,
.archivo-card:hover img {
    transform: scale(1.045);
    filter: saturate(1.08);
}

.nota-principal-body {
    padding: 28px 28px 30px;
}

.nota-fecha {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 14px;
    color: #777;
    margin-bottom: 12px;
}

.nota-principal h2 {
    font-size: 42px;
    line-height: 1.08;
    color: #121212;
    margin: 0 0 16px;
}

.nota-principal p {
    font-size: 17px;
    line-height: 1.75;
    color: #4d4d4d;
    margin: 0 0 18px;
}

.nota-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 800;
    color: #f4511e;
    width: max-content;
}

/* ═══════════════════════════════════════════════
   OCULTAR ETIQUETAS
═══════════════════════════════════════════════ */

.nota-etiqueta,
.nota-badge,
.archivo-category {
    display: none !important;
}

/* ═══════════════════════════════════════════════
   NOTAS SECUNDARIAS
═══════════════════════════════════════════════ */

.notas-secundarias {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.side-header h2 {
    font-size: 28px;
    color: #121212;
    margin: 0 0 8px;
}

#notasSecundarias {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.nota-side {
    border-radius: 18px;
}

.nota-side a {
    display: grid;
    grid-template-columns: 150px 1fr;
    min-height: 150px;
}

.nota-side-img {
    width: 100%;
    height: 100%;
}

.nota-side img {
    width: 100%;
    height: 100%;
    min-height: 150px;
    object-fit: cover;
    display: block;
}

.nota-side-content {
    padding: 16px;
}

.nota-side .nota-fecha {
    font-size: 12px;
    margin-bottom: 8px;
}

.nota-side h3 {
    font-size: 20px;
    line-height: 1.2;
    color: #1d1d1d;
    margin: 0 0 10px;
}

.nota-side p {
    font-size: 14px;
    line-height: 1.55;
    color: #666;
    margin: 0;
}

.mini-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 10px;
    color: #f4511e;
    font-size: 13px;
    font-weight: 800;
}

/* ═══════════════════════════════════════════════
   ARCHIVO DE NOTAS
═══════════════════════════════════════════════ */

.archivo-notas {
    width: min(1400px, 92%);
    margin: 0 auto 80px;
}

.archivo-header {
    margin-bottom: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
}

.archivo-header h2 {
    font-size: 34px;
    color: #121212;
    margin: 0 0 6px;
}

.archivo-header p {
    color: #6a6a6a;
    font-size: 16px;
    margin: 0;
}

.reset-filters {
    border: none;
    background: #0b5d8b;
    color: #fff;
    border-radius: 999px;
    padding: 12px 18px;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(11, 93, 139, .20);
}

.reset-filters:hover {
    background: #084968;
}

.archivo-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
}

.archivo-card {
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.archivo-card img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
}

.archivo-card-body {
    padding: 20px;
    flex: 1;
}

.archivo-card .nota-fecha {
    font-size: 13px;
    margin-bottom: 8px;
}

.archivo-card h3 {
    font-size: 22px;
    line-height: 1.2;
    margin: 0 0 10px;
    color: #111;
}

.archivo-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 0 0 14px;
}

.archivo-card .nota-link {
    font-size: 14px;
}

/* ═══════════════════════════════════════════════
   EMPTY STATE
═══════════════════════════════════════════════ */

.empty-state {
    display: none;
    text-align: center;
    padding: 48px 20px;
    background: #fff;
    border-radius: 22px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .06);
    margin-top: 24px;
}

.empty-state.active {
    display: block;
}

.empty-state i {
    font-size: 38px;
    color: #0b5d8b;
    margin-bottom: 12px;
}

.empty-state h3 {
    font-size: 24px;
    margin: 0 0 8px;
    color: #111;
}

.empty-state p {
    color: #666;
    margin: 0;
}

/* ═══════════════════════════════════════════════
   VISOR PDF
═══════════════════════════════════════════════ */

.pdf-viewer-modal {
    position: fixed;
    inset: 0;
    background: #1f2226;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: scale(.985);
    transition: opacity .22s ease, visibility .22s ease, transform .22s ease;
}

.pdf-viewer-modal.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: scale(1);
}

.pdf-viewer-header {
    width: 100%;
    height: 62px;
    padding: 0 20px;
    background: #0b5d8b;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-shrink: 0;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .28);
}

.pdf-viewer-header h3 {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pdf-viewer-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.pdf-viewer-actions a {
    height: 36px;
    padding: 0 16px;
    background: #fff;
    color: #0b5d8b;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .22);
    transition: background .22s ease, color .22s ease, transform .22s ease;
    letter-spacing: .3px;
}

.pdf-viewer-actions a:hover {
    background: #f1b631;
    color: #082737;
    transform: translateY(-1px);
}

.pdf-viewer-actions button {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    max-width: 36px !important;
    padding: 0;
    border: none;
    border-radius: 50% !important;
    background: #f4511e;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .28);
    transition: background .22s ease, transform .22s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.pdf-viewer-actions button:hover {
    background: #d93f12;
    transform: rotate(90deg) scale(1.05);
}

.pdf-viewer-modal iframe {
    width: 100%;
    flex: 1;
    border: none;
    background: #1f2226;
    display: block;
}

body.pdf-open {
    overflow: hidden;
}

/* ═══════════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════════ */

@media (max-width: 1200px) {
    .categoria-hero {
        padding: 0 40px;
        min-height: 260px;
    }

    .categoria-hero h1 {
        font-size: 44px;
    }

    .publicaciones-toolbar {
        flex-direction: column;
        align-items: flex-start;
    }

    .toolbar-controls {
        width: 100%;
        justify-content: flex-start;
    }

    .periodico-layout {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .nota-principal-img,
    .nota-principal img {
        height: 420px;
    }

    #notasSecundarias {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .archivo-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .categoria-hero {
        min-height: 245px;
        padding: 0 30px;
    }

    .categoria-hero h1 {
        font-size: 40px;
    }

    .categoria-desc {
        font-size: 16px;
        max-width: 640px;
    }

    .periodico-layout,
    .publicaciones-toolbar,
    .archivo-notas {
        width: 100%;
        padding-left: 18px;
        padding-right: 18px;
    }

    .periodico-layout {
        margin-top: 32px;
    }

    .nota-principal-img,
    .nota-principal img {
        height: 350px;
    }

    .nota-principal h2 {
        font-size: 34px;
    }

    #notasSecundarias {
        grid-template-columns: 1fr;
    }

    .nota-side a {
        grid-template-columns: 160px 1fr;
    }
}

@media (max-width: 768px) {
    .categoria-hero {
        min-height: 220px;
        padding: 0 20px;
    }

    .categoria-hero-content {
        gap: 14px;
    }

    .hero-line {
        height: 112px;
    }

    .categoria-mini {
        font-size: 12px;
        margin-bottom: 8px;
    }

    .categoria-hero h1 {
        font-size: 33px;
        line-height: 1.05;
    }

    .categoria-desc {
        font-size: 15px;
        line-height: 1.55;
    }

    .publicaciones-toolbar {
        margin-top: 30px;
    }

    .toolbar-title h2 {
        font-size: 27px;
    }

    .toolbar-controls,
    .search-box,
    .toolbar-controls select {
        width: 100%;
    }

    .periodico-layout {
        margin: 26px auto 34px;
        gap: 22px;
    }

    .nota-principal-img,
    .nota-principal img {
        height: 285px;
    }

    .nota-principal-body {
        padding: 20px;
    }

    .nota-principal h2 {
        font-size: 29px;
        line-height: 1.13;
    }

    .nota-principal p {
        font-size: 15px;
        line-height: 1.65;
    }

    .nota-side a {
        grid-template-columns: 118px 1fr;
        min-height: 128px;
    }

    .nota-side img {
        min-height: 128px;
    }

    .nota-side-content {
        padding: 14px;
    }

    .nota-side h3 {
        font-size: 17px;
    }

    .nota-side p {
        display: none;
    }

    .archivo-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .archivo-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .archivo-card img {
        height: 210px;
    }

    .archivo-card h3 {
        font-size: 20px;
    }

    .pdf-viewer-header {
        height: 56px;
        padding: 0 14px;
        gap: 10px;
    }

    .pdf-viewer-header h3 {
        font-size: 13px;
    }

    .pdf-viewer-actions a {
        width: 36px;
        height: 36px;
        min-width: 36px;
        padding: 0;
        border-radius: 50%;
        gap: 0;
        font-size: 0;
    }

    .pdf-viewer-actions a i {
        font-size: 15px;
        line-height: 1;
    }

    .pdf-viewer-modal iframe {
        height: calc(100dvh - 56px);
    }
}

@media (max-width: 520px) {
    .categoria-hero {
        min-height: 205px;
        padding: 0 16px;
    }

    .hero-line {
        height: 104px;
    }

    .categoria-hero h1 {
        font-size: 28px;
    }

    .categoria-desc {
        font-size: 14px;
    }

    .periodico-layout,
    .publicaciones-toolbar,
    .archivo-notas {
        padding-left: 12px;
        padding-right: 12px;
    }

    .nota-principal-img,
    .nota-principal img {
        height: 230px;
    }

    .nota-principal-body {
        padding: 17px;
    }

    .nota-principal h2 {
        font-size: 25px;
    }

    .nota-side a {
        grid-template-columns: 96px 1fr;
        min-height: 112px;
    }

    .nota-side img {
        min-height: 112px;
    }

    .nota-side-content {
        padding: 12px;
    }

    .nota-side h3 {
        font-size: 15.5px;
    }

    .nota-fecha {
        font-size: 12px;
    }

    .archivo-header h2 {
        font-size: 27px;
    }

    .archivo-card img {
        height: 185px;
    }

    .pdf-viewer-header {
        height: 54px;
        padding: 0 12px;
        gap: 8px;
    }

    .pdf-viewer-header h3 {
        font-size: 12.5px;
    }

    .pdf-viewer-actions a,
    .pdf-viewer-actions button {
        width: 34px !important;
        height: 34px !important;
        min-width: 34px !important;
        max-width: 34px !important;
    }

    .pdf-viewer-actions a i {
        font-size: 14px;
    }

    .pdf-viewer-actions button {
        font-size: 16px;
    }

    .pdf-viewer-modal iframe {
        height: calc(100dvh - 54px);
    }
}

@media (max-width: 390px) {
    .pdf-viewer-header {
        height: 52px;
        padding: 0 10px;
        gap: 6px;
    }

    .pdf-viewer-header h3 {
        font-size: 11.5px;
    }

    .pdf-viewer-actions {
        gap: 6px;
    }

    .pdf-viewer-actions a,
    .pdf-viewer-actions button {
        width: 32px !important;
        height: 32px !important;
        min-width: 32px !important;
        max-width: 32px !important;
    }

    .pdf-viewer-actions a i {
        font-size: 13px;
    }

    .pdf-viewer-actions button {
        font-size: 15px;
    }

    .pdf-viewer-modal iframe {
        height: calc(100dvh - 52px);
    }
}

/* FIX FORZADO CANTO.HTML */

.publicaciones-toolbar {
  width: min(1400px, 92%) !important;
  margin: 46px auto 0 !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: flex-end !important;
  gap: 24px !important;
}

.toolbar-title h2 {
  font-size: 32px !important;
  margin: 0 0 6px !important;
}

.toolbar-title p {
  color: #5f6670 !important;
  margin: 0 !important;
}

.toolbar-controls {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  flex-wrap: wrap !important;
}

.search-box {
  height: 44px !important;
  min-width: 270px !important;
  background: #fff !important;
  border-radius: 999px !important;
  border: 1px solid rgba(0,0,0,.12) !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 0 16px !important;
  box-shadow: 0 8px 22px rgba(0,0,0,.06) !important;
}

.search-box input {
  border: none !important;
  outline: none !important;
  background: transparent !important;
  width: 100% !important;
  font-size: 14px !important;
}

.toolbar-controls select {
  height: 44px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(0,0,0,.12) !important;
  padding: 0 16px !important;
  background: #fff !important;
  box-shadow: 0 8px 22px rgba(0,0,0,.06) !important;
}

.periodico-layout {
  width: min(1400px, 92%) !important;
  margin: 38px auto 52px !important;
  display: grid !important;
  grid-template-columns: 1.65fr .95fr !important;
  gap: 34px !important;
  align-items: start !important;
}

.archivo-notas {
  width: min(1400px, 92%) !important;
  margin: 0 auto 80px !important;
}

.archivo-header {
  display: flex !important;
  justify-content: space-between !important;
  align-items: flex-end !important;
  margin-bottom: 24px !important;
}

.archivo-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 26px !important;
}

.empty-state {
  display: none !important;
}

.empty-state.active {
  display: block !important;
}

@media (max-width: 900px) {
  .publicaciones-toolbar,
  .periodico-layout,
  .archivo-notas {
    width: 100% !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .publicaciones-toolbar {
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  .periodico-layout {
    grid-template-columns: 1fr !important;
  }

  .archivo-grid {
    grid-template-columns: 1fr !important;
  }
}

/* =====================================================
   NAVBAR CON LOGIN
===================================================== */

.navbar {
    display: grid;
    grid-template-columns: 250px minmax(420px, 1fr) auto;
    align-items: center;

    width: 100%;
    height: var(--nav-height);

    padding: 0 38px;
    column-gap: 18px;

    background: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);

    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;

    box-sizing: border-box;
}


/* El menú central permanece centrado */

.nav-menu {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 42px;

    width: max-content;
    max-width: 100%;

    margin: 0 auto;

    transform: none;
}


/* =====================================================
   ZONA LOGIN + ORIENTACIÓN MIGRATORIA
===================================================== */

.nav-pills {
    display: flex;
    align-items: center;
    justify-content: flex-end;

    gap: 12px;

    margin: 0;

    flex-shrink: 0;
}


/* La hamburguesa no debe ocupar espacio en escritorio */

.nav-actions {
    display: none;
}


/* =====================================================
   BOTÓN LOGIN
===================================================== */

.navbar-login-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 8px;

    min-height: 46px;
    padding: 0 23px;

    background: #f58220;
    color: #ffffff;

    border: none;
    border-radius: 30px;

    text-decoration: none;

    font-size: 15px;
    font-weight: 700;

    white-space: nowrap;
    flex-shrink: 0;

    box-shadow: 0 5px 14px rgba(245, 130, 32, 0.22);

    transition:
        background 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}


.navbar-login-btn i {
    font-size: 14px;
}


.navbar-login-btn:hover {
    background: #dc6d10;
    color: #ffffff;

    transform: translateY(-2px);

    box-shadow: 0 8px 18px rgba(245, 130, 32, 0.32);
}


/* Botón azul ligeramente más compacto */

.nav-pills .pill-btn {
    padding-left: 22px;
    padding-right: 22px;
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 1200px) {

    .navbar {
        grid-template-columns: 210px minmax(350px, 1fr) auto;

        padding: 0 24px;
        column-gap: 12px;
    }


    .nav-menu {
        gap: 25px;
    }


    .nav-main-link {
        font-size: 15px;
    }


    .navbar-login-btn {
        min-height: 42px;

        padding: 0 17px;

        font-size: 14px;
    }


    .nav-pills {
        gap: 8px;
    }


    .nav-pills .pill-btn {
        padding-left: 17px;
        padding-right: 17px;

        font-size: 14px;
    }

}


/* =====================================================
   TELÉFONO
===================================================== */

@media (max-width: 768px) {

    .navbar {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;

        width: 100% !important;

        padding: 0 14px !important;

        gap: 7px !important;

        box-sizing: border-box !important;
    }


    /* Logo a la izquierda */

    .logo {
        margin-right: auto;

        flex-shrink: 0;
    }


    /* Ocultar navegación de escritorio */

    .nav-menu {
        display: none !important;
    }


    /* Zona derecha */

    .nav-pills {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;

        margin: 0 !important;

        gap: 0 !important;

        flex-shrink: 0;
    }


    /* Ocultar Orientación Migratoria en móvil */

    .nav-pills .pill-dropdown {
        display: none !important;
    }


    /* Login visible */

    .navbar-login-btn {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;

        min-height: 38px;

        padding: 0 15px;

        border-radius: 22px;

        font-size: 13px;

        gap: 6px;

        box-shadow: none;

        flex-shrink: 0;
    }


    .navbar-login-btn i {
        font-size: 12px;
    }


    /* Hamburguesa al lado del login */

    .nav-actions {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        margin: 0 !important;
        padding: 0 !important;

        flex-shrink: 0;
    }


    .menu-toggle {
        display: flex !important;

        width: 40px;
        height: 40px;

        padding: 0 !important;
        margin: 0 !important;

        align-items: center;
        justify-content: center;

        flex-direction: column;

        gap: 5px;

        flex-shrink: 0;
    }


    .menu-toggle span {
        display: block;

        width: 24px;
        height: 2px;

        margin: 0;

        background: #333333;

        border-radius: 2px;
    }

}


/* =====================================================
   TELÉFONOS PEQUEÑOS
===================================================== */

@media (max-width: 480px) {

    .navbar {
        padding: 0 10px !important;

        gap: 3px !important;
    }


    .navbar-login-btn {
        min-height: 35px;

        padding: 0 12px;

        font-size: 12px;

        gap: 5px;
    }


    .navbar-login-btn i {
        font-size: 11px;
    }


    .menu-toggle {
        width: 37px;
        height: 37px;
    }


    .menu-toggle span {
        width: 22px;
    }

}


/* =====================================================
   TELÉFONOS MUY ESTRECHOS
===================================================== */

@media (max-width: 370px) {

    .navbar {
        padding: 0 8px !important;
    }


    .navbar-login-btn {
        min-height: 34px;

        padding: 0 10px;

        font-size: 11px;
    }


    .navbar-login-btn i {
        display: none;
    }


    .menu-toggle {
        width: 34px;
        height: 34px;
    }


    .menu-toggle span {
        width: 20px;
    }

}