{"id":68424,"date":"2025-10-16T10:47:29","date_gmt":"2025-10-16T17:47:29","guid":{"rendered":"https:\/\/vida-sabia.com\/?page_id=68424"},"modified":"2025-10-16T10:52:50","modified_gmt":"2025-10-16T17:52:50","slug":"gdpr-policy","status":"publish","type":"page","link":"https:\/\/vida-sabia.com\/es\/gdpr-policy\/","title":{"rendered":"Pol\u00edtica GDPR"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"68424\" class=\"elementor elementor-68424\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fa6a088 e-flex e-con-boxed e-con e-parent\" data-id=\"fa6a088\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-2e0a515 e-con-full e-flex e-con e-child\" data-id=\"2e0a515\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-76eb4c4 e-con-full e-flex e-con e-child\" data-id=\"76eb4c4\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d6662b1 elementor-widget elementor-widget-html\" data-id=\"d6662b1\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Vida Sabia Header - Updated Colors<\/title>\n    \n    <!-- Icons8 Line Awesome -->\n    <link rel=\"stylesheet\" href=\"https:\/\/maxst.icons8.com\/vue-static\/landings\/line-awesome\/line-awesome\/1.3.0\/css\/line-awesome.min.css\">\n    \n    <style>\n        \/* ================================\n           SCOPED HEADER STYLES\n           All styles prefixed with .vida-sabia-header\n           to avoid conflicts with external styles\n           ================================ *\/\n\n        .vida-sabia-header-wrapper {\n            \/* Vida Sabia Brand Colors - Updated Palette *\/\n            --vida-sabia-dark-green: #2d7a3e;\n            --vida-sabia-leaf-green: #7cb342;\n            --vida-sabia-lime-green: #9ccc65;\n            --vida-sabia-yellow-green: #d4e157;\n            --vida-sabia-forest: #1b5e20;\n            --vida-sabia-amber: #fbc02d;\n            --vida-sabia-mint: #81c784;\n            --vida-sabia-dark: #0f172a;\n            --vida-sabia-white: #ffffff;\n            \n            \/* Gradients using new color palette *\/\n            --vida-sabia-primary-gradient: linear-gradient(135deg, #7cb342 0%, #2d7a3e 100%);\n            --vida-sabia-secondary-gradient: linear-gradient(135deg, #9ccc65 0%, #7cb342 100%);\n            --vida-sabia-accent-gradient: linear-gradient(135deg, #d4e157 0%, #9ccc65 100%);\n            --vida-sabia-dark-bg: #ffffff;\n            --vida-sabia-card-bg: rgba(124, 179, 66, 0.06);\n            --vida-sabia-text-light: #0f172a;\n            --vida-sabia-accent-primary: #7cb342;\n            --vida-sabia-accent-secondary: #9ccc65;\n            --vida-sabia-accent-tertiary: #d4e157;\n            --vida-sabia-border-color: rgba(124, 179, 66, 0.15);\n            --vida-sabia-hover-bg: rgba(124, 179, 66, 0.08);\n        }\n\n        \/* Automatic body padding to prevent content from being hidden under fixed header *\/\n        body {\n            padding-top: 80px !important; \/* Default padding for mobile *\/\n        }\n\n        @media (min-width: 768px) {\n            body {\n                padding-top: 90px !important; \/* Increased padding for desktop *\/\n            }\n        }\n\n        \/* Header Container *\/\n        .vida-sabia-header-wrapper {\n            position: fixed;\n            top: 0;\n            width: 100%;\n            left: 0;\n            right: 0;\n            z-index: 1000;\n            background: rgba(255, 255, 255, 0.95);\n            backdrop-filter: blur(20px);\n            -webkit-backdrop-filter: blur(20px);\n            border-bottom: 2px solid rgba(124, 179, 66, 0.12);\n            box-shadow: 0 2px 12px rgba(124, 179, 66, 0.08);\n            transition: all 0.3s ease;\n            min-height: 60px;\n            height: auto;\n        }\n\n        .vida-sabia-header-wrapper.scrolled {\n            background: rgba(255, 255, 255, 0.98);\n            box-shadow: 0 4px 20px rgba(124, 179, 66, 0.15);\n            border-bottom-color: rgba(124, 179, 66, 0.2);\n        }\n\n        \/* Navigation *\/\n        .vida-sabia-header-wrapper .vida-sabia-nav {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            padding: 0.75rem 1rem;\n            width: 100%;\n            max-width: 1600px;\n            margin: 0 auto;\n            min-height: 60px;\n            flex-wrap: nowrap;\n            gap: 0.5rem;\n        }\n\n        @media (min-width: 768px) {\n            .vida-sabia-header-wrapper .vida-sabia-nav {\n                padding: 1rem 1.5rem;\n                gap: 0.75rem;\n            }\n        }\n\n        @media (min-width: 1200px) {\n            .vida-sabia-header-wrapper .vida-sabia-nav {\n                padding: 1rem 2rem;\n            }\n        }\n\n        \/* Logo *\/\n        .vida-sabia-header-wrapper .vida-sabia-logo {\n            display: flex;\n            align-items: center;\n            gap: 0.75rem;\n            z-index: 1002;\n            flex-shrink: 0;\n        }\n\n        \/* Mobile: Center the logo *\/\n        @media (max-width: 767px) {\n            .vida-sabia-header-wrapper .vida-sabia-logo {\n                order: 2;\n                flex: 1;\n                justify-content: center;\n            }\n        }\n\n        .vida-sabia-header-wrapper .vida-sabia-logo a {\n            display: flex;\n            align-items: center;\n            text-decoration: none;\n            cursor: pointer;\n        }\n\n        .vida-sabia-header-wrapper .vida-sabia-logo img {\n            height: 45px;\n            width: auto;\n            filter: drop-shadow(0 2px 8px rgba(124, 179, 66, 0.25));\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .vida-sabia-header-wrapper .vida-sabia-logo a:hover img {\n            opacity: 0.85;\n            transform: scale(1.02);\n        }\n\n        @media (min-width: 768px) {\n            .vida-sabia-header-wrapper .vida-sabia-logo img {\n                height: 50px;\n            }\n        }\n\n        @media (min-width: 1200px) {\n            .vida-sabia-header-wrapper .vida-sabia-logo img {\n                height: 55px;\n            }\n        }\n\n        \/* Desktop Navigation Links *\/\n        .vida-sabia-header-wrapper .vida-sabia-nav-links {\n            display: none;\n            gap: clamp(1rem, 2vw, 2rem);\n            align-items: center;\n            flex-wrap: wrap;\n            justify-content: flex-end;\n            flex: 1;\n            max-width: 100%;\n            overflow: hidden;\n        }\n\n        @media (min-width: 768px) {\n            .vida-sabia-header-wrapper .vida-sabia-nav-links {\n                display: flex;\n            }\n        }\n\n        \/* Navigation Link Styles *\/\n        .vida-sabia-header-wrapper .vida-sabia-nav-links a {\n            color: var(--vida-sabia-text-light);\n            text-decoration: none;\n            transition: all 0.3s ease;\n            position: relative;\n            font-weight: 500;\n            white-space: nowrap;\n            font-size: clamp(0.85rem, 1vw, 1rem);\n            padding: 0.25rem 0.5rem;\n        }\n\n        .vida-sabia-header-wrapper .vida-sabia-nav-links a::after {\n            content: '';\n            position: absolute;\n            bottom: -5px;\n            left: 0;\n            width: 0;\n            height: 2px;\n            background: var(--vida-sabia-primary-gradient);\n            transition: width 0.3s ease;\n        }\n\n        .vida-sabia-header-wrapper .vida-sabia-nav-links a:hover::after {\n            width: 100%;\n        }\n\n        .vida-sabia-header-wrapper .vida-sabia-nav-links a:hover {\n            color: var(--vida-sabia-leaf-green);\n        }\n\n        \/* Buttons *\/\n        .vida-sabia-header-wrapper .vida-sabia-btn {\n            padding: 0.6rem 1.5rem;\n            border-radius: 25px;\n            text-decoration: none;\n            font-weight: 600;\n            transition: all 0.3s ease;\n            display: inline-block;\n            border: none;\n            cursor: pointer;\n            font-size: 0.9rem;\n            white-space: nowrap;\n            text-align: center;\n            flex-shrink: 0;\n        }\n\n        .vida-sabia-header-wrapper .vida-sabia-btn-primary {\n            background: var(--vida-sabia-primary-gradient);\n            color: white !important;\n            box-shadow: 0 4px 16px rgba(124, 179, 66, 0.35);\n        }\n\n        .vida-sabia-header-wrapper .vida-sabia-btn-primary:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 8px 24px rgba(124, 179, 66, 0.5);\n            color: white !important;\n        }\n\n        .vida-sabia-header-wrapper .vida-sabia-btn-secondary {\n            background: rgba(124, 179, 66, 0.05);\n            color: white !important;\n            border: 2px solid rgba(124, 179, 66, 0.3);\n        }\n\n        .vida-sabia-header-wrapper .vida-sabia-btn-secondary:hover {\n            background: rgba(124, 179, 66, 0.12);\n            border-color: var(--vida-sabia-leaf-green);\n            color: white !important;\n        }\n\n        \/* Hide My Account button by default (shown only when logged in) *\/\n        .vida-sabia-header-wrapper .vida-sabia-btn-myaccount {\n            display: none;\n        }\n\n        .vida-sabia-header-wrapper.logged-in .vida-sabia-btn-myaccount {\n            display: inline-block;\n        }\n\n        \/* Hide My Account button on mobile screens - only show on desktop *\/\n        @media (max-width: 767px) {\n            .vida-sabia-header-wrapper .vida-sabia-btn-myaccount {\n                display: none !important;\n            }\n        }\n\n        \/* Cart Wrapper - Desktop *\/\n        .vida-sabia-header-wrapper .vida-sabia-cart-wrapper {\n            display: none;\n            align-items: center;\n            flex-shrink: 0;\n            margin-left: 0.5rem;\n        }\n\n        @media (min-width: 768px) {\n            .vida-sabia-header-wrapper .vida-sabia-cart-wrapper {\n                display: flex;\n            }\n        }\n\n        \/* Cart Wrapper - Mobile *\/\n        .vida-sabia-header-wrapper .vida-sabia-cart-wrapper-mobile {\n            display: flex;\n            align-items: center;\n            flex-shrink: 0;\n            order: 3;\n        }\n\n        @media (min-width: 768px) {\n            .vida-sabia-header-wrapper .vida-sabia-cart-wrapper-mobile {\n                display: none;\n            }\n        }\n\n        \/* Mobile Navigation Container *\/\n        .vida-sabia-header-wrapper .vida-sabia-mobile-nav-container {\n            display: flex;\n            align-items: center;\n            gap: 0.5rem;\n            order: 1;\n        }\n\n        @media (min-width: 768px) {\n            .vida-sabia-header-wrapper .vida-sabia-mobile-nav-container {\n                display: none;\n            }\n        }\n\n        \/* Hamburger Menu *\/\n        .vida-sabia-header-wrapper .vida-sabia-hamburger {\n            display: flex;\n            flex-direction: column;\n            justify-content: space-between;\n            width: 30px;\n            height: 24px;\n            cursor: pointer;\n            z-index: 1002;\n            padding: 5px;\n            background: transparent;\n            border: none;\n            outline: none;\n        }\n\n        .vida-sabia-header-wrapper .vida-sabia-hamburger span {\n            display: block;\n            width: 100%;\n            height: 3px;\n            background: var(--vida-sabia-text-light);\n            border-radius: 3px;\n            transition: all 0.3s ease;\n        }\n\n        .vida-sabia-header-wrapper .vida-sabia-hamburger.active span:nth-child(1) {\n            transform: translateY(10.5px) rotate(45deg);\n        }\n\n        .vida-sabia-header-wrapper .vida-sabia-hamburger.active span:nth-child(2) {\n            opacity: 0;\n        }\n\n        .vida-sabia-header-wrapper .vida-sabia-hamburger.active span:nth-child(3) {\n            transform: translateY(-10.5px) rotate(-45deg);\n        }\n\n        \/* Mobile Menu Overlay *\/\n        .vida-sabia-mobile-menu {\n            position: fixed;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100vh;\n            background: rgba(255, 255, 255, 0.98);\n            backdrop-filter: blur(30px);\n            -webkit-backdrop-filter: blur(30px);\n            z-index: 999;\n            opacity: 0;\n            visibility: hidden;\n            transition: opacity 0.3s ease, visibility 0.3s ease;\n            pointer-events: none;\n        }\n\n        .vida-sabia-mobile-menu.active {\n            opacity: 1;\n            visibility: visible;\n            pointer-events: auto;\n        }\n\n        .vida-sabia-mobile-menu .vida-sabia-mobile-menu-content {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: center;\n            height: 100%;\n            padding: 2rem;\n        }\n\n        .vida-sabia-mobile-menu .vida-sabia-mobile-menu-links {\n            display: flex;\n            flex-direction: column;\n            gap: 2rem;\n            text-align: center;\n            margin-bottom: 3.5rem;\n        }\n\n        .vida-sabia-mobile-menu .vida-sabia-mobile-menu-links a {\n            color: var(--vida-sabia-text-light);\n            text-decoration: none;\n            font-size: clamp(1.25rem, 4vw, 1.5rem);\n            font-weight: 600;\n            transition: all 0.3s ease;\n            padding: 0.5rem 1rem;\n        }\n\n        .vida-sabia-mobile-menu .vida-sabia-mobile-menu-links a:hover {\n            color: var(--vida-sabia-leaf-green);\n            transform: translateX(5px);\n        }\n\n        .vida-sabia-mobile-menu .vida-sabia-mobile-menu-buttons {\n            display: flex;\n            flex-direction: column;\n            gap: 1rem;\n            width: 100%;\n            max-width: 320px;\n            padding-top: 2rem;\n            border-top: 1px solid rgba(124, 179, 66, 0.2);\n        }\n\n        \/* Enhanced mobile menu button styles *\/\n        .vida-sabia-mobile-menu .vida-sabia-btn {\n            padding: 1rem 2rem;\n            font-size: 1rem;\n            font-weight: 600;\n            border-radius: 30px;\n            transition: all 0.3s ease;\n            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);\n        }\n\n        .vida-sabia-mobile-menu .vida-sabia-btn-secondary {\n            background: linear-gradient(135deg, rgba(124, 179, 66, 0.08) 0%, rgba(45, 122, 62, 0.08) 100%);\n            border: 2px solid rgba(124, 179, 66, 0.4);\n            color: white !important;\n        }\n\n        .vida-sabia-mobile-menu .vida-sabia-btn-secondary:active {\n            transform: scale(0.98);\n            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);\n            color: white !important;\n        }\n\n        .vida-sabia-mobile-menu .vida-sabia-btn-primary {\n            background: var(--vida-sabia-primary-gradient);\n            color: white !important;\n            box-shadow: 0 6px 20px rgba(124, 179, 66, 0.4);\n        }\n\n        .vida-sabia-mobile-menu .vida-sabia-btn-primary:active {\n            transform: scale(0.98);\n            box-shadow: 0 4px 16px rgba(124, 179, 66, 0.5);\n            color: white !important;\n        }\n\n        \/* Hide mobile My Account button by default *\/\n        .vida-sabia-mobile-menu .vida-sabia-btn-myaccount-mobile {\n            display: none;\n        }\n\n        .vida-sabia-header-wrapper.logged-in ~ .vida-sabia-mobile-menu .vida-sabia-btn-myaccount-mobile {\n            display: inline-block;\n        }\n\n        \/* Locale Switcher *\/\n        .vida-sabia-header-wrapper .vida-sabia-locale-switcher-wrapper {\n            display: flex;\n            align-items: center;\n            min-width: fit-content;\n            flex-shrink: 0;\n        }\n    <\/style>\n<\/head>\n<body>\n\n<!-- VIDA SABIA HEADER COMPONENT START -->\n<div class=\"vida-sabia-header-wrapper\" id=\"vida-sabiaHeader\">\n    <nav class=\"vida-sabia-nav\">\n        <!-- Mobile: Hamburger on the left -->\n        <div class=\"vida-sabia-mobile-nav-container\">\n            <div class=\"vida-sabia-hamburger\" id=\"vida-sabiaHamburger\">\n                <span><\/span>\n                <span><\/span>\n                <span><\/span>\n            <\/div>\n        <\/div>\n        \n        <!-- Logo - centered on mobile, left on desktop -->\n        <div class=\"vida-sabia-logo\">\n            <a href=\"\/es\/\">\n                <img decoding=\"async\" src=\"https:\/\/vida-sabia.com\/wp-content\/uploads\/2025\/10\/Result%20(90).webp\" alt=\"Vida Sabia\">\n            <\/a>\n        <\/div>\n        \n        <!-- Desktop Navigation -->\n        <div class=\"vida-sabia-nav-links\">\n            <a href=\"\/es\/index.html\/\">Inicio<\/a>\n            <a href=\"\/es\/packages.html\/\">Paquetes<\/a>\n            <a href=\"\/es\/c_login\/\" id=\"desktopLoginLink\">Iniciar sesi\u00f3n<\/a>\n            \n            <div class=\"vida-sabia-locale-switcher-wrapper\" id=\"vida-sabiaLocaleSwitcher\">    <div class=\"ulcs-widget minimal-style\"\n         data-position=\"inline\" \n         data-type=\"both\">\n        <button class=\"ulcs-trigger\" aria-label=\"Cambiar ambos\">\n            <div class=\"ulcs-current\">\n                                    <span class=\"ulcs-flag\">\ud83c\uddea\ud83c\uddf8<\/span>\n                    <span class=\"ulcs-lang\">ES<\/span>\n                                \n                                    <span class=\"ulcs-divider\">|<\/span>\n                                \n                                    <span class=\"ulcs-currency-symbol\">$<\/span>\n                    <span class=\"ulcs-currency-code\">USD<\/span>\n                            <\/div>\n            <svg class=\"ulcs-arrow\" width=\"12\" height=\"12\" viewbox=\"0 0 12 12\" fill=\"none\">\n                <path d=\"M3 4.5L6 7.5L9 4.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"\/>\n            <\/svg>\n        <\/button>\n    <\/div>\n    <\/div>\n            \n            <!-- My Account button - hidden by default, shown when logged in (DESKTOP ONLY) -->\n            <a href=\"\/es\/my-account\/\" class=\"vida-sabia-btn vida-sabia-btn-primary vida-sabia-btn-myaccount\" id=\"desktopMyAccountBtn\">Mi cuenta<\/a>\n        <\/div>\n        \n        <!-- Cart - Desktop (right side) -->\n        <div class=\"vida-sabia-cart-wrapper\">\n            \n        <\/div>\n        \n        <!-- Cart - Mobile (right side) -->\n        <div class=\"vida-sabia-cart-wrapper-mobile\">\n            \n        <\/div>\n    <\/nav>\n<\/div>\n\n<!-- Mobile Menu Overlay -->\n<div class=\"vida-sabia-mobile-menu\" id=\"vida-sabiaMobileMenu\">\n    <div class=\"vida-sabia-mobile-menu-content\">\n        <div class=\"vida-sabia-mobile-menu-links\">\n            <a href=\"\/es\/index.html\/\">Inicio<\/a>\n            <a href=\"\/es\/packages.html\/\">Paquetes<\/a>\n        <\/div>\n        <div class=\"vida-sabia-mobile-menu-buttons\">\n            <a href=\"\/es\/c_login\/\" class=\"vida-sabia-btn vida-sabia-btn-secondary\" id=\"mobileLoginLink\">Iniciar sesi\u00f3n<\/a>\n            \n            <!-- My Account button for mobile menu - hidden by default, shown when logged in -->\n            <a href=\"\/es\/my-account\/\" class=\"vida-sabia-btn vida-sabia-btn-primary vida-sabia-btn-myaccount-mobile\" id=\"mobileMyAccountBtn\">Mi cuenta<\/a>\n            \n            <div class=\"vida-sabia-locale-switcher-wrapper\" id=\"vida-sabiaLocaleSwitcherMobile\" style=\"margin-top: 1rem;\"><center>    <div class=\"ulcs-widget minimal-style\"\n         data-position=\"inline\" \n         data-type=\"both\">\n        <button class=\"ulcs-trigger\" aria-label=\"Cambiar ambos\">\n            <div class=\"ulcs-current\">\n                                    <span class=\"ulcs-flag\">\ud83c\uddea\ud83c\uddf8<\/span>\n                    <span class=\"ulcs-lang\">ES<\/span>\n                                \n                                    <span class=\"ulcs-divider\">|<\/span>\n                                \n                                    <span class=\"ulcs-currency-symbol\">$<\/span>\n                    <span class=\"ulcs-currency-code\">USD<\/span>\n                            <\/div>\n            <svg class=\"ulcs-arrow\" width=\"12\" height=\"12\" viewbox=\"0 0 12 12\" fill=\"none\">\n                <path d=\"M3 4.5L6 7.5L9 4.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"\/>\n            <\/svg>\n        <\/button>\n    <\/div>\n    <\/center><\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n<script>\n\/\/ ================================\n\/\/ VIDA SABIA HEADER SCRIPTS\n\/\/ All namespaced to avoid conflicts\n\/\/ ================================\n(function() {\n    'use strict';\n    \n    const header = document.getElementById('vida-sabiaHeader');\n    const hamburger = document.getElementById('vida-sabiaHamburger');\n    const mobileMenu = document.getElementById('vida-sabiaMobileMenu');\n    const mobileMenuLinks = document.querySelectorAll('.vida-sabia-mobile-menu .vida-sabia-mobile-menu-links a');\n    const body = document.body;\n\n    \/\/ Function to dynamically set body padding based on header height\n    function adjustBodyPadding() {\n        if (header) {\n            const headerHeight = header.offsetHeight;\n            body.style.paddingTop = headerHeight + 'px';\n        }\n    }\n\n    \/\/ Adjust padding on load and resize\n    adjustBodyPadding();\n    window.addEventListener('resize', adjustBodyPadding);\n    window.addEventListener('load', adjustBodyPadding);\n\n    \/\/ Mobile Navigation Toggle\n    if (hamburger && mobileMenu) {\n        hamburger.addEventListener('click', function(e) {\n            e.stopPropagation();\n            this.classList.toggle('active');\n            mobileMenu.classList.toggle('active');\n            \n            if (mobileMenu.classList.contains('active')) {\n                body.style.overflow = 'hidden';\n            } else {\n                body.style.overflow = '';\n            }\n        });\n\n        \/\/ Close menu when clicking a link\n        mobileMenuLinks.forEach(link => {\n            link.addEventListener('click', function() {\n                hamburger.classList.remove('active');\n                mobileMenu.classList.remove('active');\n                body.style.overflow = '';\n            });\n        });\n\n        \/\/ Close menu when clicking outside\n        document.addEventListener('click', function(e) {\n            if (!mobileMenu.contains(e.target) && !hamburger.contains(e.target)) {\n                if (mobileMenu.classList.contains('active')) {\n                    hamburger.classList.remove('active');\n                    mobileMenu.classList.remove('active');\n                    body.style.overflow = '';\n                }\n            }\n        });\n    }\n\n    \/\/ Header Scroll Effect\n    window.addEventListener('scroll', function() {\n        const currentScroll = window.pageYOffset;\n        \n        if (currentScroll > 50) {\n            header.classList.add('scrolled');\n        } else {\n            header.classList.remove('scrolled');\n        }\n    });\n\n    \/\/ WordPress Integration - Handle Login\/Logout and My Account\n    function setupAuthButtons() {\n        const isLoggedIn = window.wpUserLoggedIn || document.body.classList.contains('logged-in');\n        \n        \/\/ Get elements\n        const desktopLoginLink = document.getElementById('desktopLoginLink');\n        const mobileLoginLink = document.getElementById('mobileLoginLink');\n        const desktopMyAccountBtn = document.getElementById('desktopMyAccountBtn');\n        const mobileMyAccountBtn = document.getElementById('mobileMyAccountBtn');\n        \n        if (isLoggedIn) {\n            \/\/ User is logged in\n            header.classList.add('logged-in');\n            \n            const logoutUrl = window.wpLogoutUrl || '\/wp-login.php?action=logout';\n            const myAccountUrl = '\/my-account';\n            \n            \/\/ Update login links to logout\n            if (desktopLoginLink) {\n                desktopLoginLink.textContent = 'Log Out';\n                desktopLoginLink.href = logoutUrl;\n            }\n            if (mobileLoginLink) {\n                mobileLoginLink.textContent = 'Log Out';\n                mobileLoginLink.href = logoutUrl;\n            }\n            \n            \/\/ Update My Account buttons URLs\n            if (desktopMyAccountBtn) {\n                desktopMyAccountBtn.href = myAccountUrl;\n            }\n            if (mobileMyAccountBtn) {\n                mobileMyAccountBtn.href = myAccountUrl;\n            }\n        } else {\n            \/\/ User is not logged in - My Account buttons remain hidden via CSS\n            header.classList.remove('logged-in');\n        }\n    }\n    \n    \/\/ Run auth setup on different events to ensure it catches the login state\n    setupAuthButtons();\n    document.addEventListener('DOMContentLoaded', setupAuthButtons);\n    window.addEventListener('load', setupAuthButtons);\n})();\n<\/script>\n\n<\/body>\n<\/html>\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\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5b9473f e-flex e-con-boxed e-con e-parent\" data-id=\"5b9473f\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-860b695 e-con-full e-flex e-con e-child\" data-id=\"860b695\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-c8fd3a7 e-con-full e-flex e-con e-child\" data-id=\"c8fd3a7\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9b022fa elementor-widget elementor-widget-html\" data-id=\"9b022fa\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>GDPR Policy - Vida Sabia<\/title>\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background: linear-gradient(135deg, #f1f8e9 0%, #dcedc8 100%);\n            padding: 20px;\n        }\n\n        .container {\n            max-width: 1000px;\n            margin: 0 auto;\n            background: white;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(45, 122, 62, 0.1);\n            overflow: hidden;\n        }\n\n        .header {\n            background: linear-gradient(135deg, #7cb342 0%, #2d7a3e 100%);\n            color: white;\n            padding: 60px 40px;\n            text-align: center;\n        }\n\n        .header h1 {\n            font-size: 2.5em;\n            margin-bottom: 10px;\n            font-weight: 700;\n        }\n\n        .header p {\n            font-size: 1.1em;\n            opacity: 0.95;\n        }\n\n        .content {\n            padding: 50px 40px;\n        }\n\n        .intro {\n            background: linear-gradient(135deg, #d4e157 0%, #9ccc65 100%);\n            padding: 30px;\n            border-radius: 8px;\n            margin-bottom: 40px;\n            border-left: 5px solid #7cb342;\n        }\n\n        .intro p {\n            margin-bottom: 15px;\n            line-height: 1.7;\n        }\n\n        .gdpr-badge {\n            background: linear-gradient(135deg, #1976d2 0%, #0d47a1 100%);\n            color: white;\n            padding: 20px 30px;\n            border-radius: 8px;\n            text-align: center;\n            margin: 30px 0;\n            font-weight: 600;\n            font-size: 1.1em;\n        }\n\n        h2 {\n            color: #2d7a3e;\n            font-size: 1.8em;\n            margin-top: 40px;\n            margin-bottom: 20px;\n            padding-bottom: 10px;\n            border-bottom: 3px solid #7cb342;\n        }\n\n        h3 {\n            color: #1b5e20;\n            font-size: 1.3em;\n            margin-top: 30px;\n            margin-bottom: 15px;\n        }\n\n        p {\n            margin-bottom: 15px;\n            line-height: 1.8;\n        }\n\n        ul {\n            margin-left: 30px;\n            margin-bottom: 20px;\n        }\n\n        li {\n            margin-bottom: 10px;\n            line-height: 1.7;\n        }\n\n        .data-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 25px 0;\n            background: white;\n            box-shadow: 0 2px 10px rgba(0,0,0,0.05);\n            border-radius: 8px;\n            overflow: hidden;\n        }\n\n        .data-table th {\n            background: linear-gradient(135deg, #7cb342 0%, #2d7a3e 100%);\n            color: white;\n            padding: 15px;\n            text-align: left;\n            font-weight: 600;\n        }\n\n        .data-table td {\n            padding: 15px;\n            border-bottom: 1px solid #e0e0e0;\n            vertical-align: top;\n        }\n\n        .data-table tr:last-child td {\n            border-bottom: none;\n        }\n\n        .data-table tr:hover {\n            background-color: #f1f8e9;\n        }\n\n        .rights-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 20px;\n            margin: 30px 0;\n        }\n\n        .right-card {\n            background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);\n            padding: 25px;\n            border-radius: 8px;\n            border-left: 5px solid #1b5e20;\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n\n        .right-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 5px 20px rgba(45, 122, 62, 0.2);\n        }\n\n        .right-card h4 {\n            color: #1b5e20;\n            margin-bottom: 10px;\n            font-size: 1.1em;\n        }\n\n        .right-card p {\n            margin-bottom: 0;\n            font-size: 0.95em;\n        }\n\n        .info-box {\n            background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);\n            padding: 25px;\n            border-radius: 8px;\n            border-left: 5px solid #1976d2;\n            margin: 25px 0;\n        }\n\n        .info-box h3 {\n            color: #0d47a1;\n            margin-top: 0;\n            margin-bottom: 15px;\n        }\n\n        .warning-box {\n            background: linear-gradient(135deg, #fff9c4 0%, #f0f4c3 100%);\n            padding: 25px;\n            border-radius: 8px;\n            border-left: 5px solid #fbc02d;\n            margin: 25px 0;\n        }\n\n        .warning-box h3 {\n            color: #f57f17;\n            margin-top: 0;\n            margin-bottom: 15px;\n        }\n\n        .important-box {\n            background: linear-gradient(135deg, #ffebee 0%, #ffcdd2 100%);\n            padding: 25px;\n            border-radius: 8px;\n            border-left: 5px solid #e53935;\n            margin: 25px 0;\n        }\n\n        .important-box h3 {\n            color: #c62828;\n            margin-top: 0;\n            margin-bottom: 15px;\n        }\n\n        .section-box {\n            background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);\n            padding: 25px;\n            border-radius: 8px;\n            margin: 25px 0;\n            border-left: 5px solid #1b5e20;\n        }\n\n        .cookie-list {\n            background: white;\n            padding: 20px;\n            border-radius: 8px;\n            margin: 20px 0;\n            border: 2px solid #9ccc65;\n        }\n\n        .cookie-item {\n            padding: 15px;\n            margin: 10px 0;\n            background: #f1f8e9;\n            border-radius: 5px;\n            border-left: 3px solid #7cb342;\n        }\n\n        .cookie-item strong {\n            color: #1b5e20;\n            display: block;\n            margin-bottom: 5px;\n        }\n\n        .contact-box {\n            background: linear-gradient(135deg, #7cb342 0%, #2d7a3e 100%);\n            color: white;\n            padding: 40px;\n            border-radius: 8px;\n            text-align: center;\n            margin-top: 50px;\n        }\n\n        .contact-box h2 {\n            color: white;\n            border-bottom: none;\n            margin-top: 0;\n        }\n\n        .contact-box a {\n            color: #d4e157;\n            text-decoration: none;\n            font-weight: 600;\n            font-size: 1.2em;\n            transition: color 0.3s ease;\n        }\n\n        .contact-box a:hover {\n            color: #fff;\n        }\n\n        strong {\n            color: #1b5e20;\n        }\n\n        a {\n            color: #7cb342;\n            text-decoration: none;\n            transition: color 0.3s ease;\n        }\n\n        a:hover {\n            color: #2d7a3e;\n            text-decoration: underline;\n        }\n\n        .divider {\n            height: 3px;\n            background: linear-gradient(90deg, #7cb342 0%, #9ccc65 50%, #d4e157 100%);\n            margin: 40px 0;\n            border-radius: 2px;\n        }\n\n        .icon-badge {\n            display: inline-block;\n            background: linear-gradient(135deg, #fbc02d 0%, #f9a825 100%);\n            color: white;\n            padding: 5px 15px;\n            border-radius: 20px;\n            font-size: 0.85em;\n            font-weight: 600;\n            margin-left: 10px;\n        }\n\n        @media (max-width: 768px) {\n            .header {\n                padding: 40px 20px;\n            }\n\n            .header h1 {\n                font-size: 2em;\n            }\n\n            .content {\n                padding: 30px 20px;\n            }\n\n            h2 {\n                font-size: 1.5em;\n            }\n\n            .data-table {\n                font-size: 0.9em;\n            }\n\n            .rights-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"container\">\n        <div class=\"header\">\n            <h1>GDPR POLICY<\/h1>\n            <p>General Data Protection Regulation Compliance<\/p>\n        <\/div>\n\n        <div class=\"content\">\n            <div class=\"intro\">\n                <p><strong>We value and respect the privacy of our customers and users.<\/strong> This GDPR policy explains how we collect, use, disclose, transfer, and store the personal information you provide to us. In this policy, the terms \"we,\" \"us,\" \"our,\" and \"our company\" refer to Vida Sabia.<\/p>\n                \n                <p>By accessing and using this website, or by using our software or services, you confirm your unconditional consent for us to collect, store, use, and disclose your personal information as set forth in this GDPR policy.<\/p>\n                \n                <p>When required by applicable legislation, this GDPR policy shall prevail over the provisions of our Privacy Policy.<\/p>\n            <\/div>\n\n            <div class=\"gdpr-badge\">\n                \u2713 GDPR COMPLIANT - Full compliance with EU General Data Protection Regulation\n            <\/div>\n\n            <div class=\"info-box\">\n                <h3>Condiciones de uso<\/h3>\n                <p>We recommend reading this Privacy Policy in conjunction with our Terms of Use available on the website, which also explains how you can use our site and our services.<\/p>\n            <\/div>\n\n            <div class=\"divider\"><\/div>\n\n            <h2>COLLECTION OF YOUR PERSONAL INFORMATION<\/h2>\n\n            <p>We collect the following information:<\/p>\n\n            <table class=\"data-table\">\n                <thead>\n                    <tr>\n                        <th>PERSONAL INFORMATION COLLECTED<\/th>\n                        <th>WHEN COLLECTED<\/th>\n                        <th>WHY COLLECTED<\/th>\n                    <\/tr>\n                <\/thead>\n                <tbody>\n                    <tr>\n                        <td>Name, date of birth, country of residence, language, phone number, email, billing address, identification, membership start and end dates.<\/td>\n                        <td>When you register or create an account with us.<\/td>\n                        <td>To identify you, establish our terms and conditions, communicate with you, and provide our services.<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Payment data, according to the selected gateway. When paying, you will be redirected to a third-party site. If you choose card payment, card number, expiration date, and CVV will be requested.<\/td>\n                        <td>When you make payments on third-party websites.<\/td>\n                        <td>Data is processed and stored by the payment provider, not by us. Please review their privacy policy.<\/td>\n                    <\/tr>\n                <\/tbody>\n            <\/table>\n\n            <div class=\"warning-box\">\n                <h3>Your Choice<\/h3>\n                <p>You may choose not to provide us with your personal information, but this could limit access to certain services or products, or personalization of your experience.<\/p>\n            <\/div>\n\n            <div class=\"divider\"><\/div>\n\n            <h2>TRANSFER TO THIRD PARTIES<\/h2>\n\n            <div class=\"section-box\">\n                <p>All collected information may be shared with internal service providers, event organizers, airlines, etc., to create accounts, process payments, and resolve technical issues.<\/p>\n            <\/div>\n\n            <div class=\"divider\"><\/div>\n\n            <h2>AUTOMATIC COLLECTION<\/h2>\n\n            <p>When visiting our site or using the software, we may use automated tools (cookies, session monitoring) to collect:<\/p>\n\n            <ul>\n                <li>IP address and domain used to connect to the internet<\/li>\n                <li>Operating system, browser, search engine, or referral link<\/li>\n                <li>Information you enter when using our services<\/li>\n                <li>Date, time, duration of visit, geolocation, and login time<\/li>\n                <li>Pages viewed for payment verification purposes<\/li>\n            <\/ul>\n\n            <div class=\"info-box\">\n                <h3>Aggregated Data<\/h3>\n                <p>This information will be used in aggregate form to improve our site or software. It will not be disclosed individually.<\/p>\n            <\/div>\n\n            <div class=\"divider\"><\/div>\n\n            <h2>COOKIES<\/h2>\n\n            <p>\"Cookies\" are small files that a server sends and stores on your device. When using our site, you will be asked to accept their use. They help us improve your experience, remember data, and personalize content.<\/p>\n\n            <div class=\"cookie-list\">\n                <h3 style=\"color: #1b5e20; margin-bottom: 15px;\">This site uses the following cookies to offer functionality:<\/h3>\n                \n                <div class=\"cookie-item\">\n                    <strong>Session Cookies<\/strong>\n                    <p>Stores data from logged-in users for essential functionalities.<\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"warning-box\">\n                <h3>Cookie Settings<\/h3>\n                <p>You can block cookies in your browser, but this may limit functionality. For more information visit: <a href=\"http:\/\/www.aboutcookies.org\" style=\"color: #f57f17;\">www.aboutcookies.org<\/a> or <a href=\"http:\/\/www.allaboutcookies.com\" style=\"color: #f57f17;\">www.allaboutcookies.com<\/a><\/p>\n            <\/div>\n\n            <div class=\"divider\"><\/div>\n\n            <h2>CREDIT CARD DATA<\/h2>\n\n            <div class=\"section-box\">\n                <p>We collect credit card data if necessary to:<\/p>\n                <ul>\n                    <li>Process payments<\/li>\n                    <li>Handle subscriptions with recurring payments<\/li>\n                    <li>Facilitate future purchases<\/li>\n                <\/ul>\n                <p><strong>You can request deletion of this data at any time.<\/strong> This may cancel active payments or subscriptions.<\/p>\n                <p>When third-party gateways are used, you will enter data directly into their secure portal. <strong>We will not have access to your information.<\/strong><\/p>\n            <\/div>\n\n            <div class=\"divider\"><\/div>\n\n            <h2>ADDITIONAL COLLECTION<\/h2>\n\n            <div class=\"important-box\">\n                <h3>Security Monitoring<\/h3>\n                <p>We may collect additional information if we detect abnormal patterns or possible security breaches to protect our users and services.<\/p>\n            <\/div>\n\n            <div class=\"divider\"><\/div>\n\n            <h2>UNITED STATES \/ GDPR COMPLIANCE<\/h2>\n\n            <div class=\"gdpr-badge\">\n                We comply with the General Data Protection Regulation (GDPR) for EU users\n            <\/div>\n\n            <p>We will not use your personal information except as provided in this policy or required by law. If you are in the EU, we comply with the General Data Protection Regulation (GDPR).<\/p>\n\n            <h3>In addition to the above, we use your data to:<\/h3>\n\n            <ul>\n                <li>Provide the requested services<\/li>\n                <li>Make the software work correctly<\/li>\n                <li>Resolve errors or technical problems<\/li>\n                <li>Provide you with support<\/li>\n                <li>Inform you about the site and services<\/li>\n                <li>Send promotional material (with prior consent)<\/li>\n                <li>Verify your identity and assist in access recovery<\/li>\n                <li>Improve functionality or update products<\/li>\n                <li>Personalize your experience on the site or software<\/li>\n            <\/ul>\n\n            <p>We may also combine this information with data from other sources for legitimate purposes.<\/p>\n\n            <div class=\"divider\"><\/div>\n\n            <h2>STORAGE<\/h2>\n\n            <div class=\"section-box\">\n                <p>Your information is stored on servers managed by our providers, who have confirmed compliance with GDPR regulations.<\/p>\n            <\/div>\n\n            <div class=\"divider\"><\/div>\n\n            <h2>USAGE RESTRICTIONS<\/h2>\n\n            <p>We do not sell, rent, or share your information except:<\/p>\n\n            <ul>\n                <li>As described in this policy<\/li>\n                <li>With your authorization<\/li>\n                <li>With prior notice and without objection from you<\/li>\n                <li>When required by security authorities or legal compliance<\/li>\n                <li>To protect our legal rights or the safety of our users<\/li>\n                <li>Cuando lo exija la ley<\/li>\n            <\/ul>\n\n            <div class=\"divider\"><\/div>\n\n            <h2>RIGHT OF ACCESS AND CORRECTION<\/h2>\n\n            <div class=\"info-box\">\n                <h3>Your Data Rights<\/h3>\n                <p>If you wish to access or correct your data, contact us at <a href=\"mailto:support@vida-sabia.com\" style=\"color: #0d47a1;\">support@vida-sabia.com<\/a><\/p>\n                <p>We may:<\/p>\n                <ul>\n                    <li>Request the request in writing<\/li>\n                    <li>Not provide access in certain cases permitted by law<\/li>\n                    <li>Justify our decision in case of refusal<\/li>\n                    <li>Apply a reasonable charge for processing<\/li>\n                <\/ul>\n            <\/div>\n\n            <div class=\"divider\"><\/div>\n\n            <h2>INFORMATION UPDATE<\/h2>\n\n            <div class=\"warning-box\">\n                <h3>Keep Your Information Current<\/h3>\n                <p>Please notify us of any changes to your contact or billing information as soon as possible.<\/p>\n            <\/div>\n\n            <div class=\"divider\"><\/div>\n\n            <h2>RETENTION PERIOD<\/h2>\n\n            <div class=\"section-box\">\n                <p>We retain information as long as necessary to provide you with our services. If you cancel your account, you may request deletion by contacting support at <a href=\"mailto:support@vida-sabia.com\">support@vida-sabia.com<\/a><\/p>\n            <\/div>\n\n            <div class=\"divider\"><\/div>\n\n            <h2>THIRD-PARTY SITES<\/h2>\n\n            <div class=\"warning-box\">\n                <h3>External Links<\/h3>\n                <p>This site may contain links to external sites. We are not responsible for their content or how they handle your information. Please review their policies before sharing data.<\/p>\n            <\/div>\n\n            <div class=\"divider\"><\/div>\n\n            <h2>POLICY CHANGES<\/h2>\n\n            <div class=\"info-box\">\n                <h3>Updates to This Policy<\/h3>\n                <p>We reserve the right to update this policy. Modifications will be posted on the site. Continued use of the site or services implies your acceptance.<\/p>\n            <\/div>\n\n            <div class=\"divider\"><\/div>\n\n            <h2>ADDITIONAL GDPR RIGHTS <span class=\"icon-badge\">EU USERS<\/span><\/h2>\n\n            <p>Users in the European Union have the following rights:<\/p>\n\n            <div class=\"rights-grid\">\n                <div class=\"right-card\">\n                    <h4>Derecho de acceso<\/h4>\n                    <p>Access your data in a readable format.<\/p>\n                <\/div>\n\n                <div class=\"right-card\">\n                    <h4>Right to Restriction<\/h4>\n                    <p>Restrict processing if applicable.<\/p>\n                <\/div>\n\n                <div class=\"right-card\">\n                    <h4>Right to Erasure<\/h4>\n                    <p>Request deletion of data (\"right to be forgotten\").<\/p>\n                <\/div>\n\n                <div class=\"right-card\">\n                    <h4>Derecho de oposici\u00f3n<\/h4>\n                    <p>Not be subject to automated decisions or profiling.<\/p>\n                <\/div>\n\n                <div class=\"right-card\">\n                    <h4>Right to Withdraw<\/h4>\n                    <p>Withdraw your consent at any time.<\/p>\n                <\/div>\n\n                <div class=\"right-card\">\n                    <h4>Right to Complain<\/h4>\n                    <p>File a complaint with the corresponding data protection authority.<\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"info-box\">\n                <h3>Exercise Your Rights<\/h3>\n                <p>To exercise any of these rights, contact us at <a href=\"mailto:support@vida-sabia.com\" style=\"color: #0d47a1;\">support@vida-sabia.com<\/a><\/p>\n            <\/div>\n\n            <div class=\"divider\"><\/div>\n\n            <div class=\"contact-box\">\n                <h2>CONTACTO<\/h2>\n                <p>Questions about our GDPR policy or your data rights?<\/p>\n                <p style=\"margin: 20px 0;\"><a href=\"mailto:support@vida-sabia.com\">support@vida-sabia.com<\/a><\/p>\n                <p style=\"font-size: 0.9em; opacity: 0.9;\">Vida Sabia - Committed to Protecting Your Privacy and Data Rights<\/p>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/body>\n<\/html>\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\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Vida Sabia Header - Updated Colors Home Packages Log In My Account Home Packages Log In My Account GDPR Policy - Vida Sabia GDPR POLICY General Data Protection Regulation Compliance We value and respect the privacy of our customers and users. This GDPR policy explains how we collect, use, disclose, transfer, and store the personal [&hellip;]<\/p>","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-68424","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/vida-sabia.com\/es\/wp-json\/wp\/v2\/pages\/68424","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vida-sabia.com\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/vida-sabia.com\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/vida-sabia.com\/es\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/vida-sabia.com\/es\/wp-json\/wp\/v2\/comments?post=68424"}],"version-history":[{"count":6,"href":"https:\/\/vida-sabia.com\/es\/wp-json\/wp\/v2\/pages\/68424\/revisions"}],"predecessor-version":[{"id":68435,"href":"https:\/\/vida-sabia.com\/es\/wp-json\/wp\/v2\/pages\/68424\/revisions\/68435"}],"wp:attachment":[{"href":"https:\/\/vida-sabia.com\/es\/wp-json\/wp\/v2\/media?parent=68424"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}