
       .curved-corners {
            border-radius: 15px; /* Puedes ajustar este valor según el grado de curvatura que desees */
        }
        .sicep-faq-card {
        border: 1px solid #dbe4f0;
        border-radius: 14px;
        overflow: hidden;
        background: #fff;
        box-shadow: 0 8px 22px rgba(15, 35, 75, 0.08);
        margin-bottom: 25px;
        border: 1px solid #dfe7f3;
    }

    .sicep-faq-card .accordion-button {
    font-weight: 600;
    color: #3d4652;
    background: #ffffff;
    padding: 20px 25px;
    font-size: 16px;
    border: none;
    box-shadow: none;
}

    .sicep-faq-card .accordion-button:not(.collapsed) {
        background: #ffffff;
        color: #3d4652;
        box-shadow: none;
    }

    .sicep-faq-card .accordion-button:focus {
        box-shadow: none;
        border: none;
    }

    .sicep-info-box {
        display: flex;
        gap: 25px;
        align-items: flex-start;
        padding: 30px;
        border-bottom: 1px solid #e5edf7;
    }

    .sicep-info-icon {
        width: 78px;
        height: 78px;
        min-width: 78px;
        border-radius: 50%;
        background: #eaf2ff;
        color: #0b45c5;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 34px;
    }

    .sicep-info-text p {
        font-size: 16px;
        color: #26384d;
        line-height: 1.7;
        margin-bottom: 18px;
    }

    .sicep-actions {
        display: flex;
        gap: 15px;
        flex-wrap: wrap;
    }

    .sicep-btn-main {
        background: #0b45c5;
        color: #fff;
        padding: 12px 24px;
        border-radius: 8px;
        font-weight: 700;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        gap: 10px;
    }

    .sicep-btn-main:hover {
        color: #fff;
        background: #08379d;
    }

    .sicep-btn-outline {
        border: 1px solid #0b45c5;
        color: #0b45c5;
        padding: 12px 24px;
        border-radius: 8px;
        font-weight: 700;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        gap: 10px;
    }

    .sicep-btn-outline:hover {
        background: #eef5ff;
        color: #0b45c5;
    }

    .sicep-contact-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
        padding: 30px;
    }

    .sicep-contact-card {
        border: 1px solid #dbe4f0;
        border-radius: 14px;
        overflow: hidden;
        background: #fff;
        box-shadow: 0 6px 18px rgba(15, 35, 75, 0.06);
    }

    .sicep-contact-header {
        display: flex;
        gap: 16px;
        align-items: center;
        padding: 22px;
        background: linear-gradient(90deg, #f3f8ff, #ffffff);
        border-bottom: 1px solid #e5edf7;
    }

    .sicep-contact-header.green {
        background: linear-gradient(90deg, #f1fbf5, #ffffff);
    }

    .sicep-contact-icon {
        width: 58px;
        height: 58px;
        min-width: 58px;
        border-radius: 50%;
        background: #eaf2ff;
        color: #0b45c5;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 26px;
    }

    .sicep-contact-icon.green {
        background: #e8f8ee;
        color: #108a45;
    }

    .sicep-contact-title h5 {
        margin: 0;
        font-weight: 800;
        color: #0b45c5;
    }

    .sicep-contact-title.green h5 {
        color: #108a45;
    }

    .sicep-contact-title p {
        margin: 4px 0 0;
        color: #52637a;
        font-size: 14px;
    }

    .sicep-modern-table {
        width: 100%;
        border-collapse: collapse;
    }

    .sicep-modern-table th {
        color: #1f2f46;
        font-weight: 800;
        padding: 16px;
        border-bottom: 1px solid #e1e8f2;
        font-size: 14px;
    }

    .sicep-modern-table td {
        padding: 15px 16px;
        border-bottom: 1px solid #edf1f7;
        color: #24364d;
        font-size: 14px;
    }

    .sicep-modern-table tr:last-child td {
        border-bottom: none;
    }

    .sicep-modern-table i {
        margin-right: 6px;
        color: #0b45c5;
    }

    .sicep-modern-table.green i {
        color: #108a45;
    }

    @media (max-width: 992px) {
        .sicep-contact-grid {
            grid-template-columns: 1fr;
        }

        .sicep-info-box {
            flex-direction: column;
        }
    }

    @media (max-width: 576px) {
        .sicep-contact-card {
            overflow-x: auto;
        }

        .sicep-info-box,
        .sicep-contact-grid {
            padding: 20px;
        }
    }
    .sicep-faq-inside {
    margin: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    }

    .sicep-faq-inside .accordion-button {
        border-radius: 0 !important;
    }

    .sicep-faq-inside .accordion-collapse {
        border-top: 1px solid #dbe4f0;
    }

    .sicep-faq-inside .accordion-body {
        background: #ffffff;
    }

    .accordion-button::after {
        margin-left: auto;
    }

    /* =========================
   FAQ MODERNO SICEP
========================= */

.accordionxx .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.accordionxx .col-md-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* CARD FAQ */
.faq-item {
    border: 1px solid #dfe7f3;
    border-radius: 16px;
    margin-bottom: 18px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 4px 16px rgba(15, 35, 75, 0.05);
    transition: all .25s ease;
}

.faq-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 26px rgba(15, 35, 75, 0.08);
}

/* BOTÓN FAQ */
.faq-item .accordion-button {
    background: #ffffff;
    color: #24364d;
    font-weight: 700;
    font-size: 17px;
    padding: 24px 28px;
    border: none;
    box-shadow: none;
}

.faq-item .accordion-button:not(.collapsed) {
    background: linear-gradient(90deg, #f7fbff, #ffffff);
    color: #0b45c5;
}

.faq-item .accordion-button:focus {
    box-shadow: none;
}

/* BODY FAQ */
.faq-item .accordion-body {
    padding: 30px;
    border-top: 1px solid #edf2f8;
    background: #ffffff;
    color: #334155;
    line-height: 1.8;
}

/* ICONO FLECHA */
.faq-item .accordion-button::after {
    transition: transform .3s ease;
}

.faq-item .accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg);
}

