@import '_content/BlazorColorPicker/BlazorColorPicker.x2b8xw1nvo.bundle.scp.css';

/* /Components/Layout/CatalogoLayout.razor.rz.scp.css */
.catalogo-shell[b-maiuqefdlt] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.catalogo-shell[b-maiuqefdlt]  .mud-input-control > .mud-input-control-input-container > .mud-input-label-outlined.mud-input-label-inputcontrol {
    line-height: 1.15rem;
    font-size: 13px;
}

.catalogo-topbar[b-maiuqefdlt] {
    font-size: .78rem;
    border: none;
    background-color: var(--header-bg);
    color: #fff;
}

.catalogo-topbar-inner[b-maiuqefdlt] {
    max-width: 1440px;
    min-height: 35px;
    margin: 0 auto;
    padding: 6px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.topbar-contacto[b-maiuqefdlt],
.topbar-redes[b-maiuqefdlt],
.footer-contacto[b-maiuqefdlt],
.footer-redes[b-maiuqefdlt] {
    display: flex;
    align-items: center;
    gap: 15px;
}

.catalogo-topbar a[b-maiuqefdlt],
.catalogo-footer a[b-maiuqefdlt] {
    color: inherit;
    text-decoration: none;
}

.topbar-contacto a[b-maiuqefdlt] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.topbar-redes a[b-maiuqefdlt],
.footer-redes a[b-maiuqefdlt] {
    width: 25px;
    height: 25px;
    display: grid;
    place-items: center;
    font-weight: 800;
}

.catalogo-header[b-maiuqefdlt] {
    position: sticky;
    top: 0;
    z-index: 100;
    border: none;
    background-color: var(--default-border);
    color: #fff;
}

.catalogo-nav-row[b-maiuqefdlt] {
    max-width: 1440px;
    min-height: 72px;
    margin: 0 auto;
    padding: 9px 24px;
    display: flex;
    align-items: center;
    gap: 28px;
}

.catalogo-brand[b-maiuqefdlt] {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}

.catalogo-brand img[b-maiuqefdlt] {
    width: 170px;
    max-width: 28vw;
    height: 52px;
    object-fit: contain;
    object-position: left center;
}

.catalogo-menu[b-maiuqefdlt] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    flex: 1;
}

.catalogo-menu[b-maiuqefdlt]  a {
    color: var(--default-text-color);
    text-decoration: none;
    font-weight: 650;
    font-size: .94rem;
}

.catalogo-menu[b-maiuqefdlt]  a.active,
.catalogo-menu[b-maiuqefdlt]  a:hover,
.catalogo-menu[b-maiuqefdlt]  a:focus,
.catalogo-menu-movil[b-maiuqefdlt]  a.active,
.catalogo-menu-movil[b-maiuqefdlt]  a:hover,
.catalogo-menu-movil[b-maiuqefdlt]  a:focus {
    color: var(--mud-palette-primary);
    --mud-ripple-color: var(--mud-palette-primary) !important;
    background-color: var(--mud-palette-primary-hover);
}

.catalogo-header[b-maiuqefdlt]  .mud-icon-button,
.catalogo-header[b-maiuqefdlt]  .mud-icon-root,
.catalogo-topbar[b-maiuqefdlt]  .mud-icon-root,
.topbar-redes[b-maiuqefdlt]  a,
.footer-redes[b-maiuqefdlt]  a {
    color: var(--mud-palette-primary);
}

.catalogo-actions[b-maiuqefdlt] {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 3px;
}

.catalogo-menu-button[b-maiuqefdlt] {
    display: none;
    border: 0;
    background: transparent;
    padding: 7px;
    color: inherit;
    cursor: pointer;
}

.catalogo-menu-movil[b-maiuqefdlt] {
    display: none;
}

.catalogo-main[b-maiuqefdlt] {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 28px 24px 52px;
    flex: 1;
}

.catalogo-footer[b-maiuqefdlt] {
    padding: 26px 24px 12px;
    border: none;
    background-color: var(--color-border, var(--header-bg));
    color: #fff;
}

.catalogo-footer-inner[b-maiuqefdlt] {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 28px;
}

.catalogo-footer-company[b-maiuqefdlt],
.catalogo-footer-end[b-maiuqefdlt] {
    min-width: 0;
}

.catalogo-footer-end[b-maiuqefdlt] {
    justify-self: end;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 15px;
}

.catalogo-footer strong[b-maiuqefdlt] {
    font-size: 1rem;
}

.catalogo-footer p[b-maiuqefdlt] {
    margin: 4px 0 0;
    max-width: 620px;
    font-size: .84rem;
}

.footer-contacto[b-maiuqefdlt] {
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 4px;
    font-size: .83rem;
}

.footer-redes[b-maiuqefdlt] {
    gap: 5px;
}

.catalogo-credits[b-maiuqefdlt] {
    text-align: center;
    font-size: .78rem;
}

.catalogo-credits a[b-maiuqefdlt] {
    font-weight: 700;
}

@media (max-width: 900px) {
    .catalogo-menu-desktop[b-maiuqefdlt] {
        display: none;
    }

    .catalogo-menu-button[b-maiuqefdlt] {
        display: inline-grid;
        place-items: center;
    }

    .catalogo-nav-row[b-maiuqefdlt] {
        min-height: 62px;
        padding: 7px 14px;
        gap: 8px;
    }

    .catalogo-brand img[b-maiuqefdlt] {
        width: 142px;
        height: 46px;
        max-width: 44vw;
    }

    .catalogo-menu-movil[b-maiuqefdlt] {
        display: grid;
        padding: 8px 14px 14px;
        border-top: 1px solid var(--mud-palette-divider);
    }

    .catalogo-menu-movil[b-maiuqefdlt]  a {
        color: #fff;
        text-decoration: none;
        padding: 11px 8px;
        border-bottom: 1px solid var(--mud-palette-divider);
        font-weight: 650;
    }

    .catalogo-menu-movil[b-maiuqefdlt]  a:last-child {
        border-bottom: 0;
    }

}

@media (max-width: 640px) {
    .catalogo-topbar-inner[b-maiuqefdlt] {
        padding: 6px 12px;
    }

    .topbar-contacto[b-maiuqefdlt] {
        gap: 8px;
        flex-wrap: wrap;
    }

    .topbar-contacto a[b-maiuqefdlt] {
        font-size: .7rem;
    }

    .topbar-contacto[b-maiuqefdlt]  .mud-icon-root {
        display: none;
    }

    .topbar-redes[b-maiuqefdlt] {
        gap: 1px;
    }

    .topbar-redes a[b-maiuqefdlt] {
        width: 22px;
        height: 22px;
        font-size: .72rem;
    }

    .catalogo-main[b-maiuqefdlt] {
        padding: 18px 12px 38px;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-i8hlcoq6g4] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-i8hlcoq6g4] {
    flex: 1;
}

