.al-section {
    background: #002855;
    padding: 3.5rem 11rem 4rem;
}

.al-inner {
    margin: 0 auto;
}

.al-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 2.75rem;
}

.al-tag {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: #00A788;
    margin-bottom: 5px;
}

.al-title {
    font-size: 30px;
    font-weight: 800;
    color: #fff;
    letter-spacing: -.6px;
    line-height: 1;
    margin: 0;
}

.al-title em {
    font-style: italic;
    color: #C0D401;
}

.al-badge {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 12px;
    font-weight: 700;
    color: #00A788;
    background: rgba(0, 167, 136, .1);
    border: 1px solid rgba(0, 167, 136, .22);
    padding: 5px 13px;
    white-space: nowrap;
}

.al-badge-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #00A788;
    flex-shrink: 0;
    animation: al-pulse 1.8s ease-in-out infinite;
}

@keyframes al-pulse {

    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: .15;
        transform: scale(.5);
    }
}

.c3 {
    position: relative;
    display: flex;
    flex-direction: column;
}

.c3-sh {
    position: absolute;
    inset: 0;
    background: #00A788;
    transform: translate(6px, 6px);
    z-index: 0;
    transition: transform .22s;
}

.c3-sh--green {
    background: #00A788;
}

.c3-fr {
    position: relative;
    z-index: 1;
    background: #fff;
    border: 2px solid #002855;
    display: flex;
    flex-direction: column;
    flex: 1;
    transition: transform .22s;
    overflow: hidden;
}

/*.c3:hover .c3-fr {
        transform: translate(-3px, -3px)
    }

    .c3:hover .c3-sh {
        transform: translate(9px, 9px)
    }*/

.c3-fr {
    overflow: hidden;
}

.c3-semi {
    position: absolute;
    top: 50%;
    right: -85px;
    transform: translateY(-50%);
    width: 244px;
    height: 244px;
    border-radius: 50%;
    background: #00A788;
    border: 3px solid #002855;
    overflow: hidden;
    z-index: 5;
    transition: right .22s;
    flex-shrink: 0;
}

/*.c3:hover .c3-semi {
        right: -66px
    }*/

.c3-semi img {
    position: absolute;
    bottom: 0;
    left: 40%;
    transform: translateX(-50%);
    width: 90%;
    height: auto;
    object-fit: contain;
    object-position: center bottom;
}

.c3-fr .c3-top,
.c3-fr .c3-body {
    padding-right: 80px;
}

.c3-top {
    padding: 1.5rem 1.5rem 1.1rem;
    padding-right: 1.5rem;
    border-bottom: 1.5px solid #e8edf5;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    max-width: 70%;
    height: 65px;
}

.c3-title {
    font-size: 18px;
    font-weight: 800;
    color: #002855;
    line-height: 1.3;
    letter-spacing: -.1px;
    flex: 1;
    margin: 0;
}

.c3-title--lg {
    font-size: 20px;
    letter-spacing: -.25px;
}

.c3-n {
    font-size: 11px;
    font-weight: 700;
    color: #004ABA;
    opacity: .3;
    flex-shrink: 0;
    padding-top: 1px;
    letter-spacing: .04em;
}

.c3-body {
    padding: 1rem 1.5rem 1.4rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    gap: .9rem;
}

.c3-sub {
    font-size: 12px;
    font-weight: 500;
    color: #607080;
    line-height: 1.6;
    margin: 0;
    max-width: 65%;
}

.c3-foot {
    display: flex;
    align-items: center;
    padding-top: .85rem;
    border-top: 1.5px solid #f0f4f8;
    margin-top: auto;
}

.al-wa {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(37, 211, 102, .08);
    border: 1px solid rgba(37, 211, 102, .28);
    padding: 5px 11px;
    text-decoration: none;
    transition: background .18s, border-color .18s;
    width: fit-content;
}

.al-wa:hover {
    background: rgba(37, 211, 102, .16);
    border-color: rgba(37, 211, 102, .55);
}

.al-wa i {
    font-size: 14px;
    color: #1da851;
}

.al-wa span {
    font-size: 14px;
    font-weight: 700;
    color: #1da851;
    letter-spacing: .02em;
}

/* ── SINGLE ── */
.al-single {
    max-width: 680px;
    margin: 0 auto;
}

.c3-fr--split {
    display: grid;
    grid-template-columns: 140px 1fr;
    flex: unset;
}

