/* _content/DeseoJewelry/Components/Layout/Drawer.razor.rz.scp.css */
[b-a3eb0e35oo] .navigation-drawer {
    --dxbl-drawer-panel-footer-justify-content: center;
    height: 100vh;
    max-height: 100%;
}

[b-a3eb0e35oo] .panel-open:not(.mobile) .menu-button {
    display: none;
}

@media (max-width: 768px) {
    [b-a3eb0e35oo] .panel-open:not(.mobile) .menu-button {
        display: inline-flex;
    }

    .mobile-drawer-closed .shading-copy[b-a3eb0e35oo] {
        display: none;
        visibility: hidden;
    }

    [b-a3eb0e35oo] .shading-copy {
        background-color: var(--dxbl-drawer-content-shading-bg);
        height: 100%;
        position: absolute;
        transition: opacity ease var(--dxbl-drawer-animation-duration);
        visibility: visible;
        width: 100%;
        z-index: 99;
        opacity: var(--dxbl-drawer-content-shading-opacity);
    }

    [b-a3eb0e35oo] .panel-open .shading-copy {
        opacity: 0;
        visibility: unset;
        height: unset;
    }
}
/* _content/DeseoJewelry/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-tp0w92iuxw] {
    /*height: 100%;*/
    height: calc(100% - 1rem);
    overflow-y: scroll;
    overscroll-behavior: none;
    /*    position: relative;*/
    font-family: var(--bs-font-sans-serif);
    background: rgb(252,252,252);
    background: linear-gradient(90deg, rgba(252,252,252,0.5) 0%, rgba(245,244,244,0.5) 100%);
}

[b-tp0w92iuxw] .navigation-drawer > .dxbl-drawer-panel {
    background-image: linear-gradient(180deg, var(--bs-primary) 0%, var(--bs-black) 150%);
}

[b-tp0w92iuxw] .dxbl-drawer .dxbl-drawer-content {
    height: 100vh;
    overflow: auto;
}

[b-tp0w92iuxw] .dxbl-drawer > .dxbl-drawer-panel .dxbl-drawer-header {
    border-bottom: none;
    padding: 2rem 1rem;
}

[b-tp0w92iuxw] .dxbl-drawer-panel .dxbl-drawer-header .navigation-drawer-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

[b-tp0w92iuxw] .dxbl-drawer > .dxbl-drawer-panel > .dxbl-drawer-body {
    --dxbl-drawer-panel-body-padding-x: 0;
    --dxbl-drawer-panel-body-padding-y: 1rem;
}

[b-tp0w92iuxw] .dxbl-drawer > .dxbl-drawer-panel .dxbl-drawer-footer {
    --dxbl-drawer-panel-footer-justify-content: center;
    border-top: none;
    padding-bottom: 1.5rem;
}

[b-tp0w92iuxw] .content {
    overflow: auto;
    display: flex;
    flex-direction: column;
}

[b-tp0w92iuxw] .icon {
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-position: center center;
    -webkit-mask-mask-position: center center;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-tp0w92iuxw] .icon-back {
    -webkit-mask-image: url("images/back.svg");
    mask-image: url("images/back.svg");
}

[b-tp0w92iuxw] .icon-close {
    -webkit-mask-image: url("images/close.svg");
    mask-image: url("images/close.svg");
}

[b-tp0w92iuxw] .icon-menu {
    -webkit-mask-image: url("images/menu.svg");
    mask-image: url("images/menu.svg");
}

[b-tp0w92iuxw] .icon-log-in {
    -webkit-mask-image: url("images/account/log-in.svg");
    mask-image: url("images/account/log-in.svg");
}

[b-tp0w92iuxw] .icon-log-out {
    -webkit-mask-image: url("images/account/log-out.svg");
    mask-image: url("images/account/log-out.svg");
}

[b-tp0w92iuxw] .icon-user {
    -webkit-mask-image: url("images/account/user.svg");
    mask-image: url("images/account/user.svg");
}

