.mov-banners-scroll.con-scroll {
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE */
}

.mov-banners-scroll.con-scroll::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Edge */
}

/* ── CONVOCATORIAS MOVILIDAD ── */
.mov-conv-wrap {
    margin-top: 20px;
}

.mov-conv-sep {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 500px;
    margin: 20px auto;
}

.mov-sep-line {
    flex: 1;
    height: 1px;
    background: rgba(255, 255, 255, .2);
}

.mov-sep-label {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .55);
    white-space: nowrap;
}

.mov-filtros {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    margin-bottom: 10px;
    justify-content: center;
}

.mov-f {
    padding: 4px 12px;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, .22);
    background: transparent;
    font-size: 11px;
    font-weight: 600;
    color: rgba(255, 255, 255, .6);
    cursor: pointer;
    transition: all .15s;
}

.mov-f:hover,
.mov-f.on {
    background: rgba(255, 255, 255, .15);
    border-color: rgba(255, 255, 255, .45);
    color: #fff;
}

.mov-banners-outer {
    position: relative;
    width: 550px;
    margin: auto;
}

.mov-banners-scroll {
    display: flex;
    flex-direction: column;
    gap: 7px;
    overflow: hidden;
    /* JS activa overflow-y:auto si > 2 */
}

.mov-banners-scroll.con-scroll {
    max-height: 130px;
    overflow-y: auto;
    overflow-x: hidden;
    max-width: 500px;
    margin: auto;
}

.mov-banners-scroll::-webkit-scrollbar {
    width: 3px;
}

.mov-banners-scroll::-webkit-scrollbar-track {
    background: transparent;
}

.mov-banners-scroll::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, .25);
    border-radius: 10px;
}

.mov-scroll-fade {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    pointer-events: none;
}

/* banner sobre teal */
.mov-banner {
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .15);
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
    cursor: pointer;
    transition: background .15s, border-color .15s;
    flex-shrink: 0;
    height: 70px;
}

.mov-banner:hover {
    background: rgba(0, 0, 0, .25);
    border-color: rgba(255, 255, 255, .35);
}

.mov-b-acento {
    width: 3px;
    align-self: stretch;
    flex-shrink: 0;
}

.mov-ac-verde {
    background: #00A788;
}

.mov-ac-claro {
    background: #0091CC;
}

.mov-ac-blanco {
    background: rgba(255, 255, 255, .5);
}

.mov-ac-lima {
    background: #C0D401;
}

.mov-b-emoji {
    font-size: 22px;
    padding: 0 12px;
    flex-shrink: 0;
}

.mov-b-cuerpo {
    flex: 1;
    padding: 10px 8px 10px 0;
    min-width: 0;
}

.mov-b-tipo {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .45);
    margin-bottom: 2px;
}

.mov-b-nombre {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mov-b-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    flex-shrink: 0;
}

.mov-b-badge {
    padding: 3px 8px;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
}

.mov-ba {
    background: rgba(0, 167, 136, .35);
    color: #fff;
}

.mov-bp {
    background: rgba(255, 255, 255, .18);
    color: rgba(255, 255, 255, .85);
}

.mov-bac {
    background: rgba(192, 212, 1, .25);
    color: #d4e000;
}

.mov-b-arr {
    font-size: 13px;
    color: rgba(255, 255, 255, .4);
    transition: color .15s;
}

.mov-banner:hover .mov-b-arr {
    color: rgba(255, 255, 255, .9);
}

.mov-b-fecha {
    font-size: 12px;
    color: rgba(255, 255, 255, .45);
    margin-top: 3px;
}

.mov-b-acciones {
    display: flex;
    flex-direction: row;
    gap: 6px;
    padding: 0 12px;
    flex-shrink: 0;
    align-items: center;
}

.mov-btn-accion {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    border: none;
    white-space: nowrap;
    text-decoration: none;
    transition: all .15s;
}

.mov-btn-ver {
    background: rgba(255, 255, 255, .15);
    color: #fff;
    letter-spacing: .4px;
}

.mov-btn-ver:hover {
    background: rgba(255, 255, 255, .25);
}

.mov-btn-pdf {
    background: rgba(0, 167, 136, .3);
    color: #fff;
    letter-spacing: .4px;
}

.mov-btn-pdf:hover {
    background: rgba(0, 167, 136, .5);
}

.mov-modal-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0, 20, 50, .7);
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.mov-modal-overlay.abierto {
    display: flex;
}

.mov-modal-box {
    background: #fff;
    border-radius: 14px;
    max-width: 650px;
    width: 100%;
    max-height: 90vh;
    /* altura máxima del modal */
    overflow-y: auto;
    /* scroll interno si se pasa */
    overflow-x: hidden;
    box-shadow: 0 24px 60px rgba(0, 0, 0, .3);
    position: relative;
}

.mov-modal-header {
    padding: 16px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E0E2E8;
}

.mov-modal-titulo {
    font-size: 1.8rem;
    font-weight: 700;
    color: #002855;
}

.mov-modal-cerrar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1.5px solid #E0E2E8;
    background: transparent;
    cursor: pointer;
    font-size: 18px;
    color: #6B7280;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color .15s, color .15s;
}

.mov-modal-cerrar:hover {
    border-color: #00A788;
    color: #00A788;
}

.mov-modal-img {
    width: 100% !important;
    display: block;
    height: auto;
    padding: 0 !important;
}

.mov-b-logo {
    width: 50px !important;
    height: 50px !important;
    object-fit: contain;
    border-radius: 6px;
    flex-shrink: 0;
    margin: 0 12px 0 15px;
    padding: 0 !important;
}

@media (max-width: 600px) {
    .mov-conv-sep {
        width: 300px;
    }

    .mov-banners-outer {
        width: 380px;
    }

    .mov-b-acciones {
        flex-direction: column;
    }

    .mov-banner {
        height: 80px;
    }

    .mov-btn-accion {
        width: 100%;
        justify-content: center;
    }

    .mov-b-nombre {
        white-space: inherit;
    }

    .slick-track {
        margin-top: 20px;
    }
}