@font-face {
    font-family: 'Soho Pro Condensed';
    src: url('/fonts/SohoPro-BoldCondensed.eot');
    src: url('/fonts/SohoPro-BoldCondensed.eot?#iefix') format('embedded-opentype'),
        url('/fonts/SohoPro-BoldCondensed.woff2') format('woff2'),
        url('/fonts/SohoPro-BoldCondensed.woff') format('woff'),
        url('/fonts/SohoPro-BoldCondensed.ttf') format('truetype'),
        url('/fonts/SohoPro-BoldCondensed.svg#SohoPro-BoldCondensed') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* Reset CSS */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    scroll-behavior: smooth;
}

:root {
    --primary-color: #212121;
    --secondary-color: #d0ccbf
}

body {
    background: var(--primary-color) !important;
    display: flex;
    justify-content: center;
    font-family: "Pridi", serif !important;
}

.topbar {
    background: var(--primary-color);
    display: flex;
    justify-content: space-between;
    padding: 15px;
    height: 54px;
    width: 100%;
    position: fixed;
    z-index: 9;
    top: 0;
    max-width: 774px;
}

.text-top-bar {
    color: var(--secondary-color);
}

.main {
    max-width: 774px;
    min-width: 350px;
    position: relative
}

.main-menu {
    background: var(--secondary-color);
    color: var(--primary-color);
    margin-top: 54px;
    font-family: 'Soho Pro Condensed';
    min-height: calc(100vh - 54px);
}
.menu-items{
    padding-bottom: 25px;
}

.dropdowm-menu {
    padding: 16px 15px;
    display: flex;
    justify-content: center;
    gap: 20px;
    cursor: pointer;
}

.dropdowm-menu div {
    font-size: 1.8rem;
    letter-spacing: 1px;
}
.text-menu-select{
    font-size: 18px;
    font-family: "Jost", serif;
}

.text-menu-select {
    text-align: center;
}

.splide__slide {
    padding: 0 10px;
}

.splide__track {
    overflow-x: scroll !important;
}

.items-menu {
    padding: 20px 15px;
}

.items-menu li {
    font-size: 1.25rem;
    font-weight: 800;
}
.items-menu li a, .items-menu li button, .items-menu li button:focus, .items-menu li button:active{
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 500;
    font-family: 'Soho Pro Condensed';
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 18px;
}

.img-menu-select {
    padding: 15px;
    position: relative
}

.img-menu {
    height: 120px;
    overflow: hidden;
    display: block;
}

.img-menu-select img {
    width: 100%;
    border-radius: 5px;
}

.img-menu-select .title-menu {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 22px;
    transform: translate(-50%, -50%);
    font-weight: 400;
    letter-spacing: 2px;
    text-shadow: #000000 0px 0 10px;
    font-family: 'Soho Pro Condensed';
    text-align: center;
}

.item-menu {
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.item-menu-product {
    display: flex;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    height: 140px;
    overflow: hidden;
    transition: all ease 300ms;
}
.item-menu-product:hover{
    transform: scale(1.01);
    cursor: pointer;
}
.img-item{
    padding-right: 0 !important;
    padding-left: 0 !important;
    overflow: hidden;
    display: flex;
    justify-content: end;
}
.img-item img{
   /* width: 150px;
    height: 150px;
    object-fit: cover;
    max-width: 100%;*/
    width: auto;
    height: 100%;
}

.item-menu-product .col-4{
    display: flex  ;
        align-items: center;
        flex-direction: column;
}
.info-item{
    padding: 15px 20px !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.title-item{
    /* margin-bottom: 5px; */
}

.splide__track{
    margin-right: 20px;
    margin-left: 20px;
    overflow-x: hidden !important;
}

.splide__arrow--prev{
    display: none !important;
}

.title-item, .price-item{
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: black !important;
}
.title-item a, .price-item a {
    color: black !important;
}

.ingredientes-item{
    font-weight: 400;
    font-size: .75rem;
    line-height: 15px;
    font-family: "Jost", serif;
}

.item_select{
    background: var(--secondary-color);
    position: fixed;
    transition: all ease 300ms;
    bottom: 0;
    height: calc(100vh - 54px);
    z-index: 1;
    transform: translateY(100%);
    max-width: 774px;
    width: 100%;
}
.item_select.show{
    transform: translateY(0%);
}
#menu-select{
    height: 0;
    transition: all ease 300ms;
    z-index: 2;
    width: 100%;
    overflow: hidden;
}
#menu-select.show, #menu-select .card{
    height: calc(100vh - 80px);
}
#menu-select .card button, #menu-select .card button:focus, #menu-select .card button:active{
    border: none !important;
    outline: none;
    background: none;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--primary-color);
    padding: 0;
    text-transform: uppercase;
    cursor: pointer;
}
#menu-select .card {
    background: var(--secondary-color);
    border: none;
    font-size: 1rem;
}
.container_img_select{
   /* height: 50vh;*/
}
.container_img_select img{
    height: auto;
    width: 100%;
}
.container_info_select{
    height: calc(50vh); 
    padding:20px 30px 30px 15px; 
    display: flex; 
    flex-direction: column; 
    gap:10px;
    overflow: scroll;
    padding-bottom: 80px;
}
.title_select{
    font-size: 2rem; 
    line-height: 2rem; 
    padding-bottom: 10px; 
    font-weight: 800;
}
.description_select{
    font-weight: 600; 
    font-size: .75rem;
}
.price_select{
    font-size: 1.5rem; font-weight: 800;
}
.menu-burger svg{
    opacity: 0;
    cursor: pointer;
    transition: all ease 300ms;
    position: none;
}
.menu-burger.show svg{
    opacity: 1;
    pointer-events: all;
}
.splide__track{
    overflow: hidden !important;
}
.ingredientes-item p, .description_select p{
    margin-bottom: 0px;
}
.description_select p{ 
    font-size: 14px;
    font-weight: 300;
}

.ingredientes-item p{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.seleccion-categoria{
    overflow: hidden;
    transition: all ease 300ms;
}