[b-tp0w92iuxw] .docs-icon {
    mask-image: url("images/doc.svg");
    -webkit-mask-image: url("images/doc.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-tp0w92iuxw] .demos-icon {
    mask-image: url("images/demos.svg");
    -webkit-mask-image: url("images/demos.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-tp0w92iuxw] .footer-button:hover .demos-icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-tp0w92iuxw] .footer-button:hover .docs-icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-tp0w92iuxw] .menu-button:hover .icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-tp0w92iuxw] .menu-button-nav:hover .icon {
    background-color: var(--dxbl-btn-hover-color);
}

.panel-open .menu-button[b-tp0w92iuxw] {
    display: inline-flex;
}

.menu-button-nav[b-tp0w92iuxw] {
    background-image: url("images/close.svg");
    width: 1.875rem;
    height: 1.875rem;
}

.nav-buttons-container[b-tp0w92iuxw] {
    display: flex;
    gap: 10px;
    padding: 2rem 1rem;
}

.nav-buttons-container[b-tp0w92iuxw]  .menubutton-float-end {
    margin-left: auto;
}

.nav-buttons-container[b-tp0w92iuxw]  .dxbl-btn-icon-only {
    --dxbl-btn-padding-x: 0.75rem;
    --dxbl-btn-padding-y: 0.25rem;
}

[b-tp0w92iuxw] .navigation-drawer > .dxbl-drawer-panel {
    display: flex;
}

[b-tp0w92iuxw] .navigation-drawer.mobile > .dxbl-drawer-panel {
    display: none;
}

[b-tp0w92iuxw] .navigation-drawer.mobile > .dxbl-drawer-shading {
    display: none;
}

@media (max-width: 768px) {
    [b-tp0w92iuxw] .navigation-drawer > .dxbl-drawer-panel {
        display: none;
    }

    [b-tp0w92iuxw] .navigation-drawer.mobile > .dxbl-drawer-panel {
        display: flex;
    }

    [b-tp0w92iuxw] .navigation-drawer.mobile > .dxbl-drawer-shading {
        display: block;
    }
}

.header[b-tp0w92iuxw]{
    position:relative;
    z-index:199 !important;
}

.stacklayout-header[b-tp0w92iuxw]{
    height:80px;
}

.bg-overlay[b-tp0w92iuxw] {
    width: 100%;
    background: rgba(255, 170, 51, 0.59);
    position: sticky;
    top: 0;
}

.sticky-header[b-tp0w92iuxw] {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: white;
    transition: box-shadow 0.3s ease;
}

.sticky-header.scrolled[b-tp0w92iuxw] {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
/* _content/DeseoJewelry/Components/Layout/NavMenu.razor.rz.scp.css */
#sidebar[b-j7ysuu0wy5] {
    min-width: 15rem;
    max-width: 15rem;
    transition: transform 0.1s ease-out;
    height: 100%;
    max-height: 100%;
    display: block;
    background: inherit;
}

.logo[b-j7ysuu0wy5] {
    text-align: center;
}

[b-j7ysuu0wy5] .menu.display-mobile {
    margin-bottom: 2rem;
}

[b-j7ysuu0wy5] .menu.display-iam {
    margin-bottom: 2rem;
}

[b-j7ysuu0wy5] .menu {
    background-color: inherit;
}

    [b-j7ysuu0wy5] .menu .dxbl-menu-item-list {
        gap: 0.5rem;
    }

[b-j7ysuu0wy5] .menu-item {
    color: var(--bs-white);
}

[b-j7ysuu0wy5] .icon {
    width: 1rem;
    height: 1rem;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 0.5rem;
}

[b-j7ysuu0wy5] .home-icon {
    background-image: url("images/home.svg");
}

[b-j7ysuu0wy5] .weather-icon {
    background-image: url("images/weather.svg");
}

[b-j7ysuu0wy5] .counter-icon {
    background-image: url("images/counter.svg");
}

[b-j7ysuu0wy5] .settings-icon {
    background-image: url("images/account/settings.svg");
}

[b-j7ysuu0wy5] .log-in-icon {
    background-image: url("images/account/log-in.svg");
}

[b-j7ysuu0wy5] .log-out-icon {
    background-image: url("images/account/log-out.svg");
}

[b-j7ysuu0wy5] .user-icon {
    background-image: url("images/account/user.svg");
}

@media (max-width: 768px) {
    #sidebar[b-j7ysuu0wy5] {
        min-width: inherit;
        max-width: inherit;
        display: block;
    }

    .logo[b-j7ysuu0wy5] {
        text-align: inherit;
    }
}

/*Toogle user*/
.dxbl-menu-item-tmpl[b-j7ysuu0wy5] {
    display: flex;
    align-items: center;
}

.notoggle svg[b-j7ysuu0wy5] {
    display: none;
}

.dxbl-menu-item .search[b-j7ysuu0wy5] {
    min-width: 123px
}

.dxbl-menu-item-tmpl > .search[b-j7ysuu0wy5] {
    position: relative;
}

.user-profile .logo-container[b-j7ysuu0wy5] {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}

.user-profile .log-off-btn[b-j7ysuu0wy5] {
    padding-top: 0.815rem;
    padding-bottom: 0.815rem;
    border-top: 1px solid #e5e5e5;
}

.menu-icon-user-profile[b-j7ysuu0wy5] {
    opacity: 0.75;
}

.user-profile .menu-icon-user-profile[b-j7ysuu0wy5] {
    opacity: 0.25;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}

.user-name-container .tm-8[b-j7ysuu0wy5] {
    opacity: 0.8;
}

.dxbl-menu[b-j7ysuu0wy5] {
    height: 80px !important;
    line-height: 80px !important;
}
/* _content/DeseoJewelry/Components/Pages/Index.razor.rz.scp.css */
/*::deep .welcome-gridlayout {
    margin: auto;
    width: auto;
    height: auto;
}*/

[b-gr4v8ulp8k] .welcome-gridlayout .dxbl-gridlayout-root {
    align-content: center;
    justify-content: center;
}

[b-gr4v8ulp8k] .title {
    text-align: center;
}

[b-gr4v8ulp8k] .welcome-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}

