{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/sUd6KDYe6rnLvM3UXqof/lKXnjLvrZNuZiySfYlX0/UNwDixsnm.js"],
  "sourcesContent": ["// Generated by Framer (92f3d02)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,Image,LazyValue,PropertyOverrides,RichText,useCustomCursors,useHydratedBreakpointVariants,useLocaleInfo,useRouteElementId,withCSS,withFX,withVariantAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import FooterDark from\"#framer/local/canvasComponent/EyGnMbSBi/EyGnMbSBi.js\";import Whatsapp from\"#framer/local/canvasComponent/fB9CFp4wb/fB9CFp4wb.js\";import Header from\"#framer/local/canvasComponent/kcR9_X4Ya/kcR9_X4Ya.js\";import ElementsButtonCopy from\"#framer/local/canvasComponent/NoJyzf0Ao/NoJyzf0Ao.js\";import CardLetSTalk from\"#framer/local/canvasComponent/uJF_MRoAZ/uJF_MRoAZ.js\";import*as sharedStyle from\"#framer/local/css/G7ptYtIle/G7ptYtIle.js\";import*as sharedStyle1 from\"#framer/local/css/hB5MPFx5C/hB5MPFx5C.js\";import*as sharedStyle5 from\"#framer/local/css/nIPu1_E6X/nIPu1_E6X.js\";import*as sharedStyle3 from\"#framer/local/css/Oedt4AdKx/Oedt4AdKx.js\";import*as sharedStyle4 from\"#framer/local/css/PH_VmiKck/PH_VmiKck.js\";import*as sharedStyle2 from\"#framer/local/css/qVzwDNpE2/qVzwDNpE2.js\";import metadataProvider from\"#framer/local/webPageMetadata/UNwDixsnm/UNwDixsnm.js\";const HeaderFonts=getFonts(Header);const HeaderWithVariantAppearEffect=withVariantAppearEffect(Header);const WhatsappFonts=getFonts(Whatsapp);const MotionDivWithFX=withFX(motion.div);const ElementsButtonCopyFonts=getFonts(ElementsButtonCopy);const CardLetSTalkFonts=getFonts(CardLetSTalk);const FooterDarkFonts=getFonts(FooterDark);const cycleOrder=[\"cZP3bHVkX\",\"gUIEy3I19\",\"U9V75ZyYO\"];const breakpoints={cZP3bHVkX:\"(min-width: 1200px)\",gUIEy3I19:\"(min-width: 810px) and (max-width: 1199px)\",U9V75ZyYO:\"(max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-O7I8b\";const variantClassNames={cZP3bHVkX:\"framer-v-1y2dy4e\",gUIEy3I19:\"framer-v-1cxtavv\",U9V75ZyYO:\"framer-v-1tgcydu\"};const valuesByLocaleId={pG_MwjbN4:new LazyValue(()=>import(\"./UNwDixsnm-0.js\"))};const preloadLocalizedValues=locale=>{const promises=[];while(locale){const values=valuesByLocaleId[locale.id];if(values){const promise=values.preload();if(promise){promises.push(promise);}}locale=locale.fallback;}if(promises.length>0){return Promise.all(promises);}};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values.read()[key];if(value){return value;}}locale=locale.fallback;}};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:100};const transition1={damping:50,delay:0,mass:1,stiffness:200,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:100};const metadata=metadataProvider();const humanReadableVariantMap={\"Desktop 2\":\"cZP3bHVkX\",Phone:\"U9V75ZyYO\",Tablet:\"gUIEy3I19\"};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:\"cZP3bHVkX\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);if(metadata1.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata1.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata1.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);document.title=metadata1.title||\"\";if(metadata1.viewport){var _document_querySelector;(_document_querySelector=document.querySelector('meta[name=\"viewport\"]'))===null||_document_querySelector===void 0?void 0:_document_querySelector.setAttribute(\"content\",metadata1.viewport);}const bodyCls=metadata1.bodyClassName;if(bodyCls){const body=document.body;body.classList.forEach(c=>c.startsWith(\"framer-body-\")&&body.classList.remove(c));body.classList.add(`${metadata1.bodyClassName}-framer-O7I8b`);}return()=>{if(bodyCls)document.body.classList.remove(`${metadata1.bodyClassName}-framer-O7I8b`);};},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const preloadPromise=preloadLocalizedValues(activeLocale);if(preloadPromise)throw preloadPromise;const ref1=React.useRef(null);const id=useRouteElementId(\"nPz32yLcY\");const ref2=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"U9V75ZyYO\")return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className];useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"cZP3bHVkX\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1y2dy4e\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-127088y-container\",layoutScroll:true,transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gUIEy3I19:{__framer__variantAppearEffectEnabled:undefined,variant:\"KM9x3tjY7\"},U9V75ZyYO:{__framer__variantAppearEffectEnabled:undefined,variant:\"JYKyAP5ER\"}},children:/*#__PURE__*/_jsx(HeaderWithVariantAppearEffect,{__framer__animateOnce:false,__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"dsnE33NWi\",layoutId:\"dsnE33NWi\",style:{width:\"100%\"},variant:\"qD_B8sO3S\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"48px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-xluq4q-container\",layoutScroll:true,children:/*#__PURE__*/_jsx(Whatsapp,{height:\"100%\",id:\"CzfQSjCLM\",layoutId:\"CzfQSjCLM\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18ewpdc\",\"data-framer-name\":\"Feature 2\",id:id,name:\"Feature 2\",ref:ref2,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-12gf5w7\",\"data-framer-name\":\"Title\",name:\"Title\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref2,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1jhozi5\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-rmj5cj\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1pgb6wy\",\"data-styles-preset\":\"G7ptYtIle\",style:{\"--framer-text-color\":\"var(--token-a1f48761-c7aa-443a-8236-85f1be8a3dae, rgb(242, 86, 58))\"},children:\"Soluciones Efectivas en Controversias\"})}),className:\"framer-8t5eaq\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref2,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1yx47s1\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1bzgbnv\",\"data-styles-preset\":\"hB5MPFx5C\",style:{\"--framer-text-color\":\"var(--token-22e34c00-f547-475f-b85c-d728de6742b6, rgb(28, 28, 28))\"},children:\"Conciliaci\\xf3n para resoluci\\xf3n de disputas\"})}),className:\"framer-1ct4udn\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2pukvc\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-9f60vz\",children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-fur6rq\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(\"div\",{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3948,intrinsicWidth:5272},className:\"framer-1y4im5u\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gUIEy3I19:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2832,intrinsicWidth:4240,pixelHeight:1500,pixelWidth:1500,sizes:\"max(max((100vw - 96px) / 3, 200px), 1px)\",src:\"https://framerusercontent.com/images/q5STKzu2WXPzwxe0IHrRD3R74A.jpeg\",srcSet:\"https://framerusercontent.com/images/q5STKzu2WXPzwxe0IHrRD3R74A.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/q5STKzu2WXPzwxe0IHrRD3R74A.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/q5STKzu2WXPzwxe0IHrRD3R74A.jpeg 1500w\"}},U9V75ZyYO:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2832,intrinsicWidth:4240,pixelHeight:1500,pixelWidth:1500,sizes:\"max(max(100vw - 40px, 200px), 1px)\",src:\"https://framerusercontent.com/images/q5STKzu2WXPzwxe0IHrRD3R74A.jpeg\",srcSet:\"https://framerusercontent.com/images/q5STKzu2WXPzwxe0IHrRD3R74A.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/q5STKzu2WXPzwxe0IHrRD3R74A.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/q5STKzu2WXPzwxe0IHrRD3R74A.jpeg 1500w\"}}},children:/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2832,intrinsicWidth:4240,pixelHeight:1500,pixelWidth:1500,sizes:\"max(max((100vw - 192px) / 3, 200px), 1px)\",src:\"https://framerusercontent.com/images/q5STKzu2WXPzwxe0IHrRD3R74A.jpeg\",srcSet:\"https://framerusercontent.com/images/q5STKzu2WXPzwxe0IHrRD3R74A.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/q5STKzu2WXPzwxe0IHrRD3R74A.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/q5STKzu2WXPzwxe0IHrRD3R74A.jpeg 1500w\"},className:\"framer-ijs9ov\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ps6p37\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{U9V75ZyYO:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7U2NoaWJzdGVkIEdyb3Rlc2stcmVndWxhcg==\",\"--framer-font-family\":'\"Schibsted Grotesk\", \"Schibsted Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"IBSC   \"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7U2NoaWJzdGVkIEdyb3Rlc2stcmVndWxhcg==\",\"--framer-font-family\":'\"Schibsted Grotesk\", \"Schibsted Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"IBSC   \"})}),className:\"framer-awy0xd\",fonts:[\"GF;Schibsted Grotesk-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-8tk8n7\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{U9V75ZyYO:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7U2NoaWJzdGVkIEdyb3Rlc2stcmVndWxhcg==\",\"--framer-font-family\":'\"Schibsted Grotesk\", \"Schibsted Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"   Conciliaci\\xf3n\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7U2NoaWJzdGVkIEdyb3Rlc2stcmVndWxhcg==\",\"--framer-font-family\":'\"Schibsted Grotesk\", \"Schibsted Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"   Conciliaci\\xf3n\"})}),className:\"framer-ujc2jy\",fonts:[\"GF;Schibsted Grotesk-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1p1px6y\"})]})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-2vh6jv\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gUIEy3I19:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3456,intrinsicWidth:5184,pixelHeight:1130,pixelWidth:1500,sizes:\"calc(max((100vw - 96px) / 3, 200px) * 2 + 16px)\",src:\"https://framerusercontent.com/images/0cEPRsBkDLZNgiFoBjNmspVfc.jpeg\",srcSet:\"https://framerusercontent.com/images/0cEPRsBkDLZNgiFoBjNmspVfc.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/0cEPRsBkDLZNgiFoBjNmspVfc.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/0cEPRsBkDLZNgiFoBjNmspVfc.jpeg 1500w\"}},U9V75ZyYO:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3456,intrinsicWidth:5184,pixelHeight:1130,pixelWidth:1500,sizes:\"max(100vw - 40px, 200px)\",src:\"https://framerusercontent.com/images/0cEPRsBkDLZNgiFoBjNmspVfc.jpeg\",srcSet:\"https://framerusercontent.com/images/0cEPRsBkDLZNgiFoBjNmspVfc.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/0cEPRsBkDLZNgiFoBjNmspVfc.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/0cEPRsBkDLZNgiFoBjNmspVfc.jpeg 1500w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3456,intrinsicWidth:5184,pixelHeight:1130,pixelWidth:1500,sizes:\"calc(max((100vw - 192px) / 3, 200px) * 2 + 16px)\",src:\"https://framerusercontent.com/images/0cEPRsBkDLZNgiFoBjNmspVfc.jpeg\",srcSet:\"https://framerusercontent.com/images/0cEPRsBkDLZNgiFoBjNmspVfc.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/0cEPRsBkDLZNgiFoBjNmspVfc.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/0cEPRsBkDLZNgiFoBjNmspVfc.jpeg 1500w\"},className:\"framer-gcurhm\"})})})]})}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-f427k8\",\"data-framer-name\":\"Title\",name:\"Title\",style:{transformPerspective:1200},children:[isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-dqgosm hidden-1tgcydu\"}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-6eb2cs\",\"data-framer-name\":\"Elements/ Showmore infor\",name:\"Elements/ Showmore infor\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-pkc4pa\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-10fkr7y\",\"data-styles-preset\":\"qVzwDNpE2\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-22e34c00-f547-475f-b85c-d728de6742b6, rgb(28, 28, 28))\"},children:\"\\xbfPor qu\\xe9 elegir nuestra asesor\\xeda en conciliaci\\xf3n para resoluci\\xf3n de disputas?\"})}),className:\"framer-1py5ixm\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-zkqcg\",\"data-styles-preset\":\"Oedt4AdKx\",style:{\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"var(--token-b40ce529-b040-47b4-926b-6369bc7cff1d, rgb(105, 106, 109))\"},children:\"Proporcionamos servicios de conciliaci\\xf3n para resolver disputas de manera r\\xe1pida y efectiva. Un conciliador neutral interviene para ayudar a las partes a negociar un acuerdo. Este proceso, menos formal que el arbitraje y el litigio, permite a las partes mantener el control sobre el resultado. Nuestro objetivo es alcanzar una soluci\\xf3n aceptable para todos, minimizando el impacto negativo en las relaciones comerciales y personales.\"})}),className:\"framer-f5tb81\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-m9v1kd\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1a4m9or\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1w1ke8n\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-zkqcg\",\"data-styles-preset\":\"Oedt4AdKx\",style:{\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"var(--token-b40ce529-b040-47b4-926b-6369bc7cff1d, rgb(105, 106, 109))\"},children:\"Proceso r\\xe1pido y efectivo\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ejcw6o\",\"data-styles-preset\":\"PH_VmiKck\",style:{\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"var(--token-b40ce529-b040-47b4-926b-6369bc7cff1d, rgb(105, 106, 109))\"},children:\"La conciliaci\\xf3n permite resolver disputas de manera r\\xe1pida y efectiva, reduciendo el tiempo y los costos asociados con el litigio.\"})]}),className:\"framer-1etngy0\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1kcf51s\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-13wl79d\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-zkqcg\",\"data-styles-preset\":\"Oedt4AdKx\",style:{\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"var(--token-b40ce529-b040-47b4-926b-6369bc7cff1d, rgb(105, 106, 109))\"},children:\"Control del resultado\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ejcw6o\",\"data-styles-preset\":\"PH_VmiKck\",style:{\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"var(--token-b40ce529-b040-47b4-926b-6369bc7cff1d, rgb(105, 106, 109))\"},children:\"Las partes mantienen el control sobre el resultado, negociando un acuerdo con la ayuda de un conciliador neutral.\"})]}),className:\"framer-18f44gg\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-w21s27\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1e3ikvl\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-zkqcg\",\"data-styles-preset\":\"Oedt4AdKx\",style:{\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"var(--token-b40ce529-b040-47b4-926b-6369bc7cff1d, rgb(105, 106, 109))\"},children:\"Soluciones aceptables para todos\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ejcw6o\",\"data-styles-preset\":\"PH_VmiKck\",style:{\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"var(--token-b40ce529-b040-47b4-926b-6369bc7cff1d, rgb(105, 106, 109))\"},children:\"Nuestro objetivo es lograr soluciones que sean aceptables para todas las partes, promoviendo relaciones comerciales y personales.\"})]}),className:\"framer-1aw4lvs\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-sjlhl4\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{U9V75ZyYO:{width:\"330px\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"360px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-10y1g4x-container\",children:/*#__PURE__*/_jsx(ElementsButtonCopy,{FmJQ14t3U:\"Cont\\xe1ctanos\",height:\"100%\",id:\"wfPveIjDO\",layoutId:\"wfPveIjDO\",style:{height:\"100%\",width:\"100%\"},variant:\"HQuK2qt2_\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1hxewsu\",\"data-framer-name\":\"CTA\",name:\"CTA\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1946no6\",\"data-framer-name\":\"Title\",name:\"Title\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-2d81hn\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gUIEy3I19:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-taafpy\",\"data-styles-preset\":\"nIPu1_E6X\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-825dae40-55d4-4fdb-a9a6-4c865968e205, rgb(255, 255, 255))\"},children:\"Transforma tu futuro legal y financiero\"})})},U9V75ZyYO:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-taafpy\",\"data-styles-preset\":\"nIPu1_E6X\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-825dae40-55d4-4fdb-a9a6-4c865968e205, rgb(255, 255, 255))\"},children:\"Transforma tu futuro legal y financiero\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{className:\"framer-styles-preset-taafpy\",\"data-styles-preset\":\"nIPu1_E6X\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-825dae40-55d4-4fdb-a9a6-4c865968e205, rgb(255, 255, 255))\"},children:[\"Transforma tu futuro \",/*#__PURE__*/_jsx(\"br\",{}),\"legal y financiero\"]})}),className:\"framer-1k594w3\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-300}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-1v8duq\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"320px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-x02irv-container\",children:/*#__PURE__*/_jsx(CardLetSTalk,{height:\"100%\",id:\"Prsnix2dR\",layoutId:\"Prsnix2dR\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1pg1hy2-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gUIEy3I19:{variant:\"idcTXqQUo\"},U9V75ZyYO:{variant:\"gB2cccurt\"}},children:/*#__PURE__*/_jsx(FooterDark,{height:\"100%\",id:\"WmFSb1oz4\",layoutId:\"WmFSb1oz4\",style:{width:\"100%\"},variant:\"qMw2yuijj\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:cx(serializationHash,...sharedStyleClassNames),id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName}-framer-O7I8b { background: var(--token-825dae40-55d4-4fdb-a9a6-4c865968e205, rgb(18, 19, 21)); }`,\".framer-O7I8b.framer-2a6bp2, .framer-O7I8b .framer-2a6bp2 { display: block; }\",\".framer-O7I8b.framer-1y2dy4e { align-content: center; align-items: center; background-color: var(--token-825dae40-55d4-4fdb-a9a6-4c865968e205, #121315); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-O7I8b .framer-127088y-container { flex: none; height: auto; left: 50%; position: fixed; top: 0px; transform: translateX(-50%); width: 100%; z-index: 10; }\",\".framer-O7I8b .framer-xluq4q-container { bottom: 28px; flex: none; height: 48px; position: fixed; right: 28px; width: 48px; z-index: 10; }\",\".framer-O7I8b .framer-18ewpdc { align-content: flex-start; align-items: flex-start; background-color: var(--token-825dae40-55d4-4fdb-a9a6-4c865968e205, #121315); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 120px; height: min-content; justify-content: center; overflow: hidden; padding: 200px 80px 200px 80px; position: relative; width: 100%; }\",\".framer-O7I8b .framer-12gf5w7 { display: grid; flex: none; gap: 16px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(3, minmax(200px, 1fr)); grid-template-rows: repeat(1, minmax(0, 1fr)); height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-O7I8b .framer-1jhozi5 { align-content: center; align-items: center; align-self: start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; justify-self: start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-O7I8b .framer-rmj5cj { aspect-ratio: 1 / 1; background-color: var(--token-a1f48761-c7aa-443a-8236-85f1be8a3dae, #453fe9); flex: none; height: var(--framer-aspect-ratio-supported, 14px); overflow: hidden; position: relative; width: 14px; }\",\".framer-O7I8b .framer-8t5eaq { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: 1 0 0px; height: auto; max-width: 100%; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-O7I8b .framer-1yx47s1 { align-content: flex-start; align-items: flex-start; align-self: start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; grid-column: auto / span 2; height: min-content; justify-content: flex-start; justify-self: start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-O7I8b .framer-1ct4udn { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 750px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-O7I8b .framer-2pukvc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 56px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-O7I8b .framer-9f60vz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-O7I8b .framer-fur6rq, .framer-O7I8b .framer-f427k8 { display: grid; flex: none; gap: 16px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(3, minmax(200px, 1fr)); grid-template-rows: repeat(1, minmax(0, 1fr)); height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-O7I8b .framer-1y4im5u { align-content: center; align-items: center; align-self: start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; justify-self: start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-O7I8b .framer-ijs9ov { aspect-ratio: 1 / 1; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 336px); overflow: hidden; position: relative; width: 1px; }\",\".framer-O7I8b .framer-1ps6p37 { align-content: center; align-items: center; bottom: 0px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; left: 0px; overflow: hidden; padding: 0px 16px 12px 16px; position: absolute; width: 100%; z-index: 2; }\",\".framer-O7I8b .framer-awy0xd, .framer-O7I8b .framer-ujc2jy { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-O7I8b .framer-8tk8n7 { background-color: var(--token-825dae40-55d4-4fdb-a9a6-4c865968e205, #ffffff); flex: 1 0 0px; height: 1px; overflow: hidden; position: relative; width: 1px; }\",'.framer-O7I8b .framer-1p1px6y { background: linear-gradient(180deg, rgba(255, 255, 255, 0) 74.63597009051543%, var(--token-22e34c00-f547-475f-b85c-d728de6742b6, rgb(28, 28, 28)) /* {\"name\":\"Neutral/900\"} */ 100%); flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 100%; }',\".framer-O7I8b .framer-2vh6jv { align-content: flex-start; align-items: flex-start; align-self: start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; grid-column: auto / span 2; height: 100%; justify-content: flex-start; justify-self: start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-O7I8b .framer-gcurhm { flex: 1 0 0px; height: 1px; overflow: hidden; position: relative; width: 100%; }\",\".framer-O7I8b .framer-dqgosm { align-content: center; align-items: center; align-self: start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; justify-self: start; min-height: 14px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-O7I8b .framer-6eb2cs { align-content: flex-start; align-items: flex-start; align-self: start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; grid-column: auto / span 2; height: 100%; justify-content: center; justify-self: start; max-width: 1040px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-O7I8b .framer-pkc4pa { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-O7I8b .framer-1py5ixm, .framer-O7I8b .framer-f5tb81 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-O7I8b .framer-m9v1kd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-O7I8b .framer-1a4m9or, .framer-O7I8b .framer-1kcf51s, .framer-O7I8b .framer-w21s27 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-O7I8b .framer-1w1ke8n, .framer-O7I8b .framer-13wl79d, .framer-O7I8b .framer-1e3ikvl { align-self: stretch; background-color: var(--token-a1f48761-c7aa-443a-8236-85f1be8a3dae, #f2563a); flex: none; height: auto; overflow: hidden; position: relative; width: 4px; }\",\".framer-O7I8b .framer-1etngy0, .framer-O7I8b .framer-18f44gg, .framer-O7I8b .framer-1aw4lvs { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-O7I8b .framer-sjlhl4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-O7I8b .framer-10y1g4x-container { flex: none; height: 96px; position: relative; width: 360px; }\",\".framer-O7I8b .framer-1hxewsu { align-content: center; align-items: center; background-color: var(--token-22e34c00-f547-475f-b85c-d728de6742b6, #1c1c1c); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; overflow: hidden; padding: 200px 80px 200px 80px; position: relative; width: 100%; }\",\".framer-O7I8b .framer-1946no6 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-O7I8b .framer-2d81hn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-O7I8b .framer-1k594w3 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 1200px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-O7I8b .framer-1v8duq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; z-index: 2; }\",\".framer-O7I8b .framer-x02irv-container { flex: none; height: 320px; position: relative; width: 320px; }\",\".framer-O7I8b .framer-1pg1hy2-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-O7I8b.framer-1y2dy4e, .framer-O7I8b .framer-18ewpdc, .framer-O7I8b .framer-1jhozi5, .framer-O7I8b .framer-1yx47s1, .framer-O7I8b .framer-2pukvc, .framer-O7I8b .framer-9f60vz, .framer-O7I8b .framer-1y4im5u, .framer-O7I8b .framer-2vh6jv, .framer-O7I8b .framer-dqgosm, .framer-O7I8b .framer-6eb2cs, .framer-O7I8b .framer-pkc4pa, .framer-O7I8b .framer-m9v1kd, .framer-O7I8b .framer-1a4m9or, .framer-O7I8b .framer-1kcf51s, .framer-O7I8b .framer-w21s27, .framer-O7I8b .framer-sjlhl4, .framer-O7I8b .framer-1hxewsu, .framer-O7I8b .framer-1946no6, .framer-O7I8b .framer-2d81hn, .framer-O7I8b .framer-1v8duq { gap: 0px; } .framer-O7I8b.framer-1y2dy4e > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-O7I8b.framer-1y2dy4e > :first-child, .framer-O7I8b .framer-18ewpdc > :first-child, .framer-O7I8b .framer-1yx47s1 > :first-child, .framer-O7I8b .framer-2pukvc > :first-child, .framer-O7I8b .framer-9f60vz > :first-child, .framer-O7I8b .framer-2vh6jv > :first-child, .framer-O7I8b .framer-6eb2cs > :first-child, .framer-O7I8b .framer-pkc4pa > :first-child, .framer-O7I8b .framer-m9v1kd > :first-child, .framer-O7I8b .framer-1hxewsu > :first-child, .framer-O7I8b .framer-1946no6 > :first-child, .framer-O7I8b .framer-2d81hn > :first-child { margin-top: 0px; } .framer-O7I8b.framer-1y2dy4e > :last-child, .framer-O7I8b .framer-18ewpdc > :last-child, .framer-O7I8b .framer-1yx47s1 > :last-child, .framer-O7I8b .framer-2pukvc > :last-child, .framer-O7I8b .framer-9f60vz > :last-child, .framer-O7I8b .framer-2vh6jv > :last-child, .framer-O7I8b .framer-6eb2cs > :last-child, .framer-O7I8b .framer-pkc4pa > :last-child, .framer-O7I8b .framer-m9v1kd > :last-child, .framer-O7I8b .framer-1hxewsu > :last-child, .framer-O7I8b .framer-1946no6 > :last-child, .framer-O7I8b .framer-2d81hn > :last-child { margin-bottom: 0px; } .framer-O7I8b .framer-18ewpdc > * { margin: 0px; margin-bottom: calc(120px / 2); margin-top: calc(120px / 2); } .framer-O7I8b .framer-1jhozi5 > *, .framer-O7I8b .framer-1y4im5u > *, .framer-O7I8b .framer-dqgosm > *, .framer-O7I8b .framer-sjlhl4 > *, .framer-O7I8b .framer-1v8duq > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-O7I8b .framer-1jhozi5 > :first-child, .framer-O7I8b .framer-1y4im5u > :first-child, .framer-O7I8b .framer-dqgosm > :first-child, .framer-O7I8b .framer-1a4m9or > :first-child, .framer-O7I8b .framer-1kcf51s > :first-child, .framer-O7I8b .framer-w21s27 > :first-child, .framer-O7I8b .framer-sjlhl4 > :first-child, .framer-O7I8b .framer-1v8duq > :first-child { margin-left: 0px; } .framer-O7I8b .framer-1jhozi5 > :last-child, .framer-O7I8b .framer-1y4im5u > :last-child, .framer-O7I8b .framer-dqgosm > :last-child, .framer-O7I8b .framer-1a4m9or > :last-child, .framer-O7I8b .framer-1kcf51s > :last-child, .framer-O7I8b .framer-w21s27 > :last-child, .framer-O7I8b .framer-sjlhl4 > :last-child, .framer-O7I8b .framer-1v8duq > :last-child { margin-right: 0px; } .framer-O7I8b .framer-1yx47s1 > *, .framer-O7I8b .framer-9f60vz > *, .framer-O7I8b .framer-2vh6jv > *, .framer-O7I8b .framer-2d81hn > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-O7I8b .framer-2pukvc > * { margin: 0px; margin-bottom: calc(56px / 2); margin-top: calc(56px / 2); } .framer-O7I8b .framer-6eb2cs > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-O7I8b .framer-pkc4pa > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-O7I8b .framer-m9v1kd > *, .framer-O7I8b .framer-1946no6 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-O7I8b .framer-1a4m9or > *, .framer-O7I8b .framer-1kcf51s > *, .framer-O7I8b .framer-w21s27 > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-O7I8b .framer-1hxewsu > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } }\",\"@media (min-width: 1200px) { .framer-O7I8b .hidden-1y2dy4e { display: none !important; } }\",`@media (min-width: 810px) and (max-width: 1199px) { .framer-O7I8b .hidden-1cxtavv { display: none !important; } .${metadata.bodyClassName}-framer-O7I8b { background: var(--token-825dae40-55d4-4fdb-a9a6-4c865968e205, rgb(18, 19, 21)); } .framer-O7I8b.framer-1y2dy4e { width: 810px; } .framer-O7I8b .framer-18ewpdc { gap: 80px; padding: 120px 32px 120px 32px; } .framer-O7I8b .framer-ijs9ov { height: var(--framer-aspect-ratio-supported, 238px); } .framer-O7I8b .framer-1hxewsu { padding: 120px 32px 120px 32px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-O7I8b .framer-18ewpdc { gap: 0px; } .framer-O7I8b .framer-18ewpdc > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-O7I8b .framer-18ewpdc > :first-child { margin-top: 0px; } .framer-O7I8b .framer-18ewpdc > :last-child { margin-bottom: 0px; } }}`,`@media (max-width: 809px) { .framer-O7I8b .hidden-1tgcydu { display: none !important; } .${metadata.bodyClassName}-framer-O7I8b { background: var(--token-825dae40-55d4-4fdb-a9a6-4c865968e205, rgb(18, 19, 21)); } .framer-O7I8b.framer-1y2dy4e { width: 390px; } .framer-O7I8b .framer-18ewpdc { gap: 80px; padding: 120px 20px 120px 20px; } .framer-O7I8b .framer-12gf5w7 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 80px; justify-content: flex-start; } .framer-O7I8b .framer-1jhozi5, .framer-O7I8b .framer-1yx47s1 { align-self: unset; } .framer-O7I8b .framer-fur6rq, .framer-O7I8b .framer-f427k8 { grid-template-columns: repeat(1, minmax(200px, 1fr)); } .framer-O7I8b .framer-ijs9ov { height: var(--framer-aspect-ratio-supported, 200px); } .framer-O7I8b .framer-2vh6jv, .framer-O7I8b .framer-6eb2cs { grid-column: auto / span 1; } .framer-O7I8b .framer-10y1g4x-container { width: 330px; } .framer-O7I8b .framer-1hxewsu { padding: 128px 20px 200px 20px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-O7I8b .framer-18ewpdc, .framer-O7I8b .framer-12gf5w7 { gap: 0px; } .framer-O7I8b .framer-18ewpdc > *, .framer-O7I8b .framer-12gf5w7 > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-O7I8b .framer-18ewpdc > :first-child, .framer-O7I8b .framer-12gf5w7 > :first-child { margin-top: 0px; } .framer-O7I8b .framer-18ewpdc > :last-child, .framer-O7I8b .framer-12gf5w7 > :last-child { margin-bottom: 0px; } }}`,...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 3432\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"gUIEy3I19\":{\"layout\":[\"fixed\",\"auto\"]},\"U9V75ZyYO\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FramerUNwDixsnm=withCSS(Component,css,\"framer-O7I8b\");export default FramerUNwDixsnm;FramerUNwDixsnm.displayName=\"Litigios Controversias / Controversias 2\";FramerUNwDixsnm.defaultProps={height:3432,width:1200};addFonts(FramerUNwDixsnm,[{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/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{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/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{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/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{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/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{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/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Schibsted Grotesk\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/schibstedgrotesk/v3/JqzK5SSPQuCQF3t8uOwiUL-taUTtarVKQ9vZ6pJJWlMNIsEASsJuXFGVOQ.woff2\",weight:\"400\"}]},...HeaderFonts,...WhatsappFonts,...ElementsButtonCopyFonts,...CardLetSTalkFonts,...FooterDarkFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerUNwDixsnm\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerResponsiveScreen\":\"\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"gUIEy3I19\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"U9V75ZyYO\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"3432\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1200\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["HeaderFonts", "getFonts", "kcR9_X4Ya_default", "HeaderWithVariantAppearEffect", "withVariantAppearEffect", "WhatsappFonts", "fB9CFp4wb_default", "MotionDivWithFX", "withFX", "motion", "ElementsButtonCopyFonts", "NoJyzf0Ao_default", "CardLetSTalkFonts", "uJF_MRoAZ_default", "FooterDarkFonts", "EyGnMbSBi_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "valuesByLocaleId", "LazyValue", "preloadLocalizedValues", "locale", "promises", "values", "promise", "transformTemplate1", "_", "t", "animation", "transition1", "animation1", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata1", "robotsTag", "ie", "_document_querySelector", "bodyCls", "body", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "preloadPromise", "preloadLocalizedValues", "ref1", "pe", "useRouteElementId", "ref2", "isDisplayed", "isBrowser", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "p", "GeneratedComponentContext", "variantClassNames", "u", "LayoutGroup", "motion", "cx", "serializationHash", "ComponentViewportProvider", "Container", "PropertyOverrides2", "HeaderWithVariantAppearEffect", "fB9CFp4wb_default", "MotionDivWithFX", "RichText2", "x", "Image2", "NoJyzf0Ao_default", "uJF_MRoAZ_default", "EyGnMbSBi_default", "css", "FramerUNwDixsnm", "withCSS", "UNwDixsnm_default", "addFonts", "HeaderFonts", "WhatsappFonts", "ElementsButtonCopyFonts", "CardLetSTalkFonts", "FooterDarkFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
