{"id":161,"date":"2025-08-26T11:57:57","date_gmt":"2025-08-26T09:57:57","guid":{"rendered":"https:\/\/therebelflame.com\/?page_id=161"},"modified":"2026-03-05T18:22:22","modified_gmt":"2026-03-05T17:22:22","slug":"carta","status":"publish","type":"page","link":"https:\/\/therebelflame.com\/?page_id=161","title":{"rendered":"Carta"},"content":{"rendered":"    <div class=\"alignfull wp-block-bplugins-custom-html\" id='bPluginsCustomHtml-1'>\r\n    <!DOCTYPE html>\n<html lang=\"es\">\n\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Great+Vibes&#038;display=swap\" rel=\"stylesheet\">\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Great+Vibes&#038;family=Inter:wght@400;600;700&#038;display=swap\"\n        rel=\"stylesheet\">\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Great+Vibes&#038;family=Inter:wght@300;400;700&#038;display=swap\"\n        rel=\"stylesheet\">\n    <style>\n        \/* ===== RESET ===== *\/\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Great Vibes', cursive;\n            background: #f5f5f5;\n            overflow-x: hidden;\n        }\n\n        \/* T\u00edtulos grandes *\/\n        .brand,\n        .card h2 {\n            font-family: 'Great Vibes', cursive;\n            font-weight: 400;\n        }\n\n        \/* TODO el contenido del men\u00fa *\/\n        body,\n        .item,\n        .item-row,\n        .item span,\n        .price,\n        .desc,\n        .modal-content,\n        .lang-btn,\n        .info-btn {\n            font-family: 'Inter', sans-serif;\n        }\n\n\n        \/* ===== HEADER ===== *\/\n        .top-bar {\n            position: sticky;\n            top: 0;\n            background: #f5f5f5;\n            padding: 20px 40px;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            z-index: 100;\n        }\n\n        .lang-btn,\n        .info-btn {\n            background: #000;\n            color: #fff;\n            border: none;\n            padding: 8px 16px;\n            border-radius: 25px;\n            cursor: pointer;\n        }\n\n        .info-btn {\n            width: 45px;\n            height: 45px;\n            border-radius: 50%;\n        }\n\n        \/* ===== LAYOUT ===== *\/\n        .main-layout {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            padding: 40px 20px;\n        }\n\n        \/* ===== BURGER ===== *\/\n        .burger {\n            width: 110px;\n            height: 110px;\n            position: relative;\n            cursor: pointer;\n            margin-bottom: 70px;\n        }\n\n        .burger img {\n            position: absolute;\n            width: 100%;\n            transition: .6s cubic-bezier(.22, 1, .36, 1);\n        }\n\n        .bottom {\n            top: 60px;\n        }\n\n        .salad {\n            top: 40px;\n        }\n\n        .meat {\n            top: 20px;\n        }\n\n        .top {\n            top: 0;\n        }\n\n        .burger.active .top {\n            transform: translateY(-25px);\n        }\n\n        .burger.active .meat {\n            transform: translateY(-10px);\n        }\n\n        .burger.active .salad {\n            transform: translateY(10px);\n        }\n\n        .burger.active .bottom {\n            transform: translateY(25px);\n        }\n\n        \/* ===== CARDS ===== *\/\n        .cards-container {\n            width: 100%;\n            \/* max-width: 750px; *\/\n            max-width: 900px;\n        }\n\n        .card {\n            border-radius: 40px;\n            \/* padding: 50px 40px; *\/\n            padding: 50px 60px;\n            margin-bottom: -60px;\n            cursor: pointer;\n            transition: .4s ease;\n            overflow: hidden;\n            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);\n        }\n\n        .card.active {\n            margin-bottom: 40px;\n        }\n\n        .card h2 {\n            text-align: center;\n            font-size: 48px;\n            margin-bottom: 20px;\n            font-family: 'Great Vibes', cursive;\n            -webkit-font-smoothing: antialiased;\n            -moz-osx-font-smoothing: grayscale;\n        }\n\n        .brand {\n            position: absolute;\n            left: 50%;\n            transform: translateX(-50%);\n            font-size: 60px;\n            font-family: 'Great Vibes', cursive;\n        }\n\n        \/* ===== COLORS ===== *\/\n        .happy {\n            background: #8c0404;\n            color: #fff;\n        }\n\n        .bar {\n            background: #cb040b;\n            color: #fff;\n        }\n\n        .day {\n            background: #eaa434;\n            color: #000;\n        }\n\n        .dinner {\n            background: #e7cba6;\n            color: #000;\n        }\n\n        .happy h2,\n        .bar h2 {\n            color: #fff;\n        }\n\n        .day h2,\n        .dinner h2 {\n            color: #000;\n        }\n\n        \/* ===== CONTENT ===== *\/\n        .content {\n            max-height: 0;\n            overflow: hidden;\n            transition: max-height .6s ease;\n        }\n\n        .card.active .content {\n            max-height: 5000px;\n            margin-top: 30px;\n        }\n\n        \/* ===== MENU ===== *\/\n        \/* .menu-grid {\n            display: flex;\n            flex-direction: column;\n            gap: 20px;\n        } *\/\n\n        .menu-col {\n            flex: 1;\n        }\n\n        \/* ===== TARJETA DE CADA PLATO ===== *\/\n\n    \/*     .item {\n            display: grid;\n            grid-template-columns: 1fr auto;\n            align-items: start;\n            padding: 18px 28px;\n            border-radius: 22px;\n            margin-bottom: 18px;\n        } *\/\n        .item {\n    display: grid;\n    grid-template-columns: 1fr auto;\n    align-items: start;\n    padding: 10px 0;\n    margin-bottom: 10px;\n    border-bottom: 0.1px solid rgba(255,255,255,0.3);\n}\n\n        .item-left {\n            display: flex;\n            flex-direction: column;\n            gap: 4px;\n        }\n\n        .allergen {\n            font-size: 13px;\n            opacity: 0.8;\n            letter-spacing: 1px;\n        }\n\n        \/* Bordes elegantes *\/\n \n        .happy .item,\n        .bar .item {\n            \/* border: 1px solid rgba(255, 255, 255, 0.35); *\/\n            border-bottom: 1px solid rgba(255,255,255,0.35);\n       } \n\n        .day .item,\n        .dinner .item {\n            border-bottom: 1px solid rgba(0,0,0,0.35);\n}\n\n        \/* TEXTO *\/\n        .item-text {\n            font-family: 'Inter', sans-serif;\n            font-weight: 300;\n            font-size: 15px;\n        }\n\n        \/* PRECIO (columna derecha estrecha) *\/\n        .price {\n            font-family: 'Inter', sans-serif;\n            font-weight: 700;\n            font-size: 14px;\n            justify-self: end;\n        }\n\n        \/* Hover sutil elegante *\/\n\n        .happy .item:hover,\n        .bar .item:hover {\n            background: rgba(255, 255, 255, 0.06);\n        }\n\n        .day .item:hover,\n        .dinner .item:hover {\n            background: rgba(0, 0, 0, 0.04);\n        }\n\n        .item-row {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n        }\n\n        .item-text,\n        .item-row span:not(.price) {\n            font-family: 'Inter', sans-serif;\n            letter-spacing: 0.3px;\n            font-weight: 50;\n            font-size: 15px;\n        }\n\n        \/* ===== FINAL CARD ===== *\/\n        .final-card {\n            background: #000;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            padding: 70px 20px;\n            border-radius: 40px;\n            margin-top: -60px;\n        }\n\n        .final-card img {\n            max-width: 220px;\n        }\n\n        \/* ===== MODAL ===== *\/\n        .modal {\n            position: fixed;\n            inset: 0;\n            background: rgba(0, 0, 0, 0.6);\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            opacity: 0;\n            visibility: hidden;\n            transition: .3s ease;\n        }\n\n        .modal.show {\n            opacity: 1;\n            visibility: visible;\n        }\n\n        .modal-content {\n            background: #fff;\n            padding: 40px;\n            border-radius: 30px;\n            text-align: center;\n        }\n\n        .close-modal {\n            margin-top: 20px;\n            background: #000;\n            color: #fff;\n            border: none;\n            padding: 10px 20px;\n            border-radius: 20px;\n            cursor: pointer;\n        }\n\n        \/* ===== RESPONSIVE ===== *\/\n        @media(min-width:768px) {\n\n            .menu-grid {\n                display: flex;\n                flex-direction: row;\n                gap: 60px;\n                width: 100%;\n            }\n\n            .menu-col {\n                flex: 1 1 0;\n                max-width: 50%;\n            }\n\n            .item-row {\n                justify-content: space-between;\n                align-items: center;\n            }\n\n            .card h2 {\n                text-align: left;\n            }\n\n   .brand {\n        font-size: 34px;\n        top: 18px;\n    }\n\n        }\n\n        @media(max-width:768px) {\n\n    .brand {\n        font-size: 34px;\n        top: 18px;\n    }\n\n}\n\n    <\/style>\n<\/head>\n\n<body>\n\n    <header class=\"top-bar\">\n        <button id=\"langToggle\" class=\"lang-btn\">\ud83c\uddea\ud83c\uddf8 ES<\/button>\n        <div class=\"brand\">The Rebel Flame<\/div>\n        <button class=\"info-btn\">?<\/button>\n    <\/header>\n\n    <div class=\"main-layout\">\n\n        <div class=\"burger\" id=\"burger\">\n            <img decoding=\"async\" src=\"https:\/\/therebelflame.com\/wp-content\/uploads\/2026\/02\/Ham4.png\" class=\"bottom\">\n            <img decoding=\"async\" src=\"https:\/\/therebelflame.com\/wp-content\/uploads\/2026\/02\/Ham3.png\" class=\"salad\">\n            <img decoding=\"async\" src=\"https:\/\/therebelflame.com\/wp-content\/uploads\/2026\/02\/Ham2.png\" class=\"meat\">\n            <img decoding=\"async\" src=\"https:\/\/therebelflame.com\/wp-content\/uploads\/2026\/02\/Ham1.png\" class=\"top\">\n        <\/div>\n\n        <div class=\"cards-container\">\n\n<!------------------------------------------->\n            <!-- PARA COMPARTIR -->\n<!------------------------------------------->\n\n            <div class=\"card happy\">\n                <h2 data-en=\"To share\">Para compartir<\/h2>\n                <div class=\"content\">\n                    <div class=\"menu-grid\">\n                        <div class=\"menu-col\">\n\n                            <div class=\"item\">\n                                <div class=\"item-left\">\n                                    <span class=\"item-text\" data-en=\"Cheese platter (4)\">Tabla de quesos (4)<\/span>\n                                    <span class=\"allergen\"> \ud83e\udd5b <\/span>\n                                <\/div>\n                                <span class=\"price\">15<\/span>\n                            <\/div>\n\n                            <div class=\"item\">\n                                 <div class=\"item-left\">\n                                    <span class=\"item-text\" data-en=\"Tuna salad\">Ensaladilla de at\u00fan<\/span>\n                                    <span class=\"allergen\"> \ud83c\udf3e \ud83d\udc1f \ud83e\udd5a <\/span>\n                                 <\/div>\n                                    <span class=\"price\">15<\/span>\n                            <\/div>\n\n                            <div class=\"item\">\n                                <div class=\"item-left\">\n                                    <span class=\"item-text\" data-en=\"Bravas potatoes\">Patatas Bravas<\/span>\n                                    <span class=\"allergen\"> \ud83e\udd5a \ud83c\udf36 <\/span>\n                                <\/div>\n                                    <span class=\"price\">7<\/span>\n                            <\/div>\n\n                            <div class=\"item\">\n                                <div class=\"item-left\">\n                                    <span class=\"item-text\" data-en=\"Tempura vegetables\">Verduras en tempura<\/span>\n                                    <span class=\"allergen\"> \ud83c\udf3e \ud83e\udd5a \ud83e\udd5b <\/span>\n                                <\/div>\n                                    <span class=\"price\">9<\/span>\n                            <\/div>\n\n                            <div class=\"item\">\n                                <div class=\"item-left\">\n                                    <span class=\"item-text\" data-en=\"Fried eggs with Iberian ham\">Huevos rotos con jam\u00f3n ib\u00e9rico<\/span>\n                                    <span class=\"allergen\"> \ud83e\udd5a <\/span>\n                                <\/div>\n                                    <span class=\"price\">11<\/span>\n                            <\/div>\n                        <\/div>\n\n                        <!-- Segunda columna -->\n\n                        <div class=\"menu-col\">\n                            <div class=\"item\">\n                                <div class=\"item-left\">\n                                    <span class=\"item-text\" data-en=\"Soria torreznos with Vincenzo potatoes\">\n                                        Torreznos de Soria con patatas Vincenzo \n                                    <\/span>\n                                    <span class=\"allergen\"><\/span>\n                                    <\/div>\n                                    <span class=\"price\">15<\/span>\n                            <\/div>\n\n                            <div class=\"item\">\n                                <div class=\"item-left\">\n                                    <span class=\"item-text\" data-en=\"Sliced grilled chorizo\">\n                                        Chorizos a la brasa fileteado\n                                    <\/span>\n                                    <span class=\"allergen\"> \ud83c\udf3e \ud83e\uddea <\/span>\n                                    <\/div>\n                                    <span class=\"price\">9<\/span>\n                            <\/div>\n\n                            <div class=\"item\">\n                                <div class=\"item-left\">\n                                    <span class=\"item-text\" data-en=\"Criollo chorizo with chimichurri\">\n                                        Chorizos criollos con chimichurri\n                                    <\/span>\n                                    <span class=\"allergen\"> \ud83c\udf3e \ud83e\uddea <\/span>\n                                <\/div>\n                                    <span class=\"price\">9<\/span>\n                            <\/div>\n\n                            <div class=\"item\">\n                                <div class=\"item-left\">\n                                    <span class=\"item-text\" data-en=\"Iberian ham \">\n                                        Jam\u00f3n ib\u00e9rico \n                                    <\/span>\n                                <\/div>\n                                    <span class=\"price\">17<\/span>\n                            <\/div>\n\n                            <div class=\"item\">\n                                <div class=\"item-left\">\n                                    <span class=\"item-text\" data-en=\"Homemade croquettes (6)\">\n                                        Croquetas caseras\n                                    <\/span>\n                                    <span class=\"allergen\"> \ud83c\udf3e \ud83e\udd5a \ud83e\udd5b <\/span>\n                                <\/div>\n                                    <span class=\"price\">9<\/span>\n                            <\/div>\n\n                            <div class=\"item\">\n                                <div class=\"item-left\">\n                                    <span class=\"item-text\" data-en=\"Crispy nachos topped with guacamole, fresh pico de gallo &#038; melted cheddar\">\n                                        Nachos con guacamole, pico de gallo y cheddar fundido\n                                    <\/span>\n                                    <span class=\"allergen\"> \ud83c\udf3e <\/span>\n                                <\/div>\n                                        <span class=\"price\">9<\/span>\n                            <\/div>\n\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div> \n\n<!------------------------------------------->\n            <!-- HAMBURGUESAS -->\n<!------------------------------------------->\n\n            <div class=\"card bar\">\n                <h2 data-en=\"Chargrilled burgers\">Hamburguesas a la brasa<\/h2>\n                <div class=\"content\">\n                    <div class=\"menu-grid\">  \n                        <div class=\"menu-col\">\n                            \n                            <div class=\"item\">\n                                <div class=\"item-left\">\n                                    <span class=\"item-text\" data-en=\"Clasic\">Cl\u00e1sica<\/span>\n                                    <span class=\"item-text\" data-en=\"Beef (180 g), melted American cheddar cheese, chopped onion, pickles, ketchup and mustard.\">Ternera (180 g), queso cheddar americano fundido, cebolla picada, pepinillos, ketchup y mostaza.<\/span>\n                                    <span class=\"allergen\"> \ud83c\udf3e \ud83e\udd5b \ud83c\udf2d <\/span>\n                                <\/div>\n                                    <span class=\"price\">14<\/span>\n                            <\/div>\n\n                            <div class=\"item\">\n                                <div class=\"item-left\">\n                                    <span class=\"item-text\" data-en=\"Black flame\">Black flame<\/span>\n                                    <span class=\"item-text\" data-en=\"Beef (180 g), smoked cheddar cheese, bacon bits, pickles, caramelized onion and Emmy sauce (house recipe).\">Ternera (180g), queso cheddar ahumado, bits de bacon, pepinillos, cebolla caramelizada y salsa Emmy (receta de la casa)<\/span>\n                                    <span class=\"allergen\"> \ud83c\udf3e \ud83e\udd5a \ud83e\udd5b \ud83c\udf2d <\/span>\n                                <\/div>\n                                    <span class=\"price\">14<\/span>\n                            <\/div>\n                            \n                            <div class=\"item\">\n                                <div class=\"item-left\">\n                                    <span class=\"item-text\" data-en=\"Chicken power\">Chicken power<\/span>\n                                    <span class=\"item-text\" data-en=\"Grilled chicken burger, melted cheese, fresh tomato and crispy lettuce.\">Hamburguesa de pollo a la parrilla, queso fundido, tomate fresco y lechuga crujiente.<\/span>\n                                    <span class=\"allergen\"> \ud83c\udf3e \ud83e\udd5b <\/span>\n                                <\/div>\n                                <span class=\"price\">13<\/span>\n                            <\/div>\n\n                            <div class=\"item\">\n                                <div class=\"item-left\">\n                                    <span class=\"item-text\" data-en=\"Angus\">Angus<\/span>\n                                    <span class=\"item-text\" data-en=\"ANGUS beef (180 g), American cheddar, bacon, tomato, lettuce and onion sauce.\">Ternera ANGUS (180 g) cheddar americano, bacon, tomate, lechuga salsa de cebolla.<\/span>\n                                    <span class=\"allergen\"> \ud83c\udf3e \ud83e\udd5b \ud83e\udedb<\/span>\n                                <\/div>\n                                    <span class=\"price\">17<\/span>\n                            <\/div>\n\n                            <div class=\"item\">\n                                <div class=\"item-left\">\n                                    <span class=\"item-text\" data-en=\"Mini hamburger\">Mini hamburguesa<\/span>\n                                    <span class=\"item-text\" data-en=\"Mini surprise.\">Mini sorpresa.<\/span>\n                                    <span class=\"allergen\"><\/span>\n                                <\/div>\n                                    <span class=\"price\">3<\/span>\n                            <\/div>\n                        <\/div>\n\n                        <!-- Segunda columna -->\n\n                        <div class=\"menu-col\">\n\n                            <div class=\"item\">\n                                <div class=\"item-left\">\n                                    <span class=\"item-text\" data-en=\"SMASH Burger original\">SMASH Burger original<\/span>\n                                    <span class=\"item-text\" data-en=\"Double smash beef patty (2 x 90 g), American cheddar cheese, bacon strips, fried egg, caramelized onion and truffle mayonnaise on a potato bun.\">Doble patty smash de ternera (2 x 90 g), queso cheddar americano, tiras de bacon, huevo frito, cebolla caramelizada y mayonesa de trufa en pan de patata.<\/span>\n                                    <span class=\"allergen\"> \ud83c\udf3e \ud83e\udd5a \ud83e\udd5b \ud83c\udf30<\/span>  \n                                <\/div>\n                                    <span class=\"price\">14<\/span>\n                            <\/div>\n\n                            <div class=\"item\">\n                                <div class=\"item-left\">\n                                    <span class=\"item-text\" data-en=\"SMASH Urban Burger\">SMASH Urban Burger<\/span>\n                                    <span class=\"item-text\" data-en=\"Double beef patty (2 x 90 g), crispy chopped bacon, fried red onion, goat cheese, cheddar cheese and BBQ sauce on a potato bun.\">Doble patty de ternera (2 x 90 g), bacon crujiente troceado, cebolla frita morada, queso de cabra, queso cheddar y salsa BBQ en pan de patata.<\/span>\n                                    <span class=\"allergen\"> \ud83c\udf3e  \ud83e\udd5b \ud83c\udf2d \ud83e\uddea <\/span>     \n                            <\/div>\n                                    <span class=\"price\">14<\/span>\n                            <\/div>\n\n                            <div class=\"item\">\n                                <div class=\"item-left\">\n                                    <span class=\"item-text\" data-en=\"Green gourmet (vegetarian)\">Green gourmet (vegetariana)<\/span>\n                                    <span class=\"item-text\" data-en=\"Gourmet vegetable burger, cheese, fresh tomato, lettuce and mild house sauce.\">Hamburguesa vegetal gourmet, queso, tomate fresco, lechuga y salsa suave de la casa.<\/span>\n                                    <span class=\"allergen\"> \ud83c\udf3e \ud83e\udd5b \ud83e\udedb <\/span>     \n                                <\/div>\n                                    <span class=\"price\">14<\/span>\n                            <\/div>\n\n                            <div class=\"item\">\n                                <div class=\"item-left\">\n                                    <span class=\"item-text\" data-en=\"Rebel Burger\">Rebel Burger<\/span>\n                                    <span class=\"item-text\" data-en=\"Beef (180 g), gouda cheese, cheddar cheese, bacon jam, crispy bacon strips and spicy sauce.\">Ternera (180 g), queso gouda, queso cheddar, mermelada de bacon, tiras de bacon crujiente y salsa picante.<\/span>\n                                    <span class=\"allergen\"> \ud83c\udf3e \ud83e\udd5b \ud83e\uddea <\/span>     \n                                <\/div>\n                                    <span class=\"price\">15<\/span>\n                            <\/div>\n                        \n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div> \n\n<!------------------------------------------->\n            <!-- POSTRES -->\n<!------------------------------------------->\n\n            <div class=\"card day\">\n                <h2 data-en=\"Desserts\">Postres<\/h2>\n                <div class=\"content\">\n                    <div class=\"menu-grid\">\n                        <div class=\"menu-col\">\n\n                            <div class=\"item\">\n                                <div class=\"item-left\">\n                                    <span class=\"item-text\" data-en=\"Cheesecake\">Tarta de queso<\/span>\n                                    <span class=\"allergen\"> \ud83c\udf3e \ud83e\udd5a \ud83e\udd5b <\/span>     \n                                <\/div>\n                                    <span class=\"price\">4<\/span>\n                            <\/div>\n\n                            <div class=\"item\">\n                                <div class=\"item-left\">\n                                    <span class=\"item-text\" data-en=\"Brownie\">Brownie<\/span>\n                                    <span class=\"allergen\"> \ud83c\udf3e \ud83e\udd5a \ud83e\udd5b <\/span>\n                                <\/div>\n                                    <span class=\"price\">4<\/span>\n                            <\/div>\n                            \n                            <div class=\"item\">\n                                <div class=\"item-left\">\n                                    <span class=\"item-text\" data-en=\"Apple pie\">Tarta de manzana<\/span>\n                                    <span class=\"allergen\"> \ud83c\udf3e \ud83e\udd5a \ud83e\udd5b <\/span>\n                                <\/div>\n                                    <span class=\"price\">4<\/span>\n                            <\/div>\n                        <\/div>\n\n                        <!-- Segunda columna -->\n\n\n                        <div class=\"menu-col\">\n                            <div class=\"item\">\n                                <div class=\"item-left\">\n                                    <span class=\"item-text\" data-en=\"Yogurt and mango cake\">Tarta de yogur y mango<\/span>\n                                    <span class=\"allergen\"> \ud83e\udd5a \ud83e\udd5b <\/span>\n                                <\/div>\n                                    <span class=\"price\">4<\/span>\n                            <\/div>\n                            \n                            <div class=\"item\">\n                                <div class=\"item-left\">\n                                    <span class=\"item-text\" data-en=\"Egg flan\">Flan de huevo<\/span>\n                                    <span class=\"allergen\"> \ud83e\udd5a \ud83e\udd5b <\/span>\n                                <\/div>\n                                    <span class=\"price\">4<\/span>\n                            <\/div>\n\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- OTRAS COSAS -->\n            <div class=\"card dinner\">\n                <h2 data-es=\"Otras cosas\" data-en=\"Other dishes\">Otras cosas<\/h2>\n                <div class=\"content\">\n                    <div class=\"menu-grid\">\n                        <div class=\"menu-col\">\n\n                            <div class=\"item\">\n                                <div class=\"item-left\">\n                                    <span class=\"item-text\" data-en=\"Grilled piri piri chicken\">Pollo piri piri a la brasa<\/span>\n                                    <span class=\"allergen\">\ud83c\udf36<\/span>\n                                <\/div>\n                                    <span class=\"price\">12<\/span>\n                            <\/div>\n\n                            <div class=\"item\">\n                                <div class=\"item-left\">\n                                    <span class=\"item-text\" data-en=\"Sliced grilled beef entrecote.\">Entrecote de vaca fileteado a la brasa<\/span>\n                                    <span class=\"allergen\"><\/span>\n                                <\/div>\n                                    <span class=\"price\">17<\/span>\n                            <\/div>\n                        <\/div>\n\n                        <div class=\"menu-col\">\n                            <div class=\"item\">\n                                <div class=\"item-left\">\n                                    <span class=\"item-text\" data-en=\"Hugo\u00b4s s\u00e1ndwich\">Hugo\u00b4s s\u00e1ndwich<\/span>\n                                    <span class=\"allergen\"> \ud83c\udf3e \ud83e\udd5a \ud83e\udd5b <\/span>\n                                <\/div>\n                                    <span class=\"price\">12<\/span>\n                            <\/div>\n\n                            <div class=\"item\">\n                                <div class=\"item-left\">\n                                    <span class=\"item-text\" data-en=\"Super hot dog (20cm)\">Super hot dog (20cm)<\/span>\n                                    <span class=\"allergen\"> \ud83c\udf3e \ud83e\udd5b <\/span>\n                                <\/div>\n                                    <span class=\"price\">10<\/span>\n                            <\/div>\n                        <\/div>\n\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"card final-card\">\n                <img decoding=\"async\" src=\"https:\/\/therebelflame.com\/wp-content\/uploads\/2026\/02\/logoblanco-scaled.png\">\n            <\/div>\n\n        <\/div>\n    <\/div>\n\n    <!-- MODAL -->\n    <div id=\"allergenModal\" class=\"modal\">\n        <div class=\"modal-content\">\n            <h3 style=\"padding-bottom: 20px\">Al\u00e9rgenos<\/h3>\n            <div>\ud83c\udf3e Gluten<\/div>\n            <div>\ud83e\udd5a Huevo<\/div>\n            <div>\ud83e\udd5b L\u00e1cteos<\/div>\n            <div>\ud83d\udc1f Pescado<\/div>\n            <div>\ud83c\udf2d Mostaza<\/div>\n            <div>\ud83c\udf30 Frutos secos<\/div>\n            <div>\ud83e\udedb Soja<\/div>\n            <div>\ud83e\uddea Sulfitos<\/div>\n            <div>\ud83c\udf36 Picante a\u00f1adido<\/div>\n            <button class=\"close-modal\">Cerrar<\/button>\n        <\/div>\n    <\/div>\n\n    <script>\n\n        const burger = document.getElementById(\"burger\");\n        burger.addEventListener(\"click\", () => burger.classList.toggle(\"active\"));\n\n        const cards = document.querySelectorAll(\".card\");\n        cards.forEach(card => {\n            card.addEventListener(\"click\", () => {\n                cards.forEach(c => c !== card && c.classList.remove(\"active\"));\n                card.classList.toggle(\"active\");\n            });\n        });\n\n        let currentLang = \"es\";\n        const button = document.getElementById(\"langToggle\");\n\n        const elements = document.querySelectorAll(\"[data-en]\");\n\n        \/\/ Guardamos autom\u00e1ticamente el texto original (espa\u00f1ol)\n        elements.forEach(el => {\n            el.dataset.original = el.textContent.trim();\n        });\n\n        button.addEventListener(\"click\", () => {\n\n            elements.forEach(el => {\n                if (currentLang === \"es\") {\n                    el.textContent = el.dataset.en;\n                } else {\n                    el.textContent = el.dataset.original;\n                }\n            });\n\n            if (currentLang === \"es\") {\n                button.textContent = \"\ud83c\uddec\ud83c\udde7 EN\";\n                button.classList.add(\"en-active\");\n                document.documentElement.lang = \"en\";\n                currentLang = \"en\";\n            } else {\n                button.textContent = \"\ud83c\uddea\ud83c\uddf8 ES\";\n                button.classList.remove(\"en-active\");\n                document.documentElement.lang = \"es\";\n                currentLang = \"es\";\n            }\n\n        });\n\n        const infoBtn = document.querySelector(\".info-btn\");\n        const modal = document.getElementById(\"allergenModal\");\n        infoBtn.addEventListener(\"click\", e => {\n            e.stopPropagation();\n            modal.classList.toggle(\"show\");\n        });\n        document.querySelector(\".close-modal\").addEventListener(\"click\", () => {\n            modal.classList.remove(\"show\");\n        });\n\n    <\/script>\n\n<\/body>\n\n<\/html>    <\/div>\r\n    \n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-161","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/therebelflame.com\/index.php?rest_route=\/wp\/v2\/pages\/161","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/therebelflame.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/therebelflame.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/therebelflame.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/therebelflame.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=161"}],"version-history":[{"count":223,"href":"https:\/\/therebelflame.com\/index.php?rest_route=\/wp\/v2\/pages\/161\/revisions"}],"predecessor-version":[{"id":1178,"href":"https:\/\/therebelflame.com\/index.php?rest_route=\/wp\/v2\/pages\/161\/revisions\/1178"}],"wp:attachment":[{"href":"https:\/\/therebelflame.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=161"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}