/* Free Tacc */

@font-face {
    font-family: 'MontserratLight';
    src: url('../fonts/Montserrat-Light.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
  }
        .container {
            padding-top: 45px;
            padding-bottom: 25px;
            background-color: #6e9f75;
            background-image: url('../images/bg-verde1.png'), url('../images/bg-verde2.png');
            background-repeat: no-repeat, no-repeat;
            background-position: left top, right top;
            background-size: 50px auto, 50px auto;
            background-attachment: fixed;
        }
        .items-wrapper {
            border-top: 1px solid #9fbfa3;
            margin:0 30px 0 30px;
        }
        .menu-nav::-webkit-scrollbar {
            display: none;
        }
        .menu-nav {
            font-size: 20px;
            font-weight: bold;
            text-transform: uppercase;
            padding: 30px 10px 0 10px;      
            display: flex;
            overflow-x: auto;
            gap: 0px;
            scrollbar-width: none;
            justify-content: center;
            align-items: center;
            bottom: -20px;
            scroll-behavior: smooth; /* <-- Scroll suave */
    -webkit-overflow-scrolling: touch; /* Mejora para iOS */
    white-space: nowrap; /* Evita que los elementos hagan salto de línea */
           
        }
        
        .menu-nav a {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            display: block;
        }
               

        .menu-nav > div:first-child a {
            
        }
        .menu-nav a:first-of-type {
             
        }

        .highlight  {
            border: none;
            background-color: #fff;
            font-family: "Montserrat", sans-serif;
            font-size: 16px;
            font-weight: 600;
            text-transform: uppercase;
            flex: 0 0 auto;
            text-decoration: none;
            color: #6e9f75;
            padding: 10px 22px 10px 22px;
            border:1px solid #a3c1a7;
            border-radius: 20px;
            margin: 0 2px;
        }
        .active {
            color: #fff;
            
            background: #6b9c72 !important;
            position: relative;
            border-radius: 20px;
            border:none !important;
        }
        .active2 {
            background-color: #faf8f2;
        }
        
        
        .categoria-tab {
            
        }

        .highlight-btn {
            display: block;
            
            color: #8c7300;
            font-size: 16px;
            background: white;
            margin: 10px auto;
            position: relative;
            letter-spacing: 2px;
            align-items: center;
            gap: 0.5rem;
            transition: background-color 0.2s;
        }

        .highlight-btn.titles {
            display: table;
            width: 200px;
            margin: 1.2rem auto; 
            padding: 10px 25px 10px 25px;
            border-radius: 20px; 
            background-color: white;
            font-family: "Montserrat", sans-serif;
            font-size: 10px;
            color: #6e9f75; 
            text-align: center;
            letter-spacing: 0px;
            cursor: pointer;
            transition: all 0.2s ease-in-out;
        }
        
        .highlight-btn.titles h1 {
            margin: 0;
        }
        .highlight-btn.titles span {
            font-size: 14px;
            font-weight: 500;
        } 
        .highlight-btn.titles:hover {
            transform: scale(1.03);
            box-shadow: 0 3px 8px rgba(0,0,0,0.08);
        }
        
        
        


        .highlight-btn .accordion-icon {
            transition: transform 0.3s ease;
        }
        
        .highlight-btn.active .accordion-icon {
            transform: rotate(90deg);
        }
        

        .ui-state-active .titles {
            color: #6e9f75;
            background: #d9f2dd;
            position: relative;
        }
        

        .bg-line {

        }
  
        .menu-item:last-of-type {
            border-bottom: unset !important;
 
        }
        div.menu-item:last-of-type {
            border-bottom: unset !important;
        
        }
        div.menu-item:last-child {
            border-bottom: unset !important;
        }
        ul {
            margin: 0px;
            padding: 0px;
        }
        ul li {
            list-style: none;
            border-bottom: 1px dotted #333;
        }
        ul li:last-child {
            list-style: none;
            border-bottom: 1px dotted #333;
        }
        ul li:last-of-type {
            border-bottom: unset !important;
        
        }
        .gap {
            padding-top: 20px;
        }
        .accordion-content {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s ease-out;
        }



        

        .menu-title {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            color: #fff;
        }

        .menu-title .product-name {
            font-size: 17px;
            text-transform: uppercase;
            flex: 1;
            color:#fff;
        }

        .precio {
            font-weight: bold;
            white-space: nowrap;
            font-size: 17px;
            margin-top: 10px;
            color: #fff;
            font-weight: 600;

        }

   
        .menu-item .menu-description {
            font-size: 14px;
            color:#fff;
            font-family: 'MontserratLight';
           
            font-weight: 100;
            padding-top: 3px;

        }
 
        .menu-item .menu-title {
            display: flex;
            justify-content: space-between;
            font-size: 15px;
            font-weight: 500;
            
        }

        
        .menu-item {
            max-width: 400px;
            margin: auto;
            border-bottom: 1px dotted rgb(226, 226, 226);
            text-align: left;
            padding-top: 20px;
            padding-bottom: 10px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 1rem;
        }
        
        .menu-item img {
            width: 6rem;
            height: 6rem;
            border-radius: 9999px;
            object-fit: cover;
            border: 4px solid white;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }





        @media (max-width: 768px) {
            .menu-nav {
            justify-content: left;
            }
            
          } 
          .gap {
            height: var(--gap, 1rem); 
        }

        .pago-img {
            width: 150px;
            max-width: 90%;
            margin: 10px auto;
            display: block;
        }

        .pago-texto {
            font-size: 14px;
            margin-top: 10px;
            margin-bottom: 10px;
            font-weight: 500;
            color: #000;
            font-family: "Montserrat", sans-serif;
        }

        .redes-sociales {
            display: flex;
            justify-content: center;
            gap: 20px;
            margin-top: 10px;
        }

        .redes-sociales img {
            width: 28px;
            height: 28px;
            transition: opacity 0.3s ease;
        }

        .redes-sociales a:hover img {
            opacity: 0.6;
        }


        .solo-desktop-alert {
            display: none;
            text-align: center;
            font-size: 14px;
            padding: 2rem;
            color: #555;
        }
        .solo-desktop-alert p {
        
            text-align: center;
            font-size: 14px;
            padding: 2rem;
            color: #555;
        }
        
        @media (min-width: 992px) {
            .solo-desktop-alert {
                display: block;
            }
            .header img {
                width: 220px;
                transition: all 0.3s ease;
            }
        }
        
        #ver-todo-btn {
            background-color: #000;
            color: #fff;
            border: none;
            padding: 0.6rem 1.2rem;
            font-size: 12px;
            cursor: pointer;
            border-radius: 4px;
            transition: background-color 0.3s ease;
        }
        
        #ver-todo-btn:hover {
            background-color: #333;
        }
   

        .mensaje-promo {
            display: none;
            padding-top: 20px;
            padding-left: 20px;
            padding-right: 20px;
            padding-bottom: 10px;
            color: #000;
            border-radius: 0.5rem;
         
            font-weight: 600;
            text-align: center;
            font-size: 12px;
            line-height: 17px;
        }

        .txt-description1 {
            text-align: center;
            padding-top: 20px;
            font-size:15px;
            color: #fff;
            font-family: 'MontserratLight';
            font-weight: 400 !important;
            line-height: 19px;
        }

        
        .txt-description1::after {
            content: '...';
            display: block;
            line-height: 1;
            margin-bottom: 2px; 
        }
        .txt-description2 {
            text-align: center;
            padding-top: 20px;
            margin-left: 20px;
            margin-right: 20px;
            font-size:13px;
            color: #fff;
            font-family: 'MontserratLight';
            font-weight: 100 !important;
            line-height: 18px;
        }

        
   
   
        