[b-gr4v8ulp8k] .welcome-card {
    width: 26.25rem;
    height: 15rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.2s;
    border-radius: 1rem;
    color: var(--bs-link-color-rgb);
    gap: 1.5rem;
    text-decoration: none;
    position: relative;
}

[b-gr4v8ulp8k] .welcome-card:hover {
    box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
}

[b-gr4v8ulp8k] .welcome-card .welcome-card-img {
    width: 6.5rem;
    height: 6.5rem;
}

[b-gr4v8ulp8k] .welcome-card .welcome-card-text {
    font-size: 1.75rem;
    font-weight: 600;
    letter-spacing: 0em;
    text-align: center;
    text-decoration: unset;
}

[b-gr4v8ulp8k] .icon-fill {
    fill: var(--bs-primary);
}

[b-gr4v8ulp8k] .welcome-card .welcome-card-back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--bs-body-color);
    opacity: 0.05;
    border-radius: 1rem;
    z-index: -2;
}

.cardImg[b-gr4v8ulp8k] {
    background: rgba(255, 170, 51, 0.59);
    overflow: hidden;
    border-radius: 10px;
}

.cardImg .card-img[b-gr4v8ulp8k] {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-transform: rotate(15deg) scale(1.4);
    transform: rotate(15deg) scale(1.4);
}

.card-container:hover .cardImg .card-img[b-gr4v8ulp8k] {
    opacity: .5;
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
}

.card-container .card[b-gr4v8ulp8k] {
    border-radius: 10px;
}

.card-container:hover .card[b-gr4v8ulp8k] {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3) !important;
}



/*Codigo para cards*/

.card-container[b-gr4v8ulp8k] {
    height: 100%;
}

.card[b-gr4v8ulp8k] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 1rem;
    background-color: #fffefb;
    border-radius: 1.5rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-img-top[b-gr4v8ulp8k] {
    height: 300px;
    object-fit: cover;
    border-radius: 0.75rem;
    margin-bottom: 1rem;
}

.card-title[b-gr4v8ulp8k] {
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 0.25rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.card-description[b-gr4v8ulp8k] {
    font-size: 0.9rem;
    color: #6c757d;
    margin-bottom: 0.75rem;
}

.card-list[b-gr4v8ulp8k] {
    list-style: none;
    padding-left: 0.5rem;
    font-size: 0.85rem;
    color: #444;
}

.card-list li[b-gr4v8ulp8k] {
    margin-bottom: 0.25rem;
}

.card-list i[b-gr4v8ulp8k] {
    color: #d4af37; /* dorado */
    margin-right: 0.5rem;
}
/* _content/DeseoJewelry/Components/TopBar.razor.rz.scp.css */

/* Main menu*/
/*Top bar*/
/*#topbar {
    position: relative;
    z-index: 200;
    background-color: #fff !important;*/ /*colored*/
/*}*/

#topbar.dark[b-xvc9g0hu0v] {
    border-bottom: 1px solid rgba(231, 231, 231, 0.05);
}

