/* /Views/Crediseguro/AboutUs.cshtml.rz.scp.css */
.banner[b-7c59t35u3f] {
    background-image: linear-gradient(to right, var(--blue-gradient-initial), var(--blue-gradient-final));
    height: 300px;
}

:root[b-7c59t35u3f] {
    --shadow-card: 0 8px 24px rgba(28, 40, 68, .12);
}

.aboutus-card[b-7c59t35u3f] {
    border: 2px solid rgba(255, 122, 51, 0.35);
    border-radius: 14px;
    background: #fff;
    padding: 1.25rem 1.25rem 1.1rem;
    box-shadow: var(--shadow-card);
}

.aboutus-card__title[b-7c59t35u3f] {
    font-weight: 800;
    margin-bottom: .35rem;
}

.aboutus-logo[b-7c59t35u3f] {
    height: 44px;
    width: auto;
    object-fit: contain;
}

.aboutus-memory-card[b-7c59t35u3f] {
    position: relative;
    display: block;
    border-radius: 14px;
    overflow: hidden;
    transition: transform .2s ease, box-shadow .2s ease;
    box-shadow: 0 6px 18px rgba(20, 32, 70, .10);
}

    .aboutus-memory-card:hover[b-7c59t35u3f] {
        transform: translateY(-3px);
        box-shadow: 0 10px 28px rgba(20, 32, 70, .15);
    }

    .aboutus-memory-card img[b-7c59t35u3f] {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.aboutus-memory-year[b-7c59t35u3f] {
    position: absolute;
    left: .75rem;
    bottom: .6rem;
    font-weight: 800;
    font-size: 1rem;
    line-height: 1;
    padding: .3rem .55rem;
    background: #ffffffea;
    border-radius: .5rem;
    border: 1px solid #e7ebf3;
}

@media (max-width: 991.98px) {
    .aboutus-hero[b-7c59t35u3f] {
        text-align: center;
    }
}
/* /Views/Crediseguro/Banking.cshtml.rz.scp.css */
.banner[b-d1qot6cxs0] {
    background-image: linear-gradient(to right, var(--blue-gradient-initial), var(--blue-gradient-final));
    height: 300px;
}

ul[b-d1qot6cxs0] {
    list-style-type: none;
    padding: 0;
    overflow: hidden;
    background-color: white;
    border: 1px solid var(--orange-bcp);
}

    ul li[b-d1qot6cxs0] {
        float: left;
        display: block;
        color: var(--orange-bcp);
        border: 1px solid var(--orange-bcp);
        text-align: center;
        text-decoration: none;
        padding: 10px 26px;
        font-weight: bold;
        transition: background-color 0.2s, color 0.2s;
    }

        ul li.active[b-d1qot6cxs0],
        ul li:hover[b-d1qot6cxs0] {
            background-color: var(--orange-bcp);
            color: white;
            cursor: pointer;
        }

.alliances-toggle[b-d1qot6cxs0] {
    width: 100%;
    border: 1px solid var(--orange-bcp);
    background: white;
    color: var(--orange-bcp);
    padding: 12px;
    font-weight: bold;
}

.alliances-menu-wrapper[b-d1qot6cxs0] {
    position: relative;
    top: -1rem;
}

.accordion-item[b-d1qot6cxs0] {
    border: none;
}

.accordion-header[b-d1qot6cxs0] {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.accordion-button[b-d1qot6cxs0] {
    background-color: var(--gray-dark);
    font-weight: bold;
    padding: 0.5rem 1.5rem;
    border-radius: 0.5rem;
}

.accordion-item:first-of-type > .accordion-header .accordion-button[b-d1qot6cxs0] {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
}

.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed[b-d1qot6cxs0] {
    border-bottom-left-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
}

.accordion-body[b-d1qot6cxs0] {
    padding: 0;
}

input:focus[b-d1qot6cxs0],
button:focus[b-d1qot6cxs0] {
    outline: none !important;
    box-shadow: none !important;
    border-color: #ced4da;
}

.swiper[b-d1qot6cxs0] {
    padding-bottom: 30px; /* Adjust this value as needed */
    position: relative; /* Ensure proper positioning */
}
.swiper-pagination[b-d1qot6cxs0] {
    
    bottom: -25px;
}

.products-swiper[b-d1qot6cxs0] {
    position: relative;
}

    .products-swiper .swiper-wrapper[b-d1qot6cxs0] {
        justify-content: center !important;
    }

.swiper-pagination[b-d1qot6cxs0] {
    background-color: green; 
    
}

.products-swiper .swiper-slide[b-d1qot6cxs0] {
    display: flex;
    justify-content: center;
    align-items: stretch;
}

    .products-swiper .swiper-slide .card-product[b-d1qot6cxs0] {
        width: 100% !important; /* llena todo el ancho de la slide */
        max-width: none !important; /* elimina el límite de 20rem */
        flex: 1 1 auto;
        box-sizing: border-box;
        height: 100%; /* ayuda con equalizeHeights */
    }


.card-product[b-d1qot6cxs0] {
    display: flex;
    flex-direction: column;
}

@media (max-width: 991px) {
    .products-swiper .swiper-wrapper[b-d1qot6cxs0] {
        justify-content: flex-start !important;
    }
}

@media (max-width: 767px) {
    .alliances-menu-wrapper[b-d1qot6cxs0] {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .alliances-toggle[b-d1qot6cxs0] {
        margin: -1.5rem 0 0 0;
        width: 75%;
    }

    #companies-menu[b-d1qot6cxs0] {
        display: none !important;
        width: 75%;
    }
        #companies-menu.open[b-d1qot6cxs0] {
            display: block !important;
            
        }
        #companies-menu ul li[b-d1qot6cxs0] {
            float: none;
            width: 100%;
            border-top: none;
        }


    .products-swiper .swiper-slide .card-product[b-d1qot6cxs0] {
        width: 100% !important;
        max-width: 100% !important;
    }
}


