{"template":{"LogoUrl":"https://app.secureprivacy.ai/img-files/012842c1-4358-4d72-8a80-788076edff95.svg","Layout":"<div id=\"banner-0\" class=\"frame-content\">\n\t<div class=\"frame-content__inner\">\n\t\t<div class=\"frame-content__logo logo\" {{displayBannerLogo}}>\n\t\t\t<span class=\"logo__custom\" style=\"background-image: url('{{bannerLogoUrl}}')\"></span>\n\t\t</div>\n\t\t<div class=\"frame-content__content\">\n\t\t\t<!--{{privacySignals}}-->\n\t\t\t<div class=\"frame-content__text\" data-nosnippet>{{bannerMessage}}</div>\n\t\t\t<div class=\"frame-content__controls frame-controls\">\n\t\t\t\t<button id=\"sp-accept\" onclick=\"window.parent.sp.saveAllConsents('acceptAll', 'cb')\">\n\t\t\t\t\t<span>{{text}}</span>\n\t\t\t\t</button>\n\t\t\t\t<button\n\t\t\t\t\tid=\"sp-decline\"\n\t\t\t\t\tclass=\"btn--bg--half-transparent\"\n\t\t\t\t\tonclick=\"window.parent.sp.saveAllConsents('declineAll', 'cb')\"\n\t\t\t\t>\n\t\t\t\t\t{{text}}\n\t\t\t\t</button>\n\n\t\t\t\t<button\n\t\t\t\t\tid=\"sp-customize\"\n\t\t\t\t\tclass=\"btn--bg--half-transparent btn--border ml-auto\"\n\t\t\t\t\tonclick=\"window.parent.sp.openPreferenceCenter()\"\n\t\t\t\t>\n\t\t\t\t\t{{text}}\n\t\t\t\t</button>\n\t\t\t</div>\n\t\t</div>\n\t\t<div class=\"frame-content__bottom\">\n\t\t\t<a\n\t\t\t\tclass=\"frame-content__branding sp-branding\"\n\t\t\t\t{{displayBranding}}\n\t\t\t\thref=\"https://secureprivacy.ai\"\n\t\t\t\ttarget=\"_blank\"\n\t\t\t>\n\t\t\t\t<span class=\"sp-branding__crafted-by\">Crafted by</span>\n\t\t\t\t<span>\n\t\t\t\t\t<img\n\t\t\t\t\t\tclass=\"sp-branding__icon\"\n\t\t\t\t\t\tsrc=\"https://cmp.secureprivacy.ai/assets/images/sp-logo.svg\"\n\t\t\t\t\t\talt=\"Secure Privacy logo\"\n\t\t\t\t\t/>\n\t\t\t\t\t<span class=\"sp-branding__brand\">Secure Privacy</span>\n\t\t\t\t</span>\n\t\t\t</a>\n\t\t</div>\n\t</div>\n</div>\n\n<template data-tpl-name=\"privacy-signals\">\n\t<div class=\"privacy-signals privacy-signals--bottom-left\">\n\t\t<span class=\"privacy-signals__indicator {{privacySignalsStatus}}\"></span>\n\t\t<div class=\"privacy-signals__content\">\n\t\t\t<p class=\"privacy-signals__title\">Privacy signals</p>\n\t\t\t<table class=\"privacy-signals__table signals-table\">\n\t\t\t\t<!--{{signalsTableRows}}-->\n\t\t\t</table>\n\t\t</div>\n\t</div>\n\t<template data-tpl-name=\"signals-table-row\">\n\t\t<tr>\n\t\t\t<td><a {{signalDocHref}} target=\"_blank\">{{signalName}}</a>:</td>\n\t\t\t<td class=\"signals-table__status {{signalStatus}}\">{{signalStatusText}}</td>\n\t\t</tr>\n\t</template>\n</template>\n","Design":"*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Oxygen,Ubuntu,Cantarell,\"Open Sans\",\"Helvetica Neue\",sans-serif}a{color:inherit;text-decoration:underline}input{font-family:inherit;font-size:inherit;line-height:inherit;outline:none}button{border:none;font-size:inherit;font-family:inherit;font-weight:inherit;line-height:1;margin:0;padding:0;cursor:pointer;position:relative}button.loading{--loader-color: currentColor;display:inline-flex;align-items:center;justify-content:center;font-size:0}button.loading::before{position:absolute}[hidden],.hide{display:none !important}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background-color:#dfdfdf}::-webkit-scrollbar-thumb{background-color:#000;border-radius:4px}.mb-0{margin-bottom:0}div:empty,p:empty{display:none}@media(min-width: 480px){.mobile-only{display:none !important}}@media(max-width: 480px){.desktop-only{display:none !important}}.sp-branding{display:inline-flex;align-items:center;text-decoration:none;font-size:12px;font-weight:400;color:inherit;font-family:inherit;white-space:nowrap;flex-shrink:0}.sp-branding--vertical{flex-direction:column;align-items:flex-start}.sp-branding__crafted-by{flex-shrink:0;margin-right:8px}.sp-branding__icon{width:12px;height:12px;margin-right:2px;transform:translateY(2px);filter:drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.2))}.sp-branding__brand{font-weight:500}.loading{--loader-size: 20px;--loader-color: var(--color-main-dark);--loader-background: transparent}.loading::before{content:\"\";display:block;width:var(--loader-size);height:var(--loader-size);border:2px solid var(--loader-background, transparent);border-top-color:var(--loader-color, #fff);border-radius:50%;animation:rotate360 .5s infinite ease}@keyframes rotate360{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}[data-spoiler] [data-spoiler-toggler]{padding:0;border:none;border-radius:0;font:inherit;color:inherit;background-color:transparent;cursor:pointer;user-select:none}[data-spoiler] [data-spoiler-toggler].active [class*=__arrow]{transform:rotate(-270deg)}[data-spoiler] [data-spoiler-content]:not(.active){display:none}.custom-checkbox{display:inline-flex;align-items:center;flex-shrink:0;cursor:pointer;user-select:none;position:relative}@supports(--css: variables){.custom-checkbox__input{position:absolute;padding:0;border:0;height:0;width:0;overflow:hidden;opacity:0;pointer-events:none}}@supports(--css: variables){.custom-checkbox__input:focus-visible+.custom-checkbox__checkbox{outline-width:2px;outline-style:auto}}.custom-checkbox__input:checked~.custom-checkbox__checkbox{border-color:var(--custom-checkbox-border-active-color, #000);background-color:var(--custom-checkbox-bg-active-color, #000)}.custom-checkbox__input:checked~.custom-checkbox__checkbox::before{display:block}.custom-checkbox.partial [class*=__checkbox]{border-color:var(--custom-checkbox-partial-border-color, #000);background-color:var(--custom-checkbox-partial-bg-color, #000)}.custom-checkbox__checkbox{position:relative;display:none;flex-shrink:0;width:18px;height:18px;border-width:1px;border-style:solid;border-color:var(--custom-checkbox-border-color, #000);background-color:var(--custom-checkbox-bg-color, transparent);border-radius:4px}@supports(--css: variables){.custom-checkbox__checkbox{display:block}}.custom-checkbox__checkbox::before{display:none;content:\"\";position:absolute;left:6px;top:3px;width:4px;height:9px;border-width:1px;border-style:solid;border-color:var(--custom-checkbox-check-color, #fff);border-width:0 2px 2px 0;transform:rotate(45deg)}.custom-checkbox__text{margin-left:8px;font-size:12px;color:var(--custom-checkbox-text-color, inherit);user-select:none}.custom-checkbox :disabled,.custom-checkbox.disabled{opacity:.5;pointer-events:none}.advanced-banner{--advanced-banner-color-bg: var(--advanced-banner-background-color);--custom-checkbox-border-active-color: #fff;--custom-checkbox-bg-active-color: #fff;--custom-checkbox-partial-border-color: #fff;--custom-checkbox-partial-bg-color: #fff;--custom-checkbox-border-color: #fff;--custom-checkbox-bg-color: #fff;--custom-checkbox-check-color: #000;--custom-checkbox-text-color: var(--banner-text-color);position:relative;padding:12px 32px;background-color:var(--advanced-banner-color-bg);max-height:82px;overflow-y:auto}@media(max-width: 640px){.advanced-banner{padding:12px 16px}}.advanced-banner__list{--gap: 12px;display:flex;flex-wrap:wrap;justify-content:center;margin:0 calc(var(--gap)*-1)}@media(max-width: 640px){.advanced-banner__list{--gap: 6px}}.advanced-banner__checkbox{margin:calc(var(--gap)/2) var(--gap);min-width:120px}@media(max-width: 768px){.advanced-banner__checkbox{flex:1 1 auto;margin:8px}}.custom-checkbox{padding:14px 16px;border-radius:5px;background:rgba(255,255,255,.1)}@media(max-width: 640px){.custom-checkbox{padding:12px 10px}}.custom-checkbox__checkbox::before{width:4px;height:9px}.custom-checkbox__text{white-space:nowrap}.custom-checkbox :disabled,.custom-checkbox.disabled{opacity:.5;pointer-events:none}.privacy-signals{--pc-content-visibility: hidden;--pc-content-opacity: 0;position:relative;display:inline-flex;align-items:center;width:fit-content;height:fit-content;border:1px solid var(--advanced-banner-background-color, rgba(0, 0, 0, 0.2));border-radius:50%;z-index:1;border-radius:4px;vertical-align:middle}.privacy-signals--bottom-right{--pc-content-position-top: calc(2px + 100%);--pc-content-position-right: auto;--pc-content-position-bottom: auto;--pc-content-position-left: 0}.privacy-signals--bottom-left{--pc-content-position-top: calc(2px + 100%);--pc-content-position-right: 0;--pc-content-position-bottom: auto;--pc-content-position-left: auto}.privacy-signals--top-right{--pc-content-position-top: auto;--pc-content-position-right: auto;--pc-content-position-bottom: calc(2px + 100%);--pc-content-position-left: 0}.privacy-signals--top-left{--pc-content-position-top: auto;--pc-content-position-right: 0;--pc-content-position-bottom: calc(2px + 100%);--pc-content-position-left: auto}.privacy-signals:hover{--pc-content-visibility: visible;--pc-content-opacity: 1}.privacy-signals__indicator{display:grid;place-items:center;width:6px;height:6px;border-radius:50%;background-color:orange}.privacy-signals__indicator.active{background-color:#32cd32}.privacy-signals__indicator::before{content:\"\";width:100%;height:100%;border-radius:50%;opacity:.7;background-color:inherit;animation:ping 1s infinite}.privacy-signals__title{font-size:12px;line-height:1;color:#fff;margin-bottom:4px}.privacy-signals__text{font-size:14px;line-height:1;color:#f1f1f1;opacity:.8}.privacy-signals__content{position:absolute;top:var(--pc-content-position-top);right:var(--pc-content-position-right);bottom:var(--pc-content-position-bottom);left:var(--pc-content-position-left);visibility:var(--pc-content-visibility);opacity:var(--pc-content-opacity);background-color:#101828;padding:10px;border-radius:4px;transition:visibility .2s ease,opacity .2s ease;color:var(--banner-text-color, #fff);font-size:14px;line-height:1}.privacy-signals__content a{text-decoration:none;color:inherit;cursor:initial}.privacy-signals__content a[href]{text-decoration:underline;cursor:pointer}.privacy-signals__content p{font-size:inherit;line-height:inherit}.signals-table tr{color:#d1d5dc}.signals-table td{white-space:nowrap}.signals-table__status{padding-left:8px;text-align:right}@keyframes ping{75%,100%{opacity:0;transform:scale(3)}}a,.trust-widget-open{color:#fff;cursor:pointer;text-decoration:underline}button{min-width:130px;padding:0 14px;height:42px;text-align:center;border-radius:4px;font-weight:600;background-color:#fff;color:#168578}p{font-size:16px;line-height:24px}@media(max-width: 480px){p{font-size:14px;line-height:21px}}.btn--bg--half-transparent{color:#fff;background:rgba(255,255,255,.1)}.btn--border{border:1px solid rgba(232,232,232,.3)}.ml-auto{margin-left:auto}.frame-content{display:flex;flex-direction:column;background-image:url(\"https://cmp.secureprivacy.ai/assets/images/background-lines.png\");background-color:var(--banner-background-color, #168f7c);background-size:cover}.frame-content__inner{display:flex;flex-wrap:wrap;width:100%;max-width:1280px;margin:0 auto;padding:15px 48px;color:var(--banner-text-color, #fff);font-size:16px;min-height:0}@media(max-width: 960px){.frame-content__inner{padding:24px}}@media(max-width: 640px){.frame-content__inner{flex-direction:column;flex-wrap:nowrap;padding:16px}}.frame-content__logo{margin:auto;margin-right:36px}@media(max-width: 640px){.frame-content__logo{width:48px;height:48px;margin-right:auto;margin-bottom:18px}}.frame-content__logo:empty{display:initial}.frame-content__content{position:relative;display:flex;align-items:center;flex:1;min-height:0}@media(max-width: 960px){.frame-content__content{flex-direction:column;align-items:flex-start}}.frame-content__text{min-height:0;flex-grow:1;padding:8px 0;overflow-y:auto;margin-right:48px;line-height:1.4;font-size:15px}.frame-content__text p{line-height:inherit;font-size:inherit}.frame-content__text p:not(:last-child){margin-bottom:16px}@media(max-width: 960px){.frame-content__text{margin-right:0}}@media(max-width: 960px){.frame-content__controls{margin-top:16px}}.frame-content__bottom{width:100%;display:flex;gap:16px}@media(max-width: 960px){.frame-content__bottom{margin-top:16px}}@media(min-width: 960px){.frame-content__branding{margin-left:auto}}.frame-content .frame-controls{display:flex;align-items:center}@media(min-width: 640px){.frame-content .frame-controls>*:not(:last-child){margin-right:16px}}@media(max-width: 640px){.frame-content .frame-controls{width:100%;flex-direction:column}}@media(max-width: 640px){.frame-content .frame-controls button{width:100%;flex:auto;min-width:initial}.frame-content .frame-controls button:not(:last-child){margin-bottom:12px}}.logo{width:64px;height:76px;position:relative;filter:drop-shadow(0px 2px 8px rgba(0, 0, 0, 0.185))}@media(max-width: 480px){.logo{width:44px;height:53px}}.logo__bg{width:100%;height:100%}.logo__custom{position:absolute;top:48%;left:50%;width:100%;height:100%;transform:translate(-50%, -50%);background-size:contain;background-position:center;background-repeat:no-repeat;z-index:1}.privacy-signals{position:absolute;top:0;right:0}","OuterDesign":"#ifrmCookieBanner{position:fixed;bottom:0;left:0;width:100%;max-height:100vh;z-index:2147483647;box-sizing:content-box !important;margin-bottom:0}","CustomCSS":"","Translation":{"Language":"en","AcceptButtonText":"Accept","DeclineButtonText":"Decline","CustomizeButtonText":"Manage Cookies","ConsentMessageText":"<p>This site uses cookies and similar tools, including by third parties, to improve the site and support advertising efforts. These cookies and tools may enable us and these third parties to collect user data, communications, IP address and identifiers, referring URLs, and other browsing information, and to record user interactions with this site. You can click “Accept” to proceed or you can review and change your settings by clicking &quot;Manage Cookies<a class=\"spCustomLink\" href=\"javascript:void(0);\" rel=\"noopener noreferrer\" onclick=\"window.parent.sp.openTrustWidget();\">.</a>&quot;<br></p><p class=\"ql-align-justify\">By clicking &quot;Accept&quot; or &quot;Manage Cookies&quot; you agree to our <a class=\"spCustomLink\" href=\"javascript:void(0);\" rel=\"noopener noreferrer\" onclick=\"window.parent.sp.openPreferenceCenter(null, &quot;PrivacyPolicy&quot;);\">Privacy Policy</a>, <a class=\"spCustomLink\" href=\"javascript:void(0);\" rel=\"noopener noreferrer\" onclick=\"window.parent.sp.openPreferenceCenter(null, &quot;CookiePolicy&quot;);\">Cookie Policy</a> and Terms &amp; Conditions. You also agree to our service partner’s <a href=\"https://connect.amadeus-hospitality.com/hubfs/AMADEUS_HOSPITALITY_TERMS_OF_SERVICE.pdf\" rel=\"noopener noreferrer\" target=\"_blank\">Terms of Service</a>.</p><p><br></p>","AdvancedDetailsText":"","AdvancedHideText":"","AdvancedSaveButtonText":"Save"},"Settings":{"IsHideLogo":false,"AdvancedBanner":false,"AcceptButtonBackgroundColor":"#2b2b33","AcceptButtonTextColor":"#ffffff","AcceptButtonHoverBackgroundColor":"#2b2b33","AcceptButtonHoverTextColor":"#fec33c","AcceptButtonFilling":"Fill","AcceptButtonCorners":"Smooth","DeclineButtonType":"Button","DeclineButtonBackgroundColor":"#fec33c","DeclineButtonTextColor":"#2b2b33","DeclineButtonHoverBackgroundColor":"#2b2b33","DeclineButtonHoverTextColor":"#fec33c","DeclineButtonFilling":"Fill","DeclineButtonCorners":"Smooth","CustomizeButtonType":"Button","CustomizeButtonBackgroundColor":"#e8e8e8","CustomizeButtonTextColor":"#2b2b33","CustomizeButtonHoverBackgroundColor":"#d1d1d1","CustomizeButtonHoverTextColor":"#2b2b33","CustomizeButtonFilling":"Fill","CustomizeButtonCorners":"Smooth","BackgroundColor":"#ffffff","LineColor":"#ffffff","TextColor":"#2b2b33","HeadingColor":"#2b2b33","LinkColor":"#2b2b33","OverlayEnabled":false,"OverlayColor":"rgba(0, 0, 0, 0.34)"},"TemplateTranslation":{"Language":"en","Introduction":"In order to comply with data protection laws, we ask you to review the key points below of our Privacy Policy. To continue using our website, you need to select your preferences and click 'Save'. You can read more about our privacy policy. We document your agreement and you can opt out by going to our privacy policy and clicking on the widget.","BlockText":"Enable Services","NoOptOut":"Opt out unavailable","Expiry":"Expiry","Service":"Service","Name":"Name","Description":"Description","Host":"Host","Type":"Type","ExpiresIn":"Expires in","FirstPartyCookie":"First-party cookie","ThirdPartyCookie":"Third-party cookie","ConsentGiven":"Consent given","ShowCookies":"Show cookies","Save":"Save","Cancel":"Cancel","CategoryTranslations":[{"CategoryId":11,"CategoryType":"advertising","CategoryName":"Advertising","CategoryText":"We use plugins to measure and personalize content. These plugins share the content you provide to 3rd party. We recommend you read their privacy policies."},{"CategoryId":12,"CategoryType":"social_media","CategoryName":"Social Media","CategoryText":"We use social media tools on our website to enable sharing from our website. These plugins share content you provide to 3rd party. We recommend you read their privacy policies."},{"CategoryId":13,"CategoryType":"site_analytics","CategoryName":"Analytics","CategoryText":"We use a 3rd party analytical software to gather statistical information about our website visitors. These plugins share the content you provide to 3rd party. We recommend you read their privacy policies."},{"CategoryId":14,"CategoryType":"customer_interaction","CategoryName":"Customer Interaction","CategoryText":"We communicate and interact with our customers. We may temporarily store your email to get back to you regarding your inquiries. No data is shared with 3rd party."},{"CategoryId":16,"CategoryType":"audio_video_player","CategoryName":"Audio/Video Player","CategoryText":"Audio/Video services"},{"CategoryId":17,"CategoryType":"essential","CategoryName":"Essential","CategoryText":"We use plugins to ensure security, stability and performance of this website. These tools are necessary for us to serve you this website."}]},"ConsentLogEnabled":true,"DataRetentionPeriod":12,"FontFamily":"Default","FontSource":"System","ConsentType":"Explicit","RemoveBranding":true,"OverlayEnabled":false,"OverlayColor":"rgba(0, 0, 0, 0.34)","IframeTitle":"Cookie Banner","IframeAriaLabel":"Cookie Banner","BrowserSignalsSettings":{"RespectGpc":true,"RespectDnt":true,"DisplayLocation":"Hide"}},"widgetText":"Privacy","widgetType":"Link","gcm":true,"gcm_wait":"500","uet":true,"clarity":true,"meta":false,"plan":"prod_G83hnhLg0ODERX","cookies":[{"Name":"dps_site_id","Host":"www.grupocaminoreal.com","Category":"essential","Description":"Used for site optimization.","PrivacyPolicy":"Pending","FirstParty":false,"Expires":"Session","ScriptSrc":[],"PriorConsentEnabled":false,"IsEnabled":false,"WhitelistConfigurationType":"None","Type":"ScriptBlocking"},{"Name":"dps_site_id","Host":"grupocaminoreal.com","Category":"essential","Description":"Used for site optimization.","PrivacyPolicy":"Pending","FirstParty":true,"Expires":"Session","ScriptSrc":[],"PriorConsentEnabled":false,"IsEnabled":false,"WhitelistConfigurationType":"None","Type":"ScriptBlocking"},{"Name":"_tccl_visitor","Host":".grupocaminoreal.com","Category":"advertising","Description":"These are persistent Web Hosting Provider (GoDaddy) cookies to monitor website usage performance.","FirstParty":true,"Expires":"2027-01-29","Plugin":"Godaddy","ScriptSrc":[null],"PriorConsentEnabled":false,"IsEnabled":false,"WhitelistConfigurationType":"None","Type":"ScriptBlocking"},{"Name":"_tccl_visit","Host":".grupocaminoreal.com","Category":"advertising","Description":"These are persistent Web Hosting Provider (GoDaddy) cookies to monitor website usage performance.","FirstParty":true,"Expires":"2026-01-29","Plugin":"Godaddy","ScriptSrc":[null],"PriorConsentEnabled":false,"IsEnabled":false,"WhitelistConfigurationType":"None","Type":"ScriptBlocking"},{"Name":"_scc_session","Host":".grupocaminoreal.com","Category":"unclassified","Description":"No cookie description available","FirstParty":true,"Expires":"2026-01-29","ScriptSrc":[],"PriorConsentEnabled":false,"IsEnabled":false,"WhitelistConfigurationType":"None","Type":"ScriptBlocking"},{"Description":"Tag for handling Bing conversions","FirstParty":false,"ScriptSrc":[],"PriorConsentEnabled":false,"IsEnabled":false,"WhitelistConfigurationType":"None","Type":"MigratedEntryWithNoType"},{"Name":"_dd_s","Host":"amadeus.com","Category":"essential","Description":"Cookie used to group all events generated from a unique user session across multiple pages. It contains the current session ID, whether the session is excluded due to sampling, and the expiration date of the session. The cookie is extended for an extra 15 minutes every time the user interacts with the website, up to the maximum user session duration (4 hours).","PrivacyPolicy":"","FirstParty":false,"Expires":"Session","Plugin":"DataDog","ScriptSrc":[],"PriorConsentEnabled":false,"IsEnabled":false,"WhitelistConfigurationType":"None","Type":"ScriptBlocking"},{"Name":"_ttp","Host":".tiktok.com","Category":"advertising","Description":"To measure and improve the performance of your advertising campaigns and to personalize the user's experience (including ads) on TikTok.","PrivacyPolicy":"https://www.tiktok.com/legal/page/row/privacy-policy/en","FirstParty":false,"Expires":"2027-05-04","Plugin":"TikTok","ScriptSrc":["https://analytics.tiktok.com/i18n/pixel/static/identify_31760074.js","https://analytics.tiktok.com/i18n/pixel/static/main.MWFhZTllNTFjMQ.js","https://analytics.tiktok.com/i18n/pixel/static/main.MWIwNzUxMTllMQ.js","https://analytics.tiktok.com/i18n/pixel/static/main.MTEwMjY2ZTExMQ.js","https://analytics.tiktok.com/i18n/pixel/static/identify_5cff1caf.js"],"PriorConsentEnabled":false,"IsEnabled":false,"WhitelistConfigurationType":"None","Type":"ScriptBlocking"},{"Name":"_ga","Host":".grupocaminoreal.com","Category":"site_analytics","Description":"Google Analytics cookie enabling control of one-time visits. This cookie is installed the first time a user enters the website through a browser. When the user comes back to the website through the same browser, the cookie will consider him to be the same user. Only in the event that the user changes browser, will he be deemed to be a different user.","PrivacyPolicy":"https://policies.google.com/privacy?hl=en-US","FirstParty":true,"Expires":"2027-05-14","Plugin":"Google Analytics","ScriptSrc":["google-analytics.com/analytics.js"],"PriorConsentEnabled":false,"IsEnabled":false,"WhitelistConfigurationType":"None","Type":"ScriptBlocking"},{"Name":"_hjSession_3495014","Host":".grupocaminoreal.com","Category":"site_analytics","Description":"A cookie that holds the current session data. This ensues that subsequent requests within the session window will be attributed to the same Hotjar session.","PrivacyPolicy":"https://www.hotjar.com/legal/policies/privacy/","FirstParty":true,"Expires":"2026-04-09","Plugin":"Hotjar","ScriptSrc":["script.hotjar.com"],"PriorConsentEnabled":false,"IsEnabled":false,"WhitelistConfigurationType":"None","Type":"ScriptBlocking"},{"Name":"_fbp","Host":".grupocaminoreal.com","Category":"advertising","Description":"Used by Facebook to deliver a series of advertisement products such as real time bidding from third party advertisers","PrivacyPolicy":"https://www.facebook.com/policy.php","FirstParty":true,"Expires":"2026-07-08","Plugin":"Facebook","ScriptSrc":["https://connect.facebook.net/signals/config/592512642450976","https://connect.facebook.net/en_US/fbevents.js"],"PriorConsentEnabled":false,"IsEnabled":false,"WhitelistConfigurationType":"None","Type":"ScriptBlocking"},{"Name":"_tt_enable_cookie","Host":".grupocaminoreal.com","Category":"advertising","Description":"We use TikTok to market ourselves using the TikTok cookie that collects data about behaviour and purchases on our website and to measure the effect of our advertising. This tracking is used to evaluate and measure how different campaigns and marketing strategies perform on TikTok. Used to identify a visitor.","PrivacyPolicy":"https://www.tiktok.com/legal/page/row/privacy-policy/en","FirstParty":true,"Expires":"2027-05-04","Plugin":"TikTok","ScriptSrc":["https://analytics.tiktok.com/i18n/pixel/static/identify_31760074.js","https://analytics.tiktok.com/i18n/pixel/static/main.MWFhZTllNTFjMQ.js","https://analytics.tiktok.com/i18n/pixel/static/main.MWIwNzUxMTllMQ.js","https://analytics.tiktok.com/i18n/pixel/static/main.MTEwMjY2ZTExMQ.js","https://analytics.tiktok.com/i18n/pixel/static/identify_5cff1caf.js"],"PriorConsentEnabled":false,"IsEnabled":false,"WhitelistConfigurationType":"None","Type":"ScriptBlocking"},{"Name":"_ttp","Host":".grupocaminoreal.com","Category":"advertising","Description":"To measure and improve the performance of your advertising campaigns and to personalize the user's experience (including ads) on TikTok.","PrivacyPolicy":"https://www.tiktok.com/legal/page/row/privacy-policy/en","FirstParty":true,"Expires":"2027-05-04","Plugin":"TikTok","ScriptSrc":["https://analytics.tiktok.com/i18n/pixel/static/identify_31760074.js","https://analytics.tiktok.com/i18n/pixel/static/main.MWFhZTllNTFjMQ.js","https://analytics.tiktok.com/i18n/pixel/static/main.MWIwNzUxMTllMQ.js","https://analytics.tiktok.com/i18n/pixel/static/main.MTEwMjY2ZTExMQ.js","https://analytics.tiktok.com/i18n/pixel/static/identify_5cff1caf.js"],"PriorConsentEnabled":false,"IsEnabled":false,"WhitelistConfigurationType":"None","Type":"ScriptBlocking"},{"Name":"_hjSessionUser_3495014","Host":".grupocaminoreal.com","Category":"site_analytics","Description":"Hotjar cookie that is set when a user first lands on a page with the Hotjar script. It is used to persist the Hotjar User ID, unique to that site on the browser. This ensures that behavior in subsequent visits to the same site will be attributed to the same user ID.","PrivacyPolicy":"https://www.hotjar.com/legal/policies/privacy/","FirstParty":true,"Expires":"2027-04-09","Plugin":"Hotjar","ScriptSrc":["script.hotjar.com"],"PriorConsentEnabled":false,"IsEnabled":false,"WhitelistConfigurationType":"None","Type":"ScriptBlocking"},{"Name":"cf_clearance","Host":".grupocaminoreal.com","Category":"essential","Description":"Clearance Cookie stores the proof of challenge passed. It is used to no longer issue a captcha or jschallenge challenge if present. It is required to reach origin server.\n","PrivacyPolicy":"https://www.cloudflare.com/privacypolicy/","FirstParty":true,"Expires":"2027-02-06","Plugin":"Cloudflare","ScriptSrc":["https://manifest-gcp-us-east1-vop1.cfcdn.mux.com"],"PriorConsentEnabled":false,"IsEnabled":false,"WhitelistConfigurationType":"None","Type":"ScriptBlocking"},{"Name":"_gcl_au","Host":".grupocaminoreal.com","Category":"advertising","Description":"Used for the \"Conversion Linker\" functionality - it takes information in ad clicks and stores it in a first-party cookie so that conversions can be attributed outside the landing page.","PrivacyPolicy":"https://policies.google.com/privacy?hl=en-US","FirstParty":true,"Expires":"2026-07-08","Plugin":"Google Ads","ScriptSrc":["googletagmanager.com/gtag/js"],"PriorConsentEnabled":false,"IsEnabled":false,"WhitelistConfigurationType":"None","Type":"ScriptBlocking"},{"Name":"_ga_XEPS0GLSF4","Host":".grupocaminoreal.com","Category":"site_analytics","Description":"Used by Google Analytics to collect data on the number of times a user has visited the website as well as dates for the first and most recent visit.","PrivacyPolicy":"https://policies.google.com/privacy?hl=en-USs","FirstParty":true,"Expires":"2027-05-14","Plugin":"Google Analytics","ScriptSrc":["google-analytics.com/analytics.js"],"PriorConsentEnabled":false,"IsEnabled":false,"WhitelistConfigurationType":"None","Type":"ScriptBlocking"},{"Name":"IDE","Host":".doubleclick.net","Category":"advertising","Description":"This cookie carries out information about how the end user uses the website and any advertising that the end user may have seen before visiting the said website.","PrivacyPolicy":"https://policies.google.com/privacy?hl=en-US","FirstParty":false,"Expires":"2027-05-04","Plugin":"Google Ads","ScriptSrc":["googleads.g.doubleclick.net"],"PriorConsentEnabled":false,"IsEnabled":false,"WhitelistConfigurationType":"None","Type":"ScriptBlocking"},{"Name":"_ga_3R5SJEDWK4","Host":".grupocaminoreal.com","Category":"site_analytics","Description":"Used by Google Analytics to collect data on the number of times a user has visited the website as well as dates for the first and most recent visit.","PrivacyPolicy":"https://policies.google.com/privacy?hl=en-USs","FirstParty":true,"Expires":"2027-05-14","Plugin":"Google Analytics","ScriptSrc":["google-analytics.com/analytics.js"],"PriorConsentEnabled":false,"IsEnabled":false,"WhitelistConfigurationType":"None","Type":"ScriptBlocking"},{"Name":"ttcsid","Host":".grupocaminoreal.com","Category":"unclassified","Description":"A session management cookie used for tracking user sessions on TTC Group websites.","FirstParty":true,"Expires":"2027-05-04","ScriptSrc":[],"PriorConsentEnabled":false,"IsEnabled":false,"WhitelistConfigurationType":"None","Type":"ScriptBlocking"},{"Name":"ttcsid_CI8VGBRC77U441D120M0","Host":".grupocaminoreal.com","Category":"unclassified","Description":"A session management cookie used for tracking user sessions on TTC Group websites.","FirstParty":true,"Expires":"2027-05-04","ScriptSrc":[],"PriorConsentEnabled":false,"IsEnabled":false,"WhitelistConfigurationType":"None","Type":"ScriptBlocking"},{"Name":"_gid","Host":".grupocaminoreal.com","Category":"site_analytics","Description":"This cookie is installed by Google Analytics.\nThe cookie is used to store information of how visitors use a website and helps in creating an analytics report of how the website is doing.\nThe data collected including the number visitors, the source where they have come from, and the pages visited in an anonymous form.","PrivacyPolicy":"https://policies.google.com/privacy?hl=en-US","FirstParty":true,"Expires":"2026-04-10","Plugin":"Google Analytics","ScriptSrc":["www.google-analytics.com/analytics.js"],"PriorConsentEnabled":false,"IsEnabled":false,"WhitelistConfigurationType":"None","Type":"ScriptBlocking"},{"Name":"_gat_UA-158396730-1","Host":".grupocaminoreal.com","Category":"site_analytics","Description":"This cookie enables website owners to track visitor behaviour measure of site performance. To learn more about how Google collects and uses data, visit https://policies.google.com/privacy/partners.","PrivacyPolicy":"https://policies.google.com/privacy","FirstParty":true,"Expires":"2026-04-09","Plugin":"Google Analytics","ScriptSrc":["www.google-analytics.com/analytics.js"],"PriorConsentEnabled":false,"IsEnabled":false,"WhitelistConfigurationType":"None","Type":"ScriptBlocking"},{"Name":"test_cookie","Host":".doubleclick.net","Category":"advertising","Description":"This cookie is set by DoubleClick (which is owned by Google) to determine if the website visitor's browser supports cookies.","PrivacyPolicy":"https://policies.google.com/privacy?hl=en-US","FirstParty":false,"Expires":"2026-02-05","Plugin":"Google Ads","ScriptSrc":["googleads.g.doubleclick.net"],"PriorConsentEnabled":false,"IsEnabled":false,"WhitelistConfigurationType":"None","Type":"ScriptBlocking"}],"isIabTcfEnabled":false}