#topbar.topbar-fullwidth > .container[b-xvc9g0hu0v] {
    max-width: 100%;
    padding: 0 30px;
}


#topbar.topbar-fullwidth > .container[b-xvc9g0hu0v] {
    max-width: 100%;
    padding: 0 30px;
}

.container[b-xvc9g0hu0v], .container-fluid[b-xvc9g0hu0v], .container-sm[b-xvc9g0hu0v], .container-md[b-xvc9g0hu0v], .container-lg[b-xvc9g0hu0v], .container-xl[b-xvc9g0hu0v], .container-xxl[b-xvc9g0hu0v] {
    width: 100%;
    padding-right: var(--bs-gutter-x, 1rem);
    padding-left: var(--bs-gutter-x, 1rem);
    margin-right: auto;
    margin-left: auto;
}

#topbar.topbar-dark[b-xvc9g0hu0v], #topbar.dark[b-xvc9g0hu0v] {
    background-color: #252525;
    border-color: rgba(231, 231, 231, 0.25);
}

#topbar.dark.topbar-transparent[b-xvc9g0hu0v] {
    background-color: transparent;
    border-bottom: 1px solid rgba(144, 144, 144, 0.25);
}

#topbar .top-menu[b-xvc9g0hu0v] {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    float: left;
}

#topbar .top-menu > li[b-xvc9g0hu0v] {
    display: inline-block;
    height: 40px;
    line-height: 40px;
}

h1[b-xvc9g0hu0v], h2[b-xvc9g0hu0v], h3[b-xvc9g0hu0v], h4[b-xvc9g0hu0v], h5[b-xvc9g0hu0v], h6[b-xvc9g0hu0v], a[b-xvc9g0hu0v] {
    margin: 0;
    padding: 0;
    text-decoration: none;
}

#topbar .top-menu > li > a[b-xvc9g0hu0v] {
    color: #fff !important;
    display: block;
    font-size: 12px;
    font-weight: 500;
    height: 40px;
    margin-right: 16px;
}

#topbar.topbar-dark .top-menu > li > a[b-xvc9g0hu0v],
#topbar.topbar-dark .social-icons li a[b-xvc9g0hu0v],
#topbar.dark .top-menu > li > a[b-xvc9g0hu0v],
#topbar.dark .social-icons li a[b-xvc9g0hu0v] {
    color: #fff !important;
}

.topbar-transparent[b-xvc9g0hu0v] {
    margin-top: -2px;
}

#topbar .social-icons[b-xvc9g0hu0v] {
    float: right;
    height: 100%;
    overflow: hidden;
}

.social-icons[b-xvc9g0hu0v] {
    line-height: 0;
}

.social-icons ul[b-xvc9g0hu0v] {
    padding: 0;
    margin: 0;
}

#topbar .social-icons li[b-xvc9g0hu0v],
#topbar .social-icons li a[b-xvc9g0hu0v] {
    float: left;
    list-style: outside none none;
}

.social-icons li a[b-xvc9g0hu0v] {
    float: left;
    height: 32px;
    width: 32px;
    line-height: 32px;
    font-size: 16px;
    text-align: center;
    margin: 0 4px 4px 0;
    border-radius: 4px;
    border: 0;
    background: transparent;
    color: #fff !important;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

#topbar.topbar-dark .top-menu > li > a[b-xvc9g0hu0v],
#topbar.topbar-dark .social-icons li a[b-xvc9g0hu0v],
#topbar.dark .top-menu > li > a[b-xvc9g0hu0v],
#topbar.dark .social-icons li a[b-xvc9g0hu0v] {
    color: #fff !important;
}


#topbar .social-icons li a[b-xvc9g0hu0v] {
    border-radius: 0px;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 35px;
    overflow: hidden;
    margin: 0;
}

#topbar .social-icons li[b-xvc9g0hu0v],
#topbar .social-icons li a[b-xvc9g0hu0v] {
    float: left;
    list-style: outside none none;
}

.social-icons.social-icons-colored .social-facebook a[b-xvc9g0hu0v],
.social-icons.social-icons-colored-hover .social-facebook a:hover[b-xvc9g0hu0v] {
    color: #fff !important;
    background-color: #5d82d1;
}

