.mov-section {
    /*background: linear-gradient(140deg, var(--azulFuerte) 0%, #003d6e 55%, rgba(0, 167, 136, 0.14) 100%);*/
    padding: 3.2rem 12rem 2.4rem;
    position: relative;
    overflow: hidden;
}

/* círculo decorativo */
.mov-section::before {
    content: '';
    position: absolute;
    top: 2rem;
    right: 14rem;
    width: 22rem;
    height: 22rem;
    border-radius: 50%;
    background: rgba(0, 167, 136, 0.06);
    pointer-events: none;
}

.mov-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.6rem;
    margin-bottom: 2.4rem;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-right: 50px;
}

.mov-chip {
    display: inline-block;
    background: rgba(0, 167, 136, 0.18);
    border: 1px solid rgba(0, 167, 136, 0.38);
    border-radius: 10rem;
    padding: 0.2rem 1rem;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--primario);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 0.8rem;
}

.mov-titulo {
    font-size: 3.4rem !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    letter-spacing: -0.05rem;
    color: var(--blanco) !important;
    margin: 0 0 1.2rem !important;
    font-family: Arial, Helvetica, sans-serif !important;
    text-align: left !important;
}

.mov-titulo-accent {
    color: var(--verdeClaro) !important;
}

.mov-subtitulo {
    font-size: 1.4rem !important;
    color: rgba(255, 255, 255, 0.6) !important;
    line-height: 1.7 !important;
    max-width: 40rem;
    padding: 0 !important;
    text-align: left !important;
}

.mov-subtitulo strong {
    color: var(--blanco);
}

.mov-stat-num {
    font-size: 6rem;
    font-weight: 900;
    color: var(--verdeClaro);
    line-height: 1;
    text-align: right;
}

.mov-stat-label {
    font-size: 1.4rem;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.6;
    text-align: right;
}

.mov-eng {
    width: 100%;
    display: flex;
    padding: 10px;
}

.mov-body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.8rem;
    align-items: start;
}

.mov-video-wrap {
    border-radius: 1.2rem;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.3);
    aspect-ratio: 16 / 9;
}

.mov-video-wrap iframe {
    width: 100% !important;
    height: 100% !important;
    display: block;
    border-radius: 0;
}

.mov-conv-col {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.mov-conv-col-label {
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--verdeClaro);
    margin-bottom: 0.4rem;
}

.mov-banners-outer {
    position: relative;
    width: 100%;
}

.mov-banners-scroll {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    overflow: hidden;
}

