{"id":10,"date":"2026-06-15T16:23:10","date_gmt":"2026-06-15T16:23:10","guid":{"rendered":"https:\/\/gabysgroup.com\/?page_id=10"},"modified":"2026-08-25T14:40:05","modified_gmt":"2026-08-25T14:40:05","slug":"inicio","status":"publish","type":"page","link":"https:\/\/gabysgroup.com\/hu\/","title":{"rendered":"Otthon"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"10\" class=\"elementor elementor-10\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5843777 e-con-full e-flex e-con e-parent\" data-id=\"5843777\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c922a22 elementor-widget elementor-widget-html\" data-id=\"c922a22\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- Contenedor del Hero Dividido -->\r\n<div class=\"gabys-split-hero\">\r\n  \r\n  <!-- Mitad Izquierda: SITGES -->\r\n  <div class=\"split-section split-left\">\r\n    <div class=\"split-overlay\"><\/div>\r\n    <div class=\"split-content\">\r\n      <h2>Gaby's Sitges<\/h2>\r\n      <p>Cocina americana y vistas al mar.<\/p>\r\n      <!-- Reemplaza el enlace # con la URL de tu p\u00e1gina de Sitges -->\r\n      <a href=\"\/sitges\" class=\"split-btn sitges-btn\">Ir a Sitges<\/a>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <!-- Mitad Derecha: BUDAPEST -->\r\n  <div class=\"split-section split-right\">\r\n    <div class=\"split-overlay\"><\/div>\r\n    <div class=\"split-content\">\r\n      <h2>Gaby's Budapest<\/h2>\r\n      <p>Energ\u00eda urbana y ambiente inigualable.<\/p>\r\n      <!-- Reemplaza el enlace # con la URL de tu p\u00e1gina de Budapest -->\r\n      <a href=\"\/budapest\" class=\"split-btn budapest-btn\">Ir a Budapest<\/a>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <!-- Indicador de Scroll hacia abajo -->\r\n  <div class=\"split-scroll-indicator\">\r\n    <a href=\"javascript:void(0);\" onclick=\"window.scrollBy({ top: window.innerHeight, behavior: 'smooth' });\" aria-label=\"Desplazarse hacia abajo\">\r\n      <svg viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n        <line x1=\"12\" y1=\"5\" x2=\"12\" y2=\"19\"><\/line>\r\n        <polyline points=\"19 12 12 19 5 12\"><\/polyline>\r\n      <\/svg>\r\n    <\/a>\r\n  <\/div>\r\n\r\n<\/div>\r\n\r\n<style>\r\n  \/* Contenedor Flexbox Principal *\/\r\n  .gabys-split-hero {\r\n    display: flex;\r\n    width: 100%;\r\n    height: 100vh; \/* Ocupa el 100% de la altura de la pantalla *\/\r\n    overflow: hidden;\r\n    position: relative;\r\n    font-family: 'Inter', sans-serif;\r\n  }\r\n\r\n  \/* Secciones individuales *\/\r\n  .split-section {\r\n    flex: 1; \/* Ambas mitades ocupan el 50% por defecto *\/\r\n    position: relative;\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    background-size: cover;\r\n    background-position: center;\r\n    \/* Efecto el\u00e1stico fluido tipo GitHub Landing *\/\r\n    transition: flex 0.6s cubic-bezier(0.25, 1, 0.5, 1); \r\n  }\r\n\r\n  \/* IM\u00c1GENES DE FONDO - Reemplaza las URL con tus propias im\u00e1genes *\/\r\n  .split-left {\r\n    background-image: url('https:\/\/gabysgroup.com\/wp-content\/uploads\/2026\/07\/Copia-de-MCS04328.jpg'); \r\n  }\r\n  .split-right {\r\n    background-image: url('https:\/\/gabysgroup.com\/wp-content\/uploads\/2026\/07\/Ambiente-2.jpg'); \r\n  }\r\n\r\n  \/* Capa oscura (Overlay) *\/\r\n  .split-overlay {\r\n    position: absolute;\r\n    top: 0; left: 0; right: 0; bottom: 0;\r\n    background: rgba(10, 10, 10, 0.65); \/* Oscuro para contraste *\/\r\n    transition: background 0.6s ease;\r\n    z-index: 1;\r\n  }\r\n\r\n  \/* --- MAGIA DEL HOVER (Expansi\u00f3n) --- *\/\r\n  \/* Al poner el rat\u00f3n en el contenedor padre, reducimos ligeramente ambas *\/\r\n  @media (min-width: 769px) {\r\n    .gabys-split-hero:hover .split-section {\r\n      flex: 0.8; \r\n    }\r\n    \/* La secci\u00f3n que tiene el rat\u00f3n encima crece e ilumina su overlay *\/\r\n    .gabys-split-hero .split-section:hover {\r\n      flex: 1.2; \r\n    }\r\n    .gabys-split-hero .split-section:hover .split-overlay {\r\n      background: rgba(10, 10, 10, 0.35); \/* Se vuelve m\u00e1s clara *\/\r\n    }\r\n  }\r\n\r\n  \/* Contenido (Textos y botones) *\/\r\n  .split-content {\r\n    position: relative;\r\n    z-index: 2;\r\n    text-align: center;\r\n    color: white;\r\n    padding: 30px;\r\n    max-width: 400px;\r\n  }\r\n  .split-content h2 {\r\n    font-size: 3.5rem;\r\n    margin: 0 0 10px 0;\r\n    font-weight: 800;\r\n    color: #ffffff;\r\n    letter-spacing: -1px;\r\n    text-shadow: 0 4px 15px rgba(0,0,0,0.5);\r\n  }\r\n  .split-content p {\r\n    font-size: 1.2rem;\r\n    margin: 0 0 35px 0;\r\n    color: #e0e0e0;\r\n    text-shadow: 0 2px 10px rgba(0,0,0,0.5);\r\n  }\r\n\r\n  \/* Dise\u00f1o de los Botones *\/\r\n  .split-btn {\r\n    display: inline-block;\r\n    padding: 16px 36px;\r\n    text-decoration: none;\r\n    font-size: 1.1rem;\r\n    font-weight: 600;\r\n    border-radius: 50px;\r\n    transition: all 0.3s ease;\r\n  }\r\n  .sitges-btn {\r\n    background-color: #F5A623;\r\n    color: #fff;\r\n  }\r\n  .sitges-btn:hover {\r\n    background-color: #e0961d;\r\n    transform: translateY(-3px);\r\n    box-shadow: 0 10px 20px rgba(245, 166, 35, 0.3);\r\n  }\r\n\r\n  .budapest-btn {\r\n    background-color: #9E2A2B;\r\n    color: #fff;\r\n  }\r\n  .budapest-btn:hover {\r\n    background-color: #7a1f20;\r\n    transform: translateY(-3px);\r\n    box-shadow: 0 10px 20px rgba(158, 42, 43, 0.3);\r\n  }\r\n\r\n  \/* Indicador de Scroll Inferior *\/\r\n  .split-scroll-indicator {\r\n    position: absolute;\r\n    bottom: 40px;\r\n    left: 50%;\r\n    transform: translateX(-50%);\r\n    z-index: 3;\r\n    animation: rebotar 2s infinite;\r\n  }\r\n  .split-scroll-indicator a {\r\n    color: white;\r\n    display: flex;\r\n    justify-content: center;\r\n    align-items: center;\r\n    width: 55px; height: 55px;\r\n    border-radius: 50%;\r\n    background: rgba(255, 255, 255, 0.05); \/* Efecto Glassmorphism *\/\r\n    backdrop-filter: blur(10px);\r\n    border: 1px solid rgba(255, 255, 255, 0.2);\r\n    transition: background 0.3s ease;\r\n  }\r\n  .split-scroll-indicator a:hover {\r\n    background: rgba(255, 255, 255, 0.2);\r\n  }\r\n\r\n  \/* Animaci\u00f3n del rebote para el scroll *\/\r\n  @keyframes rebotar {\r\n    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }\r\n    40% { transform: translateY(-12px); }\r\n    60% { transform: translateY(-6px); }\r\n  }\r\n\r\n  \/* Responsivo para m\u00f3viles *\/\r\n  @media (max-width: 768px) {\r\n    .gabys-split-hero {\r\n      flex-direction: column; \/* Apila las secciones una sobre otra *\/\r\n    }\r\n    .split-content h2 {\r\n      font-size: 2.5rem;\r\n    }\r\n    .split-scroll-indicator {\r\n      bottom: 20px;\r\n    }\r\n  }\r\n  \r\n  @media (max-width: 768px) {\r\n  .split-left {\r\n    \/* Ajusta este valor (80px, 100px) dependiendo del alto exacto de tu header m\u00f3vil *\/\r\n    padding-top: 140px !important; \r\n  }\r\n}\r\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-602157d e-con-full e-flex e-con e-parent\" data-id=\"602157d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-5df8625 e-flex e-con-boxed e-con e-child\" data-id=\"5df8625\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2357ed1 elementor-widget elementor-widget-heading\" data-id=\"2357ed1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Nuestra Historia<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cf45175 elementor-widget elementor-widget-html\" data-id=\"cf45175\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- Contenedor Principal de la L\u00ednea de Tiempo -->\r\n<div class=\"gabys-timeline\">\r\n\r\n  <!-- HITO 1: 2021 -->\r\n  <div class=\"timeline-item left\">\r\n    <div class=\"timeline-dot\"><\/div>\r\n    <!-- Reemplaza la URL de la imagen en el estilo de abajo -->\r\n    <div class=\"timeline-image-bg\" style=\"background-image: url('https:\/\/gabysgroup.com\/wp-content\/uploads\/2026\/06\/Gaby-s-Sitges-IMG-5388-JPG.jpg');\">\r\n      <div class=\"glass-card\">\r\n        <span class=\"icon-header\">\ud83d\udc15<\/span>\r\n        <h3>2021: El Comienzo en Budapest<\/h3>\r\n        <p>La historia de Gaby's (en honor al perro de Bryan Wilson, fundador del proyecto) comenz\u00f3 a orillas del r\u00edo Danubio. Lo que empez\u00f3 como un local de ambiente cercano, r\u00e1pidamente se convirti\u00f3 en un referente.<\/p>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <!-- HITO 2: 2023 -->\r\n  <div class=\"timeline-item right\">\r\n    <div class=\"timeline-dot\"><\/div>\r\n    <!-- Reemplaza la URL de la imagen en el estilo de abajo -->\r\n    <div class=\"timeline-image-bg\" style=\"background-image: url('https:\/\/gabysgroup.com\/wp-content\/uploads\/2026\/06\/03.jpg');\">\r\n      <div class=\"glass-card\">\r\n        <span class=\"icon-header\">\ud83c\udf0a<\/span>\r\n        <h3>2023: El Salto a Sitges<\/h3>\r\n        <p>El \u00e9xito nos impuls\u00f3 a afrontar un nuevo desaf\u00edo frente al mar Mediterr\u00e1neo. En este camino se sum\u00f3 Mart\u00edn Candi, quien comenz\u00f3 en Budapest y hoy lidera este local junto a Bryan.<\/p>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <!-- HITO 3: HOY -->\r\n  <div class=\"timeline-item left\">\r\n    <div class=\"timeline-dot\"><\/div>\r\n    <!-- Reemplaza la URL de la imagen en el estilo de abajo -->\r\n    <div class=\"timeline-image-bg\" style=\"background-image: url('https:\/\/gabysgroup.com\/wp-content\/uploads\/2026\/06\/Gaby-s-Sitges-10131d68-5815-437e-9a32-00e2c0c672de-JPG.jpg');\">\r\n      <div class=\"glass-card\">\r\n        <span class=\"icon-header\">\ud83c\udf54<\/span>\r\n        <h3>HOY: Un Equipo Consolidado<\/h3>\r\n        <p>En nuestro tercer a\u00f1o, Gaby's Sitges es el reflejo de la pasi\u00f3n compartida. Trabajamos para que cada detalle marque la diferencia y la experiencia vaya siempre mucho m\u00e1s all\u00e1 de la comida.<\/p>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n\r\n<\/div>\r\n\r\n<!-- CSS Integrado -->\r\n<style>\r\n  .gabys-timeline {\r\n    position: relative;\r\n    max-width: 1000px;\r\n    margin: 40px auto;\r\n    padding: 20px 0;\r\n    font-family: 'Inter', sans-serif;\r\n  }\r\n\r\n  \/* La l\u00ednea vertical central *\/\r\n  .gabys-timeline::before {\r\n    content: '';\r\n    position: absolute;\r\n    top: 0;\r\n    bottom: 0;\r\n    left: 50%;\r\n    width: 4px;\r\n    background: linear-gradient(to bottom, #dcb37b 0%, #F5A623 50%, #dcb37b 100%);\r\n    transform: translateX(-50%);\r\n    border-radius: 4px;\r\n  }\r\n\r\n  \/* Contenedores de cada hito *\/\r\n  .timeline-item {\r\n    position: relative;\r\n    width: 50%;\r\n    margin-bottom: 70px;\r\n    box-sizing: border-box;\r\n  }\r\n  .timeline-item.left {\r\n    left: 0;\r\n    padding-right: 50px;\r\n  }\r\n  .timeline-item.right {\r\n    left: 50%;\r\n    padding-left: 50px;\r\n  }\r\n\r\n  \/* Los puntos en la l\u00ednea *\/\r\n  .timeline-dot {\r\n    position: absolute;\r\n    top: 50%;\r\n    transform: translateY(-50%);\r\n    width: 20px;\r\n    height: 20px;\r\n    background: #FDF8F1;\r\n    border: 4px solid #F5A623;\r\n    border-radius: 50%;\r\n    z-index: 2;\r\n    box-shadow: 0 0 0 5px rgba(245, 166, 35, 0.15);\r\n  }\r\n  .timeline-item.left .timeline-dot { right: -14px; }\r\n  .timeline-item.right .timeline-dot { left: -14px; }\r\n\r\n  \/* Fondo de Imagen con bordes curvos *\/\r\n  .timeline-image-bg {\r\n    position: relative;\r\n    width: 100%;\r\n    height: 320px;\r\n    border-radius: 20px;\r\n    background-size: cover;\r\n    background-position: center;\r\n    box-shadow: 0 10px 30px rgba(0,0,0,0.15);\r\n    display: flex;\r\n    align-items: center;\r\n    transition: transform 0.3s ease;\r\n  }\r\n  .timeline-image-bg:hover {\r\n    transform: scale(1.02);\r\n  }\r\n\r\n  \/* Alineaci\u00f3n de la tarjeta dentro de la imagen *\/\r\n  .timeline-item.left .timeline-image-bg { justify-content: flex-end; }\r\n  .timeline-item.right .timeline-image-bg { justify-content: flex-start; }\r\n\r\n  \/* La Tarjeta con Efecto Cristal (Glassmorphism) *\/\r\n  .glass-card {\r\n    background: rgba(253, 248, 241, 0.88); \/* Color crema semitransparente *\/\r\n    backdrop-filter: blur(10px);\r\n    -webkit-backdrop-filter: blur(10px);\r\n    border: 1px solid rgba(255, 255, 255, 0.6);\r\n    border-radius: 16px;\r\n    padding: 30px;\r\n    width: 75%;\r\n    box-shadow: 0 15px 35px rgba(0,0,0,0.08);\r\n    transition: transform 0.3s ease;\r\n  }\r\n  \r\n  \/* Sobresalir la tarjeta para dar efecto 3D sobre la l\u00ednea *\/\r\n  .timeline-item.left .glass-card { transform: translateX(30px); }\r\n  .timeline-item.right .glass-card { transform: translateX(-30px); }\r\n\r\n  \/* Tipograf\u00eda de la tarjeta *\/\r\n  .icon-header {\r\n    font-size: 28px;\r\n    margin-bottom: 10px;\r\n    display: block;\r\n  }\r\n  .glass-card h3 {\r\n    color: #4A3320; \/* Marr\u00f3n oscuro *\/\r\n    font-size: 22px;\r\n    margin: 0 0 12px 0;\r\n    font-weight: 800;\r\n    line-height: 1.2;\r\n  }\r\n  .glass-card p {\r\n    color: #555;\r\n    font-size: 15px;\r\n    line-height: 1.6;\r\n    margin: 0;\r\n  }\r\n\r\n  \/* --- ADAPTACI\u00d3N A M\u00d3VILES --- *\/\r\n  @media (max-width: 768px) {\r\n    \/* Mover la l\u00ednea a la izquierda *\/\r\n    .gabys-timeline::before { left: 20px; }\r\n    \r\n    .timeline-item {\r\n      width: 100%;\r\n      padding-left: 60px !important;\r\n      padding-right: 0 !important;\r\n      left: 0 !important;\r\n      margin-bottom: 50px;\r\n    }\r\n    \r\n    .timeline-dot {\r\n      left: 8px !important;\r\n      right: auto !important;\r\n    }\r\n    \r\n    .timeline-image-bg {\r\n      justify-content: center !important;\r\n      height: auto;\r\n      padding: 20px;\r\n    }\r\n    \r\n    .glass-card {\r\n      width: 100%;\r\n      transform: translateX(0) !important; \/* Quitar el sobresaliente 3D en m\u00f3vil *\/\r\n    }\r\n  }\r\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-88ab977 e-flex e-con-boxed e-con e-child\" data-id=\"88ab977\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-907fc00 e-con-full e-flex e-con e-child\" data-id=\"907fc00\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d782f74 elementor-widget elementor-widget-heading\" data-id=\"d782f74\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Experiencia <span class=\"dest-gold\">\u00danica<\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-14fd689 abrir-carta elementor-align-center elementor-widget elementor-widget-button\" data-id=\"14fd689\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Nuestro Men\u00fa<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1bb6822 e-con-full e-flex e-con e-child\" data-id=\"1bb6822\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0398014 elementor-widget elementor-widget-heading\" data-id=\"0398014\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Conceptos <span class=\"dest-gold\">con Alma<\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b53d5a5 abrir-carta elementor-align-center elementor-widget elementor-widget-button\" data-id=\"b53d5a5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Nuestro Men\u00fa<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0555bfa e-flex e-con-boxed e-con e-child\" data-id=\"0555bfa\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-b951446 e-con-full e-flex e-con e-child\" data-id=\"b951446\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6a11076 elementor-widget elementor-widget-heading\" data-id=\"6a11076\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Hacemos los mejores eventos en nuestros restaurantes<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f27eb50 elementor-widget elementor-widget-heading\" data-id=\"f27eb50\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Creamos el escenario para tus <span class=\"dest-red\">mejores recuerdos.<\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-04a2cd0 elementor-widget elementor-widget-text-editor\" data-id=\"04a2cd0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p data-path-to-node=\"13,0\">\u00bfTienes algo importante que celebrar? Ya sea una cena corporativa, un cumplea\u00f1os que marcar\u00e1 un antes y un despu\u00e9s o simplemente una reuni\u00f3n donde la comida y los c\u00f3cteles son los protagonistas, estamos preparados para recibirte.<\/p><p data-path-to-node=\"13,1\">En Gaby&#8217;s transformamos grupos grandes en experiencias inolvidables. D\u00e9janos ocuparnos de la log\u00edstica y el servicio, mientras t\u00fa te dedicas a disfrutar de tus invitados. Consulta nuestras opciones de men\u00fas grupales y reserva una fecha que quedar\u00e1 grabada.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6cc2e4e elementor-mobile-align-center elementor-widget elementor-widget-button\" data-id=\"6cc2e4e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"\/reserva-eventos\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Reservar espacio para tu evento<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2d8ad92 e-con-full e-flex e-con e-child\" data-id=\"2d8ad92\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e968390 elementor-widget__width-initial elementor-widget elementor-widget-video\" data-id=\"e968390\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;video_type&quot;:&quot;hosted&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;play_on_mobile&quot;:&quot;yes&quot;,&quot;loop&quot;:&quot;yes&quot;,&quot;controls&quot;:&quot;yes&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t\t\t\t<div class=\"e-hosted-video elementor-wrapper elementor-open-inline\">\n\t\t\t\t\t<video class=\"elementor-video\" src=\"https:\/\/gabysgroup.com\/wp-content\/uploads\/2026\/07\/wehaveatable.mp4\" autoplay=\"\" loop=\"\" controls=\"\" playsinline=\"\" controlsList=\"nodownload\"><\/video>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2aca397 e-con-full e-flex e-con e-parent\" data-id=\"2aca397\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-7e98aef e-con-full e-flex e-con e-child\" data-id=\"7e98aef\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c61bfae elementor-widget elementor-widget-image-carousel\" data-id=\"c61bfae\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;slides_to_show&quot;:&quot;6&quot;,&quot;navigation&quot;:&quot;none&quot;,&quot;autoplay_speed&quot;:0,&quot;speed&quot;:5000,&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:30,&quot;sizes&quot;:[]},&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;infinite&quot;:&quot;yes&quot;,&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"image-carousel.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-image-carousel-wrapper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Carrusel de im\u00e1genes\" dir=\"ltr\">\n\t\t\t<div class=\"elementor-image-carousel swiper-wrapper swiper-image-stretch\" aria-live=\"off\">\n\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 \/ 22\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/gabysgroup.com\/wp-content\/uploads\/2026\/06\/Gaby-s-Sitges-IMG-2325-JPG.jpg\" alt=\"Gaby-s-Sitges-IMG-2325-JPG\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 \/ 22\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/gabysgroup.com\/wp-content\/uploads\/2026\/06\/Gaby-s-Sitges-Has-probado-nuestras-flautas-fritas-Crujientes-y-llenas-de-sabor-jpg-e1781541418979.jpg\" alt=\"Gaby-s-Sitges-Has-probado-nuestras-flautas-fritas-Crujientes-y-llenas-de-sabor-jpg\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 \/ 22\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/gabysgroup.com\/wp-content\/uploads\/2026\/06\/Gaby-s-Sitges-10131d68-5815-437e-9a32-00e2c0c672de-JPG.jpg\" alt=\"Gaby-s-Sitges-10131d68-5815-437e-9a32-00e2c0c672de-JPG\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"4 \/ 22\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/gabysgroup.com\/wp-content\/uploads\/2026\/06\/Gaby-s-Sitges-Smash-Burger-y-patatas-fritas-lo-clasico-nunca-falla-jpg.jpg\" alt=\"Gaby-s-Sitges-Smash-Burger-y-patatas-fritas-lo-clasico-nunca-falla-jpg\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"5 \/ 22\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/gabysgroup.com\/wp-content\/uploads\/2026\/06\/Gabys-sitges-WhatsApp-Image-2024-09-25-at-3-55-57p-m-jpeg.jpg\" alt=\"Gabys-sitges-WhatsApp-Image-2024-09-25-at-3-55-57p-m-jpeg\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"6 \/ 22\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/gabysgroup.com\/wp-content\/uploads\/2026\/06\/Gaby-s-Sitges-IMG-9506-JPG.jpg\" alt=\"Gaby-s-Sitges-IMG-9506-JPG\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"7 \/ 22\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/gabysgroup.com\/wp-content\/uploads\/2026\/06\/Gaby-s-Sitges-4-JPG.jpg\" alt=\"Gaby-s-Sitges-4-JPG\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"8 \/ 22\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/gabysgroup.com\/wp-content\/uploads\/2026\/06\/Gaby-s-Sitges-13-JPG.jpg\" alt=\"Gaby-s-Sitges-13-JPG\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"9 \/ 22\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/gabysgroup.com\/wp-content\/uploads\/2026\/06\/Copia-de-01.jpg\" alt=\"Copia de 01\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"10 \/ 22\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/gabysgroup.com\/wp-content\/uploads\/2026\/06\/MCS01402.jpg\" alt=\"MCS01402\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"11 \/ 22\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/gabysgroup.com\/wp-content\/uploads\/2026\/06\/Copia-de-MCS04319.jpg\" alt=\"Copia de MCS04319\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"12 \/ 22\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/gabysgroup.com\/wp-content\/uploads\/2026\/06\/Copia-de-MCS07083.jpg\" alt=\"Copia de MCS07083\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"13 \/ 22\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/gabysgroup.com\/wp-content\/uploads\/2026\/07\/IMG_0112-scaled.jpg\" alt=\"IMG_0112\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"14 \/ 22\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/gabysgroup.com\/wp-content\/uploads\/2026\/07\/Gabys-x-Hector-Ruiz-Mexican-Pop-Up-Dinner-6804.jpg\" alt=\"Gaby&#039;s x Hector Ruiz - Mexican Pop Up Dinner-6804\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"15 \/ 22\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/gabysgroup.com\/wp-content\/uploads\/2026\/07\/IMG_7377-ok-scaled.jpg\" alt=\"IMG_7377 ok\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"16 \/ 22\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/gabysgroup.com\/wp-content\/uploads\/2026\/07\/Ambiente-2-1.jpg\" alt=\"Ambiente 2 (1)\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"17 \/ 22\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/gabysgroup.com\/wp-content\/uploads\/2026\/07\/Gabys_summer-menu_23-7291.jpg\" alt=\"Gaby&#039;s_summer menu_23-7291\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"18 \/ 22\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/gabysgroup.com\/wp-content\/uploads\/2026\/07\/Gabys-Drag-Bingo-_-WomensDay_-20230308-0678-1.jpg\" alt=\"Gaby&#039;s Drag Bingo _ Women&#039;sDay_-20230308-0678 (1)\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"19 \/ 22\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/gabysgroup.com\/wp-content\/uploads\/2026\/07\/Gabys-Budapest-Sziget-special-offer-4054-ok.jpg\" alt=\"Gaby&#039;s Budapest - Sziget special offer-4054 ok\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"20 \/ 22\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/gabysgroup.com\/wp-content\/uploads\/2026\/07\/Gabys-Summer-seasonal-0063.jpg\" alt=\"Gaby&#039;s Summer seasonal-0063\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"21 \/ 22\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/gabysgroup.com\/wp-content\/uploads\/2026\/07\/Gabys-Taco-Tuesday_2026_February-6672-scaled.jpg\" alt=\"Gaby&#039;s Taco Tuesday_2026_February-6672\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"22 \/ 22\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/gabysgroup.com\/wp-content\/uploads\/2026\/07\/Gabys-x-Hector-Ruiz-Mexican-Pop-Up-Dinner-6800.jpg\" alt=\"Gaby&#039;s x Hector Ruiz - Mexican Pop Up Dinner-6800\" \/><\/figure><\/div>\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6770080 e-flex e-con-boxed e-con e-child\" data-id=\"6770080\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-1971f01 e-con-full e-flex e-con e-child\" data-id=\"1971f01\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-180783c elementor-widget elementor-widget-heading\" data-id=\"180783c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">#tastegabys<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0f7ef21 elementor-widget elementor-widget-heading\" data-id=\"0f7ef21\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Etiqueta tus fotos y s\u00e9 parte de la comunidad<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4536215 e-flex e-con-boxed e-con e-child\" data-id=\"4536215\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-6626bb2 e-con-full e-flex e-con e-child\" data-id=\"6626bb2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b921890 elementor-widget elementor-widget-heading\" data-id=\"b921890\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Experiencia inolvidable en nuestros restaurantes: Sitges y Budapest<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1112469 elementor-widget elementor-widget-text-editor\" data-id=\"1112469\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Gaby&#8217;s Group ofrece las mejores experiencias a sus clientes en sus dos ubicaciones actuales: Sitges (Barcelona, Espa\u00f1a) y Budapest (Hungr\u00eda).<\/p><p>Nos enfocamos en crear recuerdos inolvidables para nuestros clientes, donde el ambiente y la atenci\u00f3n son el alma.<\/p><p>Descubre la experiencia Gaby&#8217;s.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9214c8a abrir-carta elementor-mobile-align-center elementor-widget elementor-widget-button\" data-id=\"9214c8a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Ver Carta<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b4e1b16 e-con-full e-flex e-con e-child\" data-id=\"b4e1b16\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-892879c elementor-widget elementor-widget-image\" data-id=\"892879c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"1536\" height=\"2048\" src=\"https:\/\/gabysgroup.com\/wp-content\/uploads\/2026\/08\/Reemplaza-2.jpg\" class=\"attachment-full size-full wp-image-855\" alt=\"\" srcset=\"https:\/\/gabysgroup.com\/wp-content\/uploads\/2026\/08\/Reemplaza-2.jpg 1536w, https:\/\/gabysgroup.com\/wp-content\/uploads\/2026\/08\/Reemplaza-2-225x300.jpg 225w, https:\/\/gabysgroup.com\/wp-content\/uploads\/2026\/08\/Reemplaza-2-768x1024.jpg 768w, https:\/\/gabysgroup.com\/wp-content\/uploads\/2026\/08\/Reemplaza-2-1152x1536.jpg 1152w, https:\/\/gabysgroup.com\/wp-content\/uploads\/2026\/08\/Reemplaza-2-9x12.jpg 9w\" sizes=\"(max-width: 1536px) 100vw, 1536px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-15947d6 elementor-widget__width-inherit elementor-absolute elementor-widget elementor-widget-image\" data-id=\"15947d6\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;,&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:5,&quot;sizes&quot;:[]},&quot;motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"539\" height=\"820\" src=\"https:\/\/gabysgroup.com\/wp-content\/uploads\/2026\/06\/deco-beach1.png\" class=\"attachment-large size-large wp-image-159\" alt=\"\" srcset=\"https:\/\/gabysgroup.com\/wp-content\/uploads\/2026\/06\/deco-beach1.png 539w, https:\/\/gabysgroup.com\/wp-content\/uploads\/2026\/06\/deco-beach1-197x300.png 197w\" sizes=\"(max-width: 539px) 100vw, 539px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-71326ba e-flex e-con-boxed e-con e-parent\" data-id=\"71326ba\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-58e833a elementor-widget elementor-widget-image\" data-id=\"58e833a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"539\" height=\"820\" src=\"https:\/\/gabysgroup.com\/wp-content\/uploads\/2026\/06\/deco-beach4.png\" class=\"attachment-large size-large wp-image-162\" alt=\"\" srcset=\"https:\/\/gabysgroup.com\/wp-content\/uploads\/2026\/06\/deco-beach4.png 539w, https:\/\/gabysgroup.com\/wp-content\/uploads\/2026\/06\/deco-beach4-197x300.png 197w\" sizes=\"(max-width: 539px) 100vw, 539px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-74f01d3 elementor-widget elementor-widget-heading\" data-id=\"74f01d3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Somos Gaby's. Somos experiencias. Somos recuerdos inolvidables. Somos felicidad. Somos gastronom\u00eda. Somos calidad. Somos cercan\u00eda. Somos diversi\u00f3n. Somos alegr\u00eda.<\/p>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-92c5d26 e-con-full e-flex e-con e-parent\" data-id=\"92c5d26\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-a14dbd8 e-con-full e-flex e-con e-child\" data-id=\"a14dbd8\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-86c1ac9 e-con-full e-flex e-con e-child\" data-id=\"86c1ac9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9676c33 elementor-widget elementor-widget-heading\" data-id=\"9676c33\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Rese\u00f1as Sitges<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0b39db7 elementor-widget elementor-widget-heading\" data-id=\"0b39db7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Excelente<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d2eb523 elementor-widget elementor-widget-rating\" data-id=\"d2eb523\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"rating.default\">\n\t\t\t\t\t\t\t<div class=\"e-rating\" itemtype=\"https:\/\/schema.org\/Rating\" itemscope=\"\" itemprop=\"reviewRating\">\n\t\t\t<meta itemprop=\"worstRating\" content=\"0\">\n\t\t\t<meta itemprop=\"bestRating\" content=\"5\">\n\t\t\t<div class=\"e-rating-wrapper\" itemprop=\"ratingValue\" content=\"5\" role=\"img\" aria-label=\"Rated 5 out of 5\">\n\t\t\t\t\t\t\t<div class=\"e-icon\">\n\t\t\t\t<div class=\"e-icon-wrapper e-icon-marked\">\n\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-star\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"><\/path><\/svg>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"e-icon-wrapper e-icon-unmarked\">\n\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-star\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"><\/path><\/svg>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"e-icon\">\n\t\t\t\t<div class=\"e-icon-wrapper e-icon-marked\">\n\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-star\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"><\/path><\/svg>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"e-icon-wrapper e-icon-unmarked\">\n\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-star\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"><\/path><\/svg>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"e-icon\">\n\t\t\t\t<div class=\"e-icon-wrapper e-icon-marked\">\n\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-star\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"><\/path><\/svg>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"e-icon-wrapper e-icon-unmarked\">\n\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-star\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"><\/path><\/svg>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"e-icon\">\n\t\t\t\t<div class=\"e-icon-wrapper e-icon-marked\">\n\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-star\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"><\/path><\/svg>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"e-icon-wrapper e-icon-unmarked\">\n\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-star\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"><\/path><\/svg>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"e-icon\">\n\t\t\t\t<div class=\"e-icon-wrapper e-icon-marked\">\n\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-star\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"><\/path><\/svg>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"e-icon-wrapper e-icon-unmarked\">\n\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-star\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"><\/path><\/svg>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-dced2bd elementor-widget elementor-widget-text-editor\" data-id=\"dced2bd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>A base de mas de <strong>1.700 rese\u00f1as<\/strong><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-23cc7f7 elementor-widget elementor-widget-image\" data-id=\"23cc7f7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"797\" height=\"251\" src=\"https:\/\/gabysgroup.com\/wp-content\/uploads\/2026\/07\/logo-google.png\" class=\"attachment-large size-large wp-image-404\" alt=\"\" srcset=\"https:\/\/gabysgroup.com\/wp-content\/uploads\/2026\/07\/logo-google.png 797w, https:\/\/gabysgroup.com\/wp-content\/uploads\/2026\/07\/logo-google-300x94.png 300w, https:\/\/gabysgroup.com\/wp-content\/uploads\/2026\/07\/logo-google-768x242.png 768w, https:\/\/gabysgroup.com\/wp-content\/uploads\/2026\/07\/logo-google-18x6.png 18w\" sizes=\"(max-width: 797px) 100vw, 797px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3323caa elementor-widget elementor-widget-shortcode\" data-id=\"3323caa\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><div class=\"swiper gabys-slider\"><div class=\"swiper-wrapper\"><div class=\"swiper-slide gabys-review-card\">  <div class=\"review-header\">    <div class=\"review-author\">      <img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjVWmtNyqqRREV8R4U-t2LOR0qxEer2CNayMll0mkkFeMpGLZ0SV9Q=s128-c0x00000000-cc-rp-mo-ba4\" alt=\"Seamus Meaney\">      <div class=\"author-info\">        <h4>Seamus Meaney<\/h4>        <span>5 months ago<\/span>      <\/div>    <\/div>    <img decoding=\"async\" src=\"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/c\/c1\/Google_%22G%22_logo.svg\" class=\"google-icon\" alt=\"Google\">  <\/div>  <div class=\"review-rating\">    <div class=\"review-stars\">\u2605\u2605\u2605\u2605\u2605<\/div>    <img decoding=\"async\" src=\"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/e\/e4\/Twitter_Verified_Badge.svg\" class=\"verified-icon\" alt=\"Verificado\">  <\/div>  <p class=\"review-text\">I have come to Sitges 5 days ago. Our hotel is just a stone throw away from this establishment. I suffer with ceoliac disease and, am restricted to...<\/p>  <span class=\"read-more\">Leer m\u00e1s<\/span><\/div><div class=\"swiper-slide gabys-review-card\">  <div class=\"review-header\">    <div class=\"review-author\">      <img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocIb-L6Csww9uAxJMDGkMQCYhut2cnqw5RPP4uo9gZ5Ta99XQg=s128-c0x00000000-cc-rp-mo\" alt=\"Joseph Coggins\">      <div class=\"author-info\">        <h4>Joseph Coggins<\/h4>        <span>8 months ago<\/span>      <\/div>    <\/div>    <img decoding=\"async\" src=\"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/c\/c1\/Google_%22G%22_logo.svg\" class=\"google-icon\" alt=\"Google\">  <\/div>  <div class=\"review-rating\">    <div class=\"review-stars\">\u2605\u2605\u2605\u2605\u2605<\/div>    <img decoding=\"async\" src=\"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/e\/e4\/Twitter_Verified_Badge.svg\" class=\"verified-icon\" alt=\"Verificado\">  <\/div>  <p class=\"review-text\">The food was very good and the music selection made for a great atmosphere. Luz was amazing and makes the best cafe con leche. We had two each. Tha...<\/p>  <span class=\"read-more\">Leer m\u00e1s<\/span><\/div><div class=\"swiper-slide gabys-review-card\">  <div class=\"review-header\">    <div class=\"review-author\">      <img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjXQKXxDPjxBnXMZG3HezvJRenD8UJg1OFnMwGJhNObJ-2YIT-qT=s128-c0x00000000-cc-rp-mo-ba2\" alt=\"Adam Burgess-Evans\">      <div class=\"author-info\">        <h4>Adam Burgess-Evans<\/h4>        <span>4 months ago<\/span>      <\/div>    <\/div>    <img decoding=\"async\" src=\"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/c\/c1\/Google_%22G%22_logo.svg\" class=\"google-icon\" alt=\"Google\">  <\/div>  <div class=\"review-rating\">    <div class=\"review-stars\">\u2605\u2605\u2605\u2605\u2605<\/div>    <img decoding=\"async\" src=\"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/e\/e4\/Twitter_Verified_Badge.svg\" class=\"verified-icon\" alt=\"Verificado\">  <\/div>  <p class=\"review-text\">We went to Gaby&#039;s in Sitges for breakfast and had a really good experience. Two breakfasts and two drinks came to under \u20ac30 - great value!\n\nSe...<\/p>  <span class=\"read-more\">Leer m\u00e1s<\/span><\/div><div class=\"swiper-slide gabys-review-card\">  <div class=\"review-header\">    <div class=\"review-author\">      <img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjWFs-jl2dN7Rbtlws6LzurK4zG4VC6lULsVjuvhq3PmedyJ4AW_Rw=s128-c0x00000000-cc-rp-mo-ba2\" alt=\"Silvan Engler\">      <div class=\"author-info\">        <h4>Silvan Engler<\/h4>        <span>10 months ago<\/span>      <\/div>    <\/div>    <img decoding=\"async\" src=\"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/c\/c1\/Google_%22G%22_logo.svg\" class=\"google-icon\" alt=\"Google\">  <\/div>  <div class=\"review-rating\">    <div class=\"review-stars\">\u2605\u2605\u2605\u2605\u2605<\/div>    <img decoding=\"async\" src=\"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/e\/e4\/Twitter_Verified_Badge.svg\" class=\"verified-icon\" alt=\"Verificado\">  <\/div>  <p class=\"review-text\">We had a lovely experience at Gaby\u2019s! The food was delicious \u2014 we tried the club sandwich, quesadilla, and tacos, and everything was fresh, flavorf...<\/p>  <span class=\"read-more\">Leer m\u00e1s<\/span><\/div><\/div><div class=\"swiper-button-next\"><\/div><div class=\"swiper-button-prev\"><\/div><\/div><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-84ce24c e-con-full e-flex e-con e-child\" data-id=\"84ce24c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb5c0e9 elementor-widget elementor-widget-heading\" data-id=\"fb5c0e9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Rese\u00f1as Budapest<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-43913fc elementor-widget elementor-widget-heading\" data-id=\"43913fc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Excelente<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5a0f4dc elementor-widget elementor-widget-rating\" data-id=\"5a0f4dc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"rating.default\">\n\t\t\t\t\t\t\t<div class=\"e-rating\" itemtype=\"https:\/\/schema.org\/Rating\" itemscope=\"\" itemprop=\"reviewRating\">\n\t\t\t<meta itemprop=\"worstRating\" content=\"0\">\n\t\t\t<meta itemprop=\"bestRating\" content=\"5\">\n\t\t\t<div class=\"e-rating-wrapper\" itemprop=\"ratingValue\" content=\"5\" role=\"img\" aria-label=\"Rated 5 out of 5\">\n\t\t\t\t\t\t\t<div class=\"e-icon\">\n\t\t\t\t<div class=\"e-icon-wrapper e-icon-marked\">\n\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-star\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"><\/path><\/svg>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"e-icon-wrapper e-icon-unmarked\">\n\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-star\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"><\/path><\/svg>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"e-icon\">\n\t\t\t\t<div class=\"e-icon-wrapper e-icon-marked\">\n\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-star\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"><\/path><\/svg>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"e-icon-wrapper e-icon-unmarked\">\n\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-star\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"><\/path><\/svg>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"e-icon\">\n\t\t\t\t<div class=\"e-icon-wrapper e-icon-marked\">\n\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-star\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"><\/path><\/svg>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"e-icon-wrapper e-icon-unmarked\">\n\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-star\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"><\/path><\/svg>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"e-icon\">\n\t\t\t\t<div class=\"e-icon-wrapper e-icon-marked\">\n\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-star\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"><\/path><\/svg>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"e-icon-wrapper e-icon-unmarked\">\n\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-star\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"><\/path><\/svg>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"e-icon\">\n\t\t\t\t<div class=\"e-icon-wrapper e-icon-marked\">\n\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-star\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"><\/path><\/svg>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"e-icon-wrapper e-icon-unmarked\">\n\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-star\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M450 75L338 312 88 350C46 354 25 417 58 450L238 633 196 896C188 942 238 975 275 954L500 837 725 954C767 975 813 942 804 896L763 633 942 450C975 417 954 358 913 350L663 312 550 75C529 33 471 33 450 75Z\"><\/path><\/svg>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b0d330b elementor-widget elementor-widget-text-editor\" data-id=\"b0d330b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>A base de mas de <strong>1.700 rese\u00f1as<\/strong><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4e7949f elementor-widget elementor-widget-image\" data-id=\"4e7949f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"797\" height=\"251\" src=\"https:\/\/gabysgroup.com\/wp-content\/uploads\/2026\/07\/logo-google.png\" class=\"attachment-large size-large wp-image-404\" alt=\"\" srcset=\"https:\/\/gabysgroup.com\/wp-content\/uploads\/2026\/07\/logo-google.png 797w, https:\/\/gabysgroup.com\/wp-content\/uploads\/2026\/07\/logo-google-300x94.png 300w, https:\/\/gabysgroup.com\/wp-content\/uploads\/2026\/07\/logo-google-768x242.png 768w, https:\/\/gabysgroup.com\/wp-content\/uploads\/2026\/07\/logo-google-18x6.png 18w\" sizes=\"(max-width: 797px) 100vw, 797px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4584cfc elementor-widget elementor-widget-shortcode\" data-id=\"4584cfc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><div class=\"swiper gabys-slider\"><div class=\"swiper-wrapper\"><div class=\"swiper-slide gabys-review-card\">  <div class=\"review-header\">    <div class=\"review-author\">      <img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjW69EjgAELZXhOmiNhV-Hj0oS8NgduqaGzZwEv6tEQk8YGpYGLx=s128-c0x00000000-cc-rp-mo-ba3\" alt=\"Tolga Mehmed\">      <div class=\"author-info\">        <h4>Tolga Mehmed<\/h4>        <span>6 months ago<\/span>      <\/div>    <\/div>    <img decoding=\"async\" src=\"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/c\/c1\/Google_%22G%22_logo.svg\" class=\"google-icon\" alt=\"Google\">  <\/div>  <div class=\"review-rating\">    <div class=\"review-stars\">\u2605\u2605\u2605\u2605<\/div>    <img decoding=\"async\" src=\"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/e\/e4\/Twitter_Verified_Badge.svg\" class=\"verified-icon\" alt=\"Verificado\">  <\/div>  <p class=\"review-text\">We had previously tried the local burgers at different locations and really enjoyed them, so we decided to visit this location as well. I\u2019m glad to...<\/p>  <span class=\"read-more\">Leer m\u00e1s<\/span><\/div><div class=\"swiper-slide gabys-review-card\">  <div class=\"review-header\">    <div class=\"review-author\">      <img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjU1VYTc4Sy3C-dcgVI6IlmVnww1Avmn8z2Xy92kQvl213em5uI1ZA=s128-c0x00000000-cc-rp-mo\" alt=\"Fatma-i Yavas\">      <div class=\"author-info\">        <h4>Fatma-i Yavas<\/h4>        <span>2 months ago<\/span>      <\/div>    <\/div>    <img decoding=\"async\" src=\"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/c\/c1\/Google_%22G%22_logo.svg\" class=\"google-icon\" alt=\"Google\">  <\/div>  <div class=\"review-rating\">    <div class=\"review-stars\">\u2605\u2605\u2605\u2605\u2605<\/div>    <img decoding=\"async\" src=\"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/e\/e4\/Twitter_Verified_Badge.svg\" class=\"verified-icon\" alt=\"Verificado\">  <\/div>  <p class=\"review-text\">I really loved the food and drinks! I had a Greek salad with grilled chicken! The chicken was really great! The service was also on point and reall...<\/p>  <span class=\"read-more\">Leer m\u00e1s<\/span><\/div><div class=\"swiper-slide gabys-review-card\">  <div class=\"review-header\">    <div class=\"review-author\">      <img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjU9CQEVQMGX67_YcPkz3H6i7w-vPQJbxMVyeJjjIRC7327K8jQ=s128-c0x00000000-cc-rp-mo-ba2\" alt=\"Manos Schetto\">      <div class=\"author-info\">        <h4>Manos Schetto<\/h4>        <span>7 months ago<\/span>      <\/div>    <\/div>    <img decoding=\"async\" src=\"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/c\/c1\/Google_%22G%22_logo.svg\" class=\"google-icon\" alt=\"Google\">  <\/div>  <div class=\"review-rating\">    <div class=\"review-stars\">\u2605\u2605\u2605\u2605\u2605<\/div>    <img decoding=\"async\" src=\"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/e\/e4\/Twitter_Verified_Badge.svg\" class=\"verified-icon\" alt=\"Verificado\">  <\/div>  <p class=\"review-text\">Excellent and tasty dishes in a lovely and cozy atmosphere. I will visit again for sure. 5 stars overall<\/p>  <span class=\"read-more\">Leer m\u00e1s<\/span><\/div><div class=\"swiper-slide gabys-review-card\">  <div class=\"review-header\">    <div class=\"review-author\">      <img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocKPxd46MaNBvC-NBIVRyNcHPZggIqRO-ddETg6Pthxv4ef39w=s128-c0x00000000-cc-rp-mo\" alt=\"D SolimanAfrexim\">      <div class=\"author-info\">        <h4>D SolimanAfrexim<\/h4>        <span>9 months ago<\/span>      <\/div>    <\/div>    <img decoding=\"async\" src=\"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/c\/c1\/Google_%22G%22_logo.svg\" class=\"google-icon\" alt=\"Google\">  <\/div>  <div class=\"review-rating\">    <div class=\"review-stars\">\u2605\u2605\u2605\u2605\u2605<\/div>    <img decoding=\"async\" src=\"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/e\/e4\/Twitter_Verified_Badge.svg\" class=\"verified-icon\" alt=\"Verificado\">  <\/div>  <p class=\"review-text\">A Budapest standout.\nGaby\u2019s offers a warm, elegant atmosphere with exceptional staff and a stylish, welcoming crowd. It\u2019s the perfect place to unwi...<\/p>  <span class=\"read-more\">Leer m\u00e1s<\/span><\/div><div class=\"swiper-slide gabys-review-card\">  <div class=\"review-header\">    <div class=\"review-author\">      <img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjXD9F6bBxJ6Q26nFB9odutadvlcatBLGlQlz95MBsO4ybA1pQ1E=s128-c0x00000000-cc-rp-mo-ba3\" alt=\"Wasim Alkahtani\">      <div class=\"author-info\">        <h4>Wasim Alkahtani<\/h4>        <span>3 months ago<\/span>      <\/div>    <\/div>    <img decoding=\"async\" src=\"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/c\/c1\/Google_%22G%22_logo.svg\" class=\"google-icon\" alt=\"Google\">  <\/div>  <div class=\"review-rating\">    <div class=\"review-stars\">\u2605\u2605\u2605\u2605\u2605<\/div>    <img decoding=\"async\" src=\"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/e\/e4\/Twitter_Verified_Badge.svg\" class=\"verified-icon\" alt=\"Verificado\">  <\/div>  <p class=\"review-text\">The restaurant have a t location and clean good food. I eat  the chicken sandwich grill was delicious Thanks for Mohsen  help me fro get this order...<\/p>  <span class=\"read-more\">Leer m\u00e1s<\/span><\/div><\/div><div class=\"swiper-button-next\"><\/div><div class=\"swiper-button-prev\"><\/div><\/div><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c164076 e-flex e-con-boxed e-con e-child\" data-id=\"c164076\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-8bcff43 e-con-full e-flex e-con e-child\" data-id=\"8bcff43\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ff8b1ce elementor-widget elementor-widget-heading\" data-id=\"ff8b1ce\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">El Alma de Gaby's<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4a8a985 elementor-widget elementor-widget-heading\" data-id=\"4a8a985\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Ingredientes honestos, <span class=\"dest-red\"> cocina de verdad.<\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-19d4aad elementor-widget elementor-widget-text-editor\" data-id=\"19d4aad\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p class=\"font-claude-response-body break-words whitespace-normal\" dir=\"ltr\">Gaby&#8217;s empez\u00f3 con una idea que no ten\u00eda mucho misterio: hacer buena comida americana y tratar bien a nuestra clientela.<\/p><p class=\"font-claude-response-body break-words whitespace-normal\" dir=\"ltr\">Con el tiempo hemos ido creciendo, pero eso no ha cambiado. Nuestras hamburguesas se hacen como m\u00e1s gustan a nuestros clientes, el brunch de fin de semana sigue siendo uno de nuestros momentos favoritos, y los c\u00f3cteles est\u00e1n pensados para que la sobremesa se alargue todo lo que haga falta.<\/p><p class=\"font-claude-response-body break-words whitespace-normal\" dir=\"ltr\">Nos gusta que nuestros clientes entren y se sientan c\u00f3modos desde el primer minuto. Familias, parejas, grupos de amigos, quien viene solo. Aqu\u00ed cabe todo el mundo, y los perros tambi\u00e9n.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8290f6a e-con-full e-flex e-con e-child\" data-id=\"8290f6a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-acd2057 elementor-widget elementor-widget-image\" data-id=\"acd2057\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"683\" height=\"1024\" src=\"https:\/\/gabysgroup.com\/wp-content\/uploads\/2026\/08\/Reemplaza-3-683x1024.jpg\" class=\"attachment-large size-large wp-image-857\" alt=\"\" srcset=\"https:\/\/gabysgroup.com\/wp-content\/uploads\/2026\/08\/Reemplaza-3-683x1024.jpg 683w, https:\/\/gabysgroup.com\/wp-content\/uploads\/2026\/08\/Reemplaza-3-200x300.jpg 200w, https:\/\/gabysgroup.com\/wp-content\/uploads\/2026\/08\/Reemplaza-3-768x1152.jpg 768w, https:\/\/gabysgroup.com\/wp-content\/uploads\/2026\/08\/Reemplaza-3-1024x1536.jpg 1024w, https:\/\/gabysgroup.com\/wp-content\/uploads\/2026\/08\/Reemplaza-3-1365x2048.jpg 1365w, https:\/\/gabysgroup.com\/wp-content\/uploads\/2026\/08\/Reemplaza-3-8x12.jpg 8w, https:\/\/gabysgroup.com\/wp-content\/uploads\/2026\/08\/Reemplaza-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f873089 elementor-hidden-mobile elementor-widget elementor-widget-html\" data-id=\"f873089\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"fab-contenedor-ubicaciones\">\r\n  \r\n  <div class=\"fab-opciones-ubicaciones\" id=\"fab-opciones-ubicaciones\">\r\n    <a href=\"\/sitges\" class=\"fab-item-link\">\ud83d\udccd Sitges<\/a>\r\n    <a href=\"\/budapest\" class=\"fab-item-link\">\ud83d\udccd Budapest<\/a>\r\n  <\/div>\r\n\r\n  <button id=\"btn-flotante-ubicaciones\" class=\"menu-flotante-ubicaciones\">\r\n    <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"icono-ubicacion\"><path d=\"M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z\"><\/path><circle cx=\"12\" cy=\"10\" r=\"3\"><\/circle><\/svg>\r\n    Nuestras ubicaciones\r\n  <\/button>\r\n  \r\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e054de3 elementor-hidden-desktop elementor-hidden-tablet btn-flotante-scroll elementor-widget elementor-widget-html\" data-id=\"e054de3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"fab-contenedor-ubicaciones\">\r\n  \r\n  <div class=\"fab-opciones-ubicaciones\" id=\"fab-opciones-ubicaciones\">\r\n    <a href=\"\/sitges\" class=\"fab-item-link\">\ud83d\udccd Sitges<\/a>\r\n    <a href=\"\/budapest\" class=\"fab-item-link\">\ud83d\udccd Budapest<\/a>\r\n  <\/div>\r\n\r\n  <button id=\"btn-flotante-ubicaciones\" class=\"menu-flotante-ubicaciones\">\r\n    <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"icono-ubicacion\"><path d=\"M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z\"><\/path><circle cx=\"12\" cy=\"10\" r=\"3\"><\/circle><\/svg>\r\n    Ubicaciones\r\n  <\/button>\r\n  \r\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a57e44 elementor-widget elementor-widget-html\" data-id=\"7a57e44\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\r\ndocument.addEventListener(\"DOMContentLoaded\", function() {\r\n  \r\n  const btnPrincipalUbicaciones = document.getElementById(\"btn-flotante-ubicaciones\");\r\n  const opcionesMenuUbicaciones = document.getElementById(\"fab-opciones-ubicaciones\");\r\n\r\n  \/\/ Mostrar u ocultar las opciones al hacer clic en el bot\u00f3n principal\r\n  btnPrincipalUbicaciones.addEventListener(\"click\", function(e) {\r\n    e.preventDefault(); \/\/ Evita saltos en la p\u00e1gina\r\n    opcionesMenuUbicaciones.classList.toggle(\"mostrar\");\r\n  });\r\n\r\n  \/\/ Cerrar el men\u00fa si el usuario hace clic en cualquier otra parte de la pantalla\r\n  document.addEventListener(\"click\", function(event) {\r\n    if (!btnPrincipalUbicaciones.contains(event.target) && !opcionesMenuUbicaciones.contains(event.target)) {\r\n      opcionesMenuUbicaciones.classList.remove(\"mostrar\");\r\n    }\r\n  });\r\n\r\n});\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fbbfeb3 elementor-widget elementor-widget-html\" data-id=\"fbbfeb3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\r\ndocument.addEventListener(\"DOMContentLoaded\", function() {\r\n  \/\/ Ahora seleccionamos TODOS los elementos que tengan la clase\r\n  const botonesFlotantes = document.querySelectorAll(\".btn-flotante-scroll\");\r\n  \r\n  if(botonesFlotantes.length > 0) {\r\n    \/\/ 1. Ocultamos todos por defecto al cargar la p\u00e1gina\r\n    botonesFlotantes.forEach(function(boton) {\r\n        boton.style.opacity = \"0\";\r\n        boton.style.pointerEvents = \"none\"; \r\n        boton.style.transition = \"opacity 0.4s ease\"; \r\n    });\r\n    \r\n    \/\/ 2. Escuchamos el evento de scroll\r\n    window.addEventListener(\"scroll\", function() {\r\n      \/\/ Calculamos el 80% de la altura de la pantalla\r\n      if (window.scrollY > window.innerHeight * 0.8) {\r\n        \/\/ Mostrar todos los botones\r\n        botonesFlotantes.forEach(function(boton) {\r\n            boton.style.opacity = \"1\";\r\n            boton.style.pointerEvents = \"auto\";\r\n        });\r\n      } else {\r\n        \/\/ Ocultar todos los botones\r\n        botonesFlotantes.forEach(function(boton) {\r\n            boton.style.opacity = \"0\";\r\n            boton.style.pointerEvents = \"none\";\r\n        });\r\n      }\r\n    });\r\n  }\r\n});\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Gaby&#8217;s Sitges Cocina americana y vistas al mar. Ir a Sitges Gaby&#8217;s Budapest Energ\u00eda urbana y ambiente inigualable. Ir a Budapest Nuestra Historia &#x1f415; 2021: El Comienzo en Budapest La historia de Gaby&#8217;s (en honor al perro de Bryan Wilson, fundador del proyecto) comenz\u00f3 a orillas del r\u00edo Danubio. Lo que empez\u00f3 como un local [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-10","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/gabysgroup.com\/hu\/wp-json\/wp\/v2\/pages\/10","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/gabysgroup.com\/hu\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/gabysgroup.com\/hu\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/gabysgroup.com\/hu\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/gabysgroup.com\/hu\/wp-json\/wp\/v2\/comments?post=10"}],"version-history":[{"count":242,"href":"https:\/\/gabysgroup.com\/hu\/wp-json\/wp\/v2\/pages\/10\/revisions"}],"predecessor-version":[{"id":898,"href":"https:\/\/gabysgroup.com\/hu\/wp-json\/wp\/v2\/pages\/10\/revisions\/898"}],"wp:attachment":[{"href":"https:\/\/gabysgroup.com\/hu\/wp-json\/wp\/v2\/media?parent=10"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}