#loading-static {
    position: absolute;
    top: -3px; left: 0;
    width: 180px;
    z-index: 5;
}

#loading-animated {
    transform: rotate(45deg);
    width: 200px;
}

#loading {
    position: relative;
}

#loading-label {
    width: 100vw;
    height: 100vh;
    background-color: var(--beige);
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 4;
    top: 0;
    left: 0;
}

.navbar, #carrito, #login {
    background-color: var(--skyblue);
}

.navbar {
    margin-bottom: 2em;
    border-radius: 0 0 25px 25px;
    box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 16%) !important;
}

nav {
    z-index: 3;
}

.nav-login-i {
    display: none;
}

#xpd-nav-search-grp {
    width: 20%;
}

#xpd-nav-search {
    border-radius: 10px;
    width: 100%;
    height: 2em;
    font-size: small;
}

#xpd-nav-search-btn {
    border: 0.5px solid var(--darkturquoise) !important;
    border-radius: 10px;
    font-size: small;
    padding: 0;
    width: 70px;
    height: 2em;
    color: var(--darkturquoise);
}

#xpd-nav-search-btn:hover {
    color: white;
    background-color: var(--darkturquoise) !important;
}

.navbar .disabled {
    color: var(--darkturquoise) !important;
}

.navbar .dropdown-item:active {
    background-color: var(--darkturquoise) !important;
    color: white;
}

.nav-item:hover > a {
    color: var(--darkturquoise) !important;
}

.navbar-nav > li > .dropdown-menu {
    border: none;
    background-color: var(--skyblue);
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
    font-size: small;
    text-align: right;
    box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 16%) !important;
    border-radius: 0 0 10px 10px;
/*     border-left: 1px solid var(--azul_fuerte);
    border-right: 1px solid var(--azul_fuerte);
    border-bottom: 1px solid var(--azul_fuerte); */
}

#cpd-nav-cart-i {
    margin-right: auto ;
}

#cpd-nav-search-btn {
    border: 0.5px solid var(--darkturquoise) !important;
    border-radius: 10px;
    color: var(--darkturquoise);
}

#cpd-nav-search-btn:hover {
    color: white;
    background-color: var(--darkturquoise) !important;
}

.xpd-backpack-counter, .cpd-backpack-counter {
    background-color: var(--darkturquoise);
}

.custom-popover {
    --bs-popover-max-width: 200px;
    --bs-popover-border-color: var(--darkturquoise);
    --bs-popover-bg: var(--darkturquoise) !important;
    --bs-popover-body-color: white;
    --bs-popover-body-padding-x: 1rem;
    --bs-popover-body-padding-y: .5rem;
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: small;
}


.footer-decorator {
    height: 250px;
    background-size: cover;
    background-image: url("/assets/img/mountains.svg");
}

.footer {
/*     background: linear-gradient(var(--azul_cielo), var(--azul_fuerte)); */
    background-color: var(--darkturquoise);
    width: 100%;
    height: 450px;
    padding-left: 8em;
    padding-right: 8em;
}

#ftr-logo-cntr {
    width: 120px;
    height: 120px;
    background-color: white;
    border-radius: 25px;
}

footer .row {
    text-align: left;
}

.ftr-nav {
    padding-left: 0;
    list-style: none;
}

.ftr-section a {
    padding-left: 0;
    text-decoration: none;
    color: white;
}

.ftr-smedia-i {
    width: 20px;
    margin-right: 20px;
}

@media screen and (max-width: 992px) {
    .footer-decorator {
        height: 200px;
        background-size: 100%;
    }
}

@media screen and (max-width: 768px) {
    .footer-decorator {
        height: 150px;
        background-size: 100%;
    }
    
    .footer {
        height: auto;
    }

    footer .row {
        text-align: center;
    }

    .ftr-smedia-cntr {
        width: 105px;
        margin: 0 auto;
    }

    #ftr-logo-cntr {
        width: 240px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 576px) {
    .footer-decorator {
        height: 100px;
        background-size: 100%;
    }
}

@media screen and (max-width: 800px) {
    .footer {
        padding-left: 5px;
        padding-right: 5px;
    }
}

