﻿.programa-wrapper {
    margin-bottom: 200px;
}

#programas {
    background-image: url("/assets/imagenes/generales/programas/csp-inicio-programas-006.png") !important;
    background-repeat: no-repeat;
    background-position: right;
}













.fw-800 {
    font-weight: 800
}

.fw-600 {
    font-weight: 600
}

.object-fit-cover {
    object-fit: cover
}

.kpi-tile {
    /* background: #f7fafc */
    color: #fff;
    border-radius: 30px;
    background: rgba(154,65,150,.2);
}

.kpi-value {
    font-weight: 800;
    font-size: 1.05rem;
    line-height: 1
}

.icon-pill {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: #f1f5f9; */
    background: rgba(154,65,150,.2);
    color: #fff;
    font-size: 1.1rem;
    flex: 0 0 42px;
}

.timeline {
    position: relative;
    padding-left: 1.25rem
}

    .timeline::before {
        content: "";
        position: absolute;
        left: .4rem;
        top: .25rem;
        bottom: .25rem;
        width: 2px;
        background: repeating-linear-gradient(#9A4196,#9A4196 8px,transparent 8px,transparent 14px)
    }

.tl-item {
    position: relative;
    margin-bottom: 1rem
}

.tl-dot {
    position: absolute;
    left: -1.1rem;
    top: .35rem;
    width: .7rem;
    height: .7rem;
    border-radius: 50%;
    background: #9A4196;
    box-shadow: 0 0 0 4px #e7f1ff
}

.benefit-tile {
    display: flex;
    gap: .75rem;
    align-items: flex-start;
    padding: .6rem .75rem;
    border-radius: 14px;
    background: rgba(154,65,150,.2);
    margin-bottom: .5rem
}

    .benefit-tile i {
        font-size: 1.25rem;
        color: #9A4196
    }

.text-primary-700 {
    color: #1f3a5f
}

.bg-primary-100 {
    background: #e7f1ff
}

.text-primary-800 {
    color: #18324f
}