.social-icons.social-icons-colored .social-twitter a[b-xvc9g0hu0v],
.social-icons.social-icons-colored-hover .social-twitter a:hover[b-xvc9g0hu0v] {
    color: #fff !important;
    background-color: #40bff5;
}

.social-icons.social-icons-colored .social-google a[b-xvc9g0hu0v],
.social-icons.social-icons-colored-hover .social-google a:hover[b-xvc9g0hu0v] {
    color: #fff !important;
    background-color: #eb5e4c;
}

.social-icons.social-icons-colored .social-pinterest a[b-xvc9g0hu0v],
.social-icons.social-icons-colored-hover .social-pinterest a:hover[b-xvc9g0hu0v] {
    color: #fff !important;
    background-color: #e13138;
}

.social-icons.social-icons-colored .social-vimeo a[b-xvc9g0hu0v],
.social-icons.social-icons-colored-hover .social-vimeo a:hover[b-xvc9g0hu0v] {
    color: #fff !important;
    background-color: #35c6ea;
}

.social-icons.social-icons-colored .social-linkedin a[b-xvc9g0hu0v],
.social-icons.social-icons-colored-hover .social-linkedin a:hover[b-xvc9g0hu0v] {
    color: #fff !important;
    background-color: #238cc8;
}

.social-icons.social-icons-colored .social-dribbble a[b-xvc9g0hu0v],
.social-icons.social-icons-colored-hover .social-dribbble a:hover[b-xvc9g0hu0v] {
    color: #fff !important;
    background-color: #f7659c;
}

.social-icons.social-icons-colored .social-youtube a[b-xvc9g0hu0v],
.social-icons.social-icons-colored-hover .social-youtube a:hover[b-xvc9g0hu0v] {
    color: #fff !important;
    background-color: #ef4e41;
}

.social-icons.social-icons-colored .social-rss a[b-xvc9g0hu0v],
.social-icons.social-icons-colored-hover .social-rss a:hover[b-xvc9g0hu0v],
.social-icons.social-icons-colored .social-snapchat a[b-xvc9g0hu0v],
.social-icons.social-icons-colored-hover .social-snapchat a:hover[b-xvc9g0hu0v] {
    color: #fff !important;
    background-color: #faa33d;
}

.social-icons.social-icons-colored a[b-xvc9g0hu0v],
.social-icons.social-icons-colored-hover a:hover[b-xvc9g0hu0v] {
    color: #fff !important;
    border: 0;
}

.social-icons li:hover i[b-xvc9g0hu0v] {
    -webkit-animation: toTopFromBottom 0.3s forwards;
    animation: toTopFromBottom-b-xvc9g0hu0v 0.3s forwards;
}



.d-none[b-xvc9g0hu0v] {
    display: none !important
}

@keyframes toTopFromBottom-b-xvc9g0hu0v {
    49% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    51% {
        opacity: 1;
    }
}


@media (min-width: 576px) {
    .d-sm-block[b-xvc9g0hu0v] {
        display: block !important;
    }

    .container[b-xvc9g0hu0v], .container-sm[b-xvc9g0hu0v] {
        max-width: 540px;
    }
}


@media (min-width: 768px) {
    .container[b-xvc9g0hu0v], .container-sm[b-xvc9g0hu0v], .container-md[b-xvc9g0hu0v] {
        max-width: 720px;
    }
}

@media (max-width: 991.98px) {
    #topbar.topbar-transparent[b-xvc9g0hu0v] {
        background-color: #fff !important;
    }
}

@media (min-width: 992px) {
    .d-lg-block[b-xvc9g0hu0v] {
        display: block !important;
    }

    .container[b-xvc9g0hu0v], .container-sm[b-xvc9g0hu0v], .container-md[b-xvc9g0hu0v], .container-lg[b-xvc9g0hu0v] {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .d-xl-block[b-xvc9g0hu0v] {
        display: block !important;
    }

    .container[b-xvc9g0hu0v], .container-sm[b-xvc9g0hu0v], .container-md[b-xvc9g0hu0v], .container-lg[b-xvc9g0hu0v], .container-xl[b-xvc9g0hu0v] {
        max-width: 100%;
        width: 100%;
    }
}

/*End Top bar*/
