{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/4K3jseVyeEnDIKCv7acp/S9ZGlUVvWx0eFrLQHTOa/Botpress_ok.js", "ssg:https://framer.com/m/Botpress-Button-bICV.js@QH4LrbW9lixyIm2vlSxn", "ssg:https://framerusercontent.com/modules/MOhZFGYj3GqUuS7oWCMw/SYfoiwtju3c1yBg1LwhC/Triggerchat.js"],
  "sourcesContent": ["// Importaciones necesarias\nimport{jsx as _jsx}from\"react/jsx-runtime\";// Override para abrir la ventana de Botpress\nexport function triggerBotpress(){return{onClick:()=>{if(window.botpressWebChat){// Esperar a que Botpress est\u00E9 listo antes de enviar el evento\nwindow.botpressWebChat.onLoad(()=>{if(typeof window.botpressWebChat.sendEvent===\"function\"){window.botpressWebChat.sendEvent({type:\"show\"});}else{console.error(\"El m\\xe9todo 'sendEvent' no est\\xe1 disponible en Botpress WebChat.\");}});}else{console.error(\"Botpress WebChat no est\\xe1 cargado.\");}}};}// Ejemplo de implementaci\u00F3n de otros overrides (opcional)\nexport function withHover(Component){return props=>{return /*#__PURE__*/_jsx(Component,{...props,whileHover:{scale:1.05}});};}export function withRotate(Component){return props=>{return /*#__PURE__*/_jsx(Component,{...props,animate:{rotate:90},transition:{duration:2}});};}// Asignar el override `triggerBotpress` al bot\u00F3n en Framer\n// Para ello, ve al editor de Framer, selecciona el bot\u00F3n deseado y elige `triggerBotpress` en el panel de Overrides.\n/*\nNota:\nAseg\u00FArate de que el script de Botpress est\u00E9 cargado en tu p\u00E1gina HTML.\nPor ejemplo:\n\n<script src=\"https://cdn.botpress.cloud/webchat/v2.1/inject.js\"></script>\n<script src=\"https://mediafiles.botpress.cloud/8bb22893-4136-4247-948f-611fc25476b8/webchat/v2.1/config.js\"></script>\n*/import{useContext as __legacyOverrideHOC_useContext}from\"react\";import{DataObserverContext as __legacyOverrideHOC_DataObserverContext}from\"framer\";export function withtriggerBotpress(C){return props=>{__legacyOverrideHOC_useContext(__legacyOverrideHOC_DataObserverContext);return _jsx(C,{...props,...triggerBotpress(props)});};}withtriggerBotpress.displayName=\"triggerBotpress\";\nexport const __FramerMetadata__ = {\"exports\":{\"triggerBotpress\":{\"type\":\"override\",\"name\":\"triggerBotpress\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withtriggerBotpress\":{\"type\":\"reactHoc\",\"name\":\"withtriggerBotpress\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withHover\":{\"type\":\"reactHoc\",\"name\":\"withHover\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withRotate\":{\"type\":\"reactHoc\",\"name\":\"withRotate\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Botpress_ok.map", "// Generated by Framer (6f76210)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{withtriggerBotpress}from\"https://framerusercontent.com/modules/4K3jseVyeEnDIKCv7acp/S9ZGlUVvWx0eFrLQHTOa/Botpress_ok.js\";const MotionDivWithtriggerBotpress=withtriggerBotpress(motion.div);const cycleOrder=[\"yT91_j9ty\",\"ya6an68Q0\",\"HULga3uzC\"];const serializationHash=\"framer-DhDup\";const variantClassNames={HULga3uzC:\"framer-v-1ub154u\",ya6an68Q0:\"framer-v-1b8n33b\",yT91_j9ty:\"framer-v-1u3l5vs\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Home:\"yT91_j9ty\",Phone:\"HULga3uzC\",Tablet:\"ya6an68Q0\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"yT91_j9ty\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"yT91_j9ty\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1u3l5vs\",className,classNames),\"data-framer-name\":\"Home\",layoutDependency:layoutDependency,layoutId:\"yT91_j9ty\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,...style},variants:{ya6an68Q0:{borderBottomLeftRadius:141,borderBottomRightRadius:141,borderTopLeftRadius:141,borderTopRightRadius:141}},...addPropertyOverrides({HULga3uzC:{\"data-framer-name\":\"Phone\"},ya6an68Q0:{\"data-framer-name\":\"Tablet\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1f4arvt\",layoutDependency:layoutDependency,layoutId:\"scs8fTX4m\",style:{backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},variants:{HULga3uzC:{backgroundColor:\"var(--token-9c8e01a7-1f5d-4074-a489-64da8a0adbcc, rgb(116, 33, 252))\"}},children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||333)-0-333)/2)+-1.1850533807829038),pixelHeight:1024,pixelWidth:1024,positionX:\"center\",positionY:\"top\",sizes:\"408px\",src:\"https://framerusercontent.com/images/ghKdN5KRFsLoglzHkIESTp6XiQ.jpg?lossless=1\",srcSet:\"https://framerusercontent.com/images/ghKdN5KRFsLoglzHkIESTp6XiQ.jpg?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/ghKdN5KRFsLoglzHkIESTp6XiQ.jpg?lossless=1 1024w\"},className:\"framer-1w044we\",layoutDependency:layoutDependency,layoutId:\"UfukYUdiA\",style:{borderBottomLeftRadius:10,borderTopLeftRadius:10,borderTopRightRadius:0},variants:{HULga3uzC:{borderBottomLeftRadius:0,borderTopRightRadius:10}},...addPropertyOverrides({HULga3uzC:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||802)-0-802)/2)+0+0),pixelHeight:1024,pixelWidth:1024,positionX:\"center\",positionY:\"top\",sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 1.0026)`,src:\"https://framerusercontent.com/images/ghKdN5KRFsLoglzHkIESTp6XiQ.jpg?lossless=1\",srcSet:\"https://framerusercontent.com/images/ghKdN5KRFsLoglzHkIESTp6XiQ.jpg?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/ghKdN5KRFsLoglzHkIESTp6XiQ.jpg?lossless=1 1024w\"}},ya6an68Q0:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||333)-0-333)/2)+-1.4999999999999716),pixelHeight:1024,pixelWidth:1024,positionX:\"center\",positionY:\"top\",sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.4207)`,src:\"https://framerusercontent.com/images/ghKdN5KRFsLoglzHkIESTp6XiQ.jpg?lossless=1\",srcSet:\"https://framerusercontent.com/images/ghKdN5KRFsLoglzHkIESTp6XiQ.jpg?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/ghKdN5KRFsLoglzHkIESTp6XiQ.jpg?lossless=1 1024w\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-a7jgt7\",layoutDependency:layoutDependency,layoutId:\"ir2BqPMkS\",style:{backgroundColor:\"var(--token-9c8e01a7-1f5d-4074-a489-64da8a0adbcc, rgb(116, 33, 252))\",borderBottomLeftRadius:0,borderBottomRightRadius:10,borderTopRightRadius:10},variants:{HULga3uzC:{borderBottomLeftRadius:10,borderTopRightRadius:0}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-15fbkvs\",layoutDependency:layoutDependency,layoutId:\"KEE3JF4zM\",style:{backgroundColor:\"rgba(0, 0, 0, 0)\"},variants:{ya6an68Q0:{backgroundColor:\"var(--token-9c8e01a7-1f5d-4074-a489-64da8a0adbcc, rgb(116, 33, 252))\"}},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.02em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2e161d37-9032-4591-a777-bf4f03aafdda, rgb(255, 255, 255)))\"},children:\"Habla con LucIA, nuestra Asistente con Inteligencia Artificial\"})}),className:\"framer-pbkkxz\",fonts:[\"Inter-Bold\"],layoutDependency:layoutDependency,layoutId:\"Tvbkf8b_i\",style:{\"--extracted-r6o4lv\":\"var(--token-2e161d37-9032-4591-a777-bf4f03aafdda, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({HULga3uzC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.02em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2e161d37-9032-4591-a777-bf4f03aafdda, rgb(255, 255, 255)))\"},children:\"Habla con LucIA, nuestra Asistente con Inteligencia Artificial\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(MotionDivWithtriggerBotpress,{className:\"framer-184i86n\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"BfI5FzUYx\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-9c8e01a7-1f5d-4074-a489-64da8a0adbcc, rgb(116, 33, 252))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-2e161d37-9032-4591-a777-bf4f03aafdda, rgb(255, 255, 255))\",borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30,boxShadow:\"6px 1px 2px 0px rgba(0,0,0,0.25)\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9c8e01a7-1f5d-4074-a489-64da8a0adbcc, rgb(116, 33, 252)))\"},children:\"\\xbfEn que puedo ayudarte?\"})}),className:\"framer-t22avq\",fonts:[\"Inter-Bold\"],layoutDependency:layoutDependency,layoutId:\"l0JIorBvs\",style:{\"--extracted-r6o4lv\":\"var(--token-9c8e01a7-1f5d-4074-a489-64da8a0adbcc, rgb(116, 33, 252))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({HULga3uzC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"26px\",\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9c8e01a7-1f5d-4074-a489-64da8a0adbcc, rgb(116, 33, 252)))\"},children:\"\\xbfEn que puedo ayudarte?\"})})}},baseVariant,gestureVariant)})})]})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-DhDup.framer-1mjdgu0, .framer-DhDup .framer-1mjdgu0 { display: block; }\",\".framer-DhDup.framer-1u3l5vs { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 333px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 931px; }\",\".framer-DhDup .framer-1f4arvt { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 333px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-DhDup .framer-1w044we { flex: none; height: 101%; overflow: visible; position: relative; width: 408px; }\",\".framer-DhDup .framer-a7jgt7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 544px; }\",\".framer-DhDup .framer-15fbkvs { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 63px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-DhDup .framer-pbkkxz { flex: none; height: 61px; position: relative; white-space: pre-wrap; width: 66%; word-break: break-word; word-wrap: break-word; }\",\".framer-DhDup .framer-184i86n { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 90px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-DhDup .framer-t22avq { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 290px; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-DhDup.framer-1u3l5vs, .framer-DhDup .framer-1f4arvt, .framer-DhDup .framer-a7jgt7, .framer-DhDup .framer-15fbkvs, .framer-DhDup .framer-184i86n { gap: 0px; } .framer-DhDup.framer-1u3l5vs > *, .framer-DhDup .framer-a7jgt7 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-DhDup.framer-1u3l5vs > :first-child, .framer-DhDup .framer-1f4arvt > :first-child, .framer-DhDup .framer-a7jgt7 > :first-child { margin-left: 0px; } .framer-DhDup.framer-1u3l5vs > :last-child, .framer-DhDup .framer-1f4arvt > :last-child, .framer-DhDup .framer-a7jgt7 > :last-child { margin-right: 0px; } .framer-DhDup .framer-1f4arvt > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-DhDup .framer-15fbkvs > * { margin: 0px; margin-bottom: calc(63px / 2); margin-top: calc(63px / 2); } .framer-DhDup .framer-15fbkvs > :first-child, .framer-DhDup .framer-184i86n > :first-child { margin-top: 0px; } .framer-DhDup .framer-15fbkvs > :last-child, .framer-DhDup .framer-184i86n > :last-child { margin-bottom: 0px; } .framer-DhDup .framer-184i86n > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\".framer-DhDup.framer-v-1b8n33b.framer-1u3l5vs { height: min-content; width: 665px; }\",\".framer-DhDup.framer-v-1b8n33b .framer-1f4arvt { width: 96%; }\",\".framer-DhDup.framer-v-1b8n33b .framer-1w044we { height: 101%; order: 0; width: 44%; }\",\".framer-DhDup.framer-v-1b8n33b .framer-a7jgt7 { gap: 44px; order: 1; width: 58%; }\",\".framer-DhDup.framer-v-1b8n33b .framer-15fbkvs { gap: 38px; width: 97%; }\",\".framer-DhDup.framer-v-1b8n33b .framer-pbkkxz { height: auto; }\",\".framer-DhDup.framer-v-1b8n33b .framer-184i86n { flex-direction: row; gap: 6px; height: min-content; }\",\".framer-DhDup.framer-v-1b8n33b .framer-t22avq { height: 83px; order: 0; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-DhDup.framer-v-1b8n33b .framer-a7jgt7, .framer-DhDup.framer-v-1b8n33b .framer-15fbkvs, .framer-DhDup.framer-v-1b8n33b .framer-184i86n { gap: 0px; } .framer-DhDup.framer-v-1b8n33b .framer-a7jgt7 > * { margin: 0px; margin-left: calc(44px / 2); margin-right: calc(44px / 2); } .framer-DhDup.framer-v-1b8n33b .framer-a7jgt7 > :first-child, .framer-DhDup.framer-v-1b8n33b .framer-184i86n > :first-child { margin-left: 0px; } .framer-DhDup.framer-v-1b8n33b .framer-a7jgt7 > :last-child, .framer-DhDup.framer-v-1b8n33b .framer-184i86n > :last-child { margin-right: 0px; } .framer-DhDup.framer-v-1b8n33b .framer-15fbkvs > * { margin: 0px; margin-bottom: calc(38px / 2); margin-top: calc(38px / 2); } .framer-DhDup.framer-v-1b8n33b .framer-15fbkvs > :first-child { margin-top: 0px; } .framer-DhDup.framer-v-1b8n33b .framer-15fbkvs > :last-child { margin-bottom: 0px; } .framer-DhDup.framer-v-1b8n33b .framer-184i86n > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } }\",\".framer-DhDup.framer-v-1ub154u.framer-1u3l5vs { height: min-content; width: 379px; }\",\".framer-DhDup.framer-v-1ub154u .framer-1f4arvt { flex-direction: column; height: 802px; order: 0; padding: 0px 0px 47px 0px; width: 100%; }\",\".framer-DhDup.framer-v-1ub154u .framer-1w044we { height: 401px; order: 0; width: 100%; }\",\".framer-DhDup.framer-v-1ub154u .framer-a7jgt7 { gap: 44px; height: 401px; order: 1; width: 100%; }\",\".framer-DhDup.framer-v-1ub154u .framer-15fbkvs { gap: 29px; height: 72%; order: 0; width: 96%; }\",\".framer-DhDup.framer-v-1ub154u .framer-pbkkxz { height: auto; order: 0; width: 77%; }\",\".framer-DhDup.framer-v-1ub154u .framer-184i86n { flex-direction: row; height: min-content; order: 1; padding: 13px; width: 91%; }\",\".framer-DhDup.framer-v-1ub154u .framer-t22avq { width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-DhDup.framer-v-1ub154u .framer-1f4arvt, .framer-DhDup.framer-v-1ub154u .framer-a7jgt7, .framer-DhDup.framer-v-1ub154u .framer-15fbkvs, .framer-DhDup.framer-v-1ub154u .framer-184i86n { gap: 0px; } .framer-DhDup.framer-v-1ub154u .framer-1f4arvt > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-DhDup.framer-v-1ub154u .framer-1f4arvt > :first-child, .framer-DhDup.framer-v-1ub154u .framer-15fbkvs > :first-child { margin-top: 0px; } .framer-DhDup.framer-v-1ub154u .framer-1f4arvt > :last-child, .framer-DhDup.framer-v-1ub154u .framer-15fbkvs > :last-child { margin-bottom: 0px; } .framer-DhDup.framer-v-1ub154u .framer-a7jgt7 > * { margin: 0px; margin-left: calc(44px / 2); margin-right: calc(44px / 2); } .framer-DhDup.framer-v-1ub154u .framer-a7jgt7 > :first-child, .framer-DhDup.framer-v-1ub154u .framer-184i86n > :first-child { margin-left: 0px; } .framer-DhDup.framer-v-1ub154u .framer-a7jgt7 > :last-child, .framer-DhDup.framer-v-1ub154u .framer-184i86n > :last-child { margin-right: 0px; } .framer-DhDup.framer-v-1ub154u .framer-15fbkvs > * { margin: 0px; margin-bottom: calc(29px / 2); margin-top: calc(29px / 2); } .framer-DhDup.framer-v-1ub154u .framer-184i86n > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",'.framer-DhDup[data-border=\"true\"]::after, .framer-DhDup [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 333\n * @framerIntrinsicWidth 931\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"ya6an68Q0\":{\"layout\":[\"fixed\",\"auto\"]},\"HULga3uzC\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerNhGdLK_E9=withCSS(Component,css,\"framer-DhDup\");export default FramerNhGdLK_E9;FramerNhGdLK_E9.displayName=\"Botpress Button\";FramerNhGdLK_E9.defaultProps={height:333,width:931};addPropertyControls(FramerNhGdLK_E9,{variant:{options:[\"yT91_j9ty\",\"ya6an68Q0\",\"HULga3uzC\"],optionTitles:[\"Home\",\"Tablet\",\"Phone\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerNhGdLK_E9,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerNhGdLK_E9\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"931\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"333\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ya6an68Q0\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"HULga3uzC\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./NhGdLK_E9.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";import ButtonChat from\"https://framer.com/m/Botpress-Button-bICV.js@QH4LrbW9lixyIm2vlSxn\";export default function Chat(props){const handleClick=()=>{var _window_$chatwoot;if(!window.$chatwoot&&!document.getElementById(\"chatwoot-sdk\")){const script=document.createElement(\"script\");script.id=\"chatwoot-sdk\";script.src=\"https://potenzzia-chat.com/packs/js/sdk.js\";script.defer=true;script.async=true;script.onload=()=>{if(window.chatwootSDK){window.chatwootSDK.run({websiteToken:\"qKU38MquzybBLPFXUevLJWy4\",baseUrl:\"https://potenzzia-chat.com\"});}// Intentar abrir el chat despu\u00E9s de inicializar\nsetTimeout(()=>{var _window_$chatwoot;if((_window_$chatwoot=window.$chatwoot)===null||_window_$chatwoot===void 0?void 0:_window_$chatwoot.toggle){window.$chatwoot.toggle();}},1e3);};document.body.appendChild(script);}else if((_window_$chatwoot=window.$chatwoot)===null||_window_$chatwoot===void 0?void 0:_window_$chatwoot.toggle){window.$chatwoot.toggle();}};return /*#__PURE__*/_jsx(\"div\",{onClick:handleClick,role:\"button\",tabIndex:0,\"aria-label\":\"Open chat: \"+props.text,children:/*#__PURE__*/_jsx(ButtonChat,{variant:props.variant})});}Chat.defaultProps={variant:\"Desktop\"};addPropertyControls(Chat,{variant:{title:\"Variant\",type:ControlType.Enum,defaultValue:\"Desktop\",displaySegmentedControl:true,segmentedControlDirection:\"vertical\",options:[\"Desktop\",\"Tablet\",\"Phone\"],optionTitles:[\"Desktop\",\"Tablet\",\"Phone\"]}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Chat\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Triggerchat.map"],
  "mappings": "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",
  "names": ["triggerBotpress", "window", "withtriggerBotpress", "C", "props", "re", "DataObserverContext", "p", "triggerBotpress", "MotionDivWithtriggerBotpress", "withtriggerBotpress", "motion", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "u", "Image2", "getLoadingLazyAtYPosition", "RichText2", "css", "FramerNhGdLK_E9", "withCSS", "Botpress_Button_bICV_default", "addPropertyControls", "ControlType", "addFonts", "Chat", "props", "p", "_window_$chatwoot", "window", "script", "Botpress_Button_bICV_default", "addPropertyControls", "ControlType"]
}