/* FAQ MODERNO INTERNO */
.sicep-faq-card {
    width: 100%;
    margin: 0 !important;
}

.sicep-faq-inside {
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.sicep-faq-inside .accordion-button {
    border-radius: 0 !important;
}

.sicep-faq-inside .accordion-collapse {
    border-top: 1px solid #dbe4f0;
}

/* INFO BOX */
.sicep-info-box {
    display: flex;
    gap: 25px;
    align-items: flex-start;
    padding: 35px;
    border-bottom: 1px solid #e5edf7;
}

.sicep-info-icon {
    width: 78px;
    height: 78px;
    min-width: 78px;
    border-radius: 50%;
    background: #eaf2ff;
    color: #0b45c5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
}

.sicep-info-text p {
    font-size: 16px;
    color: #26384d;
    line-height: 1.9;
    margin-bottom: 22px;
}

/* BOTONES */
.sicep-actions {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.sicep-btn-main {
    background: #0b45c5;
    color: #fff;
    padding: 13px 26px;
    border-radius: 10px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all .25s ease;
}

.sicep-btn-main:hover {
    background: #08379d;
    color: #fff;
    transform: translateY(-2px);
}

.sicep-btn-outline {
    border: 1px solid #0b45c5;
    color: #0b45c5;
    padding: 13px 26px;
    border-radius: 10px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all .25s ease;
}

.sicep-btn-outline:hover {
    background: #eef5ff;
    color: #0b45c5;
    transform: translateY(-2px);
}

/* GRID CONTACTOS */
.sicep-contact-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    padding: 30px;
}

/* CARD CONTACTOS */
.sicep-contact-card {
    border: 1px solid #dbe4f0;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 6px 18px rgba(15, 35, 75, 0.05);
}

/* HEADER CONTACTOS */
.sicep-contact-header {
    display: flex;
    gap: 16px;
    align-items: center;
    padding: 24px;
    background: linear-gradient(90deg, #f3f8ff, #ffffff);
    border-bottom: 1px solid #e5edf7;
}

.sicep-contact-header.green {
    background: linear-gradient(90deg, #f1fbf5, #ffffff);
}

.sicep-contact-icon {
    width: 58px;
    height: 58px;
    min-width: 58px;
    border-radius: 50%;
    background: #eaf2ff;
    color: #0b45c5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.sicep-contact-icon.green {
    background: #e8f8ee;
    color: #108a45;
}

.sicep-contact-title h5 {
    margin: 0;
    font-weight: 800;
    color: #0b45c5;
    font-size: 18px;
}

.sicep-contact-title.green h5 {
    color: #108a45;
}

.sicep-contact-title p {
    margin: 4px 0 0;
    color: #52637a;
    font-size: 14px;
}

/* TABLAS */
.sicep-modern-table {
    width: 100%;
    border-collapse: collapse;
}

.sicep-modern-table th {
    color: #1f2f46;
    font-weight: 800;
    padding: 18px;
    border-bottom: 1px solid #e1e8f2;
    font-size: 14px;
    background: #fafcff;
}

.sicep-modern-table td {
    padding: 18px;
    border-bottom: 1px solid #edf1f7;
    color: #24364d;
    font-size: 14px;
}

.sicep-modern-table tr:last-child td {
    border-bottom: none;
}

.sicep-modern-table tr:hover {
    background: #f8fbff;
}

/* MOBILE */
@media (max-width: 992px) {

    .sicep-contact-grid {
        grid-template-columns: 1fr;
    }

    .sicep-info-box {
        flex-direction: column;
    }

}

@media (max-width: 576px) {

    .faq-item .accordion-button {
        font-size: 15px;
        padding: 20px;
    }

    .faq-item .accordion-body {
        padding: 20px;
    }

    .sicep-contact-card {
        overflow-x: auto;
    }

    .sicep-info-box,
    .sicep-contact-grid {
        padding: 20px;
    }

}

/* =========================
   CARRUSEL EMPRESAS USUARIAS
========================= */

.sicep-logos-section {
    max-width: 1300px;
    margin: 70px auto;
    padding: 0 20px;
}

.sicep-logos-header {
    text-align: center;
    margin-bottom: 36px;
}

.sicep-logos-eyebrow {
    display: inline-block;
    color: #0b45c5;
    background: #eef5ff;
    border: 1px solid #dbe8ff;
    padding: 7px 16px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 14px;
}

.sicep-logos-header h2 {
    color: #1f2f46;
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 10px;
}

.sicep-logos-header p {
    color: #5b6b80;
    font-size: 16px;
    max-width: 680px;
    margin: 0 auto;
    line-height: 1.7;
}

.sicep-logos-wrapper {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #dfe7f3;
    border-radius: 20px;
    box-shadow: 0 10px 28px rgba(15, 35, 75, 0.07);
    padding: 28px 0;
}

.sicep-logos-wrapper::before,
.sicep-logos-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    width: 110px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.sicep-logos-wrapper::before {
    left: 0;
    background: linear-gradient(90deg, #ffffff, rgba(255,255,255,0));
}

.sicep-logos-wrapper::after {
    right: 0;
    background: linear-gradient(270deg, #ffffff, rgba(255,255,255,0));
}

.sicep-logos-track {
    display: flex;
    align-items: center;
    gap: 24px;
    width: max-content;
    animation: sicepLogosScroll 40s linear infinite;
}

.sicep-logos-wrapper:hover .sicep-logos-track {
    animation-play-state: paused;
}

.sicep-logo-item {
    width: 180px;
    height: 95px;
    min-width: 180px;
    background: #ffffff;
    border: 1px solid #edf2f8;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    transition: all .25s ease;
}

.sicep-logo-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 22px rgba(15, 35, 75, 0.08);
    border-color: #cfe0ff;
}

.sicep-logo-item img {
    max-width: 100%;
    max-height: 58px;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: .78;
    transition: all .25s ease;
}

.sicep-logo-item:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

.sicep-logos-empty {
    width: 100%;
    min-width: 400px;
    text-align: center;
    color: #64748b;
    font-weight: 600;
    padding: 30px;
}

@keyframes sicepLogosScroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

@media (max-width: 768px) {
    .sicep-logos-header h2 {
        font-size: 26px;
    }

    .sicep-logo-item {
        width: 145px;
        min-width: 145px;
        height: 82px;
    }

    .sicep-logos-track {
        gap: 16px;
        animation-duration: 32s;
    }
}