@media (min-width: 1400px) {
    .container[b-d1qot6cxs0],
    .container-xl[b-d1qot6cxs0] {
        max-width: 1140px !important;
    }
}

/* /Views/Crediseguro/Billing.cshtml.rz.scp.css */
.custom-radio-btn[b-d6mqcweaxi] {
    border: none !important;
    background-color: transparent !important;
    color: #4b5563 !important;
    font-weight: 600;
    border-radius: 10px !important;
    padding: 10px 15px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

    .custom-radio-btn[b-d6mqcweaxi]::before {
        content: "";
        width: 18px;
        height: 18px;
        min-width: 18px;
        min-height: 18px;
        flex-shrink: 0;
        border: 2px solid #cbd5e1;
        border-radius: 50%;
        margin-right: 10px;
        display: inline-block;
        background-color: white;
        box-sizing: border-box;
    }

.btn-check:checked + .custom-radio-btn[b-d6mqcweaxi] {
    background-color: #ffffff !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.08);
    color: #2d3748 !important;
}

    .btn-check:checked + .custom-radio-btn[b-d6mqcweaxi]::before {
        border-color: #ff7a33;
        box-shadow: inset 0 0 0 4px #ff7a33;
    }

.radio-label[b-d6mqcweaxi] {
    display: flex;
    flex-direction: column;
    line-height: 1.3;
}

.radio-subtitle[b-d6mqcweaxi] {
    font-size: 0.75rem;
    font-weight: 400;
    color: #94a3b8;
}
/* /Views/Crediseguro/Companies.cshtml.rz.scp.css */
.banner[b-eoku0phev4] {
    background-image: linear-gradient(to right, var(--blue-gradient-initial), var(--blue-gradient-final));
    height: 300px;
}

ul[b-eoku0phev4] {
    list-style-type: none;
    padding: 0;
    overflow: hidden;
    background-color: white;
    border: 1px solid var(--orange-bcp);
}

    ul li[b-eoku0phev4] {
        float: left;
        display: block;
        color: var(--orange-bcp);
        border: 1px solid var(--orange-bcp);
        text-align: center;
        text-decoration: none;
        padding: 10px 26px;
        font-weight: bold;
        transition: background-color 0.2s, color 0.2s;
    }

        ul li.active[b-eoku0phev4],
        ul li:hover[b-eoku0phev4] {
            background-color: var(--orange-bcp);
            color: white;
            cursor: pointer;
        }

.alliances-toggle[b-eoku0phev4] {
    width: 100%;
    border: 1px solid var(--orange-bcp);
    background: white;
    color: var(--orange-bcp);
    padding: 12px;
    font-weight: bold;
}

    .alliances-toggle[b-eoku0phev4]::after {
        font-family: "FontAwesomeRegular";
        content: "\f078";
        float: right;
    }

.accordion-item[b-eoku0phev4] {
    border: none;
}

.accordion-header[b-eoku0phev4] {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.accordion-button[b-eoku0phev4] {
    background-color: var(--gray-dark);
    font-weight: bold;
    padding: 0.5rem 1.5rem;
    border-radius: 0.5rem;
}

.accordion-item:first-of-type > .accordion-header .accordion-button[b-eoku0phev4] {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
}

.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed[b-eoku0phev4] {
    border-bottom-left-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
}

.accordion-body[b-eoku0phev4] {
    padding: 0;
}

input:focus[b-eoku0phev4],
button:focus[b-eoku0phev4] {
    outline: none !important;
    box-shadow: none !important;
    border-color: #ced4da;
}

.products-swiper[b-eoku0phev4] {
    position: relative;
}

    .products-swiper .swiper-wrapper[b-eoku0phev4] {
        justify-content: center !important;
    }

.swiper-pagination[b-eoku0phev4] {
    background-color: green;
}

.products-swiper .swiper-slide[b-eoku0phev4] {
    display: flex;
    justify-content: center;
    align-items: stretch;
}

    .products-swiper .swiper-slide .card-product[b-eoku0phev4] {
        width: 100% !important;
        max-width: none !important;
        flex: 1 1 auto;
        box-sizing: border-box;
        height: 100%;
    }


.card-product[b-eoku0phev4] {
    display: flex;
    flex-direction: column;
}

@media (max-width: 991px) {
    .products-swiper .swiper-wrapper[b-eoku0phev4] {
        justify-content: flex-start !important;
    }
}

@media (max-width: 767px) {
    .alliances-menu-wrapper[b-eoku0phev4] {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .alliances-toggle[b-eoku0phev4] {
        margin: -1.5rem 0 0 0;
        width: 75%;
    }

    #companies-menu[b-eoku0phev4] {
        display: none !important;
        width: 75%;
    }

        #companies-menu.open[b-eoku0phev4] {
            display: block !important;
        }

        #companies-menu ul li[b-eoku0phev4] {
            float: none;
            width: 100%;
            border-top: none;
        }


    .products-swiper .swiper-slide .card-product[b-eoku0phev4] {
        width: 100% !important;
        max-width: 100% !important;
    }
}


