{"version":3,"file":"static/chunks/pages/not-found-6012d17f40ca8579.js","mappings":"qFACKA,OAAOC,SAAWD,OAAOC,UAAY,IAAIC,KAAK,CAC7C,aACA,WACE,OAAO,EAAQ,U,2jCCFhB,IAAMC,EAAYC,EAAAA,GAAAA,IAAAA,WAAU,C,6BAAVA,C,KAcZC,EAAUD,EAAAA,GAAAA,IAAAA,WAAU,C,6BAAVA,C,KAyBV,Y,OAAQ,EAALE,MAAkBC,OAAOC,gBACpB,Y,OAAQ,EAALF,MAAkBG,aAAaC,M,UClC1CC,EAAe,WAC1B,OACE,SAACR,EAAS,C,UACR,UAACE,EAAO,C,WACN,SAACO,MAAG,C,UACF,SAACC,IAAK,CACJC,IAAI,+BACJC,MAAO,IACPC,OAAQ,IACRC,IAAI,iBAGR,SAACC,OAAI,CAACC,UAAU,yB,SAAyB,aACzC,SAACD,OAAI,CAACC,UAAU,gB,SAAgB,uCAChC,UAACD,OAAI,CAACC,UAAU,U,UAAU,8CAExB,SAACC,KAAE,KACFC,EAAAA,EAAAA,IAAgB,wBCjB3B,EAJ+B,WAC7B,OAAO,SAACV,EAAQ,O","sources":["webpack://_N_E/?3ca7","webpack://_N_E/./src/components/NotFound/styles.ts","webpack://_N_E/./src/components/NotFound/index.tsx","webpack://_N_E/./src/pages/not-found.tsx"],"sourcesContent":["\n (window.__NEXT_P = window.__NEXT_P || []).push([\n \"/not-found\",\n function () {\n return require(\"private-next-pages/not-found.tsx\");\n }\n ]);\n if(module.hot) {\n module.hot.dispose(function () {\n window.__NEXT_P.push([\"/not-found\"])\n });\n }\n ","import styled from 'styled-components';\n\nexport const Container = styled.div`\n position: absolute;\n top: 0;\n left: 0;\n z-index: 999;\n\n width: 100%;\n height: 100%;\n\n background-image: url('/images/backgrounds/error-background.png');\n background-position: left;\n background-size: cover;\n`;\n\nexport const Content = styled.div`\n position: absolute;\n bottom: 25%;\n left: 15%;\n\n display: flex;\n flex-direction: column;\n\n span {\n color: #fff;\n font-size: 20px;\n font-weight: 600;\n }\n\n .big-text {\n font-size: 65px;\n line-height: 55px;\n }\n\n .margin-bottom {\n margin-bottom: 24px;\n }\n\n .outline {\n background: #fff;\n color: ${({ theme }) => theme.colors.onBackground};\n border-radius: ${({ theme }) => theme.borderRadius.lg};\n padding: 16px;\n text-align: center;\n }\n\n @media (max-width: 690px) {\n position: initial;\n align-items: center;\n justify-content: center;\n\n height: 100%;\n padding: 16px;\n }\n`;\n","import { FC } from 'react';\n\nimport Image from 'next/image';\n\nimport { Container, Content } from './styles';\n\nimport { maskPhoneNumber } from '~/utils/masks';\n\nexport const NotFound: FC = () => {\n return (\n \n \n \n \n
\n oops...\n a página não foi encontrada\n \n Se persistir o erro, informe ao nosso time\n
\n {maskPhoneNumber('19999895592')}\n \n \n \n );\n};\n","import { NextPage } from 'next';\n\nimport { NotFound } from '~/components/NotFound';\n\nconst NotFoundPage: NextPage = () => {\n return ;\n};\n\nexport default NotFoundPage;\n"],"names":["window","__NEXT_P","push","Container","styled","Content","theme","colors","onBackground","borderRadius","lg","NotFound","div","Image","src","width","height","alt","span","className","br","maskPhoneNumber"],"sourceRoot":""}