#como-funciona .cf-azul {
    width: 100%;
    height: 400px;
    background: transparent linear-gradient(111deg, #1046C0 0%, #082360 100%) 0% 0% no-repeat padding-box;
    margin-top: -68px;
}

#como-funciona .cf-negro {
    width: 100%;
    height: 50px;
    background: #0B1026;
}

.badge-yellow {
    background-color: #FFF200;
    border-radius: 17px;
    color: #526070;
    font-size: medium;
}

#cf-card .card {
    background: #FFFFFF !important;
    border-radius: 36px !important;
    border: none !important;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-top: -300px;
}

#cf-card h2 {
    color: #0F1E3A !important;
}

#cf-card p {
    color: #526070;
}

.btn-cf-empezar {
    background: #0039C7 !important;
    border-radius: 32px;
    color: #FFFFFF !important;
}

.btn-cf-lic {
    border: 2px solid #103B73 !important;
    border-radius: 32px;
    color: #103B73 !important;
}

#p5p {
    background-color: #f8fafd;
    padding: 80px 0;
    overflow: hidden;
}

.p5p-header h2 {
    color: #172033;
}

.p5p-header p {
    color: #536071;
    font-size: 1rem;
}

.p5p-timeline-wrapper {
    position: relative;
    padding: 40px 0;
}

.p5p-line {
    position: absolute;
    left: 50%;
    top: 60px;
    bottom: 120px;
    width: 3px;
    background-color: #D1D1CB;
    transform: translateX(-50%);
    z-index: 1;
}

.p5p-step {
    position: relative;
    width: 100%;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    z-index: 2;
}

.p5p-step:last-child {
    margin-bottom: 0;
}

.p5p-dot {
    position: absolute;
    top: 20%;
    width: 20px;
    height: 20px;
    background-color: #F6F9FF;
    border: 6px solid #D1D1CB;
    border-radius: 50%;
    box-shadow: 0 0 0 4px #F6F9FF;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.p5p-dot-left {
    left: 100%;
}

.p5p-dot-right {
    right: 94.5%;
}

.p5p-connector {
    position: absolute;
    height: 3px;
    background-color: #D1D1CB;
    top: 20%;
    transform: translateY(-50%);
    z-index: 1;
}

.p5p-left {
    width: 50%;
    padding-right: 55px;
    justify-content: flex-end;
}

.p5p-left .p5p-connector {
    right: 0;
    width: 50px;
}

.p5p-right {
    width: 50%;
    margin-left: 50%;
    padding-left: 55px;
    justify-content: flex-start;
}

.p5p-right .p5p-connector {
    left: 0;
    width: 50px;
}

.p5p-card-container {
    display: flex;
    align-items: center;
    max-width: 380px;
    width: 100%;
}

.p5p-right .p5p-card-container {
    flex-direction: row-reverse;
}

.p5p-card {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 20px 25px;
    box-shadow: 0px 3px 3px #00000008;
    flex-grow: 1;
    z-index: 1;
}

.p5p-left .p5p-card {
    margin-left: -20px;
}

.p5p-right .p5p-card {
    margin-right: -20px;
}

.p5p-card h3 {
    color: #0F1E3A;
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 6px;
}

.p5p-card p {
    color: #526070;
    font-size: 0.88rem;
    line-height: 1.4;
    margin-bottom: 0;
}

.p5p-badge {
    margin-top: -80px;
    margin-right: -20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 2rem;
    font-weight: 700;
    z-index: 2;
    flex-shrink: 0;
}

.bg-cyan {
    background-color: #22D3EE;
}

.bg-blue {
    background-color: #2563FF;
}

.bg-darkblue {
    background-color: #1046C0;
}

.bg-navy {
    background-color: #0B1D6E;
}

.bg-dark {
    background-color: #0B1026;
}

.p5p-mascot-col {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.p5p-mascot {
    max-height: 100%;
    height: auto;
    object-fit: contain;
}

#cse h2 {
    color: #1F2A44;
}