@media (min-width: 1400px) {
    .container[b-eoku0phev4],
    .container-xl[b-eoku0phev4] {
        max-width: 1140px !important;
    }
}
/* /Views/Crediseguro/LegalDesign.cshtml.rz.scp.css */

img[b-5lknqy4oy7] {
    max-width: 100%;
    height: auto;
    display: block;
}

.bg-soft[b-5lknqy4oy7] {
    background-color: var(--soft-gray);
}

.text-brand-blue[b-5lknqy4oy7] {
    color: var(--brand-blue);
}

.lg-hero[b-5lknqy4oy7] {
    background: linear-gradient(180deg, #fff 0, #fff 65%, var(--soft-gray) 100%);
    position: relative;
}

.lg-title[b-5lknqy4oy7] {
    font-weight: 900;
    color: var(--brand-indigo);
    letter-spacing: .4px;
    line-height: 1.05;
    font-size: clamp(1.8rem, 3.2vw + 1rem, 3rem);
}

    .lg-title .lg-ribbon[b-5lknqy4oy7] {
        display: inline-block;
        background: var(--brand-orange);
        color: #fff;
        font-weight: 800;
        padding: .2rem .6rem .25rem;
        border-radius: .5rem;
        margin-inline: .3rem;
        box-shadow: 0 6px 18px rgba(255,106,43,.25);
    }

    .lg-title .lg-em[b-5lknqy4oy7] {
        color: var(--brand-blue);
        text-shadow: 0 2px 0 rgba(0,0,0,.05);
    }

.lg-hero-art img[b-5lknqy4oy7] {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: .75rem;
}

.lg-badge[b-5lknqy4oy7] {
    position: absolute;
    right: clamp(12px, 3vw, 28px);
    top: clamp(8px, 2vw, 20px);
    width: 42px;
    height: 42px;
    border-radius: 999px;
    background: #5f53ff;
    color: #fff;
    font-weight: 800;
    display: grid;
    place-items: center;
    box-shadow: 0 10px 22px rgba(35, 30, 255, .25);
}

.lg-wave[b-5lknqy4oy7] {
    height: 24px;
    background: radial-gradient(120% 100% at 50% 0, #e9eefb 0, #e9eefb 40%, transparent 41%) center/20px 24px repeat-x;
}

.lg-book img[b-5lknqy4oy7] {
    object-fit: cover;
    border-radius: .75rem;
}

.scroller-x[b-5lknqy4oy7] {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    padding: .25rem .25rem .5rem;
    scroll-snap-type: x mandatory;
    scroll-padding-left: .25rem;
    justify-content: center;
}

    .scroller-x[b-5lknqy4oy7]::-webkit-scrollbar {
        height: 8px;
    }

    .scroller-x[b-5lknqy4oy7]::-webkit-scrollbar-thumb {
        background: #d5d9e6;
        border-radius: 10px;
    }





.lg-project[b-5lknqy4oy7] {
    border: 0;
    border-radius: 16px;
}

.lg-project .card-body[b-5lknqy4oy7] {
        padding: .9rem 1rem 1.1rem;
}


@media (max-width: 991.98px) {
    .lg-badge[b-5lknqy4oy7] {
        width: 36px;
        width: 36px;
        height: 36px;
    }
}
/* /Views/Crediseguro/ListBillings.cshtml.rz.scp.css */

.billing-card[b-3j30a3meq7] {
    background-color: #f8f9fa;
    border-radius: 12px;
    border: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    margin-bottom: 1rem;
}

    .billing-card:hover[b-3j30a3meq7] {
        transform: translateY(-3px);
        box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    }

.product-title[b-3j30a3meq7] {
    color: #4a5568;
    font-size: 1.1rem;
}

.date-text[b-3j30a3meq7] {
    color: #718096;
    font-size: 0.9rem;
}

.download-link[b-3j30a3meq7] {
    color: #ff7a33;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: opacity 0.2s;
}

    .download-link:hover[b-3j30a3meq7] {
        opacity: 0.8;
        color: #e66a2e;
    }

.download-icon[b-3j30a3meq7] {
    font-size: 1.6rem;
    margin-bottom: 4px;
    color: var(--orange-bcp)
}

.btn-exit-custom[b-3j30a3meq7] {
    border: 2px solid #ff7a33;
    color: #ff7a33;
    background-color: transparent;
    border-radius: 10px;
    padding: 12px;
    font-weight: 700;
    transition: all 0.3s;
}

    .btn-exit-custom:hover[b-3j30a3meq7] {
        background-color: #ff7a33;
        color: #ffffff;
    }

.tracking-wider[b-3j30a3meq7] {
    letter-spacing: 0.05em;
    color: #2d3748;
}

.text-gray-blue[b-3j30a3meq7] {
    color: #2c3e50;
}

.billings-area-sc[b-3j30a3meq7] {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 5px;
}

    .billings-area-sc[b-3j30a3meq7]::-webkit-scrollbar {
        width: 6px;
    }

    .billings-area-sc[b-3j30a3meq7]::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px;
    }

    .billings-area-sc[b-3j30a3meq7]::-webkit-scrollbar-thumb {
        background: #ff7a33;
        border-radius: 10px;
    }

        .billings-area-sc[b-3j30a3meq7]::-webkit-scrollbar-thumb:hover {
            background: #e66a2a;
        }
/* /Views/Crediseguro/OtpValidation.cshtml.rz.scp.css */
.otp-input[b-a7e3nsp2b4] {
    width: 45px;
    height: 45px;
    font-size: 1.5rem;
    font-weight: 700;
    border: 2px solid #d1d5db;
    border-radius: 8px;
    background-color: #F2F4F8;
    margin: 0 5px;
    transition: all 0.3s;
}

    .otp-input:focus[b-a7e3nsp2b4] {
        border-color: #ff7a33;
        background-color: #fff;
        box-shadow: 0 0 0 4px rgba(255, 122, 51, 0.15);
        outline: none;
    }

    .otp-input.is-invalid[b-a7e3nsp2b4] {
        border-color: #dc3545 !important;
        background-color: #ffecec !important;
        box-shadow: 0 0 0 4px rgba(220, 53, 69, 0.15) !important;
    }

.shake[b-a7e3nsp2b4] {
    animation: shake-b-a7e3nsp2b4 0.5s;
}

@keyframes shake-b-a7e3nsp2b4 {
    0%, 100% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-6px);
    }

    50% {
        transform: translateX(6px);
    }

    75% {
        transform: translateX(-6px);
    }
}
/* /Views/Shared/Components/FAQ/Default.cshtml.rz.scp.css */
.accordion-button[b-trkj13gxkh]::after {

    font-family: "FontAwesomeRegular";
    text-align: center;
    color: var(--orange-bcp);
}