.mov-banners-scroll.con-scroll {
    max-height: 28rem;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.mov-banners-scroll.con-scroll::-webkit-scrollbar {
    display: none;
}

.mov-scroll-fade {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1.6rem;
    pointer-events: none;
    background: linear-gradient(to bottom, transparent, var(--primario));
    display: none;
}

.mov-banner {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 1rem;
    overflow: hidden;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s;
    flex-shrink: 0;
    min-height: 9rem;
}

.mov-banner:hover {
    background: rgba(0, 167, 136, 0.1);
    border-color: rgba(0, 167, 136, 0.32);
}

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

.mov-ac-verde {
    background: var(--primario);
}

.mov-ac-claro {
    background: var(--azulClaro);
}

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

.mov-ac-lima {
    background: var(--verdeClaro);
}

.mov-b-logo {
    width: 60px !important;
    height: 60px !important;
    object-fit: contain;
    border-radius: 0.6rem;
    flex-shrink: 0;
    margin: 0 1rem 0 1.2rem;
    padding: 0 !important;
}

.mov-b-cuerpo {
    flex: 1;
    padding: 1rem 0.8rem 1rem 0;
    min-width: 0;
}

.mov-b-nombre {
    font-size: 16px;
    font-weight: 700;
    color: var(--blanco);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mov-b-fecha {
    font-size: 12.8px;
    color: rgba(255, 255, 255, 0.45);
    margin-top: 0.3rem;
}

.mov-b-acciones {
    display: flex;
    flex-direction: row;
    gap: 0.6rem;
    padding: 0 1.2rem;
    flex-shrink: 0;
    align-items: center;
}

.mov-btn-accion {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.5rem 1rem;
    border-radius: 0.6rem;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    border: none;
    white-space: nowrap;
    text-decoration: none;
    transition: all 0.15s;
}

.mov-btn-ver {
    background: rgba(255, 255, 255, 0.12);
    color: var(--blanco);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

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

.mov-btn-pdf {
    background: var(--verdeClaro);
    color: var(--azulFuerte);
}

.mov-btn-pdf:hover {
    background: #d4e800;
}

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

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

.mov-modal-box {
    background: var(--blanco);
    border-radius: 1.4rem;
    max-width: 65rem;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    overflow-x: hidden;
    box-shadow: 0 2.4rem 6rem rgba(0, 0, 0, 0.35);
}

.mov-modal-header {
    padding: 1.6rem 2rem;
    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: var(--azulFuerte);
}

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

.mov-modal-cerrar:hover {
    border-color: var(--primario);
    color: var(--primario);
}

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

/*aullido informativo*/

.mov-section,
.aul-section {
    position: relative;
    z-index: 1;
    background: transparent;
}

.mov-aul-wrap {
    /*background: linear-gradient(-140deg, var(--azulFuerte) 0%, #003d6e 55%, rgba(0, 167, 136, 0.14) 100%);*/
    /*background: rgba(0, 28, 60, 0.50);*/
    /*background: #002855c7;*/
    background: #002855;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.mov-aul-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 45%;
    background: radial-gradient(ellipse at top right, rgba(0, 40, 85, 0.5) -5%, transparent 45%);
    pointer-events: none;
    z-index: 0;
}

.mov-aul-wrap::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40%;
    height: 45%;
    background: radial-gradient(ellipse at bottom left, rgba(0, 40, 85, 0.5) -5%, transparent 45%);
    pointer-events: none;
    z-index: 0;
}

.aul-section {
    display: grid;
    /*background: linear-gradient(180deg, #003d6e 0%, var(--azulFuerte) 30%, #001e45 100%);*/
    border-top: none;
    position: relative;
    overflow: hidden;
    padding: 3.2rem 12rem 2.4rem;
}

.aul-section::after {
    /*content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(135deg, transparent, rgba(0, 167, 136, 0.05));
    pointer-events: none;*/
    display: none;
}

.aul-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3.2rem;
    align-items: center;
    padding: 0;
    position: relative;
    z-index: 1;
}

.mov-aul-wrap>* {
    margin: 0;
}

.aul-chip {
    display: inline-block;
    background: rgba(0, 167, 136, 0.18);
    border: 1px solid rgba(0, 167, 136, 0.38);
    border-radius: 10rem;
    padding: 0.2rem 1rem;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--primario);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.aul-titulo {
    font-size: 3.4rem !important;
    font-weight: 900 !important;
    letter-spacing: -0.1rem !important;
    line-height: 1 !important;
    color: var(--blanco) !important;
    margin: 0 0 1.2rem !important;
    font-family: Arial, Helvetica, sans-serif !important;
    text-align: left !important;
}

.aul-titulo-accent {
    color: var(--verdeClaro) !important;
}

.aul-desc {
    font-size: 16px !important;
    color: rgba(255, 255, 255, 0.58) !important;
    line-height: 1.75 !important;
    margin-bottom: 1.6rem !important;
    padding: 0 !important;
    text-align: left !important;
    max-width: 80%;
}

.aul-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    background: #bfd40127;
    border: 1px solid #bfd4014b;
    border-radius: 0.6rem;
    padding: 0.6rem 1.2rem;
    font-size: 14px;
    font-weight: 700;
    color: var(--verdeClaro);
}

.aul-badge-dot {
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 50%;
    background: var(--verde);
    box-shadow: 0 0 6px var(--verde);
    flex-shrink: 0;
}

.aul-video-wrap {
    position: relative;
    border-radius: 1.4rem;
    overflow: hidden;
    border: 1px solid rgba(0, 167, 136, 0.22);
    background: rgba(0, 0, 0, 0.45);
    aspect-ratio: 16 / 9;
    box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.35);
}

.aul-video-wrap iframe {
    width: 100% !important;
    height: 100% !important;
    display: block;
}

.aul-video-label,
.aul-video-fecha {
    position: absolute;
    top: 1.1rem;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--primario);
    opacity: 0.85;
    z-index: 2;
    pointer-events: none;
}

.aul-video-label {
    left: 1.3rem;
}

.aul-video-fecha {
    right: 1.3rem;
    color: rgba(255, 255, 255, 0.4);
}

@media (max-width: 700px) {
    .mov-header {
        margin-right: 0;
    }

    .mov-section::before {
        display: none !important;
    }

    .mov-header-right {
        display: none;
    }

    .mov-subtitulo {
        font-size: 1.6rem !important;
        max-width: 100%;
    }
}

@media (max-width: 800px) {

    .mov-section,
    .aul-section {
        padding: 3.2rem 1rem 2.4rem;
    }

    .mov-section::before {
        right: 8rem !important;
    }

    .aul-desc {
        max-width: 100%;
    }
}

@media (max-width: 900px) {
    .aul-section {
        grid-template-columns: 1fr;
    }

    .aul-franja {
        height: 4.8rem;
        padding: 0 1.6rem;
    }

    .aul-franja::before {
        writing-mode: horizontal-tb;
        transform: none;
        font-size: 1.2rem;
        letter-spacing: 0.15em;
    }

    .aul-inner {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

@media (max-width: 1000px) {

    /*.mov-header {
        flex-direction: column;
        align-items: flex-start;
    }*/
    .mov-header-right {
        top: -20px !important;
        position: relative !important;
    }

    .mov-section::before {
        top: 2rem;
        right: 15.5rem;
        width: 20rem;
        height: 20rem;
    }

    .mov-stat-num,
    .mov-stat-label {
        text-align: left;
    }

    .mov-body,
    .aul-inner {
        grid-template-columns: 1fr;
    }

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

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