.sidebar[b-i8hlcoq6g4] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-i8hlcoq6g4] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-i8hlcoq6g4]  a, .top-row[b-i8hlcoq6g4]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-i8hlcoq6g4]  a:hover, .top-row[b-i8hlcoq6g4]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-i8hlcoq6g4]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-i8hlcoq6g4] {
        justify-content: space-between;
    }

    .top-row[b-i8hlcoq6g4]  a, .top-row[b-i8hlcoq6g4]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-i8hlcoq6g4] {
        flex-direction: row;
    }

    .sidebar[b-i8hlcoq6g4] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-i8hlcoq6g4] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-i8hlcoq6g4]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-i8hlcoq6g4], article[b-i8hlcoq6g4] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-i8hlcoq6g4] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-i8hlcoq6g4] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-brqf7pj3x9] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-brqf7pj3x9] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-brqf7pj3x9] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-brqf7pj3x9] {
    font-size: 1.1rem;
}

.bi[b-brqf7pj3x9] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-brqf7pj3x9] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-brqf7pj3x9] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-brqf7pj3x9] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-brqf7pj3x9] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-brqf7pj3x9] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-brqf7pj3x9] {
        padding-bottom: 1rem;
    }

    .nav-item[b-brqf7pj3x9]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-brqf7pj3x9]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-brqf7pj3x9]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-brqf7pj3x9] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-brqf7pj3x9] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-brqf7pj3x9] {
        display: none;
    }

    .nav-scrollable[b-brqf7pj3x9] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-vsgtxxn848],
.components-reconnect-repeated-attempt-visible[b-vsgtxxn848],
.components-reconnect-failed-visible[b-vsgtxxn848],
.components-pause-visible[b-vsgtxxn848],
.components-resume-failed-visible[b-vsgtxxn848],
.components-rejoining-animation[b-vsgtxxn848] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-vsgtxxn848],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-vsgtxxn848],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-vsgtxxn848],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-vsgtxxn848],
#components-reconnect-modal.components-reconnect-retrying[b-vsgtxxn848],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-vsgtxxn848],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-vsgtxxn848],
#components-reconnect-modal.components-reconnect-failed[b-vsgtxxn848],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-vsgtxxn848] {
    display: block;
}


#components-reconnect-modal[b-vsgtxxn848] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-vsgtxxn848 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-vsgtxxn848 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-vsgtxxn848 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-vsgtxxn848]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-vsgtxxn848 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-vsgtxxn848 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-vsgtxxn848 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-vsgtxxn848 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-vsgtxxn848] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-vsgtxxn848] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-vsgtxxn848] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-vsgtxxn848] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-vsgtxxn848] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-vsgtxxn848] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-vsgtxxn848] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-vsgtxxn848 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-vsgtxxn848] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-vsgtxxn848 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Layout/SubNavMenu.razor.rz.scp.css */
.tienda-virtual-menu-link[b-t8yjlp58pk] {
    color: var(--mud-palette-primary) !important;
    background-color: var(--mud-palette-primary-hover) !important;
    border: 1px solid var(--mud-palette-primary);
    box-shadow: 0 0 6px var(--mud-palette-primary), inset 0 0 4px var(--mud-palette-primary);
    font-weight: 700;
}

