.byf-client-menu-link,.byf-client-access-fallback{display:inline-flex!important;align-items:center;gap:6px;text-decoration:none!important}
.byf-client-access-fallback{margin-left:18px;padding:10px 16px;border-radius:9px;background:#0b5fc6;color:#fff!important;font-weight:700;box-shadow:0 2px 0 rgba(0,0,0,.12)}
.byf-about-extension{background:#f5f9ff;padding:64px 20px;margin:0;border-top:1px solid #d9e8f8;scroll-margin-top:110px}
.byf-about-inner{max-width:1180px;margin:0 auto}
.byf-about-heading{text-align:center;max-width:800px;margin:0 auto 32px}
.byf-about-kicker{display:block;color:#0a5cb8;font-size:12px;font-weight:800;letter-spacing:3px;margin-bottom:8px}
.byf-about-heading h2{color:#103b78;font-size:34px;line-height:1.2;margin:0 0 14px}
.byf-about-heading>p{font-size:16px;line-height:1.7;color:#4e6075;margin:0}
.byf-about-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.byf-about-card{background:#fff;border:1px solid #d7e5f5;border-radius:16px;padding:30px;box-shadow:0 8px 22px rgba(18,65,116,.06)}
.byf-about-icon{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#e9f3ff;color:#0b5fc6;font-size:22px;font-weight:700;margin-bottom:16px}
.byf-about-card h3{color:#0b5fc6;font-size:23px;margin:0 0 12px}
.byf-about-card p{color:#485c72;line-height:1.7;margin:0;font-size:15px}
@media(max-width:800px){

    .byf-about-extension{
        padding:44px 16px;
    }

    .byf-about-cards{
        grid-template-columns:1fr;
    }

    .byf-about-heading h2{
        font-size:28px;
    }

    .byf-client-access-fallback{
        margin:8px 0;
    }

    /*
     * Cotizar en línea responsive
     */
    .byf-client-menu-item{
        display:block !important;
        width:100% !important;
        float:none !important;
        clear:both !important;
    }

    .byf-client-menu-link{
        display:flex !important;
        width:100% !important;
        box-sizing:border-box !important;
        white-space:normal !important;
        margin-top:8px;
    }
}

.byf-client-access-fallback{
    display:flex !important;
    width:auto !important;
    max-width:100% !important;
    margin:8px 0 0 0 !important;
    padding:10px 14px !important;
    box-sizing:border-box !important;
    position:static !important;
}

header.site-header .container.nav-wrap{
    flex-wrap:wrap !important;
}

header.site-header .contact-top-btn{
    margin-right:0 !important;
}

@media(max-width:800px){

    header.site-header .byf-client-access-fallback{
        flex-basis:100% !important;
        justify-content:center !important;
    }

}