@import url('https://fonts.googleapis.com/css2?family=Handlee&family=Outfit:wght@100..900&display=swap');

:root {
    --swiper-theme-color: var(--bs-dark) !important;
}

html {
    font-size: 16px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'Outfit', sans-serif;
    /*margin-top: 100px;
    margin-bottom: 35px;*/
}

.handwrite {
    font-family: "Handlee", cursive;
    font-weight: 400;
    font-style: normal;
}

a,
button,
img {
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE/Edge */
    -webkit-user-drag: none;
    user-select: none; /* Standard */
    user-drag: none;
}

    button:focus {
        outline: none !important;
        box-shadow: none !important;
    }

ul.menu {
    list-style: none;
    padding-left: 0;
    text-align: center;
}

    ul.menu li {
        padding: 6px;
        margin: 8px 0;
    }

        ul.menu li a,
        ul.menu li button {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-decoration: none;
        }

            ul.menu li a span,
            ul.menu li button span {
                margin-top: 6px;
                font-size: .65rem;
                font-weight: 500;
            }

.link-grupo {
    display: block;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
}

    .link-grupo.active {
        font-weight: 700;
        /* border-bottom: 2px solid var(--bs-dark) !important; */
        border-top: 3px solid var(--bs-dark) !important;
        /*color: var(--bs-teal);*/
    }

.wrapper-truncate-3-lines {
    min-height: 3rem;
}

.truncate-3-lines {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Number of lines you want to display */
    -webkit-box-orient: vertical;
    line-height: 1rem; /* Adjust based on your design */
    max-height: 3rem; /* line-height * number of lines */
}

.inv-container {
    margin-left: calc(var(--bs-gutter-x)*.5*-1);
    margin-right: calc(var(--bs-gutter-x)*.5*-1);
}

.btn-light-transparent {
    color: var(--bs-dark);
    background-color: #ffffffed;
    border-color: #00000000;
    -webkit-transition: color .05s ease, background-color .2s ease;
    -moz-transition: color .05s ease, background-color .2s ease;
    -ms-transition: color .05s ease, background-color .2s ease;
    -o-transition: color .05s ease, background-color .2s ease;
    transition: color .05s ease, background-color .2s ease;
}

    .btn-light-transparent:hover {
        color: #ffffffe3;
        background-color: var(--bs-dark);
    }

.card-product {
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

    .card-product.active {
        background-color: #e7e9d8 !important
    }

.img-product {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center center;
    background-color: var(--bs-light);
}

#obImg {
    background-color: var(--bs-light);
    width: 100%;
    height: 35vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

@media (min-width: 992px) {
    #obImg {
        background-size: contain;
    }
}

.hmenu-container {
    z-index: 2;
    background-color: #fffffff5;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    /*-webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);*/
}

.button-ementa {
    align-self: center;
    background-color: var(--bs-dark);
    border-color: var(--bs-dark);
    color: #fff;
    background-image: none;
    background-position: 0 90%;
    background-repeat: repeat no-repeat;
    background-size: 4px 3px;
    border-radius: 15px 225px 255px 15px 15px 255px 225px 15px;
    border-style: solid;
    border-width: 2px;
    box-shadow: rgba(0, 0, 0, .2) 15px 28px 25px -18px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    line-height: 23px;
    outline: none;
    padding: .75rem;
    text-decoration: none;
    border-bottom-left-radius: 15px 255px;
    border-bottom-right-radius: 225px 15px;
    border-top-left-radius: 255px 15px;
    border-top-right-radius: 15px 225px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}

    .button-ementa:hover {
        color: var(--bs-dark);
        background-color: #fff;
        border-color: var(--bs-dark);
        box-shadow: rgba(0, 0, 0, .3) 2px 8px 4px -6px;
        transform: translate3d(0, 2px, 0);
    }

    .button-ementa:focus {
        color: var(--bs-dark);
        background-color: #fff;
        border-color: var(--bs-dark);
        box-shadow: rgba(0, 0, 0, .3) 2px 8px 4px -6px;
    }


@media(min-width: 920px) {
    .SwiperPreview .swiper-slide .card-body {
        margin-top: 16px;
        transition: background-color .2s ease-in-out;
    }


    .SwiperPreview .swiper-slide.swiper-slide-active .card-body {
        background-color: #e7e9d8;
    }
}