        :root {
            --verde: #28A746FF;

            --verde-claro: #04FF00FF;
            --amarillo: #f4a261;
            --cafe: #e9c46a;
            --cafe-oscuro: #d4a373;
            --crema: #f8f1e5;
            --fondo: #fffab5;
            --blanco: #ffffff;
            --texto-oscuro: #2b2d42;
            --texto-claro: #f8f9fa;
        }

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

        body {
            background-color: var(--fondo);
            color: var(--texto-oscuro);
            font-family: 'Raleway', sans-serif;
            line-height: 1.6;
        }

        h1,
        h2,
        h3,
        h4 {
            font-family: 'Playfair Display', serif;
            font-weight: 700;
        }

        .heromenu {
            position: relative;
            /* background-image: url('../../assets/img/ensalada/principal.jpg'); */
            /* Fondo principal */
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }

        .hero-overlay-content {
            position: relative;
            z-index: 2;
            text-align: center;
            padding: 4rem 2rem;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            background: #3a5a40;
            /* Aquí agregamos un fondo adicional encima de la imagen del hero */
            /* background-image: url('../../assets/img/ensalada/principal.jpg'); */
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }

        /* Para el logo */
        .logo {
            font-size: 3rem;
            margin-bottom: 1rem;
            /* color: var(--cafe); */
            color: var(--blanco);
            text-shadow: 2px 2px 4px var(--cafe-oscuro);
            z-index: 2;
        }







        /* Navegación estilo orgánico */
        .nav-tabs {
            display: flex;
            justify-content: center;
            margin: 2rem 0;
            flex-wrap: wrap;
            gap: 10px;
        }

        .nav-tab {
            padding: 0.8rem 1.8rem;
            background: rgba(233, 196, 106, 0.2);
            border-radius: 30px;
            cursor: pointer;
            transition: all 0.4s ease;
            font-weight: 600;
            border: 1px solid var(--cafe);
            color: var(--cafe);
            font-family: 'Raleway', sans-serif;
        }

        .nav-tab:hover,
        .nav-tab.active {
            background: var(--amarillo);
            color: var(--texto-oscuro);
            border-color: var(--amarillo);
            transform: translateY(-3px);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
        }

        /* Contenedor principal */
        .container {
            max-width: 1200px;
            margin: 3rem auto;
            padding: 0 2rem;
        }

        /* Barra de herramientas */
        .toolbar {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 2.5rem;
            flex-wrap: wrap;
            gap: 20px;
            background: white;
            padding: 1.5rem;
            border-radius: 10px;
            box-shadow: 0 2px 8px rgba(58, 90, 64, 0.1);
        }

        .search-box {
            position: relative;
            flex-grow: 1;
            max-width: 400px;
        }

        .search-box input {
            width: 100%;
            padding: 0.8rem 1rem 0.8rem 3rem;
            border-radius: 30px;
            border: 1px solid #ddd;
            font-size: 1rem;
            transition: all 0.3s;
            background: var(--crema);
            border-color: var(--cafe-oscuro);
        }

        .search-box input:focus {
            outline: none;
            border-color: var(--verde-claro);
            box-shadow: 0 0 0 3px rgba(88, 129, 87, 0.2);
        }

        .search-box i {
            position: absolute;
            left: 1.2rem;
            top: 50%;
            transform: translateY(-50%);
            color: var(--cafe-oscuro);
        }

        .download-btn {
            background: linear-gradient(to right, var(--verde), var(--verde-claro));
            color: white;
            border: none;
            padding: 0.8rem 1.8rem;
            border-radius: 30px;
            cursor: pointer;
            display: flex;
            align-items: center;
            font-weight: 600;
            transition: all 0.3s;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            font-family: 'Raleway', sans-serif;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .download-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
            background: linear-gradient(to right, var(--verde-claro), var(--verde));
        }

        .download-btn i {
            margin-right: 10px;
            font-size: 1.1rem;
        }


        /* Responsive */
        @media (max-width: 768px) {
            .menu-grid {
                grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            }

            .toolbar {
                flex-direction: column;
                align-items: stretch;
            }

            .search-box {
                max-width: 100%;
            }

            .logo {
                font-size: 2.5rem;
            }
        }

        @media (max-width: 480px) {
            .hero {
                padding: 3rem 1rem;
            }

            .logo {
                font-size: 2.2rem;
            }

            .slogan {
                font-size: 1.1rem;
            }

            .nav-tab {
                padding: 0.6rem 1.2rem;
                font-size: 0.9rem;
            }

            .section-title {
                font-size: 1.8rem;
            }
        }





        body {
            font-family: 'Comic Sans MS', cursive, sans-serif;
            margin: 0;
            background: linear-gradient(to bottom, #fddde6, #ffeebb);
        }

        .menu-container {
            max-width: 960px;
            margin: auto;
            padding: 20px;
            border: 5px dashed #ff69b4;
            border-radius: 15px;
            background: #fff8f0;
            box-shadow: 0 0 20px #f7a;
        }

        .section-title {
            text-align: center;
            font-size: 32px;
            background: linear-gradient(to right, #ff69b4, #ffccff);
            color: white;
            padding: 15px;
            border-radius: 10px;
            text-shadow: 2px 2px #d63077;
        }

        .emoji {
            font-size: 28px;
            margin-right: 5px;
        }

        .menu-section {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            margin-top: 20px;
            gap: 20px;
        }

        .box {
            flex: 1 1 45%;
            background: #ffe0b3;
            padding: 15px;
            border-radius: 15px;
            position: relative;
        }

        .box img.icon {
            width: 60px;
            position: absolute;
            top: -20px;
            right: -20px;
            transform: rotate(-15deg);
        }

        .box h3 {
            font-size: 22px;
            color: #d35400;
            margin-bottom: 5px;
        }

        .box small {
            display: block;
            margin-bottom: 10px;
        }

        .box ul {
            list-style: none;
            padding: 0;
        }

        .box ul li {
            margin: 5px 0;
        }

        .price {
            float: right;
            font-weight: bold;
        }

        .combo,
        .bebidas {
            background: #d1f0ff;
        }

        .bebidas ul {
            columns: 2;
        }

        .centered {
            text-align: center;
            font-size: 20px;
            margin-top: 10px;
        }