.c3-split-left {
    background: #00a788;
    padding: 1.75rem 1.4rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.c3-live {
    display: flex;
    align-items: center;
    gap: 6px;
}

.c3-live-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    flex-shrink: 0;
    animation: al-pulse 1.8s ease-in-out infinite;
}

.c3-live span {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .7);
}

.c3-big-n {
    font-size: 62px;
    font-weight: 800;
    font-style: italic;
    color: #002855;
    opacity: .25;
    line-height: .85;
    letter-spacing: -3px;
}

.c3-split-right {
    padding: 2rem 1.75rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.1rem;
}

.al-grid {
    display: grid;
    gap: 26px;
}

.al-grid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 860px;
    margin: 0 auto;
}

.al-grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr))
}

.al-grid {
    overflow: visible !important;
}

.al-clip {
    overflow: hidden;
    padding-bottom: 10px;
    padding-right: 50px;
}

.al-track {
    display: flex;
    gap: 24px;
    transition: transform .5s cubic-bezier(.4, 0, .2, 1);
    will-change: transform;
}

.al-item {
    flex: 0 0 calc(33.333% - 16px);
    min-width: 0
}

.al-carousel-foot,
.al-grid-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 18px;
}

.al-dots {
    display: flex;
    gap: 5px;
    align-items: center;
}

.al-dot {
    width: 7px;
    height: 7px;
    background: rgba(255, 255, 255, .18);
    border: none;
    cursor: pointer;
    padding: 0;
    transition: all .25s;
}

.al-dot--on {
    width: 20px !important;
    background: #00A788 !important;
}

.al-arrs {
    display: flex;
    gap: 7px;
}

.al-arr {
    width: 32px;
    height: 32px;
    border: 1.5px solid rgba(255, 255, 255, .14);
    background: transparent;
    cursor: pointer;
    font-size: 13px;
    color: rgba(255, 255, 255, .45);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .15s;
}

.al-arr:hover {
    border-color: #fff;
    color: #fff;
}

/* botón modal */
.al-modal-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #004ABA9C;
    border: 1px solid #004ABABA;
    padding: 5px 11px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    transition: background .18s, border-color .18s;
    font-family: inherit;
}

.al-modal-btn:hover {
    background: #004abac2;
    border: 1px solid #004ABABA;
}

/* overlay */
.al-modal-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
}

.al-modal-overlay.activo {
    display: flex;
}

.al-modal-box {
    position: relative;
    max-width: 600px;
    width: 100%;
    background: #fff;
    padding: 1rem;
    max-height: 85vh;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #002855 transparent;
}

.al-modal-box::-webkit-scrollbar {
    width: 4px;
}

.al-modal-box::-webkit-scrollbar-track {
    background: transparent;
}

.al-modal-box::-webkit-scrollbar-thumb {
    background: #002855;
    border-radius: 99px;
}

.al-modal-box::-webkit-scrollbar-thumb:hover {
    background: #00A788;
}

.al-modal-box img {
    width: 100%;
    height: auto;
    display: block;
}

.al-modal-titulo {
    font-size: 14px;
    font-weight: 700;
    color: #002855;
    margin-bottom: .75rem;
}

.al-modal-cerrar {
    position: absolute;
    top: 5px;
    right: 10px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #002855;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    line-height: 1;
}

@media(max-width:768px) {
    .al-clip {
        padding-right: 0 !important;
    }

    .al-grid {
        width: 100% !important;
    }

    .al-section {
        overflow: hidden;
        padding: 2.5rem 2rem 3rem;
    }

    .al-title {
        font-size: 24px;
    }

    .al-item {
        flex: 0 0 100% !important;
    }


    /*.c3:hover .c3-semi {
            right: -50px
        }*/

    .c3-fr .c3-top,
    .c3-fr .c3-body {
        padding-right: 62px;
    }

    .al-grid-item {
        flex: 0 0 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        width: 100% !important;
        overflow: hidden !important;
    }

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

    .c3-split-left {
        flex-direction: row;
        align-items: center;
        padding: 1rem 1.25rem;
        gap: 1rem;
    }

    .c3-big-n {
        font-size: 36px;
    }

    .al-grid-item,
    .al-item {
        min-width: 0;
        max-width: 100%;
        overflow: hidden;
    }

    .al-grid-item .c3-fr {
        overflow: hidden !important;
        width: 100% !important;
    }

    .al-grid-item .c3-sh {
        display: none;
    }
}