.accordion-button:not(.collapsed)[b-trkj13gxkh]::after {
    filter: invert(100%);
}


.collapsing[b-trkj13gxkh] {
    transition: height 0.25s ease !important;
}


.accordion-item[b-trkj13gxkh] {
    border-radius: 1rem !important;
    margin-bottom: 1rem;
    border: none;
    overflow: hidden;
}

.accordion-button[b-trkj13gxkh] {
    border-radius: 1rem !important;
}

    .accordion-button:not(.collapsed)[b-trkj13gxkh] {
        background-color: white !important;
        color: var(--gray-blue) !important;
        border-radius: 1rem !important;
        box-shadow: none;
        font-weight: bold !important;
    }

button:focus[b-trkj13gxkh] {
    outline: none !important;
    box-shadow: none !important;
    border-color: #ced4da;
}
/* /Views/Shared/Components/Header/Default.cshtml.rz.scp.css */
.justify-content-end[b-axcidl9hq6] {
    justify-content: flex-end !important;
}

@media (max-width: 990px) {
    .justify-content-end[b-axcidl9hq6] {
        justify-content: flex-start !important;
    }
}
/* /Views/Shared/Components/Product/Default.cshtml.rz.scp.css */
.card-product-image[b-cifyzknpfl] {
    border-radius: 1rem !important;
}

.card-product[b-cifyzknpfl] {
    border: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.card-content[b-cifyzknpfl] {
    height: 100%;
    background-color: var(--gray-light);
    padding: 0;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
}

.card-body[b-cifyzknpfl] {    
    padding: 0;
    margin: 1rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.card-product-title[b-cifyzknpfl] {
    margin-top: 1.5rem;
    color: var(--blue-dark-bcp);
    font-size: 1.25rem;
    font-weight: bold;
}

.card-product-text[b-cifyzknpfl] {
    color: var(--gray-text);
    font-size: 1rem;
}

.card-product-price[b-cifyzknpfl] {
    color: var(--orange-bcp);
    font-size: 1rem;
}

.card-product-coverage[b-cifyzknpfl] {
    color: var(--gray-text);
    font-size: 1rem;
}

.card-product-assistance[b-cifyzknpfl] {
    color: var(--gray-text);
    font-size: 1rem;
}

.card-body .mt-auto[b-cifyzknpfl] {
    margin-top: auto !important;
}

.btn-bcp-orange[b-cifyzknpfl] {
    padding: 0.2rem 0.75rem;
}

@media (max-width: 768px) {
    .card-product[b-cifyzknpfl] {
        border: 0;
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
    }
}
