{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/dUn0de8gLifPYnARhiRG/PlEDe5srUWaM9NTAayL3/Social.js", "ssg:https://framerusercontent.com/modules/BXxmy5hD0tT6UUvp0kDx/c1DWbdszBKeIorh65d4q/Social.js", "ssg:https://framerusercontent.com/modules/JCDXXOGFtNmdrIz5XoFD/okWumN3GuVKTeoruxGTC/vtojYgUyP.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import React from\"react\";import{addPropertyControls,ControlType}from\"framer\";// Lista de plataformas de compartilhamento\nconst shareOptions={Facebook:\"https://www.facebook.com/sharer/sharer.php?u=\",Google:\"https://plus.google.com/share?url=\",Twitter:\"https://twitter.com/intent/tweet?url=\",LinkedIn:\"https://www.linkedin.com/sharing/share-offsite/?url=\",WhatsApp:\"https://api.whatsapp.com/send?text=\",Reddit:\"https://www.reddit.com/submit?url=\",Telegram:\"https://t.me/share/url?url=\",Pinterest:\"https://pinterest.com/pin/create/button/?url=\",Tumblr:\"https://www.tumblr.com/widgets/share/tool?canonicalUrl=\",\"Copiar Link\":\"\",Email:\"mailto:?body=\"};export function ShareComponent(props){const currentUrl=typeof window!==\"undefined\"?window.location.href:\"https://example.com\";// Fun\u00E7\u00E3o para compartilhar a URL\nconst handleShare=()=>{if(props.selectedPlatform===\"Copiar Link\"){if(typeof navigator!==\"undefined\"&&navigator.clipboard){navigator.clipboard.writeText(currentUrl);alert(\"Link copiado para a \\xe1rea de transfer\\xeancia! / Link copied to clipboard!\");}else{console.warn(\"A API do Clipboard n\\xe3o est\\xe1 dispon\\xedvel.\");}}else{const shareUrl=shareOptions[props.selectedPlatform]+encodeURIComponent(currentUrl);if(typeof window!==\"undefined\"){window.open(shareUrl,\"_blank\");}else{console.warn(\"window.open n\\xe3o est\\xe1 dispon\\xedvel.\");}}};return /*#__PURE__*/_jsx(\"div\",{style:{display:\"inline-block\"},children:props.children?React.Children.map(props.children,child=>{return /*#__PURE__*/React.cloneElement(child,{onClick:handleShare});}):// Fallback: Exibir o \u00EDcone SVG se nenhum componente for selecionado\n/*#__PURE__*/_jsx(\"div\",{onClick:handleShare,style:{width:\"16px\",height:\"16px\",cursor:\"pointer\"},children:/*#__PURE__*/_jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",width:\"16\",height:\"16\",viewBox:\"0 0 18 19\",children:/*#__PURE__*/_jsxs(\"g\",{transform:\"translate(0 0.229)\",children:[/*#__PURE__*/_jsx(\"path\",{d:\"M 6.518 2.714 C 6.901 2.313 7.144 2.057 7.144 2.057 C 7.366 1.814 7.634 1.628 7.924 1.505 C 8.798 1.134 9.876 1.319 10.55 2.052 L 15.711 7.46 C 16.167 7.937 16.419 8.573 16.419 9.244 C 16.419 9.915 16.167 10.551 15.711 11.027 L 10.55 16.435 C 9.655 17.415 8.039 17.415 7.144 16.435 L 1.978 11.036 C 1.045 10.1 1.045 8.405 1.978 7.469 C 1.978 7.469 4.335 5.001 5.865 3.399 C 6.108 3.147 6.33 2.913 6.518 2.714 Z M 1.079 6.529 L 6.228 1.134 C 7.63 -0.38 10.068 -0.376 11.466 1.134 L 16.619 6.533 C 17.314 7.262 17.693 8.228 17.693 9.253 C 17.693 10.277 17.31 11.244 16.619 11.968 L 11.462 17.367 C 10.064 18.881 7.617 18.881 6.219 17.367 L 1.079 11.977 C -0.362 10.52 -0.357 7.981 1.079 6.529 Z\",fill:\"rgb(41, 94, 85)\"}),/*#__PURE__*/_jsx(\"path\",{d:\"M 10.652 9.915 L 7.566 13.076 C 7.136 13.517 6.432 13.517 6.002 13.076 L 4.489 11.526 L 6.062 9.915 C 6.496 9.473 6.496 8.754 6.062 8.312 L 4.489 6.701 L 6.002 5.151 C 6.437 4.71 7.136 4.71 7.566 5.151 L 10.652 8.312 C 11.087 8.754 11.087 9.473 10.652 9.915 Z\",fill:\"rgb(255, 255, 255)\"})]})})})});}ShareComponent.displayName=\"UncodeShare\";// Controles do Framer\naddPropertyControls(ShareComponent,{selectedPlatform:{type:ControlType.Enum,title:\"Plataforma / Platform\",options:[\"Facebook\",\"Google\",\"Twitter\",\"LinkedIn\",\"WhatsApp\",\"Reddit\",\"Telegram\",\"Pinterest\",\"Tumblr\",\"Copiar Link\",\"Email\"],optionTitles:[\"Facebook\",\"Google\",\"Twitter\",\"LinkedIn\",\"WhatsApp\",\"Reddit\",\"Telegram\",\"Pinterest\",\"Tumblr\",\"Copiar Link\",\"Email\"],defaultValue:\"Facebook\",description:\"Selecione a plataforma para compartilhar. / Select the platform to share.\"},children:{type:ControlType.ComponentInstance,title:\"Componente do Bot\\xe3o / Button Component\",description:\"Selecione um componente para usar como bot\\xe3o de compartilhamento. / Select a component to use as the share button.\"},credits:{type:ControlType.String,placeholder:\"About:\",description:\"Code by UncodeStack and @omatusaelhorch.\"}})/* \nCode by UncodeStack and @omatusaelhorch.\nEste componente foi feito para facilitar o compartilhamento de URLs em v\u00E1rias plataformas.\n*/;\nexport const __FramerMetadata__ = {\"exports\":{\"ShareComponent\":{\"type\":\"reactComponent\",\"name\":\"ShareComponent\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Social.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import React from\"react\";import{addPropertyControls,ControlType}from\"framer\";// Lista de plataformas de compartilhamento\nconst shareOptions={Facebook:\"https://www.facebook.com/sharer/sharer.php?u=\",Google:\"https://plus.google.com/share?url=\",Twitter:\"https://twitter.com/intent/tweet?url=\",LinkedIn:\"https://www.linkedin.com/sharing/share-offsite/?url=\",WhatsApp:\"https://api.whatsapp.com/send?text=\",Reddit:\"https://www.reddit.com/submit?url=\",Telegram:\"https://t.me/share/url?url=\",Pinterest:\"https://pinterest.com/pin/create/button/?url=\",Tumblr:\"https://www.tumblr.com/widgets/share/tool?canonicalUrl=\",\"Copiar Link\":\"\",Email:\"mailto:?body=\"};export function ShareComponent(props){const currentUrl=typeof window!==\"undefined\"?window.location.href:\"https://example.com\";// Fun\u00E7\u00E3o para compartilhar a URL\nconst handleShare=()=>{if(props.selectedPlatform===\"Copiar Link\"){if(typeof navigator!==\"undefined\"&&navigator.clipboard){navigator.clipboard.writeText(currentUrl);alert(\"Link copiado para a \\xe1rea de transfer\\xeancia! / Link copied to clipboard!\");}else{console.warn(\"A API do Clipboard n\\xe3o est\\xe1 dispon\\xedvel.\");}}else{const shareUrl=shareOptions[props.selectedPlatform]+encodeURIComponent(currentUrl);if(typeof window!==\"undefined\"){window.open(shareUrl,\"_blank\");}else{console.warn(\"window.open n\\xe3o est\\xe1 dispon\\xedvel.\");}}};return /*#__PURE__*/_jsx(\"div\",{style:{display:\"inline-block\"},children:props.children?React.Children.map(props.children,child=>{return /*#__PURE__*/React.cloneElement(child,{onClick:handleShare});}):// Fallback: Exibir o \u00EDcone SVG se nenhum componente for selecionado\n/*#__PURE__*/_jsx(\"div\",{onClick:handleShare,style:{width:\"16px\",height:\"16px\",cursor:\"pointer\"},children:/*#__PURE__*/_jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",width:\"16\",height:\"16\",viewBox:\"0 0 18 19\",children:/*#__PURE__*/_jsxs(\"g\",{transform:\"translate(0 0.229)\",children:[/*#__PURE__*/_jsx(\"path\",{d:\"M 6.518 2.714 C 6.901 2.313 7.144 2.057 7.144 2.057 C 7.366 1.814 7.634 1.628 7.924 1.505 C 8.798 1.134 9.876 1.319 10.55 2.052 L 15.711 7.46 C 16.167 7.937 16.419 8.573 16.419 9.244 C 16.419 9.915 16.167 10.551 15.711 11.027 L 10.55 16.435 C 9.655 17.415 8.039 17.415 7.144 16.435 L 1.978 11.036 C 1.045 10.1 1.045 8.405 1.978 7.469 C 1.978 7.469 4.335 5.001 5.865 3.399 C 6.108 3.147 6.33 2.913 6.518 2.714 Z M 1.079 6.529 L 6.228 1.134 C 7.63 -0.38 10.068 -0.376 11.466 1.134 L 16.619 6.533 C 17.314 7.262 17.693 8.228 17.693 9.253 C 17.693 10.277 17.31 11.244 16.619 11.968 L 11.462 17.367 C 10.064 18.881 7.617 18.881 6.219 17.367 L 1.079 11.977 C -0.362 10.52 -0.357 7.981 1.079 6.529 Z\",fill:\"rgb(41, 94, 85)\"}),/*#__PURE__*/_jsx(\"path\",{d:\"M 10.652 9.915 L 7.566 13.076 C 7.136 13.517 6.432 13.517 6.002 13.076 L 4.489 11.526 L 6.062 9.915 C 6.496 9.473 6.496 8.754 6.062 8.312 L 4.489 6.701 L 6.002 5.151 C 6.437 4.71 7.136 4.71 7.566 5.151 L 10.652 8.312 C 11.087 8.754 11.087 9.473 10.652 9.915 Z\",fill:\"rgb(255, 255, 255)\"})]})})})});}ShareComponent.displayName=\"UncodeShare\";// Controles do Framer\naddPropertyControls(ShareComponent,{selectedPlatform:{type:ControlType.Enum,title:\"Plataforma / Platform\",options:[\"Facebook\",\"Google\",\"Twitter\",\"LinkedIn\",\"WhatsApp\",\"Reddit\",\"Telegram\",\"Pinterest\",\"Tumblr\",\"Copiar Link\",\"Email\"],optionTitles:[\"Facebook\",\"Google\",\"Twitter\",\"LinkedIn\",\"WhatsApp\",\"Reddit\",\"Telegram\",\"Pinterest\",\"Tumblr\",\"Copiar Link\",\"Email\"],defaultValue:\"Facebook\",description:\"Selecione a plataforma para compartilhar. / Select the platform to share.\"},children:{type:ControlType.ComponentInstance,title:\"Componente do Bot\\xe3o / Button Component\",description:\"Selecione um componente para usar como bot\\xe3o de compartilhamento. / Select a component to use as the share button.\"},credits:{type:ControlType.String,placeholder:\"About:\",description:\"Code by UncodeStack and @omatusaelhorch.\"}})/* \nCode by UncodeStack and @omatusaelhorch.\nEste componente foi feito para facilitar o compartilhamento de URLs em v\u00E1rias plataformas.\n*/;\nexport const __FramerMetadata__ = {\"exports\":{\"ShareComponent\":{\"type\":\"reactComponent\",\"name\":\"ShareComponent\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Social.map", "// Generated by Framer (6aa4fc0)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentPresetsProvider,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromComponentPreset,getFontsFromSharedStyle,getLoadingLazyAtYPosition,getWhereExpressionFromPathVariables,Image,Link,NotFoundError,PathVariablesContext,PropertyOverrides,ResolveLinks,RichText,SVG,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleCode,useLocaleInfo,useQueryData,useRouteElementId,useRouter,withCSS,withVariantAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{ShareComponent as UncodeShare1}from\"https://framerusercontent.com/modules/dUn0de8gLifPYnARhiRG/PlEDe5srUWaM9NTAayL3/Social.js\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import Header from\"#framer/local/canvasComponent/A6ZSUUob0/A6ZSUUob0.js\";import Footer from\"#framer/local/canvasComponent/CzdOpjOqh/CzdOpjOqh.js\";import NavigationHelp from\"#framer/local/canvasComponent/fceF2QFRc/fceF2QFRc.js\";import SubmitButton from\"#framer/local/canvasComponent/PdceKnBFx/PdceKnBFx.js\";import{ShareComponent as UncodeShare}from\"#framer/local/codeFile/f5iRjp7/Social.js\";import Blog from\"#framer/local/collection/hXQa7ebhW/hXQa7ebhW.js\";import*as componentPresets from\"#framer/local/componentPresets/componentPresets/componentPresets.js\";import*as sharedStyle5 from\"#framer/local/css/dFKOfmkEz/dFKOfmkEz.js\";import*as sharedStyle4 from\"#framer/local/css/Evt_R31cG/Evt_R31cG.js\";import*as sharedStyle3 from\"#framer/local/css/fGzHXA_ad/fGzHXA_ad.js\";import*as sharedStyle12 from\"#framer/local/css/glv2jeaSh/glv2jeaSh.js\";import*as sharedStyle10 from\"#framer/local/css/krBmU6JDI/krBmU6JDI.js\";import*as sharedStyle7 from\"#framer/local/css/n5WudoAN5/n5WudoAN5.js\";import*as sharedStyle11 from\"#framer/local/css/Ngh9kP9TB/Ngh9kP9TB.js\";import*as sharedStyle6 from\"#framer/local/css/sjjyRTUos/sjjyRTUos.js\";import*as sharedStyle1 from\"#framer/local/css/UtIPRxuKm/UtIPRxuKm.js\";import*as sharedStyle2 from\"#framer/local/css/W4mdGFTxN/W4mdGFTxN.js\";import*as sharedStyle from\"#framer/local/css/Wv1GKyd2R/Wv1GKyd2R.js\";import*as sharedStyle8 from\"#framer/local/css/XkD6W2RYi/XkD6W2RYi.js\";import*as sharedStyle9 from\"#framer/local/css/z4rNqsoP_/z4rNqsoP_.js\";import metadataProvider from\"#framer/local/webPageMetadata/vtojYgUyP/vtojYgUyP.js\";const HeaderFonts=getFonts(Header);const HeaderWithVariantAppearEffect=withVariantAppearEffect(Header);const NavigationHelpFonts=getFonts(NavigationHelp);const PhosphorFonts=getFonts(Phosphor);const UncodeShareFonts=getFonts(UncodeShare);const UncodeShare1Fonts=getFonts(UncodeShare1);const SubmitButtonFonts=getFonts(SubmitButton);const FooterFonts=getFonts(Footer);const breakpoints={bVNBfhQZD:\"(max-width: 809px)\",cCqbx5Vxu:\"(min-width: 810px) and (max-width: 1199px)\",Ojm_5vMyV:\"(min-width: 1200px) and (max-width: 1599px)\",zR_spqy_V:\"(min-width: 1600px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-x6RFC\";const variantClassNames={bVNBfhQZD:\"framer-v-19xztac\",cCqbx5Vxu:\"framer-v-7fiz99\",Ojm_5vMyV:\"framer-v-dl3ztf\",zR_spqy_V:\"framer-v-2a8i6g\"};const transition1={delay:0,duration:.5,ease:[.85,0,.15,1],type:\"tween\"};const animation={opacity:.75,rotate:0,rotateX:0,rotateY:0,scale:1.15,skewX:0,skewY:0,transition:transition1};const toDateString=(value,options={},activeLocale)=>{if(typeof value!==\"string\")return\"\";const date=new Date(value);if(isNaN(date.getTime()))return\"\";const display=options.display?options.display:\"date\";const dateOptions={dateStyle:display!==\"time\"?options.dateStyle:undefined,timeStyle:display===\"date\"?undefined:\"short\",timeZone:\"UTC\"};const fallbackLocale=\"en-US\";const locale=options.locale||activeLocale||fallbackLocale;// We add a try block because an invalid language code results in a crash\ntry{return date.toLocaleString(locale,dateOptions);}catch{return date.toLocaleString(fallbackLocale,dateOptions);}};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const transition2={bounce:.25,delay:0,duration:.45,type:\"spring\"};const animation1={backgroundColor:\"rgb(0, 0, 0)\",opacity:.8,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2};const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={\"Desktop HD\":\"zR_spqy_V\",Desktop:\"Ojm_5vMyV\",Phone:\"bVNBfhQZD\",Tablet:\"cCqbx5Vxu\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"Ojm_5vMyV\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const currentPathVariables=useCurrentPathVariables();const[currentRouteData]=useQueryData({from:{alias:\"vtojYgUyP\",data:Blog,type:\"Collection\"},select:[{collection:\"vtojYgUyP\",name:\"id\",type:\"Identifier\"},{collection:\"vtojYgUyP\",name:\"IOVs5ZTXp\",type:\"Identifier\"},{collection:\"vtojYgUyP\",name:\"KYbdU2F_p\",type:\"Identifier\"},{collection:\"vtojYgUyP\",name:\"qbBlKEj5D\",type:\"Identifier\"},{collection:\"vtojYgUyP\",name:\"DJ8gmtEnR\",type:\"Identifier\"},{collection:\"vtojYgUyP\",name:\"tzmsDYv94\",type:\"Identifier\"},{collection:\"vtojYgUyP\",name:\"lc_FXUaGK\",type:\"Identifier\"},{collection:\"vtojYgUyP\",name:\"mnTWt0GIT\",type:\"Identifier\"},{collection:\"vtojYgUyP\",name:\"LkMf0ETNF\",type:\"Identifier\"},{collection:\"vtojYgUyP\",name:\"vdcCHWRhk\",type:\"Identifier\"},{collection:\"vtojYgUyP\",name:\"wlYPZuSWR\",type:\"Identifier\"},{collection:\"vtojYgUyP\",name:\"LqCTuTtJl\",type:\"Identifier\"},{collection:\"vtojYgUyP\",name:\"yQpecblmS\",type:\"Identifier\"},{collection:\"vtojYgUyP\",name:\"HYtwrpMRb\",type:\"Identifier\"},{collection:\"vtojYgUyP\",name:\"aJo4pQZCt\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"vtojYgUyP\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,IOVs5ZTXp=getFromCurrentRouteData(\"IOVs5ZTXp\")??\"\",mnTWt0GIT=getFromCurrentRouteData(\"mnTWt0GIT\")??\"\",DJ8gmtEnR=getFromCurrentRouteData(\"DJ8gmtEnR\")??\"\",LkMf0ETNF=getFromCurrentRouteData(\"LkMf0ETNF\"),lc_FXUaGK=getFromCurrentRouteData(\"lc_FXUaGK\"),tzmsDYv94=getFromCurrentRouteData(\"tzmsDYv94\")??\"\",LqCTuTtJl=getFromCurrentRouteData(\"LqCTuTtJl\")??\"\",wlYPZuSWR=getFromCurrentRouteData(\"wlYPZuSWR\")??\"\",vdcCHWRhk=getFromCurrentRouteData(\"vdcCHWRhk\"),yQpecblmS=getFromCurrentRouteData(\"yQpecblmS\")??\"\",vdcCHWRhkoP4VETxLh,mnTWt0GIToP4VETxLh,DJ8gmtEnRoP4VETxLh,IOVs5ZTXpoP4VETxLh,mnTWt0GITvx0tXSgh7,lc_FXUaGKoP4VETxLh,tzmsDYv94oP4VETxLh,idoP4VETxLh,id=getFromCurrentRouteData(\"id\"),...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(currentRouteData,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[currentRouteData,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(currentRouteData,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[currentRouteData,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className,sharedStyle9.className,sharedStyle10.className,sharedStyle11.className,sharedStyle12.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"bVNBfhQZD\")return false;return true;};const router=useRouter();const elementId=useRouteElementId(\"V0feDs2o7IPHLhA_X6\");const ref1=React.useRef(null);const activeLocaleCode=useLocaleCode();const textContent=toDateString(LkMf0ETNF,{dateStyle:\"medium\",display:\"date\",locale:\"\"},activeLocaleCode);const elementId1=useRouteElementId(\"V0feDs2o7Ribt5YzBY\");const ref2=React.useRef(null);const elementId2=useRouteElementId(\"kCQSs48YI\");const ref3=React.useRef(null);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"Ojm_5vMyV\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-68af7d7e-087d-4e73-8505-a914f13dc275, rgb(246, 240, 230)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-dl3ztf\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bVNBfhQZD:{y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:92,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-muirzw-container\",nodeId:\"cGv3ttBBh\",rendersWithMotion:true,scopeId:\"vtojYgUyP\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bVNBfhQZD:{variant:\"UMtALCsnJ\"}},children:/*#__PURE__*/_jsx(HeaderWithVariantAppearEffect,{__framer__animateOnce:false,__framer__threshold:0,__framer__variantAppearEffectEnabled:true,AwLGZtDyV:\"Ajuda da Gsoft\",height:\"100%\",id:\"cGv3ttBBh\",layoutId:\"cGv3ttBBh\",style:{width:\"100%\"},upcp8l6y6:true,variant:\"ViMaD9iav\",vGjT10aZK:true,Whq9AYixt:\"rgba(255, 253, 250, 0.94)\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-1cimo0t\",\"data-border\":true,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1pe0alm\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1gmu0ez\",children:[isDisplayed()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"LYVmEaucf\"},implicitPathVariables:undefined},{href:{webPageId:\"LYVmEaucf\"},implicitPathVariables:undefined},{href:{webPageId:\"LYVmEaucf\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:21,y:(componentViewport?.y||0)+0+92+0+0+16+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-14hbkn2-container hidden-19xztac\",nodeId:\"x7o3ZCILL\",scopeId:\"vtojYgUyP\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{cCqbx5Vxu:{pOqs5OnNB:resolvedLinks[2]},zR_spqy_V:{pOqs5OnNB:resolvedLinks[1]}},children:/*#__PURE__*/_jsx(NavigationHelp,{height:\"100%\",id:\"x7o3ZCILL\",kVDLWlHXz:false,layoutId:\"x7o3ZCILL\",pOqs5OnNB:resolvedLinks[0],Sl1lqLVP4:false,width:\"100%\",yZyB2soqW:\"In\\xedcio\"})})})})}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1f46uvg hidden-19xztac\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-3z3hdb\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:8,intrinsicWidth:8,svg:'<svg viewBox=\"0 0 8 16\" height=\"8\" width=\"8\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"#16140C\"><path d=\"m.073 14.956.997.97 6.739-6.927c.59-.59.618-1.491.084-2.11l-.084-.091L1.056.045l-.984.984 6.753 6.753c.065.065.075.134.024.205l-.03.035-6.746 6.933z\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"EJMpgyrFk\"},implicitPathVariables:undefined},{href:{webPageId:\"EJMpgyrFk\"},implicitPathVariables:undefined},{href:{webPageId:\"EJMpgyrFk\"},implicitPathVariables:undefined},{href:{webPageId:\"EJMpgyrFk\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bVNBfhQZD:{y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:21,y:(componentViewport?.y||0)+0+92+0+0+16+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1tfagxg-container\",nodeId:\"qDkuwCF57\",scopeId:\"vtojYgUyP\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bVNBfhQZD:{pOqs5OnNB:resolvedLinks1[1]},cCqbx5Vxu:{pOqs5OnNB:resolvedLinks1[3]},zR_spqy_V:{pOqs5OnNB:resolvedLinks1[2]}},children:/*#__PURE__*/_jsx(NavigationHelp,{height:\"100%\",id:\"qDkuwCF57\",kVDLWlHXz:false,layoutId:\"qDkuwCF57\",pOqs5OnNB:resolvedLinks1[0],Sl1lqLVP4:false,width:\"100%\",yZyB2soqW:\"Artigos\"})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bVNBfhQZD:{style:{rotate:180}}},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-oj5p6j\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1dt0d6u\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:8,intrinsicWidth:8,svg:'<svg viewBox=\"0 0 8 16\" height=\"8\" width=\"8\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"#16140C\"><path d=\"m.073 14.956.997.97 6.739-6.927c.59-.59.618-1.491.084-2.11l-.084-.091L1.056.045l-.984.984 6.753 6.753c.065.065.075.134.024.205l-.03.035-6.746 6.933z\"/></svg>',withExternalLayout:true})})}),isDisplayed()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{mnTWt0GIT},webPageId:\"vtojYgUyP\"},implicitPathVariables:undefined},{href:{pathVariables:{mnTWt0GIT},webPageId:\"vtojYgUyP\"},implicitPathVariables:undefined},{href:{pathVariables:{mnTWt0GIT},webPageId:\"vtojYgUyP\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:21,y:(componentViewport?.y||0)+0+92+0+0+16+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-qd7gwy-container hidden-19xztac\",nodeId:\"ye0IFIynk\",scopeId:\"vtojYgUyP\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{cCqbx5Vxu:{pOqs5OnNB:resolvedLinks2[2]},zR_spqy_V:{pOqs5OnNB:resolvedLinks2[1]}},children:/*#__PURE__*/_jsx(NavigationHelp,{height:\"100%\",id:\"ye0IFIynk\",kVDLWlHXz:false,layoutId:\"ye0IFIynk\",pOqs5OnNB:resolvedLinks2[0],Sl1lqLVP4:false,width:\"100%\",yZyB2soqW:IOVs5ZTXp})})})})})]})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-z3w7ym\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1kay8rz\",id:elementId,ref:ref1,children:[/*#__PURE__*/_jsxs(\"aside\",{className:\"framer-dreald\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-s1v1eh\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11wer9u\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--font-selector\":\"R0Y7U2NoaWJzdGVkIEdyb3Rlc2stNjAw\",\"--framer-font-family\":'\"Schibsted Grotesk\", \"Schibsted Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.4px\",\"--framer-line-height\":\"30.6px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.7)\",\"--framer-text-transform\":\"uppercase\"},children:\"Guia \u2022 3 min de leitura\"})}),className:\"framer-1eoe0a3\",fonts:[\"GF;Schibsted Grotesk-600\"],text:DJ8gmtEnR,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1jq5zbp\",\"data-framer-name\":\"Item\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-t0o1ts-container\",isAuthoredByUser:true,nodeId:\"BhVzxALtN\",scopeId:\"vtojYgUyP\",children:/*#__PURE__*/_jsx(UncodeShare,{credits:\"\",height:\"100%\",id:\"BhVzxALtN\",layoutId:\"BhVzxALtN\",selectedPlatform:\"WhatsApp\",width:\"100%\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-iooxdz\",whileHover:animation,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-iwlj2d-container\",inComponentSlot:true,isModuleExternal:true,nodeId:\"ihdGZBqwU\",rendersWithMotion:true,scopeId:\"vtojYgUyP\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgba(22, 20, 12, 0.7)\",height:\"100%\",iconSearch:\"whatsapp\",iconSelection:\"House\",id:\"ihdGZBqwU\",layoutId:\"ihdGZBqwU\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})})})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-n5hp3n-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"zwRq8UDLT\",scopeId:\"vtojYgUyP\",children:/*#__PURE__*/_jsx(UncodeShare1,{credits:\"\",height:\"100%\",id:\"zwRq8UDLT\",layoutId:\"zwRq8UDLT\",selectedPlatform:\"Facebook\",width:\"100%\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-9u80yh\",whileHover:animation,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1j3p8et-container\",inComponentSlot:true,isModuleExternal:true,nodeId:\"HJvEB5aFN\",rendersWithMotion:true,scopeId:\"vtojYgUyP\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgba(22, 20, 12, 0.7)\",height:\"100%\",iconSearch:\"facebook\",iconSelection:\"House\",id:\"HJvEB5aFN\",layoutId:\"HJvEB5aFN\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})})})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-oky6dn-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"CXCYrJ6s3\",scopeId:\"vtojYgUyP\",children:/*#__PURE__*/_jsx(UncodeShare1,{credits:\"\",height:\"100%\",id:\"CXCYrJ6s3\",layoutId:\"CXCYrJ6s3\",selectedPlatform:\"LinkedIn\",width:\"100%\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1dag2li\",whileHover:animation,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1rskmeo-container\",inComponentSlot:true,isModuleExternal:true,nodeId:\"yKRXRkUrf\",rendersWithMotion:true,scopeId:\"vtojYgUyP\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgba(22, 20, 12, 0.7)\",height:\"100%\",iconSearch:\"linke\",iconSelection:\"ShareNetwork\",id:\"yKRXRkUrf\",layoutId:\"yKRXRkUrf\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})})})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-189pva8-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"VmL1ZUXqC\",scopeId:\"vtojYgUyP\",children:/*#__PURE__*/_jsx(UncodeShare1,{credits:\"\",height:\"100%\",id:\"VmL1ZUXqC\",layoutId:\"VmL1ZUXqC\",selectedPlatform:\"Copiar Link\",width:\"100%\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1hu7fmv\",whileHover:animation,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-mhwwhd-container\",inComponentSlot:true,isModuleExternal:true,nodeId:\"nZAuZTHSd\",rendersWithMotion:true,scopeId:\"vtojYgUyP\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgba(22, 20, 12, 0.7)\",height:\"100%\",iconSearch:\"link\",iconSelection:\"ShareNetwork\",id:\"nZAuZTHSd\",layoutId:\"nZAuZTHSd\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})})})})})})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bVNBfhQZD:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7U2NoaWJzdGVkIEdyb3Rlc2stNzAw\",\"--framer-font-family\":'\"Schibsted Grotesk\", \"Schibsted Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"34px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-1.02px\",\"--framer-line-height\":\"40.8px\",\"--framer-text-transform\":\"inherit\"},children:\"CFOP 5102: Guia completo \u2013 O que \\xe9, Como e Quando Usar\"})})},zR_spqy_V:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7U2NoaWJzdGVkIEdyb3Rlc2stNzAw\",\"--framer-font-family\":'\"Schibsted Grotesk\", \"Schibsted Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-transform\":\"inherit\"},children:\"CFOP 5102: Guia completo \u2013 O que \\xe9, Como e Quando Usar\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7U2NoaWJzdGVkIEdyb3Rlc2stNzAw\",\"--framer-font-family\":'\"Schibsted Grotesk\", \"Schibsted Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-transform\":\"inherit\"},children:\"CFOP 5102: Guia completo \u2013 O que \\xe9, Como e Quando Usar\"})}),className:\"framer-1wgfwlb\",fonts:[\"GF;Schibsted Grotesk-700\"],text:IOVs5ZTXp,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-e231iu\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{zR_spqy_V:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--font-selector\":\"R0Y7U2NoaWJzdGVkIEdyb3Rlc2stNjAw\",\"--framer-font-family\":'\"Schibsted Grotesk\", \"Schibsted Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"30.6px\",\"--framer-text-color\":\"var(--token-0d21c498-3d10-496e-baf4-23754f6480e0, rgb(22, 20, 12))\"},children:\"Nov 5, 2024\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--font-selector\":\"R0Y7U2NoaWJzdGVkIEdyb3Rlc2stNjAw\",\"--framer-font-family\":'\"Schibsted Grotesk\", \"Schibsted Grotesk Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--token-0d21c498-3d10-496e-baf4-23754f6480e0, rgb(22, 20, 12))\"},children:\"Nov 5, 2024\"})}),className:\"framer-qik8pv\",\"data-framer-name\":\"Date\",fonts:[\"GF;Schibsted Grotesk-600\"],text:textContent,verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-s6e62o\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bVNBfhQZD:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:512,intrinsicWidth:512,pixelHeight:512,pixelWidth:512,sizes:\"28px\",...toResponsiveImage(lc_FXUaGK)}},cCqbx5Vxu:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:512,intrinsicWidth:512,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+145+60+0+0+0+0+0+0+310.4+0),pixelHeight:512,pixelWidth:512,sizes:\"28px\",...toResponsiveImage(lc_FXUaGK)}},zR_spqy_V:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:512,intrinsicWidth:512,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+145+60+0+0+0+0+0+333.8+0),pixelHeight:512,pixelWidth:512,sizes:\"28px\",...toResponsiveImage(lc_FXUaGK)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:512,intrinsicWidth:512,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+145+60+0+0+0+0+0+310.4+0),pixelHeight:512,pixelWidth:512,sizes:\"28px\",...toResponsiveImage(lc_FXUaGK)},className:\"framer-1te9kni\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNjAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"19.6px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.75)\"},children:\"Caleb Alves\"})}),className:\"framer-dljqon\",fonts:[\"GF;Inter-600\"],text:tzmsDYv94,verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-rijjvn\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:LqCTuTtJl,implicitPathVariables:undefined},{href:LqCTuTtJl,implicitPathVariables:undefined},{href:LqCTuTtJl,implicitPathVariables:undefined},{href:LqCTuTtJl,implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bVNBfhQZD:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1200px)`,y:undefined},cCqbx5Vxu:{y:(componentViewport?.y||0)+0+145+60+0+0+0+0+378.4+0+0},zR_spqy_V:{y:(componentViewport?.y||0)+0+145+60+0+0+0+401.8+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:49,width:\"389px\",y:(componentViewport?.y||0)+0+145+60+0+0+0+378.4+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1mwpkco-container\",nodeId:\"Ou3dPj76B\",scopeId:\"vtojYgUyP\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bVNBfhQZD:{OczspdEsu:16,w_oGQvl_S:resolvedLinks3[1]},cCqbx5Vxu:{w_oGQvl_S:resolvedLinks3[3]},zR_spqy_V:{w_oGQvl_S:resolvedLinks3[2]}},children:/*#__PURE__*/_jsx(SubmitButton,{aFdDJQ7pF:false,aQ2STtoH5:\"rgb(255, 255, 255)\",ar5SSHtCB:{borderColor:\"rgb(0, 0, 0)\",borderStyle:\"solid\",borderWidth:0},ejOVXvM9D:wlYPZuSWR,f3brfoQG6:\"14px 20px 14px 20px\",height:\"100%\",id:\"Ou3dPj76B\",J9rwiXZOt:false,jphYdp2Xf:\"var(--token-0d21c498-3d10-496e-baf4-23754f6480e0, rgb(22, 20, 12))\",layoutId:\"Ou3dPj76B\",lvgPWmS9N:\"rgb(255, 255, 255)\",OczspdEsu:18,style:{height:\"100%\",width:\"100%\"},uAv804x2n:true,variant:\"SFmHAcKhY\",w_oGQvl_S:resolvedLinks3[0],width:\"100%\",xYMNLjsSP:{borderColor:\"rgb(22, 20, 12)\",borderStyle:\"solid\",borderWidth:0},yaWwfOgM9:\"var(--token-7672a61b-9967-4887-949f-2d96e8418ec3, rgb(38, 103, 255))\"})})})})})})})]}),/*#__PURE__*/_jsxs(\"article\",{className:\"framer-rvaxy\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bVNBfhQZD:{background:{alt:\"\",fit:\"fill\",sizes:`min(${componentViewport?.width||\"100vw\"} - 40px, 1200px)`,...toResponsiveImage(vdcCHWRhk)}},cCqbx5Vxu:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+145+60+0+0+507.4+0+0),sizes:`min(${componentViewport?.width||\"100vw\"} - 184px, 1200px)`,...toResponsiveImage(vdcCHWRhk)}},zR_spqy_V:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+145+60+0+0+0+0),sizes:`max((min(${componentViewport?.width||\"100vw\"} - 184px, 1200px) - 120px) / 2, 1px)`,...toResponsiveImage(vdcCHWRhk)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+145+60+0+0+0+0),sizes:`max((min(${componentViewport?.width||\"100vw\"} - 184px, 1200px) - 80px) / 2, 1px)`,...toResponsiveImage(vdcCHWRhk)},className:\"framer-1io5e3m\",\"data-border\":true,\"data-framer-name\":\"Capa (Banner)\"})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-vqheap\",children:/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/9rhBPUZttCbLCWqJEL42/YouTube.js:Youtube\":componentPresets.props[\"x8TemZm2S\"],\"module:NEd4VmDdsxM3StIUbddO/VTIRgCtWbPApsTjNtLlL/YouTube.js:Youtube\":componentPresets.props[\"lFzeuwN_A\"],\"module:pVk4QsoHxASnVtUBp6jr/TbhpORLndv1iOkZzyo83/CodeBlock.js:default\":componentPresets.props[\"MzgRwR_1c\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:yQpecblmS,className:\"framer-eu51u9\",fonts:[\"Inter-Medium\"],stylesPresetsClassNames:{a:\"framer-styles-preset-29jv9f\",blockquote:\"framer-styles-preset-3xazem\",code:\"framer-styles-preset-18kri7i\",h1:\"framer-styles-preset-u70w1h\",h2:\"framer-styles-preset-1od9hru\",h3:\"framer-styles-preset-7jl8j9\",h4:\"framer-styles-preset-1mjfs05\",h5:\"framer-styles-preset-93nb7y\",h6:\"framer-styles-preset-m1ab9t\",img:\"framer-styles-preset-11449js\",p:\"framer-styles-preset-7u46oq\",table:\"framer-styles-preset-1cgf3u2\"},verticalAlignment:\"top\",withExternalLayout:true})})})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1umrsrj\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-wpu7kg\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"oP4VETxLh\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:3},select:[{collection:\"oP4VETxLh\",name:\"vdcCHWRhk\",type:\"Identifier\"},{collection:\"oP4VETxLh\",name:\"mnTWt0GIT\",type:\"Identifier\"},{collection:\"oP4VETxLh\",name:\"DJ8gmtEnR\",type:\"Identifier\"},{collection:\"oP4VETxLh\",name:\"IOVs5ZTXp\",type:\"Identifier\"},{collection:\"oP4VETxLh\",name:\"lc_FXUaGK\",type:\"Identifier\"},{collection:\"oP4VETxLh\",name:\"tzmsDYv94\",type:\"Identifier\"},{collection:\"oP4VETxLh\",name:\"id\",type:\"Identifier\"}],where:{operator:\"not\",type:\"UnaryOperation\",value:{left:{collection:\"oP4VETxLh\",name:\"id\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:id},type:\"BinaryOperation\"}}},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({DJ8gmtEnR:DJ8gmtEnRoP4VETxLh,id:idoP4VETxLh,IOVs5ZTXp:IOVs5ZTXpoP4VETxLh,lc_FXUaGK:lc_FXUaGKoP4VETxLh,mnTWt0GIT:mnTWt0GIToP4VETxLh,tzmsDYv94:tzmsDYv94oP4VETxLh,vdcCHWRhk:vdcCHWRhkoP4VETxLh},index)=>{mnTWt0GIToP4VETxLh??=\"\";DJ8gmtEnRoP4VETxLh??=\"\";IOVs5ZTXpoP4VETxLh??=\"\";tzmsDYv94oP4VETxLh??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`oP4VETxLh-${idoP4VETxLh}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{mnTWt0GIT:mnTWt0GIToP4VETxLh},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1e8n950\",children:[/*#__PURE__*/_jsx(Link,{href:{pathVariables:{mnTWt0GIT:mnTWt0GIToP4VETxLh},webPageId:\"vtojYgUyP\"},motionChild:true,nodeId:\"HJiOAAKpm\",openInNewTab:false,scopeId:\"vtojYgUyP\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bVNBfhQZD:{background:{alt:\"\",fit:\"fill\",...toResponsiveImage(vdcCHWRhkoP4VETxLh)}},cCqbx5Vxu:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1270.9+64+0+0+0+0+0),sizes:`max((min(${componentViewport?.width||\"100vw\"} - 184px, 1400px) - 48px) / 2, 200px)`,...toResponsiveImage(vdcCHWRhkoP4VETxLh)}}},children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+763.5+64+0+0+0+0+0),sizes:`max((min(${componentViewport?.width||\"100vw\"} - 184px, 1400px) - 96px) / 3, 200px)`,...toResponsiveImage(vdcCHWRhkoP4VETxLh)},className:\"framer-1h3778o framer-1okdhbe\",\"data-border\":true,whileHover:animation1})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-v82vqk\",\"data-border\":true,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1sz9yct\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--font-selector\":\"R0Y7U2NoaWJzdGVkIEdyb3Rlc2stNzAw\",\"--framer-font-family\":'\"Schibsted Grotesk\", \"Schibsted Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--token-0d21c498-3d10-496e-baf4-23754f6480e0, rgb(22, 20, 12))\",\"--framer-text-transform\":\"uppercase\"},children:\"GUIA \u2022 2 min de leitura\"})}),className:\"framer-p5g841\",fonts:[\"GF;Schibsted Grotesk-700\"],text:DJ8gmtEnRoP4VETxLh,verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--font-selector\":\"R0Y7U2NoaWJzdGVkIEdyb3Rlc2stNjAw\",\"--framer-font-family\":'\"Schibsted Grotesk\", \"Schibsted Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.15px\",\"--framer-text-color\":\"var(--token-0d21c498-3d10-496e-baf4-23754f6480e0, rgb(22, 20, 12))\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{mnTWt0GIT:mnTWt0GIToP4VETxLh},webPageId:\"vtojYgUyP\"},motionChild:true,nodeId:\"yerrkSjJH\",openInNewTab:false,scopeId:\"vtojYgUyP\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1qryeh2\",\"data-styles-preset\":\"glv2jeaSh\",children:\"Nota T\\xe9cnica 2025.001: Veja o fim do CSC no novo QR Code da NFC-e\"})})})}),className:\"framer-js56uj\",fonts:[\"GF;Schibsted Grotesk-600\"],text:IOVs5ZTXpoP4VETxLh,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1qnmhlc\",children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{mnTWt0GIT:mnTWt0GITvx0tXSgh7},webPageId:\"vtojYgUyP\"},motionChild:true,nodeId:\"mDxJ0kV5b\",openInNewTab:false,scopeId:\"vtojYgUyP\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-oyhvs framer-1okdhbe\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bVNBfhQZD:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:512,intrinsicWidth:512,pixelHeight:512,pixelWidth:512,sizes:\"24px\",...toResponsiveImage(lc_FXUaGKoP4VETxLh)}},cCqbx5Vxu:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:512,intrinsicWidth:512,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1270.9+64+0+0+0+0+201+0+0+296+0+0+0),pixelHeight:512,pixelWidth:512,sizes:\"24px\",...toResponsiveImage(lc_FXUaGKoP4VETxLh)}},zR_spqy_V:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:512,intrinsicWidth:512,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+763.5+64+0+0+0+0+281+0+0+296+0+0+0),pixelHeight:512,pixelWidth:512,sizes:\"24px\",...toResponsiveImage(lc_FXUaGKoP4VETxLh)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:512,intrinsicWidth:512,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+763.5+64+0+0+0+0+206+0+0+296+0+0+0),pixelHeight:512,pixelWidth:512,sizes:\"24px\",...toResponsiveImage(lc_FXUaGKoP4VETxLh)},className:\"framer-10nbrqx\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--font-selector\":\"R0Y7U2NoaWJzdGVkIEdyb3Rlc2stNjAw\",\"--framer-font-family\":'\"Schibsted Grotesk\", \"Schibsted Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"22.4px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.6)\"},children:\"Caleb Alves\"})}),className:\"framer-18f4nze\",fonts:[\"GF;Schibsted Grotesk-600\"],text:tzmsDYv94oP4VETxLh,verticalAlignment:\"top\",withExternalLayout:true})]})})})]})})]})})},idoP4VETxLh);})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bVNBfhQZD:{y:undefined},cCqbx5Vxu:{y:(componentViewport?.y||0)+0+2007.9},zR_spqy_V:{y:(componentViewport?.y||0)+0+1580.5}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1013,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+1505.5,children:/*#__PURE__*/_jsx(Container,{className:\"framer-14mxi1o-container\",nodeId:\"V0feDs2o7REGYew13E\",scopeId:\"vtojYgUyP\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bVNBfhQZD:{variant:\"hgHPBHsGw\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"V0feDs2o7REGYew13E\",layoutId:\"V0feDs2o7REGYew13E\",style:{width:\"100%\"},variant:\"bIHCaB0y0\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1hvoo06\",id:elementId1,ref:ref2}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ebvxsa\",\"data-framer-name\":\"Trigger 1\",id:elementId2,ref:ref3})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-x6RFC.framer-1okdhbe, .framer-x6RFC .framer-1okdhbe { display: block; }\",\".framer-x6RFC.framer-dl3ztf { align-content: center; align-items: center; background-color: var(--token-68af7d7e-087d-4e73-8505-a914f13dc275, #f6f0e6); 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-x6RFC .framer-muirzw-container { flex: none; height: auto; position: sticky; top: 0px; width: 100%; z-index: 10; }\",\".framer-x6RFC .framer-1cimo0t { --border-bottom-width: 1px; --border-color: #ded7ca; --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; align-content: center; align-items: center; background-color: var(--token-c59180ed-c497-4065-b78e-68dd24b1b025, color(display-p3 0.9986211017518268 0.9924602207813674 0.9815994099797635)); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; padding: 0px; position: relative; width: 100%; z-index: 5; }\",\".framer-x6RFC .framer-1pe0alm { 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: 16px 92px 16px 92px; position: relative; width: 100%; }\",\".framer-x6RFC .framer-1gmu0ez { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: flex-start; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-x6RFC .framer-14hbkn2-container, .framer-x6RFC .framer-1tfagxg-container, .framer-x6RFC .framer-qd7gwy-container, .framer-x6RFC .framer-t0o1ts-container, .framer-x6RFC .framer-n5hp3n-container, .framer-x6RFC .framer-oky6dn-container, .framer-x6RFC .framer-189pva8-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-x6RFC .framer-1f46uvg, .framer-x6RFC .framer-oj5p6j, .framer-x6RFC .framer-s6e62o { 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; }\",\".framer-x6RFC .framer-3z3hdb, .framer-x6RFC .framer-1dt0d6u { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 8px); position: relative; width: 8px; }\",\".framer-x6RFC .framer-z3w7ym { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 60px 92px 60px 92px; position: relative; width: 100%; }\",\".framer-x6RFC .framer-1kay8rz { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-x6RFC .framer-dreald { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; max-width: 37%; overflow: visible; padding: 0px; position: sticky; top: 120px; width: 1px; z-index: 1; }\",\".framer-x6RFC .framer-s1v1eh { 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: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-x6RFC .framer-11wer9u { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-x6RFC .framer-1eoe0a3, .framer-x6RFC .framer-dljqon { flex: none; height: auto; pointer-events: auto; position: relative; white-space: pre; width: auto; }\",\".framer-x6RFC .framer-1jq5zbp { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-x6RFC .framer-iooxdz, .framer-x6RFC .framer-9u80yh, .framer-x6RFC .framer-1dag2li, .framer-x6RFC .framer-1hu7fmv { align-content: center; align-items: center; border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; border-top-left-radius: 2px; border-top-right-radius: 2px; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-x6RFC .framer-iwlj2d-container, .framer-x6RFC .framer-1j3p8et-container, .framer-x6RFC .framer-1rskmeo-container, .framer-x6RFC .framer-mhwwhd-container { flex: none; height: 21px; position: relative; width: 24px; }\",\".framer-x6RFC .framer-1wgfwlb { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-x6RFC .framer-e231iu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-x6RFC .framer-qik8pv { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-x6RFC .framer-1te9kni { aspect-ratio: 1 / 1; border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; border-top-left-radius: 30px; border-top-right-radius: 30px; flex: none; height: var(--framer-aspect-ratio-supported, 28px); position: relative; width: 28px; }\",\".framer-x6RFC .framer-rijjvn { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-x6RFC .framer-1mwpkco-container { flex: none; height: 49px; position: relative; width: 389px; }\",\".framer-x6RFC .framer-rvaxy { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; z-index: 1; }\",\".framer-x6RFC .framer-1io5e3m { --border-bottom-width: 1px; --border-color: rgba(0, 0, 0, 0.08); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; aspect-ratio: 1.777150916784203 / 1; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; flex: none; height: var(--framer-aspect-ratio-supported, 315px); position: relative; width: 100%; }\",\".framer-x6RFC .framer-vqheap { 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: 100%; }\",\".framer-x6RFC .framer-eu51u9 { --framer-paragraph-spacing: 20px; flex: 1 0 0px; height: auto; max-width: 900px; overflow: visible; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-x6RFC .framer-1umrsrj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 120px; height: min-content; justify-content: center; overflow: visible; padding: 64px 92px 64px 92px; position: relative; width: 100%; }\",\".framer-x6RFC .framer-wpu7kg { display: grid; flex: none; gap: 48px; grid-auto-rows: min-content; grid-template-columns: repeat(3, minmax(200px, 1fr)); height: min-content; justify-content: center; max-width: 1400px; padding: 0px; position: relative; width: 100%; }\",\".framer-x6RFC .framer-1e8n950 { align-content: center; align-items: center; align-self: start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: auto; justify-content: flex-start; justify-self: start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-x6RFC .framer-1h3778o { --border-bottom-width: 1px; --border-color: rgba(0, 0, 0, 0.08); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 186px; justify-content: center; overflow: hidden; padding: 40px; position: relative; text-decoration: none; width: 100%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-x6RFC .framer-v82vqk { --border-bottom-width: 0px; --border-color: #ebe3d6; --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 40px 0px; position: relative; width: 100%; }\",\".framer-x6RFC .framer-1sz9yct { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-x6RFC .framer-p5g841 { -webkit-user-select: none; flex: none; height: auto; pointer-events: auto; position: relative; user-select: none; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-x6RFC .framer-js56uj { --framer-text-wrap: balance; -webkit-user-select: none; flex: none; height: auto; pointer-events: auto; position: relative; user-select: none; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-x6RFC .framer-1qnmhlc { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-x6RFC .framer-oyhvs { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-x6RFC .framer-10nbrqx { aspect-ratio: 1 / 1; border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; flex: none; height: var(--framer-aspect-ratio-supported, 24px); position: relative; width: 24px; }\",\".framer-x6RFC .framer-18f4nze { -webkit-user-select: none; flex: none; height: auto; pointer-events: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-x6RFC .framer-14mxi1o-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-x6RFC .framer-1hvoo06 { bottom: 3638px; flex: none; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; pointer-events: none; position: absolute; top: 774px; width: 100%; z-index: 1; }\",\".framer-x6RFC .framer-ebvxsa { flex: none; height: 150px; left: 0px; overflow: hidden; pointer-events: none; position: absolute; right: 0px; top: 974px; z-index: 1; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,...sharedStyle10.css,...sharedStyle11.css,...sharedStyle12.css,'.framer-x6RFC[data-border=\"true\"]::after, .framer-x6RFC [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; }',\"@media (max-width: 809px) { .framer-x6RFC.framer-dl3ztf { width: 390px; } .framer-x6RFC .framer-1pe0alm { padding: 16px; } .framer-x6RFC .framer-1tfagxg-container { order: 3; } .framer-x6RFC .framer-oj5p6j { order: 2; } .framer-x6RFC .framer-z3w7ym { padding: 40px 20px 40px 20px; } .framer-x6RFC .framer-1kay8rz { flex-direction: column; gap: 48px; } .framer-x6RFC .framer-dreald { flex: none; gap: 20px; max-width: unset; position: relative; top: unset; width: 100%; } .framer-x6RFC .framer-11wer9u { align-content: flex-start; align-items: flex-start; flex-direction: column; } .framer-x6RFC .framer-1eoe0a3 { order: 1; } .framer-x6RFC .framer-1jq5zbp { flex: none; gap: 12px; order: 0; width: 100%; } .framer-x6RFC .framer-1mwpkco-container { width: 100%; } .framer-x6RFC .framer-rvaxy { flex: none; gap: 32px; width: 100%; } .framer-x6RFC .framer-1io5e3m { height: var(--framer-aspect-ratio-supported, 197px); } .framer-x6RFC .framer-vqheap { padding: 0px 8px 0px 8px; } .framer-x6RFC .framer-1umrsrj { padding: 48px 16px 48px 16px; } .framer-x6RFC .framer-wpu7kg { gap: 24px; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); } .framer-x6RFC .framer-1h3778o { order: 0; } .framer-x6RFC .framer-v82vqk { order: 1; padding: 0px 0px 24px 0px; } .framer-x6RFC .framer-1sz9yct { gap: 8px; } .framer-x6RFC .framer-1qnmhlc { gap: 16px; } .framer-x6RFC .framer-oyhvs { padding: 8px 0px 0px 0px; }}\",\"@media (min-width: 1600px) { .framer-x6RFC.framer-dl3ztf { width: 1600px; } .framer-x6RFC .framer-1kay8rz { gap: 120px; order: 0; } .framer-x6RFC .framer-dreald { max-width: 32%; } .framer-x6RFC .framer-s1v1eh { gap: 20px; } .framer-x6RFC .framer-1io5e3m { height: var(--framer-aspect-ratio-supported, 392px); } .framer-x6RFC .framer-1h3778o { height: 261px; } .framer-x6RFC .framer-1hvoo06 { bottom: 3637px; top: 1000px; }}\",\"@media (min-width: 810px) and (max-width: 1199px) { .framer-x6RFC.framer-dl3ztf { width: 810px; } .framer-x6RFC .framer-1kay8rz { flex-direction: column; } .framer-x6RFC .framer-dreald { flex: none; max-width: unset; position: relative; top: unset; width: 100%; } .framer-x6RFC .framer-rvaxy { flex: none; width: 100%; } .framer-x6RFC .framer-1io5e3m { height: var(--framer-aspect-ratio-supported, 113px); } .framer-x6RFC .framer-wpu7kg { grid-template-columns: repeat(2, minmax(200px, 1fr)); } .framer-x6RFC .framer-1h3778o { height: 181px; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 10967\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"bVNBfhQZD\":{\"layout\":[\"fixed\",\"auto\"]},\"zR_spqy_V\":{\"layout\":[\"fixed\",\"auto\"]},\"cCqbx5Vxu\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"V0feDs2o7IPHLhA_X6\":{\"pattern\":\":V0feDs2o7IPHLhA_X6\",\"name\":\"whatsapp-nota-fiscal\"},\"V0feDs2o7Ribt5YzBY\":{\"pattern\":\":V0feDs2o7Ribt5YzBY\",\"name\":\"nav-header-trigger\"},\"kCQSs48YI\":{\"pattern\":\":kCQSs48YI\",\"name\":\"shadow\"}}\n * @framerResponsiveScreen\n */const FramervtojYgUyP=withCSS(Component,css,\"framer-x6RFC\");export default FramervtojYgUyP;FramervtojYgUyP.displayName=\"Page\";FramervtojYgUyP.defaultProps={height:10967,width:1200};addFonts(FramervtojYgUyP,[{explicitInter:true,fonts:[{family:\"Schibsted Grotesk\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/schibstedgrotesk/v3/JqzK5SSPQuCQF3t8uOwiUL-taUTtarVKQ9vZ6pJJWlMN_MYASsJuXFGVOQ.woff2\",weight:\"600\"},{family:\"Schibsted Grotesk\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/schibstedgrotesk/v3/JqzK5SSPQuCQF3t8uOwiUL-taUTtarVKQ9vZ6pJJWlMNxcYASsJuXFGVOQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuGKYMZ1rib2Bg-4.woff2\",weight:\"600\"},{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/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{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/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{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/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{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/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{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/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"}]},...HeaderFonts,...NavigationHelpFonts,...PhosphorFonts,...UncodeShareFonts,...UncodeShare1Fonts,...SubmitButtonFonts,...FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts),...getFontsFromSharedStyle(sharedStyle8.fonts),...getFontsFromSharedStyle(sharedStyle9.fonts),...getFontsFromSharedStyle(sharedStyle10.fonts),...getFontsFromSharedStyle(sharedStyle11.fonts),...getFontsFromSharedStyle(sharedStyle12.fonts),...componentPresets.fonts?.[\"x8TemZm2S\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"x8TemZm2S\"]):[],...componentPresets.fonts?.[\"MzgRwR_1c\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"MzgRwR_1c\"]):[],...componentPresets.fonts?.[\"lFzeuwN_A\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"lFzeuwN_A\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramervtojYgUyP\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerColorSyntax\":\"true\",\"framerResponsiveScreen\":\"\",\"framerIntrinsicWidth\":\"1200\",\"framerContractVersion\":\"1\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerIntrinsicHeight\":\"10967\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"bVNBfhQZD\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"zR_spqy_V\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"cCqbx5Vxu\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerScrollSections\":\"{\\\"V0feDs2o7IPHLhA_X6\\\":{\\\"pattern\\\":\\\":V0feDs2o7IPHLhA_X6\\\",\\\"name\\\":\\\"whatsapp-nota-fiscal\\\"},\\\"V0feDs2o7Ribt5YzBY\\\":{\\\"pattern\\\":\\\":V0feDs2o7Ribt5YzBY\\\",\\\"name\\\":\\\"nav-header-trigger\\\"},\\\"kCQSs48YI\\\":{\\\"pattern\\\":\\\":kCQSs48YI\\\",\\\"name\\\":\\\"shadow\\\"}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["shareOptions", "ShareComponent", "props", "currentUrl", "window", "handleShare", "navigator", "shareUrl", "p", "e", "child", "u", "addPropertyControls", "ControlType", "shareOptions", "ShareComponent", "props", "currentUrl", "window", "handleShare", "navigator", "shareUrl", "p", "e", "child", "u", "addPropertyControls", "ControlType", "HeaderFonts", "getFonts", "A6ZSUUob0_default", "HeaderWithVariantAppearEffect", "withVariantAppearEffect", "NavigationHelpFonts", "fceF2QFRc_default", "PhosphorFonts", "Icon", "UncodeShareFonts", "ShareComponent", "UncodeShare1Fonts", "SubmitButtonFonts", "PdceKnBFx_default", "FooterFonts", "CzdOpjOqh_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transition1", "animation", "toDateString", "value", "options", "activeLocale", "date", "display", "dateOptions", "fallbackLocale", "locale", "toResponsiveImage", "transition2", "animation1", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "hXQa7ebhW_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "style", "className", "layoutId", "variant", "IOVs5ZTXp", "mnTWt0GIT", "DJ8gmtEnR", "LkMf0ETNF", "lc_FXUaGK", "tzmsDYv94", "LqCTuTtJl", "wlYPZuSWR", "vdcCHWRhk", "yQpecblmS", "vdcCHWRhkoP4VETxLh", "mnTWt0GIToP4VETxLh", "DJ8gmtEnRoP4VETxLh", "IOVs5ZTXpoP4VETxLh", "mnTWt0GITvx0tXSgh7", "lc_FXUaGKoP4VETxLh", "tzmsDYv94oP4VETxLh", "idoP4VETxLh", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "isDisplayed", "router", "useRouter", "elementId", "useRouteElementId", "ref1", "activeLocaleCode", "useLocaleCode", "textContent", "elementId1", "ref2", "elementId2", "ref3", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "PropertyOverrides2", "ComponentViewportProvider", "Container", "ResolveLinks", "resolvedLinks", "SVG", "resolvedLinks1", "resolvedLinks2", "RichText2", "x", "getLoadingLazyAtYPosition", "Image2", "resolvedLinks3", "ComponentPresetsProvider", "ChildrenCanSuspend", "collection", "paginationInfo", "loadMore", "l", "index", "PathVariablesContext", "Link", "css", "FramervtojYgUyP", "withCSS", "vtojYgUyP_default", "addFonts", "getFontsFromSharedStyle", "fonts", "getFontsFromComponentPreset", "__FramerMetadata__"]
}
