.rye-regular {
    font-family: "Rye", serif;
    font-weight: 400;
    font-style: normal;
}
.vollkorn-sc-regular {
    font-family: "Vollkorn SC", serif;
    font-weight: 400;
    font-style: normal;
}

.vollkorn-sc-bold {
    font-family: "Vollkorn SC", serif;
    font-weight: 700;
    font-style: normal;
}

.navbar-products {
    left: auto;
    right: auto;
    width: auto;
}
.navbar-arrecha{
    max-height: var(--bs-scroll-height, 75vh);
    overflow-y: hidden;
    padding-left: 3rem !important;
}

.navbar-arrecha::-webkit-scrollbar {
    display: none;
}

.collapse {
    margin-left: 20px;
    overflow-y: hidden;
}

.card-product{
    width: 28rem !important;
}

.bg-image {
    position: fixed;
    top: -100px;
    left: 0;
    min-height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.07; /* Opacidad del 20% */
    z-index: 0;
}

.bg-image-responsive {
    position: fixed;
    left: 0;
    min-height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.09;
    z-index: -1;
}

.img-hover:hover{
    transform: scale(1.8);
    transition: .2s;
    z-index: 1000;
    margin-left: auto;
    margin-right: auto;
    }

@media (max-width: 1199px) {
    .card-product{
        width: 25rem !important;
    }
}

@media (max-width: 991px) {
    .navbar-products {
        width: 100%;
        display: flex;
        flex-direction: column !important;
        padding-left: 0 !important;

        .logo-nav {
            position: relative !important;
            top: 0;
        }

        .buttons-users{
            position: fixed !important;
            top: 1.8rem;
            right: 3rem;
        }
    }
    .navbar-arrecha {
        margin-top: 0px !important;
        max-height: var(--bs-scroll-height, 50vh);
        overflow-y :scroll;
        overflow-x: hidden;
        padding-left: 0px !important;
    }

    .show {
        padding: 0 !important;
        margin: auto !important;
    }

    .collapse {
        margin-left: 20px;
        overflow-x: hidden;
    }

    .nav-button {
        align-self: center;
        position: fixed !important;
        top: 1.6rem;
        right: 7.5rem;
    }
}

@media (max-width: 810px) {
    .bg-image {
        display: none;
    }
    .bg-image-responsive {
        display: block;
        opacity: 0.2; /* Opacidad del 20% */
        z-index:0;
    }
}

@media (max-width: 480px) {
    .img-responsive{
    display: block;
    }
    .card-product{
        width: 28rem !important;
    }
}