.tienda-virtual-menu-link:hover[b-t8yjlp58pk],
.tienda-virtual-menu-link:focus[b-t8yjlp58pk] {
    box-shadow: 0 0 10px var(--mud-palette-primary), inset 0 0 6px var(--mud-palette-primary);
}
/* /Components/Pages/Catalogo/Carrito.razor.rz.scp.css */
.cart-loading[b-7hn0ma4snl]{min-height:300px;display:grid;place-items:center}.cart-layout[b-7hn0ma4snl]{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:24px}.cart-lines[b-7hn0ma4snl]{display:grid;gap:12px}.cart-line[b-7hn0ma4snl]{display:grid;grid-template-columns:90px minmax(190px,1fr) 130px 100px 130px 42px;align-items:center;gap:14px;background:white;padding:14px;border-radius:12px;border:1px solid #e5e7eb}.cart-image[b-7hn0ma4snl]{width:90px;height:90px;background:#f3f4f6;border-radius:8px;display:grid;place-items:center}.cart-image img[b-7hn0ma4snl]{width:100%;height:100%;object-fit:contain;padding:5px}.cart-product[b-7hn0ma4snl]{display:grid;gap:3px}.cart-product a[b-7hn0ma4snl]{color:#111827;font-weight:700;text-decoration:none}.cart-product span[b-7hn0ma4snl],.cart-product small[b-7hn0ma4snl]{color:#6b7280}.cart-price[b-7hn0ma4snl]{display:grid}.cart-price del[b-7hn0ma4snl]{color:#9ca3af;font-size:.8rem}.cart-total[b-7hn0ma4snl]{text-align:right}.cart-summary[b-7hn0ma4snl]{height:max-content;background:white;border-radius:12px;padding:22px;display:grid;gap:17px;border:1px solid #e5e7eb;position:sticky;top:105px}.cart-summary>div[b-7hn0ma4snl]{display:flex;justify-content:space-between}.summary-total[b-7hn0ma4snl]{border-top:1px solid #e5e7eb;padding-top:16px;font-size:1.08rem}@media(max-width:980px){.cart-layout[b-7hn0ma4snl]{grid-template-columns:1fr}.cart-summary[b-7hn0ma4snl]{position:static}.cart-line[b-7hn0ma4snl]{grid-template-columns:72px 1fr 90px 42px}.cart-image[b-7hn0ma4snl]{width:72px;height:72px}.cart-price[b-7hn0ma4snl]{display:none}.cart-total[b-7hn0ma4snl]{grid-column:2;text-align:left}.cart-qty[b-7hn0ma4snl]{grid-column:3;grid-row:1/3}}@media(max-width:520px){.cart-line[b-7hn0ma4snl]{grid-template-columns:64px 1fr 40px}.cart-image[b-7hn0ma4snl]{width:64px;height:64px}.cart-qty[b-7hn0ma4snl]{grid-column:2;grid-row:auto}.cart-total[b-7hn0ma4snl]{grid-column:2}.cart-line>.mud-icon-button[b-7hn0ma4snl]{grid-column:3;grid-row:1}}
/* /Components/Pages/Catalogo/CatalogoBanners.razor.rz.scp.css */
.catalogo-banners[b-n0ekr7y56z] {
    display: grid;
    grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
    aspect-ratio: 2.7 / 1;
    gap: 16px;
    margin-bottom: 34px;
    overflow: hidden;
}

.catalogo-banner[b-n0ekr7y56z] {
    display: block;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
}

.catalogo-banner img[b-n0ekr7y56z] {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: cover;
}

.banner-principal[b-n0ekr7y56z] {
    grid-column: 1;
    grid-row: 1;
}

.banner-secundarios[b-n0ekr7y56z] {
    grid-column: 2;
    min-width: 0;
    min-height: 0;
    display: grid;
    grid-template-rows: minmax(0, 1fr) minmax(0, 1fr);
    gap: 16px;
    overflow: hidden;
}

.banner-inferiores[b-n0ekr7y56z] {
    grid-row: 2;
    min-width: 0;
    min-height: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 16px;
    overflow: hidden;
}

.banner-superior[b-n0ekr7y56z],
.banner-inferior[b-n0ekr7y56z] {
    min-width: 0;
    min-height: 0;
}

.banner-superior[b-n0ekr7y56z] {
    grid-row: 1;
}

.banner-inferior-izq[b-n0ekr7y56z] {
    grid-column: 1;
}

.banner-inferior-der[b-n0ekr7y56z] {
    grid-column: 2;
}

@media (max-width: 900px) {
    .catalogo-banners[b-n0ekr7y56z] {
        grid-template-columns: 1fr;
        aspect-ratio: auto;
    }

    .banner-principal[b-n0ekr7y56z] {
        grid-column: 1;
        aspect-ratio: 5 / 3;
    }

    .banner-secundarios[b-n0ekr7y56z] {
        grid-column: 1;
        grid-template-rows: auto auto;
    }

    .banner-superior[b-n0ekr7y56z] {
        aspect-ratio: 5 / 2;
    }

    .banner-inferior[b-n0ekr7y56z] {
        aspect-ratio: 1 / 1;
    }
}

@media (max-width: 560px) {
    .catalogo-banners[b-n0ekr7y56z],
    .banner-secundarios[b-n0ekr7y56z],
    .banner-inferiores[b-n0ekr7y56z] {
        gap: 10px;
    }

    .catalogo-banners[b-n0ekr7y56z] {
        margin-bottom: 24px;
    }
}
/* /Components/Pages/Catalogo/CatalogoProductoCard.razor.rz.scp.css */
.catalogo-product-card-shell[b-qlt5hil112] {
    height: 450px;
}

.catalogo-product-card-shell[b-qlt5hil112]  .product-card,
.catalogo-product-card-shell[b-qlt5hil112]  .mud-card-content {
    height: 100%;
}

.catalogo-product-card-shell[b-qlt5hil112]  .mud-card-content {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.catalogo-product-image[b-qlt5hil112] {
    height: 200px;
    flex: 0 0 200px;
    overflow: hidden;
}

.catalogo-product-image[b-qlt5hil112]  .product-image {
    display: block;
    height: 100%;
}

.catalogo-product-action[b-qlt5hil112] {
    margin-top: auto;
}
/* /Components/Pages/Catalogo/Checkout.razor.rz.scp.css */
.checkout-loading[b-ii0eyfsf9m]{min-height:320px;display:grid;place-items:center}.checkout-grid[b-ii0eyfsf9m]{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:24px}.checkout-summary[b-ii0eyfsf9m]{height:max-content;background:white;padding:22px;border-radius:12px;border:1px solid #e5e7eb;display:grid;gap:15px;position:sticky;top:105px}.summary-line[b-ii0eyfsf9m],.summary-total[b-ii0eyfsf9m]{display:flex;justify-content:space-between;gap:12px}.summary-line span[b-ii0eyfsf9m]{display:grid}.summary-line small[b-ii0eyfsf9m]{color:#6b7280}.summary-total[b-ii0eyfsf9m]{border-top:1px solid #e5e7eb;padding-top:16px;font-size:1.1rem}.success-box[b-ii0eyfsf9m]{max-width:650px;margin:30px auto;border-radius:16px}@media(max-width:900px){.checkout-grid[b-ii0eyfsf9m]{grid-template-columns:1fr}.checkout-summary[b-ii0eyfsf9m]{position:static}}
/* /Components/Pages/Catalogo/Contacto.razor.rz.scp.css */
.catalogo-breadcrumb[b-bd0xiu5g5q]{display:flex;gap:9px;align-items:center;color:#64748b;font-size:.82rem;padding-bottom:18px;border-bottom:1px solid #e5e7eb}.catalogo-breadcrumb a[b-bd0xiu5g5q]{color:#7451d6;text-decoration:none}.contacto-principal[b-bd0xiu5g5q]{display:grid;grid-template-columns:minmax(300px,.9fr) minmax(420px,1.25fr);gap:44px;padding:38px 0}.contacto-info h1[b-bd0xiu5g5q]{font-size:clamp(1.8rem,3vw,2.6rem);margin:0 0 12px}.contacto-descripcion[b-bd0xiu5g5q]{color:#64748b;line-height:1.7;white-space:pre-line;margin-bottom:26px}.contacto-dato[b-bd0xiu5g5q]{display:grid;grid-template-columns:42px minmax(0,1fr);gap:12px;align-items:center;margin:15px 0}.contacto-dato[b-bd0xiu5g5q] >.mud-icon-root{background:#f2edff;border-radius:50%;padding:10px;width:42px;height:42px}.contacto-dato>div[b-bd0xiu5g5q]{display:grid}.contacto-dato strong[b-bd0xiu5g5q]{font-size:.88rem}.contacto-dato span[b-bd0xiu5g5q],.contacto-dato a[b-bd0xiu5g5q]{color:#64748b;text-decoration:none;font-size:.84rem}.contacto-mapa[b-bd0xiu5g5q]{min-height:390px;border-radius:16px;overflow:hidden;background:#e7ebef}.contacto-mapa iframe[b-bd0xiu5g5q]{width:100%;height:100%;min-height:390px;border:0}.contacto-formulario[b-bd0xiu5g5q]{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:32px 38px;display:grid;gap:14px}.contacto-formulario h2[b-bd0xiu5g5q]{margin:0}.contacto-formulario>p[b-bd0xiu5g5q]{margin:0;color:#64748b}.contacto-formulario[b-bd0xiu5g5q]  .mud-button-root{justify-self:start}@media(max-width:800px){.contacto-principal[b-bd0xiu5g5q]{grid-template-columns:1fr;gap:22px}.contacto-mapa[b-bd0xiu5g5q],.contacto-mapa iframe[b-bd0xiu5g5q]{min-height:320px}}@media(max-width:560px){.contacto-principal[b-bd0xiu5g5q]{padding:28px 0}.contacto-formulario[b-bd0xiu5g5q]{padding:24px 18px}}
/* /Components/Pages/Catalogo/Ingresar.razor.rz.scp.css */
.account-card[b-dwl61jmsro]{max-width:480px;margin:32px auto;background:white;padding:34px;border-radius:16px;border:1px solid #e5e7eb;box-shadow:0 12px 36px rgba(15,23,42,.06)}.account-card.wide[b-dwl61jmsro]{max-width:820px}.register-link[b-dwl61jmsro]{text-align:center;margin-top:22px;color:#6b7280}@media(max-width:600px){.account-card[b-dwl61jmsro]{padding:22px;margin:8px auto}}
/* /Components/Pages/Catalogo/MiCuenta.razor.rz.scp.css */
.account-loading[b-rl84h1ngyq]{min-height:320px;display:grid;place-items:center}.account-heading[b-rl84h1ngyq]{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.account-panel[b-rl84h1ngyq]{background:white;border:1px solid #e5e7eb}.password-form[b-rl84h1ngyq]{max-width:480px;display:grid;gap:16px}.order-summary[b-rl84h1ngyq]{display:flex;justify-content:space-between;margin-bottom:14px}small[b-rl84h1ngyq]{color:#6b7280}@media(max-width:600px){.account-heading[b-rl84h1ngyq]{align-items:flex-start}.account-panel[b-rl84h1ngyq]{padding:14px!important}}
/* /Components/Pages/Catalogo/Nosotros.razor.rz.scp.css */
.catalogo-breadcrumb[b-9ijkoozmsp]{display:flex;gap:9px;align-items:center;color:#64748b;font-size:.82rem;padding-bottom:18px;border-bottom:1px solid #e5e7eb}.catalogo-breadcrumb a[b-9ijkoozmsp]{color:#7451d6;text-decoration:none}.nosotros-presentacion[b-9ijkoozmsp]{display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,1fr);gap:58px;align-items:center;padding:40px 0}.nosotros-etiqueta[b-9ijkoozmsp],.beneficios-heading span[b-9ijkoozmsp]{display:inline-block;background:#f0ebff;color:#6742c8;border-radius:999px;padding:5px 10px;font-size:.72rem;font-weight:800}.nosotros-copy h1[b-9ijkoozmsp]{margin:10px 0 12px;font-size:clamp(2rem,4vw,3rem);line-height:1.12}.nosotros-copy>p[b-9ijkoozmsp]{color:#64748b;line-height:1.75;white-space:pre-line}.nosotros-copy ul[b-9ijkoozmsp]{list-style:none;padding:0;margin:22px 0;display:grid;gap:12px}.nosotros-copy li[b-9ijkoozmsp]{display:flex;align-items:flex-start;gap:9px}.nosotros-copy li span[b-9ijkoozmsp]{display:grid}.nosotros-copy li small[b-9ijkoozmsp]{color:#64748b}.nosotros-imagenes[b-9ijkoozmsp]{display:grid;grid-template-columns:1fr 1fr;gap:12px;position:relative}.nosotros-imagenes img[b-9ijkoozmsp]{width:100%;height:340px;object-fit:cover;border-radius:16px}.nosotros-imagenes img:nth-child(2)[b-9ijkoozmsp]{margin-top:35px}.nosotros-beneficios[b-9ijkoozmsp]{margin:10px -24px -52px;padding:42px 24px 54px;background:#fff}.beneficios-heading[b-9ijkoozmsp]{text-align:center;margin-bottom:24px}.beneficios-heading h2[b-9ijkoozmsp]{margin:10px 0}.beneficios-grid[b-9ijkoozmsp]{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.beneficios-grid article[b-9ijkoozmsp]{padding:32px 24px;border:1px solid #e4e7ec;border-radius:15px;text-align:center}.beneficios-grid article[b-9ijkoozmsp]  .mud-icon-root{font-size:2.1rem}.beneficios-grid h3[b-9ijkoozmsp]{font-size:1rem;margin:17px 0 8px}.beneficios-grid p[b-9ijkoozmsp]{color:#64748b;font-size:.86rem;line-height:1.6;margin:0}@media(max-width:850px){.nosotros-presentacion[b-9ijkoozmsp]{grid-template-columns:1fr;gap:28px}.beneficios-grid[b-9ijkoozmsp]{grid-template-columns:1fr}.nosotros-imagenes img[b-9ijkoozmsp]{height:260px}}@media(max-width:560px){.nosotros-presentacion[b-9ijkoozmsp]{padding:28px 0}.nosotros-imagenes img[b-9ijkoozmsp]{height:190px}.nosotros-beneficios[b-9ijkoozmsp]{margin-left:-12px;margin-right:-12px;margin-bottom:-38px}}
/* /Components/Pages/Catalogo/ProductoDetalle.razor.rz.scp.css */
.detail-loading[b-xcwx3brcr0] { min-height: 420px; display: grid; place-items: center; }
.detail-grid[b-xcwx3brcr0] { display: grid; grid-template-columns: minmax(0,1fr) minmax(360px,.9fr); gap: 48px; background: white; padding: 32px; border-radius: 18px; }
.main-image[b-xcwx3brcr0] { min-height: 500px; display: flex; align-items: center; justify-content: center; background: #f5f6f8; border-radius: 14px; color: #9ca3af; }
.main-image img[b-xcwx3brcr0] { width: 100%; height: 500px; object-fit: contain; padding: 20px; }
.thumbs[b-xcwx3brcr0] { display: flex; gap: 10px; overflow-x: auto; margin-top: 12px; }
.thumbs button[b-xcwx3brcr0] { border: 2px solid transparent; width: 76px; height: 76px; border-radius: 10px; background: white; padding: 4px; }
.thumbs button.active[b-xcwx3brcr0] { border-color: var(--mud-palette-primary); }
.thumbs img[b-xcwx3brcr0] { width: 100%; height: 100%; object-fit: contain; }
.eyebrow[b-xcwx3brcr0] { color: #6b7280; font-size: .85rem; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 8px; }
.meta-line[b-xcwx3brcr0] { display: flex; flex-wrap: wrap; gap: 14px; color: #6b7280; font-size: .86rem; margin: 12px 0 18px; }
.price-block[b-xcwx3brcr0] { display: flex; align-items: baseline; gap: 12px; margin-bottom: 24px; }
.price-block del[b-xcwx3brcr0] { color: #9ca3af; font-size: 1.1rem; }.price-block strong[b-xcwx3brcr0] { font-size: 2rem; color: #111827; }
.presentations[b-xcwx3brcr0] { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; margin-bottom: 20px; }
.presentations button[b-xcwx3brcr0] { display: grid; text-align: left; border: 1px solid #d1d5db; border-radius: 10px; background: white; padding: 11px; }
.presentations button.selected[b-xcwx3brcr0] { border-color: var(--mud-palette-primary); box-shadow: 0 0 0 1px var(--mud-palette-primary); }.presentations small[b-xcwx3brcr0]{color:#6b7280;}.presentations strong[b-xcwx3brcr0]{margin-top:4px;}
.stock-message[b-xcwx3brcr0] { display: flex; gap: 9px; align-items: center; background: #f0fdf4; color: #166534; padding: 12px; border-radius: 10px; margin-bottom: 20px; }
.buy-row[b-xcwx3brcr0] { display: grid; grid-template-columns: 130px 1fr; align-items: start; gap: 12px; }
.description[b-xcwx3brcr0] { border-top: 1px solid #e5e7eb; margin-top: 28px; padding-top: 22px; white-space: pre-line; }
.attributes[b-xcwx3brcr0] { display: grid; grid-template-columns: 90px 1fr; margin-top: 18px; }.attributes dt[b-xcwx3brcr0]{font-weight:700}.attributes dd[b-xcwx3brcr0]{margin:0;color:#4b5563}
.related-grid[b-xcwx3brcr0] { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 20px; }
@media(max-width:900px){.detail-grid[b-xcwx3brcr0]{grid-template-columns:1fr;gap:24px;padding:18px}.main-image[b-xcwx3brcr0],.main-image img[b-xcwx3brcr0]{height:360px;min-height:360px}.related-grid[b-xcwx3brcr0]{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media(max-width:520px){.buy-row[b-xcwx3brcr0]{grid-template-columns:1fr}.presentations[b-xcwx3brcr0]{grid-template-columns:1fr}.related-grid[b-xcwx3brcr0]{grid-template-columns:1fr}.main-image[b-xcwx3brcr0],.main-image img[b-xcwx3brcr0]{height:290px;min-height:290px}}
/* /Components/Pages/Catalogo/Registro.razor.rz.scp.css */
.account-card[b-rzatw6h8az]{max-width:480px;margin:32px auto;background:white;padding:34px;border-radius:16px;border:1px solid #e5e7eb;box-shadow:0 12px 36px rgba(15,23,42,.06)}.account-card.wide[b-rzatw6h8az]{max-width:820px}.register-link[b-rzatw6h8az]{text-align:center;margin-top:22px;color:#6b7280}@media(max-width:600px){.account-card[b-rzatw6h8az]{padding:22px;margin:8px auto}}
/* /Components/Pages/crm/actividad/Actividad.razor.rz.scp.css */
/*
    Mantiene el ancho de la tarjeta constante en la timeline para que los
    puntos (dots) queden siempre alineados sobre la linea del tiempo.

    Por defecto MudBlazor deja que la columna de la fecha (opposite) crezca
    (flex: 1 1 auto) mientras que el contenido no crece. Cuando el contenido
    es corto, la fecha absorbe el espacio sobrante y empuja el punto hacia la
    derecha, sacandolo de la linea. Fijando la fecha a su ancho natural y
    dejando que el contenido absorba el resto, el punto queda fijo.
*/
.actividad-timeline[b-coma84t0ia]  .mud-timeline-item-opposite {
    flex-grow: 0;
}

.actividad-timeline[b-coma84t0ia]  .mud-timeline-item-content {
    flex-grow: 1;
}
.mud-badge.mud-badge-top.right[b-coma84t0ia] {
   
    font-size: 8px !important;
}
/* /Components/Pages/Dashboards/DashboardInicio.razor.rz.scp.css */
.inicio-page[b-1mvyf4m4e4] {
    min-height: calc(100vh - 4rem);
    color: var(--default-text-color);
    background: var(--default-body-bg-color);
    margin: -1rem;
    padding: 1rem;
}

.inicio-dashboard[b-1mvyf4m4e4] {
    display: grid;
    gap: 1.25rem;
    max-width: 1480px;
    margin: 0 auto;
    padding: 1.25rem;
}

.inicio-welcome[b-1mvyf4m4e4] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.inicio-welcome h1[b-1mvyf4m4e4] {
    margin: 0.2rem 0 0.35rem;
    color: var(--default-text-color);
    font-size: 1.75rem;
    font-weight: 800;
    line-height: 1.2;
}

.inicio-date[b-1mvyf4m4e4],
.inicio-subtitle[b-1mvyf4m4e4],
.inicio-section-subtitle[b-1mvyf4m4e4] {
    color: var(--text-muted) !important;
}

.inicio-primary-action[b-1mvyf4m4e4] {
    min-height: 44px;
    padding-inline: 1.2rem;
    box-shadow: 0 10px 24px rgba(79, 70, 229, 0.24);
    white-space: nowrap;
}

.inicio-actions[b-1mvyf4m4e4] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.75rem;
}

.inicio-attendance-action[b-1mvyf4m4e4] {
    min-height: 44px;
    padding-inline: 1.2rem;
    white-space: nowrap;
}

.inicio-card[b-1mvyf4m4e4] {
    color: var(--default-text-color);
    background: var(--custom-white);
    border: 1px solid var(--default-border);
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(21, 32, 50, 0.06);
}

.inicio-loading[b-1mvyf4m4e4] {
    padding: 1.25rem;
}

.inicio-kpi-grid[b-1mvyf4m4e4] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

[b-1mvyf4m4e4](.inicio-kpi-widget) {
    min-width: 0;
    min-height: 162px;
    color: var(--default-text-color);
    background: var(--custom-white);
    border: 1px solid var(--default-border);
    box-shadow: 0 10px 30px rgba(21, 32, 50, 0.06);
}

[b-1mvyf4m4e4](.inicio-kpi-widget .mud-card-content) {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.inicio-widget-value[b-1mvyf4m4e4] {
    color: var(--default-text-color);
    overflow-wrap: anywhere;
}

.inicio-widget-footer[b-1mvyf4m4e4] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.55rem;
    flex-wrap: wrap;
    margin-top: auto;
}

.inicio-growth-inline[b-1mvyf4m4e4] {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    font-size: 0.76rem;
    font-weight: 700;
    line-height: 1.2;
    overflow-wrap: anywhere;
    text-align: right;
}

.inicio-status-badge[b-1mvyf4m4e4] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    padding: 0.22rem 0.55rem;
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1.2;
    overflow-wrap: anywhere;
    text-align: center;
}

.inicio-content-grid[b-1mvyf4m4e4] {
    display: grid;
    grid-template-columns: minmax(0, 1.85fr) minmax(320px, 1fr);
    gap: 1rem;
    align-items: start;
}

.inicio-main-panel[b-1mvyf4m4e4] {
    display: grid;
    gap: 1rem;
    min-width: 0;
}

.inicio-section-header[b-1mvyf4m4e4],
.inicio-learning-heading[b-1mvyf4m4e4] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.25rem;
}

.inicio-section-title[b-1mvyf4m4e4] {
    color: var(--default-text-color) !important;
    font-weight: 800;
}

.inicio-today-widget-grid[b-1mvyf4m4e4] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

[b-1mvyf4m4e4](.inicio-today-widget) {
    min-width: 0;
    min-height: 174px;
    color: var(--default-text-color);
    background: var(--custom-white);
    border-color: var(--default-border);
}

[b-1mvyf4m4e4](.inicio-today-widget .mud-card-content) {
    height: 100%;
    display: grid;
    place-items: center;
}

[b-1mvyf4m4e4](.inicio-today-widget .mud-typography),
[b-1mvyf4m4e4](.inicio-kpi-widget .mud-typography) {
    overflow-wrap: anywhere;
}

.inicio-yesterday-text[b-1mvyf4m4e4] {
    margin-top: 0.55rem;
    margin-bottom: 0.2rem;
    color: var(--text-muted) !important;
    font-size: 0.76rem;
}

.inicio-daily-comparison[b-1mvyf4m4e4] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.2;
    overflow-wrap: anywhere;
}

[b-1mvyf4m4e4](.inicio-learning .mud-card-content) {
    display: grid;
    gap: 1rem;
}

.inicio-learning-icon[b-1mvyf4m4e4] {
    width: 44px;
    height: 44px;
    display: inline-grid;
    place-items: center;
    flex: 0 0 auto;
    color: var(--primary-color);
    background: var(--primary005);
    border-radius: 8px;
}

.inicio-learning-list[b-1mvyf4m4e4] {
    display: grid;
    gap: 0.65rem;
}

.inicio-learning-link[b-1mvyf4m4e4] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.7rem;
    min-height: 48px;
    padding: 0.75rem;
    color: var(--default-text-color) !important;
    background: rgba(var(--light-rgb), 0.65);
    border: 1px solid var(--default-border);
    border-radius: 8px;
    font-weight: 700;
}

.inicio-learning-link span[b-1mvyf4m4e4] {
    min-width: 0;
    overflow-wrap: anywhere;
}

.inicio-learning-link:hover[b-1mvyf4m4e4] {
    background: var(--primary005);
    border-color: var(--primary-border);
}

.inicio-support-button[b-1mvyf4m4e4] {
    min-height: 44px;
}

.inicio-alert-summary[b-1mvyf4m4e4] {
    padding: 0.9rem;
    color: rgb(var(--warning-rgb));
    background: rgba(var(--warning-rgb), 0.12);
    border: 1px solid rgba(var(--warning-rgb), 0.26);
    border-radius: 8px;
}

.inicio-alert-title[b-1mvyf4m4e4] {
    color: rgb(var(--warning-rgb)) !important;
    font-weight: 800;
    text-transform: uppercase;
}

@media (max-width: 1200px) {
    .inicio-kpi-grid[b-1mvyf4m4e4] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 960px) {
    .inicio-page[b-1mvyf4m4e4] {
        margin: -0.75rem;
        padding: 0.75rem;
    }

    .inicio-dashboard[b-1mvyf4m4e4] {
        padding: 0.75rem;
    }

    .inicio-welcome[b-1mvyf4m4e4],
    .inicio-section-header[b-1mvyf4m4e4] {
        align-items: stretch;
        flex-direction: column;
    }

    .inicio-actions[b-1mvyf4m4e4],
    .inicio-primary-action[b-1mvyf4m4e4],
    .inicio-attendance-action[b-1mvyf4m4e4] {
        width: 100%;
    }

    .inicio-actions[b-1mvyf4m4e4] {
        align-items: stretch;
        flex-direction: column;
    }

    .inicio-content-grid[b-1mvyf4m4e4] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .inicio-welcome h1[b-1mvyf4m4e4] {
        font-size: 1.35rem;
    }

    .inicio-kpi-grid[b-1mvyf4m4e4],
    .inicio-today-widget-grid[b-1mvyf4m4e4] {
        grid-template-columns: 1fr;
    }

    [b-1mvyf4m4e4](.inicio-kpi-widget) {
        min-height: 148px;
    }
}
/* /Components/Pages/Maestros/Tapizados.razor.rz.scp.css */
.matrix-panel[b-utms03zokn] {
    padding: 16px 4px 4px;
}

.tapizado-matrix-scroll[b-utms03zokn] {
    max-width: 100%;
    overflow-x: auto;
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 4px;
}

.tapizado-matrix[b-utms03zokn] {
    width: 100%;
    min-width: 720px;
    border-collapse: collapse;
    white-space: nowrap;
}

.tapizado-matrix th[b-utms03zokn],
.tapizado-matrix td[b-utms03zokn] {
    padding: 8px;
    border: 1px solid var(--mud-palette-lines-default);
    text-align: center;
    vertical-align: middle;
}

.tapizado-matrix thead th[b-utms03zokn] {
    background: var(--mud-palette-background-grey);
    font-weight: 600;
}

.tapizado-matrix tbody > tr > th[b-utms03zokn] {
    position: sticky;
    left: 0;
    z-index: 1;
    background: var(--mud-palette-surface);
    text-align: left;
}

.matrix-values[b-utms03zokn] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.matrix-values > button[b-utms03zokn] {
    min-width: 64px;
    padding: 5px 8px;
    border: 1px solid var(--mud-palette-lines-inputs);
    border-radius: 4px;
    color: var(--mud-palette-text-primary);
    background: var(--mud-palette-surface);
    cursor: pointer;
}

.matrix-values > button:disabled[b-utms03zokn] {
    cursor: default;
}

.tapizado-thumb[b-utms03zokn] {
    width: 54px;
    height: 42px;
    object-fit: contain;
}
/* /Components/Pages/Sistema/ReportDesigner.razor.rz.scp.css */
.report-designer-shell[b-z3pfsyplr4] {
    min-height: calc(100vh - 132px);
}

.report-designer-host[b-z3pfsyplr4] {
    height: 1000px;
    min-height: 1000px;
    overflow: hidden;
}

.empty-designer-state[b-z3pfsyplr4] {
    height: 100%;
}

.report-import-content[b-z3pfsyplr4] {
    flex-wrap: wrap;
}

.report-import-title[b-z3pfsyplr4],
.report-import-switch[b-z3pfsyplr4] {
    flex-shrink: 0;
}

.report-import-name[b-z3pfsyplr4] {
    width: 280px;
    max-width: 100%;
}

.import-file-input[b-z3pfsyplr4] {
    flex: 1 1 240px;
    min-width: 220px;
    max-width: 100%;
}

@media (max-width: 960px) {
    .report-import-title[b-z3pfsyplr4],
    .report-import-name[b-z3pfsyplr4],
    .report-import-switch[b-z3pfsyplr4],
    .import-file-input[b-z3pfsyplr4] {
        width: 100%;
        min-width: 100%;
    }

    .report-designer-host[b-z3pfsyplr4] {
        height: 1000px;
        min-height: 1000px;
    }
}
/* /Components/Pages/Utilitarios/Consultas.razor.rz.scp.css */
.menu-consultas-container[b-uyieb113yo] {
    background: linear-gradient(to bottom, var(--mud-palette-background) 0%, var(--mud-palette-surface) 100%);
    border-radius: 8px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.menu-consultas-container:hover[b-uyieb113yo] {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.menu-consultas-container :deep(.mud-nav-menu)[b-uyieb113yo] {
    overflow: hidden;
}

.menu-consultas-container :deep(.mud-nav-group)[b-uyieb113yo] {
    margin: 4px 0;
    border-radius: 6px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

.menu-consultas-container :deep(.mud-nav-group:hover)[b-uyieb113yo] {
    background: rgba(var(--mud-palette-primary-rgb), 0.04);
}

.menu-consultas-container :deep(.mud-nav-group .mud-nav-link)[b-uyieb113yo] {
    border-radius: 4px;
    transition: all 0.2s ease;
    padding: 6px 16px;
    margin: 2px 8px;
    position: relative;
    overflow: hidden;
}

.menu-consultas-container :deep(.mud-nav-group .mud-nav-link::before)[b-uyieb113yo] {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 3px;
    background: var(--mud-palette-primary);
    transform: scaleY(0);
    transition: transform 0.3s ease;
}

.menu-consultas-container :deep(.mud-nav-group .mud-nav-link:hover)[b-uyieb113yo] {
    background: rgba(var(--mud-palette-primary-rgb), 0.08);
    padding-left: 20px;
    transform: translateX(4px);
}

.menu-consultas-container :deep(.mud-nav-group .mud-nav-link:hover::before)[b-uyieb113yo] {
    transform: scaleY(1);
}

.menu-consultas-container :deep(.mud-nav-group .mud-nav-link:active)[b-uyieb113yo] {
    transform: translateX(4px) scale(0.98);
}

.menu-consultas-container :deep(.mud-nav-group-header)[b-uyieb113yo] {
    font-weight: 500;
    padding: 10px 12px;
    border-radius: 6px;
    transition: all 0.3s ease;
    position: relative;
}

.menu-consultas-container :deep(.mud-nav-group-header:hover)[b-uyieb113yo] {
    background: rgba(var(--mud-palette-primary-rgb), 0.06);
}

.menu-consultas-container :deep(.mud-nav-group-header .mud-icon-root)[b-uyieb113yo] {
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.menu-consultas-container :deep(.mud-nav-group.mud-nav-group-expanded .mud-nav-group-header .mud-icon-root)[b-uyieb113yo] {
    transform: scale(1.1);
    color: var(--mud-palette-primary);
}

.menu-consultas-container :deep(.mud-nav-group.mud-nav-group-expanded .mud-nav-group-header)[b-uyieb113yo] {
    background: rgba(var(--mud-palette-primary-rgb), 0.08);
    font-weight: 600;
}

.menu-consultas-container :deep(.mud-collapse-container)[b-uyieb113yo] {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

.menu-consultas-container :deep(.mud-nav-group-header .mud-collapse-expand-icon)[b-uyieb113yo] {
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes slideIn-b-uyieb113yo {
    from {
        opacity: 0;
        transform: translateX(-10px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.menu-consultas-container :deep(.mud-nav-group.mud-nav-group-expanded .mud-nav-link)[b-uyieb113yo] {
    animation: slideIn-b-uyieb113yo 0.3s ease forwards;
}

.menu-consultas-container :deep(.mud-nav-group.mud-nav-group-expanded .mud-nav-link:nth-child(1))[b-uyieb113yo] {
    animation-delay: 0.05s;
}

.menu-consultas-container :deep(.mud-nav-group.mud-nav-group-expanded .mud-nav-link:nth-child(2))[b-uyieb113yo] {
    animation-delay: 0.1s;
}

.menu-consultas-container :deep(.mud-nav-group.mud-nav-group-expanded .mud-nav-link:nth-child(3))[b-uyieb113yo] {
    animation-delay: 0.15s;
}

.menu-consultas-container :deep(.mud-nav-group.mud-nav-group-expanded .mud-nav-link:nth-child(4))[b-uyieb113yo] {
    animation-delay: 0.2s;
}

.menu-consultas-container :deep(.mud-nav-group.mud-nav-group-expanded .mud-nav-link:nth-child(5))[b-uyieb113yo] {
    animation-delay: 0.25s;
}

.menu-consultas-container :deep(.mud-nav-group.mud-nav-group-expanded .mud-nav-link:nth-child(6))[b-uyieb113yo] {
    animation-delay: 0.3s;
}

@media (max-width: 960px) {
    .menu-consultas-container[b-uyieb113yo] {
        position: relative !important;
        top: 0 !important;
        margin-bottom: 16px;
    }
}

@media (prefers-color-scheme: dark) {
    .menu-consultas-container[b-uyieb113yo] {
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
    }

    .menu-consultas-container:hover[b-uyieb113yo] {
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
    }

    .menu-consultas-container :deep(.mud-nav-group:hover)[b-uyieb113yo] {
        background: rgba(var(--mud-palette-primary-rgb), 0.08);
    }

    .menu-consultas-container :deep(.mud-nav-group .mud-nav-link:hover)[b-uyieb113yo] {
        background: rgba(var(--mud-palette-primary-rgb), 0.12);
    }
}
/* /Components/Pages/Ventas/GestionMesas.razor.rz.scp.css */
.mesas-grid[b-m6hpqi2wuu] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 260px), 1fr));
    gap: 8px;
    align-items: start;
}

.mesa-item[b-m6hpqi2wuu] {
    min-width: 0;
    overflow-wrap: anywhere;
}

.mesa-header[b-m6hpqi2wuu] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 4px 8px;
    padding: 8px;
}

.mesa-heading[b-m6hpqi2wuu] {
    min-width: 0;
    flex: 1;
}

.mesa-estados[b-m6hpqi2wuu] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
}

.mesa-importes[b-m6hpqi2wuu] {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    gap: 0 8px;
}

.mesa-item[b-m6hpqi2wuu]  .mesa-actions {
    flex-wrap: wrap;
    gap: 4px;
}

.mesa-item[b-m6hpqi2wuu]  .mesa-actions .mud-icon-button {
    flex: 1 0 calc(20% - 4px);
    min-width: 40px;
    min-height: 36px;
}

.mesa-item[b-m6hpqi2wuu]  .mesa-actions .mud-icon-root {
    font-size: 22px;
}

@media (pointer: coarse) {
    .mesa-item[b-m6hpqi2wuu]  .mud-icon-button {
        min-width: 40px;
        min-height: 40px;
    }
}
/* /Components/Pages/Ventas/PrepedidosPanel.razor.rz.scp.css */
.prepedidos-grid[b-km1hb1zq18]  .prepedido-card {
    height: 270px;
    display: flex;
    flex-direction: column;
}

.prepedidos-grid[b-km1hb1zq18]  .prepedido-card .mud-card-content {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
}

.prepedidos-grid[b-km1hb1zq18]  .prepedido-card .mud-card-actions {
    margin-top: auto;
    flex-shrink: 0;
}

.prepedido-info[b-km1hb1zq18] {
    min-height: 0;
    overflow: hidden;
}

.prepedido-bottom[b-km1hb1zq18] {
    margin-top: auto;
    flex-shrink: 0;
}

.prepedido-pedido-slot[b-km1hb1zq18] {
    min-height: 17px;
}
/* /Components/Pages/Ventas/TiendaVirtual.razor.rz.scp.css */
.tienda-page-head[b-s2lo981b9b],
.section-head[b-s2lo981b9b] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px;
}

.tienda-page-head[b-s2lo981b9b]  .tienda-catalogo-button {
    box-shadow: 0 0 8px var(--mud-palette-primary);
    font-weight: 700;
}

.tienda-page-head[b-s2lo981b9b]  .tienda-catalogo-button:hover,
.tienda-page-head[b-s2lo981b9b]  .tienda-catalogo-button:focus {
    box-shadow: 0 0 12px var(--mud-palette-primary);
}

.tienda-secciones[b-s2lo981b9b] {
    display: flex;
    gap: 4px;
    overflow-x: auto;
    margin-bottom: 18px;
    padding-bottom: 4px;
    border-bottom: 1px solid var(--mud-palette-divider);
}

.tienda-secciones button[b-s2lo981b9b] {
    border: 0;
    border-bottom: 2px solid transparent;
    background: transparent;
    color: inherit;
    padding: 8px 13px;
    display: flex;
    align-items: center;
    gap: 7px;
    white-space: nowrap;
    font-weight: 700;
    cursor: pointer;
}

.tienda-secciones button.active[b-s2lo981b9b] {
    color: var(--mud-palette-primary);
    border-bottom-color: var(--mud-palette-primary);
}

.panel-loading[b-s2lo981b9b] {
    min-height: 180px;
    display: grid;
    place-items: center;
}

.tienda-productos-section[b-s2lo981b9b]  .tienda-product-card {
    height: 220px;
    display: flex;
    flex-direction: column;
}

.tienda-productos-section[b-s2lo981b9b]  .tienda-product-card .mud-card-content {
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
}

.tienda-productos-section[b-s2lo981b9b]  .tienda-product-card .mud-card-actions {
    margin-top: auto;
    flex-shrink: 0;
}

.logo-admin small[b-s2lo981b9b] {
    color: var(--mud-palette-text-secondary);
}

.contenido-panels[b-s2lo981b9b]  .mud-expand-panel-content {
    padding: 20px;
}

.logo-admin[b-s2lo981b9b] {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.logo-admin img[b-s2lo981b9b] {
    width: 170px;
    height: 70px;
    object-fit: contain;
    border: 1px solid var(--mud-palette-divider);
}

.banners-admin[b-s2lo981b9b] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 15px;
}

.banners-admin article[b-s2lo981b9b] {
    border: 1px solid var(--mud-palette-divider);
    padding: 12px;
    display: grid;
    gap: 10px;
    align-content: start;
}

.banner-admin-preview[b-s2lo981b9b] {
    height: 120px;
    display: grid;
    place-items: center;
    overflow: hidden;
}

.banner-admin-preview img[b-s2lo981b9b] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nosotros-imagenes-admin[b-s2lo981b9b] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 16px;
}

.nosotros-imagenes-admin > div[b-s2lo981b9b] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.nosotros-imagenes-admin img[b-s2lo981b9b] {
    width: 150px;
    height: 110px;
    object-fit: cover;
}

.contenido-item[b-s2lo981b9b] {
    display: grid;
    grid-template-columns: 1fr 1.5fr 150px auto;
    gap: 10px;
    align-items: center;
    margin-bottom: 9px;
}

.contenido-save[b-s2lo981b9b] {
    position: sticky;
    bottom: 12px;
    display: flex;
    justify-content: flex-end;
    margin-top: 18px;
}

@media (max-width: 1250px) {
    .banners-admin[b-s2lo981b9b] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .contenido-item[b-s2lo981b9b] {
        grid-template-columns: 1fr 1fr;
    }

    .contenido-item > *:nth-child(3)[b-s2lo981b9b] {
        grid-column: 1 / 2;
    }
}

@media (max-width: 720px) {
    .tienda-page-head[b-s2lo981b9b],
    .section-head[b-s2lo981b9b] {
        align-items: flex-start;
        flex-direction: column;
    }

    .banners-admin[b-s2lo981b9b],
    .nosotros-imagenes-admin[b-s2lo981b9b] {
        grid-template-columns: 1fr;
    }

    .contenido-item[b-s2lo981b9b] {
        grid-template-columns: 1fr;
    }

    .contenido-item > *:nth-child(3)[b-s2lo981b9b] {
        grid-column: auto;
    }

    .nosotros-imagenes-admin > div[b-s2lo981b9b] {
        flex-direction: column;
        align-items: flex-start;
    }

    .nosotros-imagenes-admin img[b-s2lo981b9b] {
        width: 100%;
        height: 180px;
    }
}
/* /Components/Pages/Ventas/TiendaVirtualProductoDialog.razor.rz.scp.css */
.producto-principal[b-71p5kiwpmn]{min-height:260px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px}.producto-principal img[b-71p5kiwpmn]{width:100%;height:180px;object-fit:contain}.precios-head[b-71p5kiwpmn]{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:22px 0 12px}.presentaciones-lista[b-71p5kiwpmn]{display:grid;gap:10px}.presentacion-row[b-71p5kiwpmn]{display:grid;grid-template-columns:150px 120px 140px minmax(180px,1fr) 44px;gap:9px;align-items:center}@media(max-width:850px){.presentacion-row[b-71p5kiwpmn]{grid-template-columns:1fr 1fr}.presentacion-row>*:nth-last-child(2)[b-71p5kiwpmn]{grid-column:1/-1}}
/* /Components/Shared/CatalogoGaleriaEditor.razor.rz.scp.css */
.galeria-editor[b-d7km2i35ta]{display:grid;gap:14px}.galeria-editor-head[b-d7km2i35ta]{display:flex;align-items:center;justify-content:space-between;gap:12px}.galeria-editor-head>div[b-d7km2i35ta]{display:flex;align-items:center;gap:9px}.galeria-editor-head span[b-d7km2i35ta]{background:#eee9ff;color:#6742c8;border-radius:999px;padding:2px 8px;font-size:.75rem;font-weight:800}.galeria-vacia[b-d7km2i35ta]{min-height:120px;border:1px dashed #cbd5e1;border-radius:12px;color:#64748b;display:grid;place-items:center;text-align:center;padding:22px;gap:8px}.galeria-lista[b-d7km2i35ta]{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.galeria-lista article[b-d7km2i35ta]{position:relative;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;background:#fff}.galeria-lista img[b-d7km2i35ta]{width:100%;height:130px;display:block;object-fit:contain;background:#f8fafc}.galeria-orden[b-d7km2i35ta]{position:absolute;top:7px;left:7px;width:25px;height:25px;display:grid;place-items:center;background:#111827;color:#fff;border-radius:50%;font-size:.72rem;font-weight:800}.galeria-acciones[b-d7km2i35ta]{display:flex;justify-content:center;border-top:1px solid #edf0f4}@media(max-width:700px){.galeria-lista[b-d7km2i35ta]{grid-template-columns:repeat(2,minmax(0,1fr))}.galeria-editor-head[b-d7km2i35ta]{align-items:flex-start;flex-direction:column}}