#cse .card-yellow {
    background-color: #FFDB12;
    border-radius: 28px;
    border: 0;
}

#cse .card-yellow h5 {
    color: #0F1E3A;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 8px;
}

#cse .card-yellow p {
    color: #333a4d;
    font-size: 0.95rem;
}

#cse .card-blue {
    background-color: #2E5EF9;
    border-radius: 28px;
    border: 0;
}

#cse .card-blue span {
    color: #F6F9FF;
    font-size: 0.95rem;
}

#cse .card-blue i {
    font-size: 1.2rem;
    color: #F6F9FF;
}

#cse .btn-black {
    background: #0B1026;
    border-radius: 32px;
    color: #F6F9FF;
    font-size: normal;
}

#sai .card-white {
    background: #FFFFFF !important;
    border: 1px solid #E5E9F0 !important;
    border-radius: 34px !important;
}

#sai .card-white h3 {
    color: #1046C0;
}

#sai .card-white span {
    color: #536071;
    font-size: 0.95rem;
}

#sai .cicle-blue {
    color: #22D3EE;
    font-size: 1.5rem;
}

#sai .card-blue {
    background: #295DF6 !important;
    border-radius: 34px !important;
    border: 0;
}

#sai .card-blue h3 {
    color: #F6F9FF;
}

#sai .card-blue p,
#sai .card-blue span {
    color: #F6F9FF;
}

#sai .check i {
    color: #22D3EE;
}

#sai .btn-blanco {
    background: #FFFFFF;
    border-radius: 28px;
    color: #172033;
    width: fit-content;
}

#dr h2 {
    color: #172033
}

#dr .card-duda {
    background: #FFFFFF;
    border: 1px solid #E5E9F0;
    border-radius: 22px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

#dr .card-duda:hover {
    border-color: #1046C0;
    box-shadow: 0 10px 25px rgba(16, 70, 192, 0.08);
    transform: translateY(-2px);
}

#dr .card-duda i.toggle-icon {
    font-size: 1.8rem;
    color: #1046C0;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-block;
}

#dr .card-duda [aria-expanded="true"] i.toggle-icon {
    transform: rotate(45deg);
    color: #0B1D6E;
}

#cw .card-cw {
    background: transparent linear-gradient(270deg, #0039C7 0%, #1F0064 100%) 0% 0% no-repeat padding-box;
    border-radius: 34px;
}

#cw .card-cw h1 {
    color: #F6F9FF;
}

#cw .card-cw h4 {
    color: #F5F7FD;
}

.input-cw {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 34px;
}

.btn-cw-solicitar {
    background-color: #22D3EE;
    background-clip: padding-box;
    border: 8px solid #22D3EE4E;
    border-radius: 45px;
    outline: 1px solid #22D3EE;
    outline-offset: 0px;
}

.btn-cw-solicitar:hover {
    color: white !important;
}

@media (min-width: 768px) {
    #cse .card-yellow .row>.cse-col:not(:first-child) {
        padding-left: 3rem;
    }

    #cse .card-yellow .row>.cse-col:not(:last-child) {
        padding-right: 3rem;
        border-right: 3px solid #0F1E3A;
    }
}

@media (max-width: 991.98px) {
    .p5p-line {
        left: 24px;
        transform: none;
    }

    .p5p-step {
        width: 100% !important;
        margin-left: 0 !important;
        padding-left: 55px !important;
        padding-right: 0 !important;
        justify-content: flex-start !important;
    }

    .p5p-dot {
        left: 24px;
        transform: translate(-50%, -50%);
    }

    .p5p-connector {
        left: 24px !important;
        right: auto !important;
        width: 31px !important;
    }

    .p5p-card-container {
        flex-direction: row !important;
        max-width: 100%;
    }

    .p5p-card {
        margin-left: -20px !important;
        margin-right: 0 !important;
    }

    .p5p-mascot-col {
        margin-top: 50px;
    }

    .p5p-mascot {
        max-height: 400px;
    }
}