/* /Pages/Producto.razor.rz.scp.css */

.product-container[b-n07ql23fid] {
    position: relative;
    height: 87vh;
}


.product-Info-container[b-n07ql23fid] {
    justify-content: center;
    align-content: center;
    padding: 50px 100px;
}

.product-image-container[b-n07ql23fid] {
    display: flex;
    align-content: center;
    justify-content: center;
}

.product-image[b-n07ql23fid] {
    max-width: 600px;
    max-height: 600px;
}

.product-description[b-n07ql23fid] {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product-description-category-container[b-n07ql23fid] {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 5px;
}

.product-description-category-badge[b-n07ql23fid] {
    font-size: 15px;
}
/* /Shared/Components/ItemCard.razor.rz.scp.css */


.article-card-img[b-o1w00anndi] {
    height: auto;
    width: 100%;
    max-width: 150px;
    transition: max-height 0.15s ease-out;
}

.article-card-body:hover[b-o1w00anndi] {
    cursor: pointer;
}


.article-card-body[b-o1w00anndi] {
    height: 300px;
    width: 100%;
    display: block;
    overflow:hidden;
}

.article-card-label[b-o1w00anndi] {
    margin-top: -10px;
    font-size: 20px;
}

.article-card-line[b-o1w00anndi] {
    margin-top: 10%;
    border: none;
    border-top: 3px dotted #000f;
    color: #ffffff;
    background-color: #ffffff;
    height: 0px;
}

.article-card-img-container[b-o1w00anndi]{
    height:60%;
}
/* /Shared/Components/ItemCatalog.razor.rz.scp.css */


.ItemCatalog-Containe[b-lbpa58xquy]{
    min-height:95%;
}
/* /Shared/Components/ItemsModal.razor.rz.scp.css */

.modalBody[b-8o5s9evzca] {
    width: 100%;
    height: 60%;
    justify-content: center;
    background: rgba(157, 157, 157, 1);
    align-items: center;
    position: absolute;
    max-height: 500px;
}

.itemView[b-8o5s9evzca] {
    width: 92%;
    height: 100%;
    background: rgba(234, 234, 234, 1);
    border-radius: 8px;
}

.articleInfo[b-8o5s9evzca] {
    padding: 20px;
}

.itemName[b-8o5s9evzca] {
    font-size: 48px;
}

.article-line[b-8o5s9evzca] {
    border: none;
    border-top: 3px dotted #000f;
    color: #ffffff;
    background-color: #ffffff;
    height: 0px;
}

.itemDescription[b-8o5s9evzca] {
    font-weight: lighter;
}

.article-img[b-8o5s9evzca] {
    height: auto;
    border-radius: 8px;
    margin-bottom: 10px;
}

.relatedItemsSection[b-8o5s9evzca] {
    width: 96%;
    margin-bottom: 10px;
    margin-top: 10px;
    justify-content: start;
    align-items: start;
}

.itemInfo-label[b-8o5s9evzca] {
    padding: 14px;
}

.modal-scrim[b-8o5s9evzca] {
    background: rgba(0, 0, 0, 0.67);
}



.arrow[b-8o5s9evzca] {
    border: solid #575757;
    height: 27px;
    line-height: 27px;
    margin: auto;
    border-width: 0 10px 10px 0;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 8px;
}

.right[b-8o5s9evzca] {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    justify-content: end;
    align-items: end;
}

.left[b-8o5s9evzca] {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.articleList[b-8o5s9evzca] {
    width: 100%;
    height: 100%;
    justify-content: space-between;
    align-items: center;
    display: inline-flex;
    margin-bottom: 20px;
    margin-top: 20px;
}

.article-card-img[b-8o5s9evzca] {
    width: 80%;
    height: 80%;
    border-radius: 10px;
}
/* /Shared/Components/LoadingDialog.razor.rz.scp.css */

.sag-loading-modal-body[b-6d5w4aex87] {
    width: 100%;
    height: 60%;
    justify-content: center;
    background: rgba(157, 157, 157, 1);
    align-items: center;
    position: absolute;
    max-height: 500px;
    border:0;     
    width: 300px;
}

.itemView[b-6d5w4aex87] {
    width: 92%;
    height: 100%;
    background: rgba(234, 234, 234, 1);
    border-radius: 8px;
}

.articleInfo[b-6d5w4aex87] {
    padding: 20px;
}

.itemName[b-6d5w4aex87] {
    font-size: 48px;
}

.article-line[b-6d5w4aex87] {
    border: none;
    border-top: 3px dotted #000f;
    color: #ffffff;
    background-color: #ffffff;
    height: 0px;
}

.itemDescription[b-6d5w4aex87] {
    font-weight: lighter;
}

.article-img[b-6d5w4aex87] {
    height: auto;
    border-radius: 8px;
    margin-bottom: 10px;
}

.relatedItemsSection[b-6d5w4aex87] {
    width: 96%;
    margin-bottom: 10px;
    margin-top: 10px;
    justify-content: start;
    align-items: start;
}

.itemInfo-label[b-6d5w4aex87] {
    padding: 14px;
}

.modal-scrim[b-6d5w4aex87] {
    background: rgba(0, 0, 0, 0.67);
}

.arrow[b-6d5w4aex87] {
    border: solid #575757;
    height: 27px;
    line-height: 27px;
    margin: auto;
    border-width: 0 10px 10px 0;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 8px;
}

.right[b-6d5w4aex87] {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    justify-content: end;
    align-items: end;
}

.left[b-6d5w4aex87] {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.articleList[b-6d5w4aex87] {
    width: 100%;
    height: 100%;
    justify-content: space-between;
    align-items: center;
    display: inline-flex;
    margin-bottom: 20px;
    margin-top: 20px;
}

.article-card-img[b-6d5w4aex87] {
    width: 80%;
    height: 80%;
    border-radius: 10px;
}


.sag-loading-image-container[b-6d5w4aex87] {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
}

.sag-loading-image[b-6d5w4aex87] {
    height: 50%;
    width: 60%;
    animation: spin-b-6d5w4aex87 1.75s linear infinite;
}

@keyframes spin-b-6d5w4aex87 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* /Shared/Components/NavBar.razor.rz.scp.css */

.commerse-navbar[b-5brq72h20m] {
    background-color: #e26400 !important;
}

    .commerse-navbar a[b-5brq72h20m] {
        color: white;
    }

    .commerse-navbar li[b-5brq72h20m] {
        color: white;
    }

.dropdown-menu[b-5brq72h20m] {
    background-color: #e26400 !important;
}

.search-button[b-5brq72h20m] {
    background-color: white;
    border-color: white;
    margin-left: -50px;
}

    .search-button:active[b-5brq72h20m] {
        border-color: white;
    }


.search-textBox[b-5brq72h20m] {
    background-color: white;
    border-color: white;
    border-radius: 25px;
}




/*----------------------*/


/* Navbar container */
.cn-navbar[b-5brq72h20m] {
    overflow: hidden;
    background-color: #19a55f;
    font-family: Arial;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    /* Links inside the navbar */
    .cn-navbar a[b-5brq72h20m] {
        float: left;
        font-size: 16px;
        color: white;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
    }

/* The dropdown container */
.cn-dropdown[b-5brq72h20m] {
    float: left;
}

    /* Dropdown button */
    .cn-dropdown .cn-dropbtn[b-5brq72h20m] {
        border: none;
        color: white;
        font: inherit;
        display: block;
    }

    .cn-navbar a:hover[b-5brq72h20m], .cn-dropdown:hover .cn-dropbtn[b-5brq72h20m] {
        background-color: #1D8859;
    }

.cn-dropdown-content[b-5brq72h20m] {
    display: none;
    position: absolute;
    border-radius: 5px 5px;
    background-color: #f9f9f9;
    width: 100%;
    left: 0;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .cn-dropdown-content .header[b-5brq72h20m] {
        background-color: #1D8859;
        padding: 16px;
        color: white;
    }

.cn-dropdown:hover .cn-dropdown-content[b-5brq72h20m] {
    display: block;
}

.cn-dropdown-list[b-5brq72h20m] {
    padding: 10px;
}

.cn-column[b-5brq72h20m] {
    float: left;
    width: 33.33%;
    padding: 10px;
    background-color: white;
    height: 250px;
}

    .cn-column a[b-5brq72h20m] {
        float: none;
        color: black;
        padding: 16px;
        text-decoration: none;
        display: block;
        text-align: left;
    }

        .cn-column a:hover[b-5brq72h20m] {
            background-color: #ddd;
        }

.cn-row[b-5brq72h20m]:after {
    content: "";
    display: table;
    clear: both;
}

/*--------------------*/



/* Dropdown Button */
.cni-dropbtn[b-5brq72h20m] {
    color: black;
    font-size: 16px;
    border: none;
}

.cni-dropdown[b-5brq72h20m] {
    position: relative;
    display: inline-block;
}

.cni-dropdown-content[b-5brq72h20m] {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 100%;
    z-index: 1;
}

    /* Links inside the dropdown */
    .cni-dropdown-content a[b-5brq72h20m] {
        color: black;
        padding: 5px 10px;
        text-decoration: none;
        display: block;
    }

        .cni-dropdown-content a:hover[b-5brq72h20m] {
            background-color: #ddd;
        }

.cni-dropdown:hover .cni-dropdown-content[b-5brq72h20m] {
    display: flex;
    flex-direction: column;
}

.cni-dropdown:hover[b-5brq72h20m] {
    background-color: #22a561;
    color: white;
}

    .cni-dropdown:hover .cni-dropbtn[b-5brq72h20m] {
        color: white !important;
    }

        .cni-dropdown:hover .cni-dropbtn .cni-dropbtn[b-5brq72h20m] {
            color: white;
        }


/*------------estilos Navbar------------------*/

.cn-nav[b-5brq72h20m] {
    background-color: #19a55f;
}

.cn-nav-logo[b-5brq72h20m] {
    display: flex;
    align-items: center;
    padding: 25px;
    color: white;
}

.cn-nav-logo-container a[b-5brq72h20m] {
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cn-nav-logo a[b-5brq72h20m] {
    color: white;
    display: flex;
    align-items: center;
}

.cn-nav-input-section[b-5brq72h20m] {
    display: flex;
    flex-direction: column;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    gap: 5px;
    justify-content: flex-end;
}

.cn-nav-search-section[b-5brq72h20m] {
    display: flex;
    align-items: center;
}

.cn-nav-option-section[b-5brq72h20m] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    min-height: 50px;
}


    .cn-nav-option-section a[b-5brq72h20m] {
        text-decoration: none;
    }

    .cn-nav-option-section * * a[b-5brq72h20m] {
        text-decoration: none;
    }

/*
.col-12 {
    flex: 0 0 auto;
    width: 100%;
}*/

.cn-navbar-toggler[b-5brq72h20m] {
    display:none;
}

@media (width <= 768px) {
    .cn-nav-option-section[b-5brq72h20m] {
        display: none
    }

    .cn-nav-option-section-toggled[b-5brq72h20m] {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 5px;
        min-height: 50px;
        flex-direction: column;
        animation: fadeIn 2s ease-in-out forwards;
    }

    .cn-nav-input-section[b-5brq72h20m]{
        padding:20px;
    }

    .navbar-toggler[b-5brq72h20m]{
        display:flow !important;
    }

    .cn-nav-logo-container[b-5brq72h20m] {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .cn-navbar-toggler[b-5brq72h20m] {
        display:flow;
        background: transparent;
        border-style: solid;
        border-radius: 5px;
        margin-right: 10px;
        height: 45px;
        width: 45px;
        border-color: white;
        color:white;
    }
}

/*@media (min-width: 768px) {
    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width: 992px) {

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.3333%;
    }
}*/


.cn-nav-option-item[b-5brq72h20m] {
    padding: 10px 10px;
    color: white;
}


    .cn-nav-option-item:hover[b-5brq72h20m] {
        background-color: #1D8859
    }

.cn-sticky[b-5brq72h20m] {
    position: fixed;
    top: 0;
    width: 100%;
    z-index:1;
}
/* /Shared/Components/NoClickableItemCard.razor.rz.scp.css */
NoClickableItemCard[b-uel18prs0r]{
    display:inline-block;
    align-self: center;
}

.article-card-img[b-uel18prs0r] {
    max-height: 40% !important;
    height: auto;
    width: 100%;
}


.article-card-body[b-uel18prs0r] {

    display: inline-block;
}

.article-card-label[b-uel18prs0r] {
    margin-top: -10px;
    font-size: 20px;
}

.article-card-line[b-uel18prs0r] {
    margin-top: -30px;
    border: none;
    border-top: 3px dotted #000f;
    color: #ffffff;
    background-color: #ffffff;
    height: 0px;
}
/* /Shared/Components/PaginationController.razor.rz.scp.css */
.page-item-cursor[b-t8o7ka1jke] {
    cursor: pointer !important;
}
/* /Shared/Components/ScrollableArticleList.razor.rz.scp.css */
.scrolling-wrapper-flexbox[b-3oex6cswts] {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    .card{
    flex: 0 0 auto;
    }
}

/* /Shared/Components/SideBar/SideBar.razor.rz.scp.css */


.sidebar-container[b-7kl38guz17] {
    background-color: #678bc4;
    height: 100%;

}

.sidebar[b-7kl38guz17] {
    height: 100%;
    overflow-y: hidden;
}
/* /Shared/Components/SideBar/SideBarItem.razor.rz.scp.css */
.sidebar-item[b-ad4gpj6nmz] {
    font-size: 25px;
    color: white;
    padding: 5px;
    font-weight: lighter;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .sidebar-item:hover[b-ad4gpj6nmz] {
        text-decoration: underline;
        cursor: pointer;
    }

    .sidebar-item[b-ad4gpj6nmz]  a:hover {
        transition: 0.3s;
    }



.sidebar-sub-item[b-ad4gpj6nmz] {
    font-size: 25px;
    color: white;
    padding: 5px;
    font-weight: lighter;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 30px;
    transition: 0.3s;
}

    .sidebar-sub-item:hover[b-ad4gpj6nmz] {
        font-size: 32px;
        text-decoration: underline;
        cursor:pointer !important;
    }

.sidebar-sub-item-container[b-ad4gpj6nmz] {
    animation-name: fade-in-b-ad4gpj6nmz;
    animation-duration: 2s;
}

@keyframes fade-in-b-ad4gpj6nmz {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
/* /Shared/Components/TopNavBar.razor.rz.scp.css */


.nav-container[b-s0uvzit6as] {
    background-color: #386cb7 !important;
}


.left-border-radius[b-s0uvzit6as] {
    border-radius: 25px 0px 0px 25px;
}

.right-border-radius[b-s0uvzit6as] {
    border-radius: 0px 25px 25px 0px;
}

.search-button[b-s0uvzit6as] {
    background-color: white;
    border-color: white;
    margin-left: -50px;
}

.search-button:active[b-s0uvzit6as] {
    border-color: white;
}


.search-textBox[b-s0uvzit6as] {
    background-color: white;
    border-color: white;
    border-radius: 25px;
}

.title[b-s0uvzit6as] {
    font-size: 30px;
    text-decoration: none;
}
.title:hover[b-s0uvzit6as] {
    font-size: 40px;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-y3wgnpebqu] {
    position: relative;
    display:flex;
    height: 100%;
    flex-direction: column;
}

main[b-y3wgnpebqu] {
    flex: 1;
}

.sidebar[b-y3wgnpebqu] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}
.sidebar-col[b-y3wgnpebqu] {
    height: 100%;
}

.body-row[b-y3wgnpebqu] {
    height: 100%;
}

.top-row[b-y3wgnpebqu] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    position: fixed;
    height: 3.5rem;
    display: flex;
    align-items: center;
    flex-direction: row;
    z-index: 2;
    transition: 0.5s;
    width: 100%;
    box-shadow: 0px 5px 20px #000000a4;
}

    .top-row[b-y3wgnpebqu]  a, .top-row[b-y3wgnpebqu]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-y3wgnpebqu]  a:hover, .top-row[b-y3wgnpebqu]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-y3wgnpebqu]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-y3wgnpebqu] {
        display: none;
    }

    .top-row.auth[b-y3wgnpebqu] {
        justify-content: space-between;
    }

    .top-row[b-y3wgnpebqu]  a, .top-row[b-y3wgnpebqu]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-y3wgnpebqu] {
        flex-direction: row;
    }

    .sidebar[b-y3wgnpebqu] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-y3wgnpebqu] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-y3wgnpebqu]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-y3wgnpebqu], article[b-y3wgnpebqu] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ukr9hef20s] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-ukr9hef20s] {
    
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-ukr9hef20s] {
    font-size: 1.1rem;
}
.page-title[b-ukr9hef20s]{
    text-decoration: none;
}

.oi[b-ukr9hef20s] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-ukr9hef20s] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-ukr9hef20s] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-ukr9hef20s] {
        padding-bottom: 1rem;
    }

    .nav-item[b-ukr9hef20s]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-ukr9hef20s]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-ukr9hef20s]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-ukr9hef20s] {
        display: none;
    }

    .collapse[b-ukr9hef20s] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-ukr9hef20s] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
